Control: tags 800302 + patch
Control: tags 800302 + pending
Dear maintainer,
I've sponsored an NMU for libstring-shellquote-perl (versioned as 1.03-1.2)
to DELAYED/2. Please feel free to tell me if I should delay it longer.
Regards.
--
Jonathan Wiltshire [email protected]
Debian Developer http://people.debian.org/~jmw
4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC 74C3 5394 479D D352 4C51
diff -u libstring-shellquote-perl-1.03/debian/changelog libstring-shellquote-perl-1.03/debian/changelog
--- libstring-shellquote-perl-1.03/debian/changelog
+++ libstring-shellquote-perl-1.03/debian/changelog
@@ -1,3 +1,20 @@
+libstring-shellquote-perl (1.03-1.2) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * changed from debhelper compatability level 3 to 9:
+ closes: #800302
+ - changed (control) Build-Depends: debhelper (>= 9)
+ - added (control) Depends: ${misc:Depends}
+ - removed (rules) export DH_COMPAT=3
+ - added new (compat) file
+ - replaced (rules) (depricated) dh_clean -k
+ with dh_prep
+ * resolved lintian warnings:
+ - changed (copyright) FSF address
+ - updated (control) ancient-standards-version 3.6.1 to 3.9.6
+
+ -- Andy Simpkins <[email protected]> Sat, 20 Feb 2016 16:43:17 +0000
+
libstring-shellquote-perl (1.03-1.1) unstable; urgency=medium
* Non-maintainer upload.
diff -u libstring-shellquote-perl-1.03/debian/control libstring-shellquote-perl-1.03/debian/control
--- libstring-shellquote-perl-1.03/debian/control
+++ libstring-shellquote-perl-1.03/debian/control
@@ -2,12 +2,12 @@
Section: perl
Priority: optional
Maintainer: Roderick Schertler <[email protected]>
-Standards-Version: 3.6.1
-Build-Depends: debhelper (>= 3.0.5), perl (>= 5.6.0-16)
+Standards-Version: 3.9.6
+Build-Depends: debhelper (>= 9), perl (>= 5.6.0-16)
Package: libstring-shellquote-perl
Architecture: all
-Depends: ${perl:Depends}
+Depends: ${perl:Depends}, ${misc:Depends}
Description: quote strings for passing through the shell
This Perl module contains some functions which are useful for quoting
strings which are going to pass through the shell or a shell-like
diff -u libstring-shellquote-perl-1.03/debian/copyright libstring-shellquote-perl-1.03/debian/copyright
--- libstring-shellquote-perl-1.03/debian/copyright
+++ libstring-shellquote-perl-1.03/debian/copyright
@@ -25,9 +25,10 @@
You should have received a copy of the Artistic License with this
Kit, in the file named "Artistic". If not, I'll be glad to provide one.
- You should also have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software Foundation,
- Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
+ You should have received a copy of the GNU General Public License along
+ with this program; if not, write to the Free Software Foundation,Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
On Debian systems, the complete text of the GNU General Public License can
be found in `/usr/share/common-licenses/GPL', and the complete text of the
diff -u libstring-shellquote-perl-1.03/debian/rules libstring-shellquote-perl-1.03/debian/rules
--- libstring-shellquote-perl-1.03/debian/rules
+++ libstring-shellquote-perl-1.03/debian/rules
@@ -11,10 +11,13 @@
ifneq "" "$(findstring debug,$(DEB_BUILD_OPTIONS))"
CFLAGS += -g
endif
-export DH_COMPAT := 3
+
PERL ?= perl
-build: $(stamp_build)
+build: build-arch build-indep
+build-arch: $(stamp_build)
+build-indep: $(stamp_build)
+
$(stamp_build):
dh_testdir
$(PERL) Makefile.PL INSTALLDIRS=vendor
@@ -26,7 +29,7 @@
$(stamp_install): $(stamp_build)
dh_testdir
dh_testroot
- dh_clean -k
+ dh_prep
dh_installdirs
$(MAKE) install DESTDIR=$(prefix)
find $(prefix) -depth -type d -print0 | \
only in patch2:
unchanged:
--- libstring-shellquote-perl-1.03.orig/debian/compat
+++ libstring-shellquote-perl-1.03/debian/compat
@@ -0,0 +1 @@
+9
\ No newline at end of file