[med-svn] [gentle] 02/07: drop get-orig-source target

Andreas Tille tille at debian.org
Thu Dec 1 15:16:16 UTC 2016


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository gentle.

commit 6d85d899990bdde04d8673fa7b2641df255a2d81
Author: Andreas Tille <tille at debian.org>
Date:   Thu Dec 1 15:44:17 2016 +0100

    drop get-orig-source target
---
 debian/changelog |  3 +++
 debian/rules     | 22 ----------------------
 2 files changed, 3 insertions(+), 22 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8ad850a..6306bfe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,9 @@ gentle (1.9+cvs20100605+dfsg1-5) UNRELEASED; urgency=medium
   * Build-Depends: default-libmysqlclient-dev
     Closes: #845844
   * debhelper 10
+  * d/rules: drop get-orig-source target that will not work any more but
+    do not provide new one as long as upstream has not yet answered the
+    issue requesting release tags
 
  -- Andreas Tille <tille at debian.org>  Thu, 01 Dec 2016 15:33:35 +0100
 
diff --git a/debian/rules b/debian/rules
index 2eb5669..af44cb5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,25 +32,3 @@ override_dh_auto_clean:
 
 override_dh_compress:
 	dh_compress --exclude=.pdf
-
-COMPRESSION=xz
-VERSION=1.9+cvs$(shell date +"%Y%m%d"|tr -d ' \t\n')~dfsg
-get-orig-source:
-	dh_testdir
-	if [ -d GENtle ]; then \
-		echo "Previous checkout exists as folder 'GENtle', please remove." ; \
-		exit -1 ; \
-	fi
-	if [ -d "gentle-$(VERSION)" ]; then \
-		echo "Previous checkout exists as folder 'gentle-$(VERSION)', please remove." ; \
-		exit -1 ; \
-	fi
-	cvs -z3 -d:pserver:anonymous at gentle-m.cvs.sourceforge.net:/cvsroot/gentle-m co -P GENtle
-	mv GENtle "gentle-$(VERSION)"
-	find . -name "*.dll" -delete
-	find . -name "*.a" -delete
-	GZIP="--best --no-name" tar --exclude Makefile.in --exclude Makefile --exclude CVS --exclude tinyxml \
-		    --exclude .deps --exclude .cvsignore --exclude Makefile.in --exclude Makefile.linux \
-		    --exclude clustalw \
-		    -caf "../gentle_$(VERSION).orig.tar.$(COMPRESSION)" "gentle-$(VERSION)"
-	rm "gentle-$(VERSION)"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/gentle.git



More information about the debian-med-commit mailing list