[Python-modules-commits] r13581 - in packages/mako/trunk/debian (changelog control rules)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Wed Jun 23 22:53:13 UTC 2010


    Date: Wednesday, June 23, 2010 @ 22:53:12
  Author: piotr
Revision: 13581

* New upstream release
* Add python-markupsafe to Depends

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

Modified: packages/mako/trunk/debian/changelog
===================================================================
--- packages/mako/trunk/debian/changelog	2010-06-23 22:43:56 UTC (rev 13580)
+++ packages/mako/trunk/debian/changelog	2010-06-23 22:53:12 UTC (rev 13581)
@@ -1,3 +1,10 @@
+mako (0.3.4-1) UNRELEASED; urgency=low
+
+  * New upstream release
+  * Add python-markupsafe to Depends
+
+ -- Piotr Ożarowski <piotr at debian.org>  Wed, 23 Jun 2010 19:47:18 +0200
+
 mako (0.3.3-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/mako/trunk/debian/control
===================================================================
--- packages/mako/trunk/debian/control	2010-06-23 22:43:56 UTC (rev 13580)
+++ packages/mako/trunk/debian/control	2010-06-23 22:53:12 UTC (rev 13581)
@@ -13,7 +13,7 @@
 
 Package: python-mako
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
+Depends: ${python:Depends}, ${misc:Depends}, pyhon-markupsafe
 Suggests: python-beaker (>= 1.1)
 Enhances: python-pylons, python-turbogears, python-pygments
 XB-Python-Version: ${python:Versions}

Modified: packages/mako/trunk/debian/rules
===================================================================
--- packages/mako/trunk/debian/rules	2010-06-23 22:43:56 UTC (rev 13580)
+++ packages/mako/trunk/debian/rules	2010-06-23 22:53:12 UTC (rev 13581)
@@ -23,11 +23,10 @@
 	   $(CURDIR)/debian/python-mako/usr/share/vim/addons/indent/mako.vim
 
 install-python%:
+	python$* setup.py build_scripts	--executable=/usr/bin/python
 	python$* setup.py install --prefix=/usr \
 		--single-version-externally-managed \
 		--root $(CURDIR)/debian/python-mako
-	# use default Python version in shebang
-	sed -i -e '1s,usr/bin/.*,usr/bin/python,' $(CURDIR)/debian/python-mako/usr/bin/mako-render
 	# dpkg handles dependencies way better than Python
 	find $(CURDIR)/debian/python-mako -name requires.txt -type f -delete
 




More information about the Python-modules-commits mailing list