[Python-modules-commits] r3866 - in packages/pyzenity/trunk/debian (control pycompat rules)
bzed at users.alioth.debian.org
bzed at users.alioth.debian.org
Thu Dec 6 11:53:48 UTC 2007
Date: Thursday, December 6, 2007 @ 11:53:46
Author: bzed
Revision: 3866
fixing the package for python-support
Added:
packages/pyzenity/trunk/debian/pycompat
Modified:
packages/pyzenity/trunk/debian/control
packages/pyzenity/trunk/debian/rules
Modified: packages/pyzenity/trunk/debian/control
===================================================================
--- packages/pyzenity/trunk/debian/control 2007-12-06 11:13:37 UTC (rev 3865)
+++ packages/pyzenity/trunk/debian/control 2007-12-06 11:53:46 UTC (rev 3866)
@@ -6,15 +6,13 @@
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyzenity/trunk
Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/pyzenity/?op=log
Homepage: http://www.brianramos.com/?page_id=4
-Build-Depends: cdbs (>= 0.4.49), debhelper (>= 5.0.38), python-all-dev (>= 2.3.5-11)
-Build-Depends-Indep: python-central (>= 0.5.6)
+Build-Depends: cdbs (>= 0.4.49), debhelper (>= 5.0.38), python
+Build-Depends-Indep: python-support (>= 0.4)
Standards-Version: 3.7.3
-XS-Python-Version: >= 2.4
Package: python-pyzenity
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, zenity
-XB-Python-Version: ${python:Versions}
Description: Python bindings for Zenity
PyZenity is an easy to use interface to Zenity for Python. Zenity
is normally called from scripts by invoking it with a multitude of
Added: packages/pyzenity/trunk/debian/pycompat
===================================================================
--- packages/pyzenity/trunk/debian/pycompat (rev 0)
+++ packages/pyzenity/trunk/debian/pycompat 2007-12-06 11:53:46 UTC (rev 3866)
@@ -0,0 +1 @@
+2
Modified: packages/pyzenity/trunk/debian/rules
===================================================================
--- packages/pyzenity/trunk/debian/rules 2007-12-06 11:13:37 UTC (rev 3865)
+++ packages/pyzenity/trunk/debian/rules 2007-12-06 11:53:46 UTC (rev 3866)
@@ -1,10 +1,8 @@
#!/usr/bin/make -f
-DEB_PYTHON_SYSTEM=pycentral
+DEB_PYTHON_SYSTEM=pysupport
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
-clean::
- rm -f $(CURDIR)/debian/pycompat
More information about the Python-modules-commits
mailing list