Changes

From Genome Analysis Wiki
Jump to navigationJump to search
no edit summary
Line 197: Line 197:  
     [lines deleted]
 
     [lines deleted]
 
   Converting symlinks into the actual executables to be distributed
 
   Converting symlinks into the actual executables to be distributed
  find bin -type l -exec rm -f debian/tmp/usr/local/gotcloud/{} \;
+
    [lines deleted]
  find bin -type l -exec cp -p {} debian/tmp/usr/local/gotcloud/bin \;
  −
  chmod 755 debian/tmp/usr/local/gotcloud/bin/* debian/tmp/usr/local/gotcloud/scripts/*
  −
  dpkg-gencontrol -isp
  −
  chown -R root.root debian/tmp
  −
  chmod -R o-s,go=u,go-ws debian/tmp
  −
  dpkg --build debian/tmp .
   
   dpkg-deb: building package `gotcloud-bin' in `./gotcloud-bin_1.01_amd64.deb'.
 
   dpkg-deb: building package `gotcloud-bin' in `./gotcloud-bin_1.01_amd64.deb'.
 
   Package file now in /home/tpg/dev/gotcloud
 
   Package file now in /home/tpg/dev/gotcloud
   -rw-r--r-- 1 tpg tpg 3592780 Feb 19 11:59 gotcloud-bin_1.01_amd64.deb
+
   -rw-r--r-- 1 tpg tpg 3592780 Feb 19 11:59 gotcloud-bin_1.01_amd64.deb  
   
  '''debian/makedeb.sh  test `cat release_version.txt`'''
 
  '''debian/makedeb.sh  test `cat release_version.txt`'''
 
</code>
 
</code>
    
The deb files will be created in the directory above the debian directory  (e.g. gotcloud)
 
The deb files will be created in the directory above the debian directory  (e.g. gotcloud)
283

edits

Navigation menu