[Python-apps-commits] r9095 - in packages/s3ql/trunk/debian (4 files)

nikratio-guest at users.alioth.debian.org nikratio-guest at users.alioth.debian.org
Thu Sep 6 01:45:43 UTC 2012


    Date: Thursday, September 6, 2012 @ 01:45:42
  Author: nikratio-guest
Revision: 9095

* 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/s3ql/trunk/debian/s3ql.lintian-overrides
Modified:
  packages/s3ql/trunk/debian/changelog
  packages/s3ql/trunk/debian/compat
  packages/s3ql/trunk/debian/control

Modified: packages/s3ql/trunk/debian/changelog
===================================================================
--- packages/s3ql/trunk/debian/changelog	2012-09-06 00:56:06 UTC (rev 9094)
+++ packages/s3ql/trunk/debian/changelog	2012-09-06 01:45:42 UTC (rev 9095)
@@ -1,6 +1,10 @@
 s3ql (1.12-1) unstable; urgency=low
 
   * New upstream release.
+  * 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>  Wed, 05 Sep 2012 20:22:18 -0400
 

Modified: packages/s3ql/trunk/debian/compat
===================================================================
--- packages/s3ql/trunk/debian/compat	2012-09-06 00:56:06 UTC (rev 9094)
+++ packages/s3ql/trunk/debian/compat	2012-09-06 01:45:42 UTC (rev 9095)
@@ -1 +1 @@
-8
+9

Modified: packages/s3ql/trunk/debian/control
===================================================================
--- packages/s3ql/trunk/debian/control	2012-09-06 00:56:06 UTC (rev 9094)
+++ packages/s3ql/trunk/debian/control	2012-09-06 01:45:42 UTC (rev 9095)
@@ -5,7 +5,7 @@
 Maintainer: Debian Python Apps Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: Nikolaus Rath <Nikolaus at rath.org>,
            Laszlo Boszormenyi <gcs at debian.hu>
-Build-Depends: debhelper (>= 8),
+Build-Depends: debhelper (>= 9),
                python-dev (>= 2.7),
                python-dbg,
                python-setuptools (>= 0.6.14),

Added: packages/s3ql/trunk/debian/s3ql.lintian-overrides
===================================================================
--- packages/s3ql/trunk/debian/s3ql.lintian-overrides	                        (rev 0)
+++ packages/s3ql/trunk/debian/s3ql.lintian-overrides	2012-09-06 01:45:42 UTC (rev 9095)
@@ -0,0 +1,3 @@
+# This is a false positive (cf https://wiki.debian.org/Hardening#Validation)
+s3ql: hardening-no-fortify-functions
+




More information about the Python-apps-commits mailing list