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

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Sun Nov 23 18:49:54 UTC 2008


    Date: Sunday, November 23, 2008 @ 18:49:54
  Author: piotr
Revision: 6941

* Switch Vcs-Browser field to viewsvn
* New upstream release (upload to experimental due to Lenny freeze, to ease
  testing rev. dependencies)
  + python-beaker's recommended version bumped to >= 1.1
* Let python-central do the Egg renaming part
  + python-central required build version bumped to 0.6.1
  + debian/rules updated
* Compress binary package with bzip2

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	2008-11-23 17:11:39 UTC (rev 6940)
+++ packages/mako/trunk/debian/changelog	2008-11-23 18:49:54 UTC (rev 6941)
@@ -1,10 +1,19 @@
-mako (0.2.2-2) UNRELEASED; urgency=low
+mako (0.2.3-1) experimental; urgency=low
 
-  * debian/control
-    - switch Vcs-Browser field to viewsvn
+  [ Sandro Tosi ]
+  * Switch Vcs-Browser field to viewsvn
 
- -- Sandro Tosi <morph at debian.org>  Mon, 03 Nov 2008 22:13:31 +0100
+  [ Piotr Ożarowski ]
+  * New upstream release (upload to experimental due to Lenny freeze, to ease
+    testing rev. dependencies)
+    + python-beaker's recommended version bumped to >= 1.1
+  * Let python-central do the Egg renaming part
+    + python-central required build version bumped to 0.6.1
+    + debian/rules updated
+  * Compress binary package with bzip2
 
+ -- Piotr Ożarowski <piotr at debian.org>  Sun, 23 Nov 2008 18:28:03 +0100
+
 mako (0.2.2-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/mako/trunk/debian/control
===================================================================
--- packages/mako/trunk/debian/control	2008-11-23 17:11:39 UTC (rev 6940)
+++ packages/mako/trunk/debian/control	2008-11-23 18:49:54 UTC (rev 6941)
@@ -4,7 +4,7 @@
 Maintainer: Piotr Ożarowski <piotr at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 5.0.38)
-Build-Depends-Indep: python (>= 2.3.5-11), python-all-dev, python-central (>= 0.5.6), python-setuptools (>= 0.6b3-1~)
+Build-Depends-Indep: python (>= 2.3.5-11), python-all-dev, python-central (>= 0.6.1), python-setuptools (>= 0.6b3-1~)
 Standards-Version: 3.8.0
 Homepage: http://www.makotemplates.org/
 XS-Python-Version: all
@@ -14,7 +14,7 @@
 Package: python-mako
 Architecture: all
 Depends: ${python:Depends}
-Recommends: python-beaker (>= 0.7.1)
+Recommends: python-beaker (>= 1.1)
 Enhances: python-pylons, python-turbogears, python-pygments
 XB-Python-Version: ${python:Versions}
 Description: fast and lightweight templating for the Python platform

Modified: packages/mako/trunk/debian/rules
===================================================================
--- packages/mako/trunk/debian/rules	2008-11-23 17:11:39 UTC (rev 6940)
+++ packages/mako/trunk/debian/rules	2008-11-23 18:49:54 UTC (rev 6941)
@@ -22,9 +22,6 @@
 	python$* setup.py install \
 		--single-version-externally-managed \
 		--root $(CURDIR)/debian/python-mako
-	# share Egg dir
-	mv debian/python-mako/usr/lib/python$*/site-packages/Mako-${DEB_UPSTREAM_VERSION}-py$*.egg-info \
-	   debian/python-mako/usr/lib/python$*/site-packages/Mako-${DEB_UPSTREAM_VERSION}.egg-info
 	# use default Python version in shebang
 	sed -i -e '1s,usr/bin/.*,usr/bin/python,' $(CURDIR)/debian/python-mako/usr/bin/mako-render
 
@@ -42,7 +39,7 @@
 	dh_installdeb -i
 	dh_gencontrol -i
 	dh_md5sums -i
-	dh_builddeb -i
+	dh_builddeb -i -- -Z bzip2
 
 binary-arch:
 




More information about the Python-modules-commits mailing list