[Pkg-mozext-commits] [adblock-plus] 20/24: fix get-orig-source target with repacksuffix

David Prévot taffit at moszumanska.debian.org
Mon Oct 20 02:15:24 UTC 2014


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

taffit pushed a commit to branch master
in repository adblock-plus.

commit 9ce3fccff9c0d2c44be2ec72fbaf84cfad1024d4
Author: David Prévot <taffit at debian.org>
Date:   Sun Oct 19 21:27:06 2014 -0400

    fix get-orig-source target with repacksuffix
    
    Git-Dch: Ignore
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 573d6f7..905a801 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ override_dh_installchangelogs:
 get-orig-source:
 	VERSION=$(shell uscan --force --dehs | \
 		grep upstream-version | \
-		sed 's,<upstream-version>\(.*\)</upstream-version>,\1,') ; \
+		sed 's,<upstream-version>\(.*\)</upstream-version>,\1+dfsg,') ; \
 		wget -O ../adblock-plus_$$VERSION.orig-buildtools.tar.gz \
 		https://github.com/adblockplus/buildtools/archive/master.tar.gz ; \
 		wget -O ../adblock-plus_$$VERSION.orig-jshydra.tar.gz \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/adblock-plus.git



More information about the Pkg-mozext-commits mailing list