[SCM] Debian packaging of libdbd-sqlite3-perl branch, master, updated. 734c2fdf5260ec4eae96ad93989a7e3ddbdd8242

gregor herrmann gregoa at debian.org
Fri Dec 2 19:50:31 UTC 2011


The following commit has been merged in the master branch:
commit 28a88c21d79119348a5dcbb4ac6c0f6d91470374
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Dec 2 17:47:42 2011 +0100

    Use debhelper compat level 9 and build-depend on debhelper (>= 8.9.9~).
    
    This is the first version that passes CFLAGS to OPTIMIZE.
    Also add a lintian override for the debhelper version.
    
    Closes: #596429

diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index d98b5fb..f22138c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: libdbd-sqlite3-perl
 Section: perl
 Priority: optional
-Build-Depends: perl, debhelper (>= 7.0.50~), libdbi-perl (>= 1.612),
+Build-Depends: perl, debhelper (>= 8.9.9~), libdbi-perl (>= 1.612),
  libsqlite3-dev (>> 3.6.0)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
diff --git a/debian/source.lintian-overrides b/debian/source.lintian-overrides
new file mode 100644
index 0000000..7dcbb83
--- /dev/null
+++ b/debian/source.lintian-overrides
@@ -0,0 +1,2 @@
+# we really want dh 9 (cf. d/changelog)
+libdbd-sqlite3-perl source: package-needs-versioned-debhelper-build-depends 9

-- 
Debian packaging of libdbd-sqlite3-perl



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