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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1963 by flax, Fri Jun 3 12:12:02 2005 UTC revision 1964 by capela, Sat Aug 1 16:52:05 2009 UTC
# Line 1  Line 1 
1  # commands used to package linuxsampler  # commands used to package linuxsampler
2  MINORVERSION=cvs20050602  MAJORVERSION=2
3    MINORVERSION=2
4  cd ~/debian/debRelease/qsampler  cd ~/debian/debRelease/qsampler
5  rm -rf qsampler*  rm -rf qsampler*
6  cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler co qsampler  cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler co qsampler
7  find . -name 'CVS' | xargs rm -rf  find . -name 'CVS' | xargs rm -rf
8  tar zcpf qsampler-0.1.$MINORVERSION.tar.gz qsampler  tar zcpf qsampler-0.$MAJORVERSION.$MINORVERSION.tar.gz qsampler
9  mv qsampler qsampler-0.1.$MINORVERSION  mv qsampler qsampler-0.$MAJORVERSION.$MINORVERSION
10  rm -r qsampler-0.1.$MINORVERSION/debian  rm -r qsampler-0.$MAJORVERSION.$MINORVERSION/debian
11  cp -a debian qsampler-0.1.$MINORVERSION  cp -a debian qsampler-0.$MAJORVERSION.$MINORVERSION
12  rm qsampler-0.1.$MINORVERSION/debian/*~  rm qsampler-0.$MAJORVERSION.$MINORVERSION/debian/*~
13  cd qsampler-0.1.$MINORVERSION  cd qsampler-0.$MAJORVERSION.$MINORVERSION
14  dh_make -e flatmax@Matt.Flax -f ../qsampler-0.1.$MINORVERSION.tar.gz  dh_make -e flatmax@Matt.Flax -f ../qsampler-0.$MAJORVERSION.$MINORVERSION.tar.gz
15  s  s
16    
17  dpkg-buildpackage -rfakeroot  dpkg-buildpackage -rfakeroot

Legend:
Removed from v.1963  
changed lines
  Added in v.1964

  ViewVC Help
Powered by ViewVC