diffstat of debian/ for libsane-perl_0.05-2 libsane-perl_0.05-2ubuntu2 changelog | 42 ++++++++++++++++++++++++++++++++++++++++++ control | 5 +++-- 2 files changed, 45 insertions(+), 2 deletions(-) diff -Nru libsane-perl-0.05/debian/changelog libsane-perl-0.05/debian/changelog --- libsane-perl-0.05/debian/changelog 2012-05-21 19:52:44.000000000 +0000 +++ libsane-perl-0.05/debian/changelog 2017-07-26 19:53:02.000000000 +0000 @@ -1,3 +1,45 @@ +libsane-perl (0.05-2ubuntu2) artful; urgency=medium + + * No-change rebuild for perl 5.26.0. + + -- Matthias Klose Wed, 26 Jul 2017 19:53:02 +0000 + +libsane-perl (0.05-2ubuntu1) artful; urgency=medium + + * Drop explicit dep on libsane, as it should only depend on libsane1 now. + + -- Dimitri John Ledkov Tue, 25 Jul 2017 17:10:43 +0100 + +libsane-perl (0.05-2build5) artful; urgency=medium + + * Rebuild against new libsane1. + + -- Gianfranco Costamagna Sun, 23 Jul 2017 09:42:34 +0200 + +libsane-perl (0.05-2build4) zesty; urgency=medium + + * No-change rebuild for perl 5.24 transition + + -- Iain Lane Sun, 23 Oct 2016 12:10:57 +0100 + +libsane-perl (0.05-2build3) xenial; urgency=medium + + * Rebuild for Perl 5.22.1. + + -- Colin Watson Thu, 17 Dec 2015 15:03:42 +0000 + +libsane-perl (0.05-2build2) utopic; urgency=medium + + * Rebuild for Perl 5.20.0. + + -- Colin Watson Wed, 20 Aug 2014 12:50:56 +0100 + +libsane-perl (0.05-2build1) devel; urgency=low + + * Rebuild for Perl 5.18. + + -- Colin Watson Sun, 20 Oct 2013 21:42:12 +0100 + libsane-perl (0.05-2) unstable; urgency=low * Disable tests diff -Nru libsane-perl-0.05/debian/control libsane-perl-0.05/debian/control --- libsane-perl-0.05/debian/control 2012-04-08 10:17:09.000000000 +0000 +++ libsane-perl-0.05/debian/control 2017-07-25 16:11:03.000000000 +0000 @@ -1,7 +1,8 @@ Source: libsane-perl Section: perl Priority: optional -Maintainer: Debian Perl Group +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian Perl Group Uploaders: Jeffrey Ratcliffe Build-Depends: debhelper (>= 9), libsane-dev (>= 1.0.19), libextutils-depends-perl, libextutils-pkgconfig-perl, @@ -14,7 +15,7 @@ Package: libsane-perl Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, libsane (>= 1.0.19) +Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends} Description: Perl bindings for the SANE (Scanner Access Now Easy) Project The Sane module allows you to access SANE-compatible scanners in a Perlish and object-oriented way, freeing you from the casting and memory management