[Python-apps-commits] r10066 - in packages/nfoview/trunk/debian (changelog control rules)

jcfp-guest at users.alioth.debian.org jcfp-guest at users.alioth.debian.org
Tue Oct 15 19:43:49 UTC 2013


    Date: Tuesday, October 15, 2013 @ 19:43:48
  Author: jcfp-guest
Revision: 10066

Switch to dh_python3.

Modified:
  packages/nfoview/trunk/debian/changelog
  packages/nfoview/trunk/debian/control
  packages/nfoview/trunk/debian/rules

Modified: packages/nfoview/trunk/debian/changelog
===================================================================
--- packages/nfoview/trunk/debian/changelog	2013-10-15 19:41:30 UTC (rev 10065)
+++ packages/nfoview/trunk/debian/changelog	2013-10-15 19:43:48 UTC (rev 10066)
@@ -6,8 +6,9 @@
     + Set X-Python-Version to >= 3.2; remove XS-Python-Version.
     + Depend on python3-gi rather than python-gtk2.
   * New maintainer (Closes #726301).
+  * Switch to dh_python3.
 
- -- JCF Ploemen (jcfp) <linux at jcf.pm>  Tue, 15 Oct 2013 21:41:07 +0200
+ -- JCF Ploemen (jcfp) <linux at jcf.pm>  Tue, 15 Oct 2013 21:43:07 +0200
 
 nfoview (1.9.2-2) UNRELEASED; urgency=low
 

Modified: packages/nfoview/trunk/debian/control
===================================================================
--- packages/nfoview/trunk/debian/control	2013-10-15 19:41:30 UTC (rev 10065)
+++ packages/nfoview/trunk/debian/control	2013-10-15 19:43:48 UTC (rev 10066)
@@ -4,8 +4,7 @@
 Maintainer: JCF Ploemen (jcfp) <linux at jcf.pm>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 7.0.50~), python3
-Build-Depends-Indep: intltool,
- python-support (>= 0.5.3)
+Build-Depends-Indep: intltool
 Standards-Version: 3.9.0
 Homepage: http://home.gna.org/nfoview/
 X-Python-Version: >= 3.2

Modified: packages/nfoview/trunk/debian/rules
===================================================================
--- packages/nfoview/trunk/debian/rules	2013-10-15 19:41:30 UTC (rev 10065)
+++ packages/nfoview/trunk/debian/rules	2013-10-15 19:43:48 UTC (rev 10066)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --with python3 --without python-support
 
 override_dh_installchangelogs:
 	dh_installchangelogs NEWS




More information about the Python-apps-commits mailing list