[SCM] Packaging for cctbx branch, master, updated. upstream/2012.05.08.2305-68-ged4d673

Radostan Riedel raybuntu at googlemail.com
Sun Aug 5 15:42:46 UTC 2012


The following commit has been merged in the master branch:
commit ed4d673d6056a1c13aff85eb3556b3eb17552071
Author: Radostan Riedel <raybuntu at googlemail.com>
Date:   Sun Aug 5 17:41:51 2012 +0200

    Fix repack.local and watch

diff --git a/debian/repack.local b/debian/repack.local
index fc078b2..bc1d56e 100755
--- a/debian/repack.local
+++ b/debian/repack.local
@@ -1,9 +1,8 @@
-shopt -s extglob
-rm rf cctbx_sources/boost/*
-rm rf cctbx_sources/clipper/!(clipper)
-rm rf cctbx_sources/ccp4io/lib/!(ssm)
-rm rf cctbx_sources/cbflib/!(examples)
-rm rf cctbx_sources/clipper/clipper/!(cctbx)
-rm rf cctbx_sources/scons/*
-rm rf cctbx_sources/ucif/antlr3
-rm rf cctbx_sources/gui_resources/gl2ps
+rm -rf cctbx_sources/boost/*
+find cctbx_sources/cbflib -maxdepth 1 -mindepth 1 -not -name examples -exec rm -rf {} \;
+find cctbx_sources/ccp4io/lib -maxdepth 1 -mindepth 1 -not -name ssm -exec rm -rf {} \;
+find cctbx_sources/clipper -maxdepth 1 -mindepth 1 -not -name clipper -exec rm -rf {} \;
+find cctbx_sources/clipper/clipper -maxdepth 1 -mindepth 1 -not -name cctbx -exec rm -rf {} \;
+rm -rf cctbx_sources/gui_resources/gl2ps
+rm -rf cctbx_sources/scons
+rm -rf cctbx_sources/ucif/antlr3
diff --git a/debian/watch b/debian/watch
index 6f75bd8..6105813 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
 version=3
 opts="downloadurlmangle=s/$/cctbx_bundle.tar.gz/,filenamemangle=s/\/$/.tar.gz/,uversionmangle=s/_/./g,dversionmangle=s/\+dfsg//" \
 http://cci.lbl.gov/cctbx_build/results/ ([0-9]{4}_[0-9]{2}_[0-9]{2}_[0-9]{4})/ \
-debian bash debian/repack.stub
+debian sh debian/repack.stub

-- 
Packaging for cctbx



More information about the debian-science-commits mailing list