/[svn]/qsampler/trunk/debian/README.Debian
ViewVC logotype

Contents of /qsampler/trunk/debian/README.Debian

Parent Directory Parent Directory | Revision Log Revision Log


Revision 606 - (show annotations) (download)
Fri Jun 3 12:12:02 2005 UTC (18 years, 10 months ago) by flax
File size: 574 byte(s)
* fixed debian packaging

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