[Python-apps-commits] r5167 - in packages/scribes/trunk/debian (7 files)

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Thu Apr 29 10:46:49 UTC 2010


    Date: Thursday, April 29, 2010 @ 10:46:47
  Author: pochu
Revision: 5167

* New upstream snapshost.
* debian/control:
  - Build depend on pkg-config and python-gtkspell, and drop gconf2,
    and python-gnome2-{desktop,extras,}-dev.
  - Stop depending on python-gconf and python-gnome2.
  - Stop depending on python-gnomeprint. Closes: #542567.
  - Standards-Version is 3.8.4, no changes needed.
* debian/patches/01_gnomeprint_check.patch,
  debian/patches/02_gnome_check.patch:
  - Don't check for gnomeprint and gnome python modules, they are
    unused.
* debian/source/format:
  - Switch to source format 3.0 (quilt).

Added:
  packages/scribes/trunk/debian/patches/
  packages/scribes/trunk/debian/patches/01_gnomeprint_check.patch
  packages/scribes/trunk/debian/patches/02_gnome_check.patch
  packages/scribes/trunk/debian/patches/series
Modified:
  packages/scribes/trunk/debian/changelog
  packages/scribes/trunk/debian/control
  packages/scribes/trunk/debian/source/format

Modified: packages/scribes/trunk/debian/changelog
===================================================================
--- packages/scribes/trunk/debian/changelog	2010-04-29 09:52:08 UTC (rev 5166)
+++ packages/scribes/trunk/debian/changelog	2010-04-29 10:46:47 UTC (rev 5167)
@@ -1,3 +1,21 @@
+scribes (0.4~r543-1) unstable; urgency=low
+
+  * New upstream snapshost.
+  * debian/control:
+    - Build depend on pkg-config and python-gtkspell, and drop gconf2,
+      and python-gnome2-{desktop,extras,}-dev.
+    - Stop depending on python-gconf and python-gnome2.
+    - Stop depending on python-gnomeprint. Closes: #542567.
+    - Standards-Version is 3.8.4, no changes needed.
+  * debian/patches/01_gnomeprint_check.patch,
+    debian/patches/02_gnome_check.patch:
+    - Don't check for gnomeprint and gnome python modules, they are
+      unused.
+  * debian/source/format:
+    - Switch to source format 3.0 (quilt).
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Thu, 29 Apr 2010 12:41:05 +0200
+
 scribes (0.4~r508-1) unstable; urgency=low
 
   * New upstream snapshot.

Modified: packages/scribes/trunk/debian/control
===================================================================
--- packages/scribes/trunk/debian/control	2010-04-29 09:52:08 UTC (rev 5166)
+++ packages/scribes/trunk/debian/control	2010-04-29 10:46:47 UTC (rev 5167)
@@ -5,20 +5,18 @@
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 7.0.50~)
 Build-Depends-Indep: autotools-dev,
-                     gconf2 (>= 2.10.1-2),
+                     pkg-config,
                      gnome-doc-utils (>= 0.3.2),
                      intltool,
                      python (>= 2.5),
                      python-support,
                      python-dbus (>= 0.70),
-                     python-gnome2-desktop-dev (>= 2.12),
-                     python-gnome2-dev (>= 2.12),
-                     python-gnome2-extras-dev (>= 2.12),
+                     python-gtkspell,
                      python-gtk2 (>= 2.10),
                      python-gtksourceview2,
                      scrollkeeper,
                      yelp (>= 2.12)
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Homepage: http://scribes.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/scribes/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/scribes/trunk/
@@ -29,10 +27,7 @@
 Depends: ${misc:Depends},
          ${python:Depends},
          python-dbus (>= 0.70),
-         python-gconf,
          python-glade2,
-         python-gnome2,
-         python-gnomeprint,
          python-gtkspell,
          python-gtksourceview2,
          python-gtk2 (>= 2.10),

Added: packages/scribes/trunk/debian/patches/01_gnomeprint_check.patch
===================================================================
--- packages/scribes/trunk/debian/patches/01_gnomeprint_check.patch	                        (rev 0)
+++ packages/scribes/trunk/debian/patches/01_gnomeprint_check.patch	2010-04-29 10:46:47 UTC (rev 5167)
@@ -0,0 +1,16 @@
+--- a/depcheck.py
++++ b/depcheck.py
+@@ -61,13 +61,6 @@
+ 		except AssertionError:
+ 			print "Error: Version 2.12.0 or better of gnome-python needed."
+ 			raise SystemExit
+-		# Check for GNOME Python Desktop.
+-		try:
+-			import gnomeprint
+-			print "Checking for GNOME Python Desktop... yes"
+-		except ImportError:
+-			print "Error: gnome-python-desktop was not found."
+-			raise SystemExit
+ 		# Check for GNOME Python Extras.
+ 		try:
+ 			import gtkspell

Added: packages/scribes/trunk/debian/patches/02_gnome_check.patch
===================================================================
--- packages/scribes/trunk/debian/patches/02_gnome_check.patch	                        (rev 0)
+++ packages/scribes/trunk/debian/patches/02_gnome_check.patch	2010-04-29 10:46:47 UTC (rev 5167)
@@ -0,0 +1,31 @@
+--- a/SCRIBES/CommandLineInfo.py
++++ b/SCRIBES/CommandLineInfo.py
+@@ -15,8 +15,6 @@
+ 	print "GTK+ Version: ", gtk.gtk_version
+ 	import gtk
+ 	print "PyGTK Version: ",	gtk.pygtk_version
+-	import gnome
+-	print "GNOME Python Version: ", gnome.gnome_python_version
+ 	try:
+ 		import psyco
+ 		print "Psyco Version: ", psyco.version_info
+--- a/depcheck.py
++++ b/depcheck.py
+@@ -50,17 +50,6 @@
+ 		except ImportError:
+ 			print "Error: pygtksourceview2 was not found."
+ 			raise SystemExit
+-		# Check for GNOME Python.
+-		try:
+-			import gnome
+-			if gnome.gnome_python_version < (2, 12, 0): raise AssertionError
+-			print "Checking for GNOME Python... yes"
+-		except ImportError:
+-			print "Error: gnome-python was not found."
+-			raise SystemExit
+-		except AssertionError:
+-			print "Error: Version 2.12.0 or better of gnome-python needed."
+-			raise SystemExit
+ 		# Check for GNOME Python Extras.
+ 		try:
+ 			import gtkspell

Added: packages/scribes/trunk/debian/patches/series
===================================================================
--- packages/scribes/trunk/debian/patches/series	                        (rev 0)
+++ packages/scribes/trunk/debian/patches/series	2010-04-29 10:46:47 UTC (rev 5167)
@@ -0,0 +1,2 @@
+01_gnomeprint_check.patch
+02_gnome_check.patch

Modified: packages/scribes/trunk/debian/source/format
===================================================================
--- packages/scribes/trunk/debian/source/format	2010-04-29 09:52:08 UTC (rev 5166)
+++ packages/scribes/trunk/debian/source/format	2010-04-29 10:46:47 UTC (rev 5167)
@@ -1 +1 @@
-1.0
+3.0 (quilt)




More information about the Python-apps-commits mailing list