/[svn]/linuxsampler/branches/release1_0_0/debian/README.Debian
ViewVC logotype

Contents of /linuxsampler/branches/release1_0_0/debian/README.Debian

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1958 - (show annotations) (download)
Fri Jul 31 08:09:09 2009 UTC (14 years, 8 months ago) by (unknown author)
File size: 1193 byte(s)
This commit was manufactured by cvs2svn to create branch 'release1_0_0'.
1 TODO:
2 =====
3 * automatic creation of instruments database file as postinst script in
4 case such a file does not exist yet
5 (linuxsampler --create-instruments-db)
6 * deletion of instruments database file in case package was requested to
7 be remove with --purge
8
9 ###########################################################################
10
11 # commands used to package linuxsampler
12 MINORVERSION=cvs20050602
13 cd ~/debian/debRelease/linuxsampler
14 rm -rf linuxsampler*
15 cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler co linuxsampler
16 find . -name 'CVS' | xargs rm -rf
17 tar zcpf linuxsampler-0.3.$MINORVERSION.tar.gz linuxsampler
18 cp linuxsampler-0.3.$MINORVERSION.tar.gz /tmp
19 mv linuxsampler linuxsampler-0.3.$MINORVERSION
20 rm -r linuxsampler-0.3.$MINORVERSION/debian
21 cp -a debian linuxsampler-0.3.$MINORVERSION
22 rm linuxsampler-0.3.$MINORVERSION/debian/*~
23 cd linuxsampler-0.3.$MINORVERSION
24
25 #apply http://lists.debian.org/debian-devel/1998/02/msg01322.html
26
27 dh_make -e flatmax@Matt.Flax -f ../linuxsampler-0.3.$MINORVERSION.tar.gz
28 s
29
30 dpkg-buildpackage -rfakeroot
31 cd ..
32 lintian -i linuxsampler_0.3.$MINORVERSION-1_i386.changes
33 linda -i linuxsampler_0.3.$MINORVERSION-1_i386.changes

  ViewVC Help
Powered by ViewVC