[Python-modules-commits] r7297 - in packages/pycairo/trunk/debian (changelog control rules)
shlomme at users.alioth.debian.org
shlomme at users.alioth.debian.org
Thu Jan 8 11:50:15 UTC 2009
Date: Thursday, January 8, 2009 @ 11:50:15
Author: shlomme
Revision: 7297
New upstream version
Modified:
packages/pycairo/trunk/debian/changelog
packages/pycairo/trunk/debian/control
packages/pycairo/trunk/debian/rules
Modified: packages/pycairo/trunk/debian/changelog
===================================================================
--- packages/pycairo/trunk/debian/changelog 2009-01-08 11:29:39 UTC (rev 7296)
+++ packages/pycairo/trunk/debian/changelog 2009-01-08 11:50:15 UTC (rev 7297)
@@ -1,3 +1,22 @@
+pycairo (1.8.0-1) experimental; urgency=low
+
+ * New upstream release, uploaded to experimental
+ * Adopted by the Debian Python Modules Team, thanks to Dave Beckett
+ for maintenance so far
+ * debian/control
+ - Bumped standards version to 3.8.0, no changes necessary
+ - Changed XS-Python-Version to only build the package for Python 2.5
+ - Updated build dependencies according to Python Policy recommendations
+ - Removed old Replace/Conflicts because there are no 2.3 or 2.4 packages anymore
+ - Set DPMT as maintainers
+ - Added Dave Beckett and myself as uploaders
+ - Update build dependency on libcairo2-dev to latest version 1.8.6
+ * debian/rules
+ - Removed unused variables
+ - Removed --without-pygtk option from configure, option has vanished
+
+ -- Torsten Marek <shlomme at debian.org> Thu, 08 Jan 2009 12:29:52 +0100
+
pycairo (1.4.12-1.1) unstable; urgency=low
* NMU.
Modified: packages/pycairo/trunk/debian/control
===================================================================
--- packages/pycairo/trunk/debian/control 2009-01-08 11:29:39 UTC (rev 7296)
+++ packages/pycairo/trunk/debian/control 2009-01-08 11:50:15 UTC (rev 7297)
@@ -1,21 +1,20 @@
Source: pycairo
Section: python
Priority: optional
-Maintainer: Dave Beckett <dajobe at debian.org>
-Build-Depends: debhelper (>= 5.0.37.1), autotools-dev, pkg-config, python-all-dev (>= 2.4.0), python-all-dbg (>= 2.4.0), python-central (>= 0.5), libcairo2-dev (>= 1.4.12)
-XS-Python-Version: all
-Standards-Version: 3.7.3
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Dave Beckett <dajobe at debian.org>, Torsten Marek <shlomme at debian.org>
+Build-Depends: debhelper (>= 5.0.38), autotools-dev, pkg-config, python-all-dev (>= 2.4.0), python-all-dbg (>= 2.4.0), python-central (>= 0.5.6), libcairo2-dev (>= 1.8.6)
+XS-Python-Version: >= 2.5
+Standards-Version: 3.8.0
Homepage: http://cairographics.org/pycairo/
Package: python-cairo
Architecture: any
Depends: ${shlibs:Depends}, ${python:Depends}
-Conflicts: python2.3-cairo, python2.4-cairo
-Replaces: python2.3-cairo, python2.4-cairo
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: Python bindings for the Cairo vector graphics library
- This package contains modules that allow you to use the cairo vector
+ This package contains modules that allow you to use the Cairo vector
graphics library in Python programs.
Package: python-cairo-dbg
Modified: packages/pycairo/trunk/debian/rules
===================================================================
--- packages/pycairo/trunk/debian/rules 2009-01-08 11:29:39 UTC (rev 7296)
+++ packages/pycairo/trunk/debian/rules 2009-01-08 11:50:15 UTC (rev 7297)
@@ -29,12 +29,9 @@
prefix := /usr
share := $(prefix)/share
-version := $(shell dpkg-parsechangelog | \
- sed -ne 's/^Version: *\([0-9]\+:\)*//p')
-
# Python versions from constraints in XS-Python-Version in debian/control
PYVERS := $(shell pyversions -vr debian/control)
-# Default python version (this what python-cairo-dev uses)
+# Default python version (this is what python-cairo-dev uses)
PYDEF := $(shell pyversions -vd)
configure-stamp:
@@ -67,7 +64,6 @@
--prefix=$(prefix) \
--mandir=$(share)/man \
--infodir=$(share)/info \
- --without-pygtk
touch $@
dbg-build-%/configure-stamp: configure-stamp
@@ -77,7 +73,6 @@
--prefix=$(prefix) \
--mandir=$(share)/man \
--infodir=$(share)/info \
- --without-pygtk
touch $@
build: configure-stamp build-stamp
More information about the Python-modules-commits
mailing list