[Pkg-voip-commits] [libasterisk-agi-perl] 06/12: rules: remove get-orig-source target
tzafrir at debian.org
tzafrir at debian.org
Sun Dec 25 09:32:45 UTC 2016
This is an automated email from the git hooks/post-receive script.
tzafrir pushed a commit to branch master
in repository libasterisk-agi-perl.
commit 393e2ebd99a7b1e5573c6ca08b9911ece0abe855
Author: Tzafrir Cohen <tzafrir at debian.org>
Date: Thu Dec 22 23:39:28 2016 +0200
rules: remove get-orig-source target
uscan works fine. No need to rewrite it.
---
debian/rules | 24 ------------------------
1 file changed, 24 deletions(-)
diff --git a/debian/rules b/debian/rules
index 180d424..dd57582 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,30 +3,6 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-ifndef PERL
- PERL = /usr/bin/perl
-endif
-
-TMP=$(CURDIR)/debian/libasterisk-agi-perl
-
-DEBVERSION:=$(shell head -n 1 debian/changelog \
- | sed -e 's/^[^(]*(\([^)]*\)).*/\1/')
-UPVERSION:=$(shell echo $(DEBVERSION) | sed -e 's/-.*//')
-
-FILENAME := libasterisk-agi-perl_$(UPVERSION).orig.tar.gz
-UPFILENAME := asterisk-perl-$(UPVERSION).tar.gz
-URL := http://asterisk.gnuinter.net/files/$(UPFILENAME)
-
%:
dh $@
-print-version:
- @@echo "Debian version: $(DEBVERSION)"
- @@echo "Upstream version: $(UPVERSION)"
-
-get-orig-source: print-version
- @@dh_testdir
- @@[ -d ../tarballs/. ] || mkdir -p ../tarballs
- @@echo Downloading $(UPFILENAME) from $(URL) ....
- @@wget -nv -T10 -t3 -O ../tarballs/$(FILENAME) $(URL)
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/libasterisk-agi-perl.git
More information about the Pkg-voip-commits
mailing list