[Pkg-voip-commits] [ring] 04/09: Fixed get-orig-source
Alexandre Viau
aviau at moszumanska.debian.org
Fri Apr 1 15:46:36 UTC 2016
This is an automated email from the git hooks/post-receive script.
aviau pushed a commit to branch master
in repository ring.
commit 45684538d6c811e8a6136bfa347a6ebce1659a57
Author: aviau <alexandre at alexandreviau.net>
Date: Fri Apr 1 10:45:29 2016 -0400
Fixed get-orig-source
---
debian/rules | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 81327ae..fc5b3a6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -139,7 +139,8 @@ override_dh_auto_install:
tmpdir:= $(shell mktemp -d)
workdir:= $(shell pwd)
-version_to_download := $(shell dpkg-parsechangelog -l$(PKD)/changelog | perl -ne 'print $$1 if m{^Version:\s+(?:\d+:)?(\d.*)(?:\-\d+.*)};')
+PKD := $(abspath $(dir $(MAKEFILE_LIST)))
+version_to_download := $(shell dpkg-parsechangelog -ldebian/changelog | perl -ne 'print $$1 if m{^Version:\s+(?:\d+:)?(\d.*)(?:\-\d+.*)};')
# Repacks the tarball with contrib tarballs unpacked.
get-orig-source:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/ring.git
More information about the Pkg-voip-commits
mailing list