[Python-modules-commits] r20533 - in packages/cssutils/trunk/debian (control rules)

cjsmo-guest at users.alioth.debian.org cjsmo-guest at users.alioth.debian.org
Wed Feb 22 14:27:54 UTC 2012


    Date: Wednesday, February 22, 2012 @ 14:27:51
  Author: cjsmo-guest
Revision: 20533

added B-D on py2/py3-nose >= 1.1.2-2, added Breaks: python-encutils, minor changes to rule per tumbleweeds review

Modified:
  packages/cssutils/trunk/debian/control
  packages/cssutils/trunk/debian/rules

Modified: packages/cssutils/trunk/debian/control
===================================================================
--- packages/cssutils/trunk/debian/control	2012-02-22 14:07:52 UTC (rev 20532)
+++ packages/cssutils/trunk/debian/control	2012-02-22 14:27:51 UTC (rev 20533)
@@ -8,11 +8,11 @@
 Build-Depends: debhelper (>= 7.0.50~),
                python-all (>= 2.6.6-3~),
                python-setuptools,
-               python-nose,
+               python-nose (>= 1.1.2-2),
                python-mock,
                python3-all,
                python3-setuptools,
-               python3-nose,
+               python3-nose (>= 1.1.2-2),
                python3-mock
 Standards-Version: 3.9.2
 Homepage: https://bitbucket.org/cthedot/cssutils
@@ -26,6 +26,7 @@
 Depends: ${misc:Depends},
          ${python:Depends},
          python-pkg-resources
+Breaks: python-encutils
 Replaces: python-encutils, python-cssutils-doc
 Provides: python-encutils
 Description: CSS Cascading Style Sheets parser and builder

Modified: packages/cssutils/trunk/debian/rules
===================================================================
--- packages/cssutils/trunk/debian/rules	2012-02-22 14:07:52 UTC (rev 20532)
+++ packages/cssutils/trunk/debian/rules	2012-02-22 14:27:51 UTC (rev 20533)
@@ -1,15 +1,13 @@
 #!/usr/bin/make -f
 
 #get our python versions
-PYVERS   := $(shell pyversions -r)
-PY3VERS  := $(shell py3versions -r)
+PYVERS    = $(shell pyversions -r)
+PY3VERS   = $(shell py3versions -r)
+PYvrVERS  = $(shell pyversions -vr)
+PY3vrVERS = $(shell py3versions -vr)
+DESTDIR2  = $(CURDIR)/debian/python-cssutils
+DESTDIR3  = $(CURDIR)/debian/python3-cssutils
 
-PYvrVERS := $(shell pyversions -vr)
-PY3vrVERS := $(shell py3versions -vr)
-
-DESTDIR2 := $(CURDIR)/debian/python-cssutils
-DESTDIR3 := $(CURDIR)/debian/python3-cssutils
-
 %:
 	dh $@ --with python2,python3
 




More information about the Python-modules-commits mailing list