[Python-modules-commits] r33347 - in packages/python-gasp/trunk/debian (changelog control rules)
lfaraone at users.alioth.debian.org
lfaraone at users.alioth.debian.org
Sat Jul 11 22:07:18 UTC 2015
Date: Saturday, July 11, 2015 @ 22:07:17
Author: lfaraone
Revision: 33347
* Switch to dh_python2 (closes: #786127)
* Update to Standards Version 3.9.6, no changes needed.
Modified:
packages/python-gasp/trunk/debian/changelog
packages/python-gasp/trunk/debian/control
packages/python-gasp/trunk/debian/rules
Modified: packages/python-gasp/trunk/debian/changelog
===================================================================
--- packages/python-gasp/trunk/debian/changelog 2015-07-11 18:28:11 UTC (rev 33346)
+++ packages/python-gasp/trunk/debian/changelog 2015-07-11 22:07:17 UTC (rev 33347)
@@ -1,10 +1,15 @@
-python-gasp (0.3.4-2) UNRELEASED; urgency=low
+python-gasp (0.3.4-2) unstable; urgency=medium
+ [ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
* Fix watch file.
- -- Jakub Wilk <jwilk at debian.org> Mon, 27 May 2013 21:11:52 +0200
+ [ Luke Faraone ]
+ * Switch to dh_python2 (closes: #786127)
+ * Update to Standards Version 3.9.6, no changes needed.
+ -- Luke Faraone <lfaraone at debian.org> Sat, 11 Jul 2015 22:04:56 +0000
+
python-gasp (0.3.4-1) unstable; urgency=low
* New upstream version.
Modified: packages/python-gasp/trunk/debian/control
===================================================================
--- packages/python-gasp/trunk/debian/control 2015-07-11 18:28:11 UTC (rev 33346)
+++ packages/python-gasp/trunk/debian/control 2015-07-11 22:07:17 UTC (rev 33347)
@@ -3,16 +3,21 @@
Priority: optional
Maintainer: Luke Faraone <lfaraone at debian.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: python (>= 2.4), debhelper (>= 5), cdbs (>= 0.4.49), python-setuptools,
-Build-Depends-indep: python-support (>= 0.5.3), patchutils, bzr
-Standards-Version: 3.9.1
+Build-Depends: python-all (>= 2.6.6-3~),
+ debhelper (>= 5),
+ cdbs (>= 0.4.90~),
+ python-setuptools,
+ dh-python,
+Build-Depends-indep: patchutils, bzr
+Standards-Version: 3.9.6
Homepage: https://launchpad.net/gasp
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-gasp/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-gasp/trunk/
+X-Python-Version: >= 2.6
Package: python-gasp
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-cairo (>= 1.4), python-gtk2, python-gobject, python-multiprocessing | python (>= 2.6)
+Depends: ${misc:Depends}, ${python:Depends}, python-cairo (>= 1.4), python-gtk2, python-gobject
Provides: ${python:Provides}
Description: procedural Python graphics library for beginning programmers
GASP is a wrapper around the Python Cairo Graphics library which makes writing
Modified: packages/python-gasp/trunk/debian/rules
===================================================================
--- packages/python-gasp/trunk/debian/rules 2015-07-11 18:28:11 UTC (rev 33346)
+++ packages/python-gasp/trunk/debian/rules 2015-07-11 22:07:17 UTC (rev 33347)
@@ -1,6 +1,5 @@
#!/usr/bin/make -f
-DEB_PYTHON_SYSTEM=pysupport
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
More information about the Python-modules-commits
mailing list