r37460 - in /desktop/experimental/devhelp/debian: changelog control control.in rules

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Mon Apr 1 12:43:50 UTC 2013


Author: jbicha-guest
Date: Mon Apr  1 12:43:50 2013
New Revision: 37460

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=37460
Log:
* debian/control.in, debian/rules:
  - Use dh_python3 

Modified:
    desktop/experimental/devhelp/debian/changelog
    desktop/experimental/devhelp/debian/control
    desktop/experimental/devhelp/debian/control.in
    desktop/experimental/devhelp/debian/rules

Modified: desktop/experimental/devhelp/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/devhelp/debian/changelog?rev=37460&op=diff
==============================================================================
--- desktop/experimental/devhelp/debian/changelog [utf-8] (original)
+++ desktop/experimental/devhelp/debian/changelog [utf-8] Mon Apr  1 12:43:50 2013
@@ -1,3 +1,10 @@
+devhelp (3.8.0-2) UNRELEASED; urgency=low
+
+  * debian/control.in, debian/rules:
+    - Use dh_python3 
+
+ -- Jeremy Bicha <jbicha at ubuntu.com>  Mon, 01 Apr 2013 08:42:11 -0400
+
 devhelp (3.8.0-1) experimental; urgency=low
 
   [ Thomas Bechtold ]

Modified: desktop/experimental/devhelp/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/devhelp/debian/control?rev=37460&op=diff
==============================================================================
--- desktop/experimental/devhelp/debian/control [utf-8] (original)
+++ desktop/experimental/devhelp/debian/control [utf-8] Mon Apr  1 12:43:50 2013
@@ -2,7 +2,6 @@
 # 
 # Modifications should be made to debian/control.in instead.
 # This file is regenerated automatically in the clean target.
-
 Source: devhelp
 Section: devel
 Priority: optional
@@ -17,7 +16,7 @@
                libgtk-3-dev (>= 3.5.6),
                libwebkitgtk-3.0-dev (>= 1.6.0),
                libxml-parser-perl,
-               python-dev (>= 2.6.6-3~)
+               python3-dev
 Standards-Version: 3.9.3
 Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/devhelp/
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/devhelp/
@@ -65,7 +64,7 @@
 
 Package: devhelp-common
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}
 Replaces: libdevhelp-1-0 (<< 2.27.92-1)
 Description: Common files for devhelp and its library
  Devhelp's primary goal is to be an API documentation browser for GNOME.

Modified: desktop/experimental/devhelp/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/devhelp/debian/control.in?rev=37460&op=diff
==============================================================================
--- desktop/experimental/devhelp/debian/control.in [utf-8] (original)
+++ desktop/experimental/devhelp/debian/control.in [utf-8] Mon Apr  1 12:43:50 2013
@@ -12,7 +12,7 @@
                libgtk-3-dev (>= 3.5.6),
                libwebkitgtk-3.0-dev (>= 1.6.0),
                libxml-parser-perl,
-               python-dev (>= 2.6.6-3~)
+               python3-dev
 Standards-Version: 3.9.3
 Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/devhelp/
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/devhelp/
@@ -60,7 +60,7 @@
 
 Package: devhelp-common
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}
 Replaces: libdevhelp-1-0 (<< 2.27.92-1)
 Description: Common files for devhelp and its library
  Devhelp's primary goal is to be an API documentation browser for GNOME.

Modified: desktop/experimental/devhelp/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/devhelp/debian/rules?rev=37460&op=diff
==============================================================================
--- desktop/experimental/devhelp/debian/rules [utf-8] (original)
+++ desktop/experimental/devhelp/debian/rules [utf-8] Mon Apr  1 12:43:50 2013
@@ -20,7 +20,7 @@
 	rm -f src/dh-marshal.h
 
 binary-install/devhelp-common::
-	dh_python2 -p$(cdbs_curpkg) /usr/lib/gedit/plugins
+	dh_python3 -p$(cdbs_curpkg) /usr/lib/gedit/plugins
 
 binary-post-install/devhelp::
 	install -d `pwd`/debian/devhelp/usr/share/pixmaps/




More information about the pkg-gnome-commits mailing list