[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#597167: unblock: foomatic-db-engine/4.0.4-3



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
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 <didier@raboud.com>  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 <didier@raboud.com>  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

Reply to: