[Python-apps-commits] r2118 - in packages/zine/trunk/debian (control rules)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Fri Dec 26 20:21:43 UTC 2008


    Date: Friday, December 26, 2008 @ 20:21:42
  Author: piotr
Revision: 2118

* s/pytz/tz
* remove Makefile in clean rule

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

Modified: packages/zine/trunk/debian/control
===================================================================
--- packages/zine/trunk/debian/control	2008-12-26 15:11:54 UTC (rev 2117)
+++ packages/zine/trunk/debian/control	2008-12-26 20:21:42 UTC (rev 2118)
@@ -21,7 +21,7 @@
  python-werkzeug (>= 0.4),
  python (>= 2.6) | python-simplejson,
  python-html5lib,
- python-pytz,
+ python-tz,
  python-pybabel (>= 0.9.4),
  python-lxml (>= 2.0),
  libjs-jquery

Modified: packages/zine/trunk/debian/rules
===================================================================
--- packages/zine/trunk/debian/rules	2008-12-26 15:11:54 UTC (rev 2117)
+++ packages/zine/trunk/debian/rules	2008-12-26 20:21:42 UTC (rev 2118)
@@ -12,7 +12,7 @@
 	dh_testroot
 	#$(MAKE) clean
 	find . -name '*\.py[co]' -delete
-	dh_clean install-stamp
+	dh_clean install-stamp Makefile
 
 Makefile:
 	./configure --prefix=/usr




More information about the Python-apps-commits mailing list