[med-svn] r15495 - trunk/packages/igstk/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Wed Dec 11 08:33:46 UTC 2013
Author: tille
Date: 2013-12-11 08:33:46 +0000 (Wed, 11 Dec 2013)
New Revision: 15495
Removed:
trunk/packages/igstk/trunk/debian/get-orig-source
Modified:
trunk/packages/igstk/trunk/debian/changelog
trunk/packages/igstk/trunk/debian/rules
Log:
There is no point in just repackaging upstream download tarball
Modified: trunk/packages/igstk/trunk/debian/changelog
===================================================================
--- trunk/packages/igstk/trunk/debian/changelog 2013-12-11 08:31:39 UTC (rev 15494)
+++ trunk/packages/igstk/trunk/debian/changelog 2013-12-11 08:33:46 UTC (rev 15495)
@@ -8,6 +8,8 @@
- debhelper 9
* debian/copyright: DEP5
* debian/watch: Adapt to new download page
+ * debian/get-orig-source: There is no point in just repackaging upstream
+ download tarball
-- Andreas Tille <tille at debian.org> Wed, 11 Dec 2013 09:01:23 +0100
Deleted: trunk/packages/igstk/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/igstk/trunk/debian/get-orig-source 2013-12-11 08:31:39 UTC (rev 15494)
+++ trunk/packages/igstk/trunk/debian/get-orig-source 2013-12-11 08:33:46 UTC (rev 15495)
@@ -1,45 +0,0 @@
-PACKAGE=igstk
-
-#################### RELEASE ######################
-wget -c http://public.kitware.com/IGSTKWIKI/images/e/e2/IGSTK-4-4.tar.gz
-tar -xzf IGSTK-4-4.tar.gz
-mv IGSTK-4.4 igstk-4.4.0
-echo "Creating orig tarball."
-tar -czf igstk_4.4.0.orig.tar.gz igstk-4.4.0/
-echo "Removing extracted directory."
-rm -rf igstk-4.4.0/
-rm IGSTK-4-4.tar.gz
-exit
-
-################## DEVELOPMENT ####################
-#VERSION=4.0.0
-VERSION=4.2.0~cvs20090616
-CVSDATE="2009-06-16 23:59:59"
-
-FOLDER=$PACKAGE-$VERSION
-TARFILE=igstk_$VERSION.orig.tar.gz
-CVSHOME=:pserver:anonymous at public.kitware.com:/cvsroot/IGSTK
-
-echo "ENTER PASSWORD : igstk"
-cvs -d$CVSHOME login
-cvs -d$CVSHOME export -D "$CVSDATE" IGSTK
-
-# Remove all CVS directories
-#echo "Removing all CVS directories"
-#for REMOVE_CVS in `find IGSTK -name CVS`; do
-# rm -rf "$REMOVE_CVS"
-#done
-
-
-mv IGSTK/ igstk-$VERSION
-
-# Create the tarball
-if [ ! -f igstk_$VERSION.orig.tar.gz ]; then
- echo "Creating orig tarball."
- tar -czf igstk_$VERSION.orig.tar.gz igstk-$VERSION/
- echo "Removing extracted directory."
- rm -rf igstk-$VERSION/
-else
- echo "Already found orig tarball."
- exit 1
-fi
Modified: trunk/packages/igstk/trunk/debian/rules
===================================================================
--- trunk/packages/igstk/trunk/debian/rules 2013-12-11 08:31:39 UTC (rev 15494)
+++ trunk/packages/igstk/trunk/debian/rules 2013-12-11 08:33:46 UTC (rev 15495)
@@ -82,6 +82,3 @@
# dh_compress -X"igstk-examples/examples"
-
-get-orig-source:
- /bin/sh $(CURDIR)/debian/get-orig-source
More information about the debian-med-commit
mailing list