Control: tags 735008 + pending Control: tags 753712 + patch Control: tags 753712 + pending Control: tags 792381 + patch Control: tags 792381 + pending
Dear maintainer, I've prepared an NMU for dsc-statistics (versioned as 201203250530-2.1) and uploaded it to DELAYED/10. Please feel free to tell me if I should delay it longer. Regards. -- .''`. Homepage: http://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: Dire Straits: Love Over Gold
diff -Nru dsc-statistics-201203250530/debian/changelog dsc-statistics-201203250530/debian/changelog
--- dsc-statistics-201203250530/debian/changelog 2012-12-15 16:31:50.000000000 +0100
+++ dsc-statistics-201203250530/debian/changelog 2015-08-26 14:49:55.000000000 +0200
@@ -1,3 +1,19 @@
+dsc-statistics (201203250530-2.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix "FTBFS with perl 5.22 in experimental (MakeMaker changes)":
+ use DESTDIR in debian/patches/debian-changes.
+ (Closes: #792381)
+ * Fix "please depend on iproute2 instead of iproute transitional
+ package":
+ change dependency to 'iproute2 | iproute'.
+ (Closes: #753712)
+ * Fix "use autotools-dev to update config.{sub, guess} for new arches":
+ add autotools-dev Debhelper sequence in debian/rules.
+ (Closes: #735008)
+
+ -- gregor herrmann <[email protected]> Wed, 26 Aug 2015 14:49:51 +0200
+
dsc-statistics (201203250530-2) unstable; urgency=low
* don't remove account on purge
diff -Nru dsc-statistics-201203250530/debian/control dsc-statistics-201203250530/debian/control
--- dsc-statistics-201203250530/debian/control 2012-12-15 16:31:50.000000000 +0100
+++ dsc-statistics-201203250530/debian/control 2015-08-26 14:46:08.000000000 +0200
@@ -12,7 +12,7 @@
Package: dsc-statistics-collector
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}, libproc-pid-file-perl,
- adduser, iproute, geoip-database, cron
+ adduser, iproute2 | iproute, geoip-database, cron
Suggests: rsync
Conflicts: dsc-collector
Description: DNS Statistics Collector - Collector component
diff -Nru dsc-statistics-201203250530/debian/patches/debian-changes dsc-statistics-201203250530/debian/patches/debian-changes
--- dsc-statistics-201203250530/debian/patches/debian-changes 2012-12-15 16:32:04.000000000 +0100
+++ dsc-statistics-201203250530/debian/patches/debian-changes 2015-08-26 14:50:33.000000000 +0200
@@ -47,7 +47,7 @@
(cd extractor; $(MAKE) $@)
(cd grapher; $(MAKE) $@)
- (cd perllib; test -f Makefile || perl Makefile.PL ; $(MAKE) $@)
-+ (cd perllib; test -f Makefile || perl Makefile.PL INSTALLDIRS=vendor; $(MAKE) $@ PREFIX=$(CURDIR)/../debian/dsc-statistics-presenter/usr)
++ (cd perllib; test -f Makefile || perl Makefile.PL INSTALLDIRS=vendor; $(MAKE) $@ DESTDIR=$(CURDIR)/../debian/dsc-statistics-presenter PREFIX=/usr)
install:
@for f in ${MKDIRS} ; do \
@@ -56,7 +56,7 @@
fi \
done
- (cd perllib; test -f Makefile || perl Makefile.PL ; $(MAKE) $@)
-+ (cd perllib; test -f Makefile || perl Makefile.PL INSTALLDIRS=vendor ; $(MAKE) $@ PREFIX=$(CURDIR)/../debian/dsc-statistics-presenter/usr)
++ (cd perllib; test -f Makefile || perl Makefile.PL INSTALLDIRS=vendor ; $(MAKE) $@ DESTDIR=$(CURDIR)/../debian/dsc-statistics-presenter PREFIX=/usr)
(cd cron; $(MAKE) $@)
(cd extractor; $(MAKE) $@)
(cd grapher; $(MAKE) $@)
diff -Nru dsc-statistics-201203250530/debian/rules dsc-statistics-201203250530/debian/rules
--- dsc-statistics-201203250530/debian/rules 2012-12-15 16:31:50.000000000 +0100
+++ dsc-statistics-201203250530/debian/rules 2015-08-26 14:46:08.000000000 +0200
@@ -3,7 +3,7 @@
PACKAGENAME=dsc-statistics
%:
- dh $@
+ dh $@ --with autotools_dev
override_dh_auto_build:
cd collector && $(MAKE)
signature.asc
Description: Digital Signature

