Control: tags 834731 + pending Dear maintainer, I've prepared an NMU for kdesrc-build (versioned as 1.15.1-1.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Regards. -- .''`. Homepage https://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06 : :' : Debian GNU/Linux user, admin, and developer - https://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `- NP: Beatles
diff -Nru kdesrc-build-1.15.1/debian/changelog kdesrc-build-1.15.1/debian/changelog
--- kdesrc-build-1.15.1/debian/changelog 2012-05-25 12:51:54.000000000 +0200
+++ kdesrc-build-1.15.1/debian/changelog 2016-08-31 21:43:59.000000000 +0200
@@ -1,3 +1,13 @@
+kdesrc-build (1.15.1-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+
+ [ Dominic Hargreaves ]
+ * Fix kdesrc-build-test.pl to work without '.' in @INC
+ Closes: #834731
+
+ -- gregor herrmann <gregoa@debian.org> Wed, 31 Aug 2016 21:43:59 +0200
+
kdesrc-build (1.15.1-1) unstable; urgency=low
* New upstream release.
diff -Nru kdesrc-build-1.15.1/debian/patches/series kdesrc-build-1.15.1/debian/patches/series
--- kdesrc-build-1.15.1/debian/patches/series 1970-01-01 01:00:00.000000000 +0100
+++ kdesrc-build-1.15.1/debian/patches/series 2016-08-31 21:43:53.000000000 +0200
@@ -0,0 +1 @@
+test-without-inc
diff -Nru kdesrc-build-1.15.1/debian/patches/test-without-inc kdesrc-build-1.15.1/debian/patches/test-without-inc
--- kdesrc-build-1.15.1/debian/patches/test-without-inc 1970-01-01 01:00:00.000000000 +0100
+++ kdesrc-build-1.15.1/debian/patches/test-without-inc 2016-08-31 21:43:59.000000000 +0200
@@ -0,0 +1,15 @@
+Description: Fix kdesrc-build-test.pl to work without '.' in @INC
+Author: Dominic Hargreaves <dom@earth.li>
+Bug-Debian: https://bugs.debian.org/834731
+
+--- kdesrc-build-1.15.1.orig/kdesrc-build-test.pl
++++ kdesrc-build-1.15.1/kdesrc-build-test.pl
+@@ -21,7 +21,7 @@ my $fullRun = 0;
+ GetOptions("full-run!" => \$fullRun);
+
+ package test; # Tells kdesrc-build not to run
+-require 'kdesrc-build';
++require './kdesrc-build';
+
+ # Reset to kdesrc-build's package so we don't have to import symbols back from
+ # kdesrc-build.
Attachment:
signature.asc
Description: Digital Signature