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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2825 - (show annotations) (download)
Sun Jul 19 16:51:34 2015 UTC (8 years, 10 months ago) by capela
File size: 663 byte(s)
Summer'15 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