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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 872 - (show annotations) (download)
Thu Jun 1 09:32:02 2006 UTC (17 years, 11 months ago) by (unknown author)
File size: 574 byte(s)
This commit was manufactured by cvs2svn to create tag 'qsampler_0_1_3'.
1 # commands used to package linuxsampler
2 MINORVERSION=cvs20050602
3 cd ~/debian/debRelease/qsampler
4 rm -rf qsampler*
5 cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler co qsampler
6 find . -name 'CVS' | xargs rm -rf
7 tar zcpf qsampler-0.1.$MINORVERSION.tar.gz qsampler
8 mv qsampler qsampler-0.1.$MINORVERSION
9 rm -r qsampler-0.1.$MINORVERSION/debian
10 cp -a debian qsampler-0.1.$MINORVERSION
11 rm qsampler-0.1.$MINORVERSION/debian/*~
12 cd qsampler-0.1.$MINORVERSION
13 dh_make -e flatmax@Matt.Flax -f ../qsampler-0.1.$MINORVERSION.tar.gz
14 s
15
16 dpkg-buildpackage -rfakeroot

  ViewVC Help
Powered by ViewVC