[Python-modules-commits] r22648 - in packages/python-llfuse/trunk/debian (7 files)
nikratio-guest at users.alioth.debian.org
nikratio-guest at users.alioth.debian.org
Thu Sep 6 02:04:11 UTC 2012
Date: Thursday, September 6, 2012 @ 02:04:08
Author: nikratio-guest
Revision: 22648
* Bumped debhelper compatibility level to 9 to get support for
dpkg-buildflags.
* Added lintian override for hardening-no-fortify-functions,
this is a false positive.
Added:
packages/python-llfuse/trunk/debian/python-llfuse-dbg.lintian-overrides
packages/python-llfuse/trunk/debian/python-llfuse.lintian-overrides
packages/python-llfuse/trunk/debian/python3-llfuse-dbg.lintian-overrides
packages/python-llfuse/trunk/debian/python3-llfuse.lintian-overrides
Modified:
packages/python-llfuse/trunk/debian/changelog
packages/python-llfuse/trunk/debian/compat
packages/python-llfuse/trunk/debian/control
Modified: packages/python-llfuse/trunk/debian/changelog
===================================================================
--- packages/python-llfuse/trunk/debian/changelog 2012-09-05 21:18:35 UTC (rev 22647)
+++ packages/python-llfuse/trunk/debian/changelog 2012-09-06 02:04:08 UTC (rev 22648)
@@ -1,6 +1,10 @@
python-llfuse (0.37.1-3) UNRELEASED; urgency=low
* Bumped standards version to 3.9.3, no other changes required.
+ * Bumped debhelper compatibility level to 9 to get support for
+ dpkg-buildflags.
+ * Added lintian override for hardening-no-fortify-functions,
+ this is a false positive.
-- Nikolaus Rath <Nikolaus at rath.org> Thu, 23 Feb 2012 10:05:58 -0500
Modified: packages/python-llfuse/trunk/debian/compat
===================================================================
--- packages/python-llfuse/trunk/debian/compat 2012-09-05 21:18:35 UTC (rev 22647)
+++ packages/python-llfuse/trunk/debian/compat 2012-09-06 02:04:08 UTC (rev 22648)
@@ -1 +1 @@
-8
+9
Modified: packages/python-llfuse/trunk/debian/control
===================================================================
--- packages/python-llfuse/trunk/debian/control 2012-09-05 21:18:35 UTC (rev 22647)
+++ packages/python-llfuse/trunk/debian/control 2012-09-06 02:04:08 UTC (rev 22648)
@@ -5,7 +5,7 @@
Priority: optional
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Maintainer: Nikolaus Rath <Nikolaus at rath.org>
-Build-Depends: debhelper (>= 8),
+Build-Depends: debhelper (>= 9),
libfuse-dev (>= 2.8.0),
libattr1-dev,
python-all-dev (>= 2.6.6-3~),
Added: packages/python-llfuse/trunk/debian/python-llfuse-dbg.lintian-overrides
===================================================================
--- packages/python-llfuse/trunk/debian/python-llfuse-dbg.lintian-overrides (rev 0)
+++ packages/python-llfuse/trunk/debian/python-llfuse-dbg.lintian-overrides 2012-09-06 02:04:08 UTC (rev 22648)
@@ -0,0 +1,3 @@
+# This is a false positive (cf https://wiki.debian.org/Hardening#Validation)
+python-llfuse-dbg: hardening-no-fortify-functions
+
Added: packages/python-llfuse/trunk/debian/python-llfuse.lintian-overrides
===================================================================
--- packages/python-llfuse/trunk/debian/python-llfuse.lintian-overrides (rev 0)
+++ packages/python-llfuse/trunk/debian/python-llfuse.lintian-overrides 2012-09-06 02:04:08 UTC (rev 22648)
@@ -0,0 +1,3 @@
+# This is a false positive (cf https://wiki.debian.org/Hardening#Validation)
+python-llfuse: hardening-no-fortify-functions
+
Added: packages/python-llfuse/trunk/debian/python3-llfuse-dbg.lintian-overrides
===================================================================
--- packages/python-llfuse/trunk/debian/python3-llfuse-dbg.lintian-overrides (rev 0)
+++ packages/python-llfuse/trunk/debian/python3-llfuse-dbg.lintian-overrides 2012-09-06 02:04:08 UTC (rev 22648)
@@ -0,0 +1,3 @@
+# This is a false positive (cf https://wiki.debian.org/Hardening#Validation)
+python3-llfuse-dbg: hardening-no-fortify-functions
+
Added: packages/python-llfuse/trunk/debian/python3-llfuse.lintian-overrides
===================================================================
--- packages/python-llfuse/trunk/debian/python3-llfuse.lintian-overrides (rev 0)
+++ packages/python-llfuse/trunk/debian/python3-llfuse.lintian-overrides 2012-09-06 02:04:08 UTC (rev 22648)
@@ -0,0 +1,3 @@
+# This is a false positive (cf https://wiki.debian.org/Hardening#Validation)
+python3-llfuse: hardening-no-fortify-functions
+
More information about the Python-modules-commits
mailing list