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

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Sun Dec 29 11:05:36 UTC 2013


    Date: Sunday, December 29, 2013 @ 11:05:35
  Author: piotr
Revision: 26918

* New upstream release
* Standards-Version bumped to 3.9.5 (no changes needed)

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	2013-12-29 10:56:41 UTC (rev 26917)
+++ packages/mako/trunk/debian/changelog	2013-12-29 11:05:35 UTC (rev 26918)
@@ -1,3 +1,10 @@
+mako (0.9.1-1) unstable; urgency=low
+
+  * New upstream release
+  * Standards-Version bumped to 3.9.5 (no changes needed)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Sun, 29 Dec 2013 11:57:23 +0100
+
 mako (0.9.0-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/mako/trunk/debian/control
===================================================================
--- packages/mako/trunk/debian/control	2013-12-29 10:56:41 UTC (rev 26917)
+++ packages/mako/trunk/debian/control	2013-12-29 11:05:35 UTC (rev 26918)
@@ -10,10 +10,9 @@
  python-sphinx,
 # for tests:
  python-nose, python-markupsafe
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
 Homepage: http://www.makotemplates.org/
 X-Python-Version: >= 2.4
-X-Python3-Version: >= 3.0
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/mako/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/mako/trunk/
 
@@ -22,7 +21,6 @@
 Depends: ${python:Depends}, ${misc:Depends}
 Suggests: python-beaker (>= 1.1), python-mako-doc
 Enhances: python-pylons, python-turbogears, python-pygments
-XB-Python-Version: ${python:Versions}
 Description: fast and lightweight templating for the Python platform
  Mako is a template library written in Python. It provides a familiar, non-XML
  syntax which compiles into Python modules for maximum performance. Mako's

Modified: packages/mako/trunk/debian/rules
===================================================================
--- packages/mako/trunk/debian/rules	2013-12-29 10:56:41 UTC (rev 26917)
+++ packages/mako/trunk/debian/rules	2013-12-29 11:05:35 UTC (rev 26918)
@@ -64,7 +64,7 @@
 	dh_installdeb -i
 	dh_gencontrol -i
 	dh_md5sums -i
-	dh_builddeb -i -- -Z bzip2
+	dh_builddeb -i
 
 binary-arch:
 




More information about the Python-modules-commits mailing list