Control: tags 792372 + patch
Control: tags 792372 + pending

Dear maintainer,

I've prepared an NMU for apt-show-source (versioned as 0.10+nmu1) and
uploaded it to DELAYED/10. Please feel free to tell me if I
should delay it longer.

Regards,
Dominic.
diff -Nru apt-show-source-0.10/debian/changelog apt-show-source-0.10+nmu1/debian/changelog
--- apt-show-source-0.10/debian/changelog	2003-11-02 14:13:59.000000000 +0100
+++ apt-show-source-0.10+nmu1/debian/changelog	2015-08-20 22:16:45.000000000 +0200
@@ -1,3 +1,15 @@
+apt-show-source (0.10+nmu1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Use DESTDIR rather than PREFIX to install; fix FTBFS with perl 5.22
+    (Closes: #792372)
+  * Move debhelper from Build-Depends-Indep To Build-Depends, fixing
+    Lintian error clean-should-be-satisfied-by-build-depends
+  * Convert debian/copyright to UTF-8, fixing Lintian error
+    debian-copyright-file-uses-obsolete-national-encoding
+
+ -- Dominic Hargreaves <d...@earth.li>  Thu, 20 Aug 2015 22:12:19 +0200
+
 apt-show-source (0.10) unstable; urgency=low
 
   * Update Spanish manpage. (closes: #218744)
diff -Nru apt-show-source-0.10/debian/control apt-show-source-0.10+nmu1/debian/control
--- apt-show-source-0.10/debian/control	2003-10-07 14:57:27.000000000 +0200
+++ apt-show-source-0.10+nmu1/debian/control	2015-08-20 22:09:41.000000000 +0200
@@ -3,7 +3,8 @@
 Priority: optional
 Maintainer: OHURA Makoto <oh...@debian.org>
 Standards-Version: 3.5.9
-Build-Depends-Indep: debhelper, perl
+Build-Depends-Indep: perl
+Build-Depends: debhelper
 
 Package: apt-show-source
 Architecture: all
diff -Nru apt-show-source-0.10/debian/copyright apt-show-source-0.10+nmu1/debian/copyright
--- apt-show-source-0.10/debian/copyright	2003-06-03 12:12:46.000000000 +0200
+++ apt-show-source-0.10+nmu1/debian/copyright	2015-08-20 22:09:55.000000000 +0200
@@ -2,7 +2,7 @@
 Wed, 30 Aug 2000 14:46:27 +0200.
 
 
-Upstream Author: Dennis Schön <den...@debian.org>
+Upstream Author: Dennis Schön <den...@debian.org>
 
 Copyright:
 
diff -Nru apt-show-source-0.10/debian/rules apt-show-source-0.10+nmu1/debian/rules
--- apt-show-source-0.10/debian/rules	2003-10-11 16:59:28.000000000 +0200
+++ apt-show-source-0.10+nmu1/debian/rules	2015-08-20 22:08:39.000000000 +0200
@@ -48,7 +48,7 @@
 
 # Add here commands to install the package into debian/tmp.
 	if grep ^install_vendor Makefile; then \
-		$(MAKE) install PREFIX=$(PWD)/debian/tmp/usr; \
+		$(MAKE) install DESTDIR=$(PWD)/debian/tmp; \
 	else \
 		$(MAKE) pure_install DESTDIR=$(PWD)/debian/tmp; \
 	fi

Reply via email to