/[svn]/qsampler/trunk/debian/README.Debian
ViewVC logotype

Contents of /qsampler/trunk/debian/README.Debian

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1964 - (show annotations) (download)
Sat Aug 1 16:52:05 2009 UTC (14 years, 7 months ago) by capela
File size: 663 byte(s)
* Preparations for the 0.2.2 release.

1 # commands used to package linuxsampler
2 MAJORVERSION=2
3 MINORVERSION=2
4 cd ~/debian/debRelease/qsampler
5 rm -rf qsampler*
6 cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler co qsampler
7 find . -name 'CVS' | xargs rm -rf
8 tar zcpf qsampler-0.$MAJORVERSION.$MINORVERSION.tar.gz qsampler
9 mv qsampler qsampler-0.$MAJORVERSION.$MINORVERSION
10 rm -r qsampler-0.$MAJORVERSION.$MINORVERSION/debian
11 cp -a debian qsampler-0.$MAJORVERSION.$MINORVERSION
12 rm qsampler-0.$MAJORVERSION.$MINORVERSION/debian/*~
13 cd qsampler-0.$MAJORVERSION.$MINORVERSION
14 dh_make -e flatmax@Matt.Flax -f ../qsampler-0.$MAJORVERSION.$MINORVERSION.tar.gz
15 s
16
17 dpkg-buildpackage -rfakeroot

  ViewVC Help
Powered by ViewVC