[Python-apps-commits] r10157 - in packages/sonata/trunk/debian (4 files)

noskcaj-guest at users.alioth.debian.org noskcaj-guest at users.alioth.debian.org
Wed Nov 6 08:22:17 UTC 2013


    Date: Wednesday, November 6, 2013 @ 08:22:13
  Author: noskcaj-guest
Revision: 10157

Bump debhelper to 9 (partitally enables hardening)

Modified:
  packages/sonata/trunk/debian/changelog
  packages/sonata/trunk/debian/compat
  packages/sonata/trunk/debian/control
  packages/sonata/trunk/debian/rules

Modified: packages/sonata/trunk/debian/changelog
===================================================================
--- packages/sonata/trunk/debian/changelog	2013-11-06 06:47:34 UTC (rev 10156)
+++ packages/sonata/trunk/debian/changelog	2013-11-06 08:22:13 UTC (rev 10157)
@@ -7,8 +7,11 @@
   [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 18:05:49 +0200
+  [ Jackson Doak ]
+  * Bump debhelper to 9 (partitally enables hardening)
 
+ -- Jackson Doak <noskcaj at ubuntu.com>  Wed, 06 Nov 2013 19:19:40 +1100
+
 sonata (1.6.2.1-5) unstable; urgency=low
 
   * Fix "Breaks gnome-settings-daemon media-keys plugin" by applying a

Modified: packages/sonata/trunk/debian/compat
===================================================================
--- packages/sonata/trunk/debian/compat	2013-11-06 06:47:34 UTC (rev 10156)
+++ packages/sonata/trunk/debian/compat	2013-11-06 08:22:13 UTC (rev 10157)
@@ -1 +1 @@
-7
+9

Modified: packages/sonata/trunk/debian/control
===================================================================
--- packages/sonata/trunk/debian/control	2013-11-06 06:47:34 UTC (rev 10156)
+++ packages/sonata/trunk/debian/control	2013-11-06 08:22:13 UTC (rev 10157)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: Javi Merino <vicho at debian.org>
-Build-Depends: debhelper (>= 7.3.0),
+Build-Depends: debhelper (>= 9),
     python-all-dev (>= 2.6.6-3~),
     pkg-config, 
     python-gtk2-dev

Modified: packages/sonata/trunk/debian/rules
===================================================================
--- packages/sonata/trunk/debian/rules	2013-11-06 06:47:34 UTC (rev 10156)
+++ packages/sonata/trunk/debian/rules	2013-11-06 08:22:13 UTC (rev 10157)
@@ -1,8 +1,8 @@
 #!/usr/bin/make -f
 
 override_dh_auto_install:
-	dh_auto_install --with python2
+	dh_auto_install
 	rm -rf $(CURDIR)/debian/sonata/usr/share/sonata
 
 %:
-	dh --with python2 $@
+	dh $@ --with python2




More information about the Python-apps-commits mailing list