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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2492 - (show annotations) (download)
Wed Jan 1 11:55:25 2014 UTC (10 years, 3 months ago) by capela
File size: 663 byte(s)
* A fifth of a Jubilee 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