Your message dated Sat, 18 Sep 2010 16:53:28 +0100
with message-id
<[email protected]>
and subject line Re: Bug#597167: unblock: foomatic-db-engine/4.0.4-3
has caused the Debian Bug report #597167,
regarding unblock: foomatic-db-engine/4.0.4-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.)
--
597167: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597167
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: SHA1
Please unblock package foomatic-db-engine 4.0.4-3 as it fixes a (trivial) RC
bug:
foomatic-db-engine (4.0.4-3) unstable; urgency=low
* Add an epoch to foomatic-filters-ppds binary package to allow Lenny-
Squeeze upgrades (Closes: #595523)
-- Didier Raboud <[email protected]> Thu, 16 Sep 2010 11:06:09 +0200
(Small) debdiff is attached.
Thanks in advance, cheers,
OdyX
unblock foomatic-db-engine/4.0.4-3
- -- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (750, 'unstable'), (700, 'testing-proposed-updates'), (700,
'testing'), (101, 'testing-proposed-updates'), (101, 'experimental'), (101,
'unstable'), (101, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.35-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_CH.UTF-8, LC_CTYPE=fr_CH.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iJwEAQECAAYFAkyTIPYACgkQKA1Vt+jBwDjs2QP/e5TyBnLq8pUT9iJvqkVElIhX
D4y7J1i564zSWfT8M7Jd93hLDyMk0QkMUEzL6LF4vbpNll6iHcoOnUeDBPeiikHu
Y7+RuHqMggCSn8UJ2YcwGsxVLoMUdlkDJjWDYZetV7FrH3QXehFwhJavwhB0CABK
pMfGVrR3xKJA5y3q3kw=
=JY8Z
-----END PGP SIGNATURE-----
diff -Nru foomatic-db-engine-4.0.4/debian/changelog foomatic-db-engine-4.0.4/debian/changelog
--- foomatic-db-engine-4.0.4/debian/changelog 2010-08-10 14:04:44.000000000 +0200
+++ foomatic-db-engine-4.0.4/debian/changelog 2010-09-16 11:10:38.000000000 +0200
@@ -1,3 +1,10 @@
+foomatic-db-engine (4.0.4-3) unstable; urgency=low
+
+ * Add an epoch to foomatic-filters-ppds binary package to allow Lenny-
+ Squeeze upgrades (Closes: #595523)
+
+ -- Didier Raboud <[email protected]> Thu, 16 Sep 2010 11:06:09 +0200
+
foomatic-db-engine (4.0.4-2) unstable; urgency=low
* Re-introduce foomatic-filters-ppds as dummy package to ease migration away
diff -Nru foomatic-db-engine-4.0.4/debian/rules foomatic-db-engine-4.0.4/debian/rules
--- foomatic-db-engine-4.0.4/debian/rules 2010-06-30 10:23:45.000000000 +0200
+++ foomatic-db-engine-4.0.4/debian/rules 2010-09-16 11:04:27.000000000 +0200
@@ -2,6 +2,7 @@
derives_from_ubuntu := $(shell (dpkg-vendor --derives-from Ubuntu && echo "yes") || echo "no")
is_debian := $(shell (dpkg-vendor --is Debian && echo "yes") || echo "no")
+binary_version := $(shell dpkg-parsechangelog | grep '^Version:' | awk '{print $$2}')
%:
dh $@
@@ -22,3 +23,10 @@
ifeq ($(derives_from_ubuntu),yes)
install -D -m 644 debian/ubuntu/apport-hook.py $(CURDIR)/debian/foomatic-db-engine/usr/share/apport/package-hooks/source_foomatic-db-engine.py
endif
+
+# Bug #595523
+# The foomatic-filters-ppds transitional package must be > 20080528-2.1 (Lenny's version)
+# Hence epoch'ing foomatic-filters-ppds
+override_dh_gencontrol:
+ dh_gencontrol -pfoomatic-filters-ppds -- -v1:${binary_version}
+ dh_gencontrol --remaining-packages
--- End Message ---
--- Begin Message ---
On Fri, 2010-09-17 at 10:04 +0200, Didier Raboud wrote:
> Please unblock package foomatic-db-engine 4.0.4-3 as it fixes a (trivial) RC
> bug:
>
> foomatic-db-engine (4.0.4-3) unstable; urgency=low
>
> * Add an epoch to foomatic-filters-ppds binary package to allow Lenny-
> Squeeze upgrades (Closes: #595523)
Unblocked.
Regards,
Adam
--- End Message ---