[med-svn] r8213 - trunk/packages/mummy/trunk/debian

Mathieu Malaterre malat-guest at alioth.debian.org
Wed Oct 19 13:27:13 UTC 2011


Author: malat-guest
Date: 2011-10-19 13:27:13 +0000 (Wed, 19 Oct 2011)
New Revision: 8213

Modified:
   trunk/packages/mummy/trunk/debian/README.source
   trunk/packages/mummy/trunk/debian/get-orig-source.sh
Log:
fix explanation

Modified: trunk/packages/mummy/trunk/debian/README.source
===================================================================
--- trunk/packages/mummy/trunk/debian/README.source	2011-10-19 13:25:10 UTC (rev 8212)
+++ trunk/packages/mummy/trunk/debian/README.source	2011-10-19 13:27:13 UTC (rev 8213)
@@ -4,9 +4,7 @@
 This packages uses a patch system. Please read
 /usr/share/doc/quilt/README.source for more informations.
 
-For packaging mummy I had to copy as convenient library CableSwig.
-Internally the build system would try to grab cableswig from its CVS
-repository directly (which is not allowed on buildd).  See the
-debian/get-orig-source.sh script to see how source code was generated.
+For packaging mummy I had to remove the automated pulling of cableswig from CVS.
+Instead directly use a system installed cableswig package.
 
  -- Mathieu Malaterre <mathieu.malaterre at gmail.com>  Wed, 16 Feb 2011 16:35:52 +0100

Modified: trunk/packages/mummy/trunk/debian/get-orig-source.sh
===================================================================
--- trunk/packages/mummy/trunk/debian/get-orig-source.sh	2011-10-19 13:25:10 UTC (rev 8212)
+++ trunk/packages/mummy/trunk/debian/get-orig-source.sh	2011-10-19 13:27:13 UTC (rev 8213)
@@ -10,26 +10,6 @@
 # so instead git-clone + rm .git
 git clone git://public.kitware.com/mummy.git mummy-$VERSION
 
-cd mummy-$VERSION
-rm -rf .git
+rm -rf mummy-$VERSION/.git
 
-#mkdir mummyExternalSourceTrees
-#cd mummyExternalSourceTrees
-#
-## We need a convienient copy of CableSwig
-#DATE=20110217
-#
-#cvs -Q -z3 -d :pserver:anonymous at public.kitware.com:/cvsroot/CableSwig export -D ${DATE} CableSwig
-#
-## Use a light weigth version of cableswig:
-## we do not need GCC source tree
-#rm -rf CableSwig/GCC
-#rm -rf CableSwig/SWIG
-#rm -rf CableSwig/GCC_XML/Support
-#rm -rf CableSwig/GCC_XML/VcInstall
-#rm -rf CableSwig/GCC_XML/Patches
-#
-#cd ../..
-cd ..
-
 GZIP="--best --no-name" tar cfz mummy_$VERSION.orig.tar.gz mummy-$VERSION




More information about the debian-med-commit mailing list