[Python-apps-commits] r9342 - in packages/gedit-classbrowser3g/trunk/debian (3 files)

barcc-guest at users.alioth.debian.org barcc-guest at users.alioth.debian.org
Thu Jan 3 19:47:09 UTC 2013


    Date: Thursday, January 3, 2013 @ 19:47:08
  Author: barcc-guest
Revision: 9342

debhelper 9, Standards-Version 3.9.4, added gir1.2-gtksource-3.0 to depends

Modified:
  packages/gedit-classbrowser3g/trunk/debian/compat
  packages/gedit-classbrowser3g/trunk/debian/control
  packages/gedit-classbrowser3g/trunk/debian/rules

Modified: packages/gedit-classbrowser3g/trunk/debian/compat
===================================================================
--- packages/gedit-classbrowser3g/trunk/debian/compat	2013-01-03 13:19:25 UTC (rev 9341)
+++ packages/gedit-classbrowser3g/trunk/debian/compat	2013-01-03 19:47:08 UTC (rev 9342)
@@ -1 +1 @@
-8
+9

Modified: packages/gedit-classbrowser3g/trunk/debian/control
===================================================================
--- packages/gedit-classbrowser3g/trunk/debian/control	2013-01-03 13:19:25 UTC (rev 9341)
+++ packages/gedit-classbrowser3g/trunk/debian/control	2013-01-03 19:47:08 UTC (rev 9342)
@@ -1,11 +1,11 @@
 Source: gedit-classbrowser3g
 Section: gnome
 Priority: optional
-Build-Depends: debhelper (>= 8),
+Build-Depends: debhelper (>= 9),
                python (>= 2.7)
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: B. Clausius <barcc at gmx.de>
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 X-Python-Version: >= 2.7
 Homepage: https://launchpad.net/gedit-classbrowser3g
 
@@ -17,6 +17,7 @@
          gir1.2-glib-2.0,
          gir1.2-gtk-3.0,
          gir1.2-gdkpixbuf-2.0,
+         gir1.2-gtksource-3.0,
          exuberant-ctags
 Enhances: gedit
 Description: Class Browser for gedit

Modified: packages/gedit-classbrowser3g/trunk/debian/rules
===================================================================
--- packages/gedit-classbrowser3g/trunk/debian/rules	2013-01-03 13:19:25 UTC (rev 9341)
+++ packages/gedit-classbrowser3g/trunk/debian/rules	2013-01-03 19:47:08 UTC (rev 9342)
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+#export DH_VERBOSE=1
+
 %:
 	dh $@ --with python2
 




More information about the Python-apps-commits mailing list