Package: xul-ext-adblock-plus Version: 2.7.1+dfsg-1 Severity: normal Tags: patch
Dear Maintainer, when adding adblockpluscore source in rules, a line ending was forgotten leading to a missing version string in the downloaded tarball. BTW: The package uses dfsg, but I couldn't find any explanation what has been cleaned out? Thanks for a short expalantion. Best wishes, Mathias -- System Information: Debian Release: stretch/sid APT prefers testing APT policy: (990, 'testing'), (400, 'unstable'), (300, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.3.0-1-amd64 (SMP w/2 CPU cores) Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: sysvinit (via /sbin/init) Versions of packages xul-ext-adblock-plus depends on: ii icedove 38.6.0-1 ii iceweasel 44.0.2-1 xul-ext-adblock-plus recommends no packages. xul-ext-adblock-plus suggests no packages.
diff --git a/debian/rules b/debian/rules index 8eb2366..6ba9365 100755 --- a/debian/rules +++ b/debian/rules @@ -21,6 +21,6 @@ get-orig-source: wget -O ../adblock-plus_$$VERSION.orig-jshydra.tar.gz \ https://github.com/adblockplus/jshydra/archive/master.tar.gz ; \ wget -O ../adblock-plus_$$VERSION.orig-adblockplusui.tar.gz \ - https://github.com/adblockplus/adblockplusui/archive/master.tar.gz + https://github.com/adblockplus/adblockplusui/archive/master.tar.gz ; \ wget -O ../adblock-plus_$$VERSION.orig-adblockpluscore.tar.gz \ https://github.com/adblockplus/adblockpluscore/archive/master.tar.gz