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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 591 - (show annotations) (download)
Tue May 31 19:33:18 2005 UTC (18 years, 10 months ago) by flax
File size: 857 byte(s)
* altered and fixed debian packaging

1 # commands used to package linuxsampler
2 MINORVERSION=cvs20050531
3 cd ~/debian/debRelease/ls/linuxsampler
4 rm -rf linuxsampler*
5 cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler co linuxsampler
6 find . -name 'CVS' | xargs rm -rf
7 tar zcpf linuxsampler-0.3.$MINORVERSION.tar.gz linuxsampler
8 cp linuxsampler-0.3.$MINORVERSION.tar.gz /tmp
9 mv linuxsampler linuxsampler-0.3.$MINORVERSION
10 rm -r linuxsampler-0.3.$MINORVERSION/debian
11 cp -a debian linuxsampler-0.3.$MINORVERSION
12 rm linuxsampler-0.3.$MINORVERSION/debian/*~
13 cd linuxsampler-0.3.$MINORVERSION
14
15 #apply http://lists.debian.org/debian-devel/1998/02/msg01322.html
16
17 dh_make -e flatmax@Matt.Flax -f ../linuxsampler-0.3.$MINORVERSION.tar.gz
18 s
19
20 dpkg-buildpackage -rfakeroot
21 cd ..
22 lintian -i linuxsampler_0.3.$MINORVERSION-1_i386.changes
23 linda -i linuxsampler_0.3.$MINORVERSION-1_i386.changes

  ViewVC Help
Powered by ViewVC