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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2726 - (show annotations) (download)
Wed Mar 25 09:28:15 2015 UTC (9 years, 1 month ago) by capela
File size: 663 byte(s)
Pre-LAC2015 release frenzy.
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