Control: tags 827810 + patch
Control: tags 827810 + pending
Dear maintainer,
I've prepared an NMU for scanlogd (versioned as 2.2.5-3.3) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.
Regards,
Eriberto
diff -u scanlogd-2.2.5/debian/changelog scanlogd-2.2.5/debian/changelog
--- scanlogd-2.2.5/debian/changelog
+++ scanlogd-2.2.5/debian/changelog
@@ -1,3 +1,14 @@
+scanlogd (2.2.5-3.3) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Bumped DH level to 10.
+ * debian/compat: created. (Closes: #827810)
+ * debian/control:
+ - Added the ${misc:Depends} variable to Depends field.
+ - Bumped Standards-Version to 3.9.8.
+
+ -- Joao Eriberto Mota Filho <[email protected]> Thu, 22 Dec 2016 17:20:51
-0200
+
scanlogd (2.2.5-3.2) unstable; urgency=low
* Non-maintainer upload.
diff -u scanlogd-2.2.5/debian/control scanlogd-2.2.5/debian/control
--- scanlogd-2.2.5/debian/control
+++ scanlogd-2.2.5/debian/control
@@ -2,13 +2,13 @@
Section: net
Priority: optional
Maintainer: Michael Vogt <[email protected]>
-Standards-Version: 3.7.2
-Build-Depends: debhelper (>= 5.0)
+Standards-Version: 3.9.8
+Build-Depends: debhelper (>= 10)
Homepage: http://www.openwall.com/scanlogd/
Package: scanlogd
Architecture: any
-Depends: ${shlibs:Depends}, adduser
+Depends: ${misc:Depends}, ${shlibs:Depends}, adduser
Description: A portscan detecting tool
Scanlogd is a daemon written by Solar Designer
to detect portscan attacks on your machine.
diff -u scanlogd-2.2.5/debian/rules scanlogd-2.2.5/debian/rules
--- scanlogd-2.2.5/debian/rules
+++ scanlogd-2.2.5/debian/rules
@@ -6,7 +6,7 @@
#export DH_VERBOSE=1
# This is the debhelper compatability version to use.
-export DH_COMPAT=5
+#export DH_COMPAT=5
installbin = install -m 755
installdoc = install -m 644
only in patch2:
unchanged:
--- scanlogd-2.2.5.orig/debian/compat
+++ scanlogd-2.2.5/debian/compat
@@ -0,0 +1 @@
+10