/[svn]/qsampler/tags/qsampler_0_2_2/debian/README.Debian
ViewVC logotype

Contents of /qsampler/tags/qsampler_0_2_2/debian/README.Debian

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1971 - (show annotations) (download)
Sat Aug 1 18:14:21 2009 UTC (14 years, 9 months ago) by (unknown author)
File size: 663 byte(s)
This commit was manufactured by cvs2svn to create tag 'qsampler_0_2_2'.
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