Your message dated Tue, 04 Nov 2014 20:15:33 +0000
with message-id <[email protected]>
and subject line Re: Bug#768067: unblock: opendnssec/1.4.6-3
has caused the Debian Bug report #768067,
regarding unblock: opendnssec/1.4.6-3
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
768067: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=768067
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Please unblock package opendnssec
opendnssec/1.4.6-3 fixes #768065 by adding Pre-Depends on recent dpkg
with dpkg-maintscript-helper that implements symlink_to_dir.
No other change was made.
$ diffstat /tmp/opendnssec_1.4.6-3.debdiff
changelog | 7 +++++++
control | 9 ++++++++-
2 files changed, 15 insertions(+), 1 deletion(-)
Debdiff attached.
unblock opendnssec/1.4.6-3
- -- System Information:
Debian Release: jessie/sid
APT prefers testing
APT policy: (990, 'testing'), (700, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQJ8BAEBCgBmBQJUWQRDXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzMEI5MzNEODBGQ0UzRDk4MUEyRDM4RkIw
Qzk5QjcwRUY0RkNCQjA3AAoJEAyZtw70/LsHI8gP/1KziiFG3s9gFngN9kGUHHiN
wnYUs/g150GrxXRYPSszcpWlgWdUPlgfDM2qZhhJWpmS8nxnXFkMNALHpFsBcG7n
hHNDasFVMlQid/le9CGMAEXBTBN0dVhhdHJmt743EO9DCZhn9/Z/u6lb4IqJDeHt
qcRuB/h7+k85qADV72W+fOFv+P2jMa+nhlTKqriIUse4i+XHhUPbG4qfZjQSey8D
YFS8/mtfL4YZZMNP//mkTDbJrnpQPX5rf2j3RGqX2P2q3/hug4T6PYrND8F1FQLq
CmGHqzsp3+8XCXGG6+0z95D+Qwo/jIs/i6R9n6sewGDSYMw3gPWx40OO0GDzwSS2
i4Fr6+xHsrErjDQBtgQEjxlkILgJAxn/NddkmSXXKYLRpry6bfLX06e4l91hXd1E
el51viz7wzCT26VKdQLc9ySqs/5cQnzX4p1ZVIgxMT7JCIt2TIHvQTWaW7c1jVw1
3PWsQR4i7TQS+GLJNjYa+P6GTSlzoIr91SCoxiiBBBAa9Zq+/dR7T2TpTEkIz6vQ
2ZbqVRvNFMUYsQHljva5LpkfB1l9/D/XMrRkUWY9qwm+FkTUegMaMqknONu3H+DK
Id3onKvWz2YsSSNBnoUHveysAF6gpAjVWXn5jVoNkIdCSO7B2uUsHDpfAEP1Dw/b
jFSmRT53tO2+cH+IIcgW
=oW8i
-----END PGP SIGNATURE-----
diff -Nru opendnssec-1.4.6/debian/changelog opendnssec-1.4.6/debian/changelog
--- opendnssec-1.4.6/debian/changelog 2014-09-08 16:27:40.000000000 +0200
+++ opendnssec-1.4.6/debian/changelog 2014-11-04 17:40:37.000000000 +0100
@@ -1,3 +1,10 @@
+opendnssec (1:1.4.6-3) unstable; urgency=medium
+
+ * Add Pre-Depends: dpkg (>= 1.17.5) for dpkg-maintscript-helper
+ (Closes: #768065)
+
+ -- Ondřej Surý <[email protected]> Tue, 04 Nov 2014 17:38:09 +0100
+
opendnssec (1:1.4.6-2) unstable; urgency=high
* Make opendnssec binNMUable by unlinking the documentation
diff -Nru opendnssec-1.4.6/debian/control opendnssec-1.4.6/debian/control
--- opendnssec-1.4.6/debian/control 2014-09-08 16:27:40.000000000 +0200
+++ opendnssec-1.4.6/debian/control 2014-11-04 17:40:37.000000000 +0100
@@ -46,6 +46,7 @@
Package: opendnssec
Section: misc
Architecture: all
+Pre-Depends: dpkg (>= 1.17.5)
Depends: ${misc:Depends},
opendnssec-enforcer,
opendnssec-signer,
@@ -76,6 +77,7 @@
Package: opendnssec-enforcer
Section: admin
Architecture: all
+Pre-Depends: dpkg (>= 1.17.5)
Depends: ${misc:Depends},
opendnssec-enforcer-sqlite3 | opendnssec-enforcer-backend,
procps
@@ -97,11 +99,11 @@
Package: opendnssec-enforcer-mysql
Section: admin
Architecture: any
+Pre-Depends: dpkg (>= 1.17.5)
Depends: ${shlibs:Depends}, ${misc:Depends},
opendnssec-common (= ${source:Version}),
mariadb-client | mysql-client,
libdbd-mysql-perl
-Pre-Depends: dpkg (>= 1.15.7.2~) | dpkg-maintscript-helper
Breaks: opendnssec-enforcer (<< 1:1.4.5-2~)
Provides: opendnssec-enforcer-backend
Conflicts: opendnssec-enforcer-backend
@@ -124,6 +126,7 @@
Package: opendnssec-enforcer-sqlite3
Section: admin
Architecture: any
+Pre-Depends: dpkg (>= 1.17.5)
Depends: ${shlibs:Depends},
${misc:Depends},
opendnssec-common (= ${source:Version}),
@@ -150,6 +153,7 @@
Package: opendnssec-signer
Architecture: any
+Pre-Depends: dpkg (>= 1.17.5)
Depends: ${shlibs:Depends},
${misc:Depends},
opendnssec-common (= ${source:Version}),
@@ -170,6 +174,7 @@
Package: libhsm-bin
Section: misc
Architecture: any
+Pre-Depends: dpkg (>= 1.17.5)
Depends: ${shlibs:Depends},
${misc:Depends},
opendnssec-common (= ${source:Version})
@@ -189,6 +194,7 @@
This package contains command line tools.
Package: opendnssec-dbg-mysql
+Pre-Depends: dpkg (>= 1.17.5)
Depends: ${misc:Depends}, opendnssec-enforcer | opendnssec-signer | libhsm-bin | opendnssec-enforcer-mysql
Recommends: gdb
Section: debug
@@ -208,6 +214,7 @@
Enforcer.
Package: opendnssec-dbg-sqlite3
+Pre-Depends: dpkg (>= 1.17.5)
Depends: ${misc:Depends}, opendnssec-enforcer | opendnssec-signer | libhsm-bin | opendnssec-enforcer-sqlite3
Recommends: gdb
Section: debug
--- End Message ---
--- Begin Message ---
On Tue, 2014-11-04 at 17:52 +0100, Ondřej Surý wrote:
> opendnssec/1.4.6-3 fixes #768065 by adding Pre-Depends on recent dpkg
> with dpkg-maintscript-helper that implements symlink_to_dir.
Unblocked; thanks.
Regards,
Adam
--- End Message ---