[SCM] Debian packaging of libdbd-sqlite2-perl branch, master, updated. cc96bdd985984ab95b3a6f57eec89deae13289c6
Xavier Guimard
x.guimard at free.fr
Wed May 1 04:03:52 UTC 2013
The following commit has been merged in the master branch:
commit cc96bdd985984ab95b3a6f57eec89deae13289c6
Author: Xavier Guimard <x.guimard at free.fr>
Date: Wed May 1 06:02:31 2013 +0200
Comment SQLite embedding
diff --git a/debian/changelog b/debian/changelog
index 1e9f039..633ff5d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,7 +18,8 @@ libdbd-sqlite2-perl (2:0.33-10) UNRELEASED; urgency=low
* Bump debhelper compatibility to 9 to get hardening flags
* Add override in debian/rules to remove output directory when
cleaning
- * Add Lintian override to embed SQLite
+ * Add Lintian override to embed SQLite (libsqlite0-dev doesn't contain
+ sqliteInt.h needed by dbdimp.h)
-- Xavier Guimard <x.guimard at free.fr> Tue, 30 Apr 2013 09:35:36 +0200
diff --git a/debian/libdbd-sqlite2-perl.lintian-overrides b/debian/libdbd-sqlite2-perl.lintian-overrides
index 43e64cc..3af89af 100644
--- a/debian/libdbd-sqlite2-perl.lintian-overrides
+++ b/debian/libdbd-sqlite2-perl.lintian-overrides
@@ -1,2 +1,3 @@
-# SQLite is embedded in this module
+# SQLite is embedded in this module because libsqlite0-dev doesn't contain
+# headers needed by dbdimp.h (sqliteInt.h)
libdbd-sqlite2-perl: embedded-library usr/lib/perl5/auto/DBD/SQLite2/SQLite2.so: sqlite
--
Debian packaging of libdbd-sqlite2-perl
More information about the Pkg-perl-cvs-commits
mailing list