[qtiplot] 03/04: Remove get_orig (not functional).
Anton Gladky
gladk at moszumanska.debian.org
Sun Dec 6 07:08:30 UTC 2015
This is an automated email from the git hooks/post-receive script.
gladk pushed a commit to branch master
in repository qtiplot.
commit a1dbeb6e7be17f5dc5de071ca58c62fc6f26d2a1
Author: Anton Gladky <gladk at debian.org>
Date: Sun Dec 6 08:04:25 2015 +0100
Remove get_orig (not functional).
---
debian/rules | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/debian/rules b/debian/rules
index 6b86b7b..6e395da 100755
--- a/debian/rules
+++ b/debian/rules
@@ -58,16 +58,4 @@ override_dh_install:
override_dh_compress:
dh_compress --exclude=.pdf --exclude=.adp
-get-orig-source:
- VER=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-+~]+).*,\1,p'); \
- uscan --force-download --rename --download-version=$$VER --destdir=. && (\
- tar -xj --exclude 3rdparty/liborigin --exclude manual/html/qtiplot.adp --exclude .gitignore -f qtiplot_$$VER.orig.tar.bz2 ; \
- chmod -R o-w qtiplot-$$VER ; \
- fromdos `find qtiplot-$$VER -type f |grep -v .png`; \
- find qtiplot-$$VER -type f -exec chmod a-x {} \; ;\
- rm -f qtiplot-$$VER/.gitignore ;\
- tar -czf qtiplot_$$VER.orig.tar.gz qtiplot-$$VER; \
- rm -rf qtiplot-$$VER; \
- rm -f qtiplot_$$VER.orig.tar.bz2);
-
override_dh_auto_test-indep:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/qtiplot.git
More information about the debian-science-commits
mailing list