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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1232 - (show annotations) (download)
Mon Jun 11 10:44:55 2007 UTC (16 years, 10 months ago) by schoenebeck
File size: 1193 byte(s)
- just added Debian TODO

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