[SCM] Debian packaging of libsane-perl branch, master, updated. debian/0.04-1-9-g963df2e

Salvatore Bonaccorso carnil at debian.org
Sat Jul 14 15:50:44 UTC 2012


The following commit has been merged in the master branch:
commit 738344da53220573404db0e4c98f9c72ebf718e7
Author: Jeffrey Ratcliffe <jjr at debian.org>
Date:   Mon May 21 21:52:44 2012 +0200

    Imported Debian patch 0.05-2

diff --git a/debian/changelog b/debian/changelog
index 0dee6ec..79edde9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-libsane-perl (0.05-2) UNRELEASED; urgency=low
+libsane-perl (0.05-2) unstable; urgency=low
 
-  * debian/control: update {versioned,alternative} (build) dependencies.
+  * Disable tests
+    Closes: #626019 (FTBFS on various architectures (hanging tests?))
 
- -- gregor herrmann <gregoa at debian.org>  Thu, 05 Jul 2012 12:53:37 -0600
+ -- Jeffrey Ratcliffe <jjr at debian.org>  Mon, 21 May 2012 21:52:44 +0200
 
 libsane-perl (0.05-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index b87a18a..0d612c9 100644
--- a/debian/control
+++ b/debian/control
@@ -1,25 +1,20 @@
 Source: libsane-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jeffrey Ratcliffe <jjr at debian.org>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 9),
-               libsane-dev,
-               libextutils-depends-perl,
-               libextutils-pkgconfig-perl,
-               libtest-pod-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jeffrey Ratcliffe <jjr at debian.org>
+Build-Depends: debhelper (>= 9), libsane-dev (>= 1.0.19),
+ libextutils-depends-perl, libextutils-pkgconfig-perl,
+ libtest-pod-perl
 Standards-Version: 3.9.2
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsane-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libsane-perl.git
-DM-Upload-Allowed: yes
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsane-perl.git
 Homepage: http://search.cpan.org/dist/Sane/
+DM-Upload-Allowed: yes
 
 Package: libsane-perl
 Architecture: any
-Depends: ${shlibs:Depends},
-         ${misc:Depends},
-         ${perl:Depends},
-         libsane
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, libsane (>= 1.0.19)
 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
diff --git a/debian/rules b/debian/rules
index 2d33f6a..20f4b36 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,5 @@
 
 %:
 	dh $@
+
+override_dh_auto_test:

-- 
Debian packaging of libsane-perl



More information about the Pkg-perl-cvs-commits mailing list