Package: libimager-qrcode-perl
Version: 0.033-1
Severity: serious
Tags: patch sid jessie

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

I've just uploaded libimager-perl 0.95+dfsg-1 to unstable.

Bad news: This contains a Breaks on libimager-qrcode-perl, making it
uninstallable.

Good news: It contains a framework to provide the perl-imagerapi-XX
virtual package, in order to deal with API changes like the one
spotted in #693002.

I'm attaching a patch with the required trivial changes.

Cheers,
gregor

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJRl4JuAAoJELs6aAGGSaoGsrYP/0nrZQrj8wt8VxF3SCptjnEP
p/rYoSgwIRgAhnVSEFKBJYUI44BjHxocxoKqgwLvFLN+4Y4Ls1Ikg/giWrk4u/9M
LOgOoMYQA1t7DXIM5DmBjzsub3t6WkJUJuOnGosucjfquaYROQLimzx3bUR+RSWA
gr7uEFycDpb8ifF/gSEqQzCbE6ls11L5Fe/4KWa8S8aBicbtinuekG/ZDd1z6tzf
aJbYHh9ld6h8emWuwYo2t7CxJeIG9Dxn7WPw8LPBrb49YenZ/InjLIH4bzPVG+gg
mGSltgVXGNtNYJwL8kgTriZwI4BhojckmEfAqZ5oX2CYT44M9pjgDoOCDSKrIg47
WKMKOgqZC9R6BIgqnKv6Cg4vWNItj08jxRF3GE5wpjWOoCI4TD6pzMW2o1DN8iVf
9VrdRASD9rpQqLzEOGyYW6azRmqg0/jteYOiAUOvZkPJGTFHMfcCSrLVpYpOYCxX
KpHzAgQpt+sD5BuQbjfZzy6L4n8Us+s6F6WhWf8TbdM4nPXSyo3gDlObnupz+eln
B6ynjIGmbrMzP/6otaLms9kT+LDjZCtxV/onRtjLMK5f4RoROpLhrFqqVJQJm578
5fWi1euFlHG4WQwqYwgpAah8EwesiiBP4ITh7Cg1eIMm7GsrYtL3XSxzSz3z+rqK
vz5Wblb4BpQpVjXd6Kc2
=KTl2
-----END PGP SIGNATURE-----
diff -Nru libimager-qrcode-perl-0.033/debian/changelog libimager-qrcode-perl-0.033/debian/changelog
--- libimager-qrcode-perl-0.033/debian/changelog	2012-03-09 08:41:37.000000000 +0100
+++ libimager-qrcode-perl-0.033/debian/changelog	2013-05-18 15:23:27.000000000 +0200
@@ -1,3 +1,13 @@
+libimager-qrcode-perl (0.033-1.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Use Imager API framework:
+    - build-depend on libimager-perl (>= 0.95+dfsg)
+    - add --with perl_imager to dh call in debian/rules
+    Closes: #nnnnnn
+
+ -- gregor herrmann <gre...@debian.org>  Sat, 18 May 2013 15:09:00 +0200
+
 libimager-qrcode-perl (0.033-1) unstable; urgency=low
 
   * Initial release. (Closes: #662943)
diff -Nru libimager-qrcode-perl-0.033/debian/control libimager-qrcode-perl-0.033/debian/control
--- libimager-qrcode-perl-0.033/debian/control	2012-03-07 14:22:26.000000000 +0100
+++ libimager-qrcode-perl-0.033/debian/control	2013-05-18 15:09:51.000000000 +0200
@@ -4,7 +4,7 @@
 Standards-Version: 3.9.3
 Maintainer: Kai Wasserbäch <cu...@debian.org>
 Homepage: http://search.cpan.org/dist/Imager-QRCode/
-Build-Depends: debhelper (>= 9), libqrencode-dev, perl, libimager-perl
+Build-Depends: debhelper (>= 9), libqrencode-dev, perl, libimager-perl (>= 0.95+dfsg)
 Vcs-Git: git://git.carbon-project.org/libimager-qrcode-perl.git
 Vcs-Browser: http://gitweb.carbon-project.org/?p=libimager-qrcode-perl.git;a=summary
 
diff -Nru libimager-qrcode-perl-0.033/debian/rules libimager-qrcode-perl-0.033/debian/rules
--- libimager-qrcode-perl-0.033/debian/rules	2012-03-07 13:31:05.000000000 +0100
+++ libimager-qrcode-perl-0.033/debian/rules	2013-05-18 15:09:32.000000000 +0200
@@ -1,3 +1,3 @@
 #!/usr/bin/make -f
 %:
-	dh $@
+	dh $@ --with perl_imager

Reply via email to