[Python-modules-commits] r1076 - in /packages/ruledispatch/trunk/debian: changelog control rules

kov at users.alioth.debian.org kov at users.alioth.debian.org
Tue Jun 27 01:17:17 UTC 2006


Author: kov
Date: Tue Jun 27 01:17:16 2006
New Revision: 1076

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1076
Log:
  * debian/control:
  - increased the required version of cdbs
  * debian/rules:
  - make the code more robust by not trying to detect the python version
    used to build the package (Closes: #375528)

Modified:
    packages/ruledispatch/trunk/debian/changelog
    packages/ruledispatch/trunk/debian/control
    packages/ruledispatch/trunk/debian/rules

Modified: packages/ruledispatch/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/ruledispatch/trunk/debian/changelog?rev=1076&op=diff
==============================================================================
--- packages/ruledispatch/trunk/debian/changelog (original)
+++ packages/ruledispatch/trunk/debian/changelog Tue Jun 27 01:17:16 2006
@@ -1,3 +1,13 @@
+ruledispatch (0.5adev-3) UNRELEASED; urgency=low
+
+  * debian/control:
+  - increased the required version of cdbs
+  * debian/rules:
+  - make the code more robust by not trying to detect the python version
+    used to build the package (Closes: #375528)
+
+ -- Gustavo Noronha Silva <kov at debian.org>  Sat, 24 Jun 2006 17:30:38 -0300
+
 ruledispatch (0.5adev-2) unstable; urgency=low
 
   * debian/{control,rules,pycompat,pyversions}:

Modified: packages/ruledispatch/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/ruledispatch/trunk/debian/control?rev=1076&op=diff
==============================================================================
--- packages/ruledispatch/trunk/debian/control (original)
+++ packages/ruledispatch/trunk/debian/control Tue Jun 27 01:17:16 2006
@@ -2,9 +2,8 @@
 Section: python
 Priority: optional
 Maintainer: Gustavo Noronha Silva <kov at debian.org>
-Build-Depends: cdbs (>= 0.4.42), debhelper (>= 5.0.37.2), python, python-setuptools (>= 0.6a9-1), python-all-dev, python-support (>= 0.3), python-protocols (>> 1.0)
+Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.37.2), python, python-setuptools (>= 0.6a9-1), python-all-dev, python-support (>= 0.3), python-protocols (>> 1.0)
 Standards-Version: 3.7.2
-XS-Python-Version: all, >= 2.3
 
 Package: python-dispatch
 Architecture: any

Modified: packages/ruledispatch/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/ruledispatch/trunk/debian/rules?rev=1076&op=diff
==============================================================================
--- packages/ruledispatch/trunk/debian/rules (original)
+++ packages/ruledispatch/trunk/debian/rules Tue Jun 27 01:17:16 2006
@@ -6,10 +6,9 @@
 include /usr/share/cdbs/1/class/python-distutils.mk
 
 DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
-PYVER=$(shell pyversions -vr 'current')
 UPSTREAM_VERSION=$(shell echo ${DEB_UPSTREAM_VERSION} | sed s,dev,0,g)
 
 binary-post-install/python-dispatch::
-	mv debian/python-dispatch/usr/share/python-support/python-dispatch/RuleDispatch-${UPSTREAM_VERSION}-py${PYVER}.egg-info \
+	mv debian/python-dispatch/usr/share/python-support/python-dispatch/RuleDispatch-${UPSTREAM_VERSION}-py*.egg-info \
 		debian/python-dispatch/usr/share/python-support/python-dispatch/RuleDispatch-${UPSTREAM_VERSION}.egg-info
 




More information about the Python-modules-commits mailing list