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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 599 - (hide annotations) (download)
Thu Jun 2 08:33:40 2005 UTC (18 years, 11 months ago) by flax
File size: 854 byte(s)
* multiport and control file fixes

1 flax 591 # commands used to package linuxsampler
2 flax 599 MINORVERSION=cvs20050602
3     cd ~/debian/debRelease/linuxsampler
4 flax 591 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