[Python-modules-commits] r7512 - in packages/mako/trunk/debian (changelog control copyright)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Fri Feb 13 16:04:56 UTC 2009
Date: Friday, February 13, 2009 @ 16:04:56
Author: piotr
Revision: 7512
* Set the minimum required Python version to 2.4 (closes: #515096)
* Upload to unstable
* Change Debian packaging license to MIT (to match upstream)
Modified:
packages/mako/trunk/debian/changelog
packages/mako/trunk/debian/control
packages/mako/trunk/debian/copyright
Modified: packages/mako/trunk/debian/changelog
===================================================================
--- packages/mako/trunk/debian/changelog 2009-02-13 15:30:06 UTC (rev 7511)
+++ packages/mako/trunk/debian/changelog 2009-02-13 16:04:56 UTC (rev 7512)
@@ -1,3 +1,11 @@
+mako (0.2.4-2) unstable; urgency=low
+
+ * Set the minimum required Python version to 2.4 (closes: #515096)
+ * Upload to unstable
+ * Change Debian packaging license to MIT (to match upstream)
+
+ -- Piotr Ożarowski <piotr at debian.org> Fri, 13 Feb 2009 16:50:39 +0100
+
mako (0.2.4-1) experimental; urgency=low
* New upstream release (upload to experimental due to Lenny freeze, to ease
Modified: packages/mako/trunk/debian/control
===================================================================
--- packages/mako/trunk/debian/control 2009-02-13 15:30:06 UTC (rev 7511)
+++ packages/mako/trunk/debian/control 2009-02-13 16:04:56 UTC (rev 7512)
@@ -7,7 +7,7 @@
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
+XS-Python-Version: >= 2.4
Vcs-Svn: svn://svn.debian.org/python-modules/packages/mako/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/mako/trunk/
Modified: packages/mako/trunk/debian/copyright
===================================================================
--- packages/mako/trunk/debian/copyright 2009-02-13 15:30:06 UTC (rev 7511)
+++ packages/mako/trunk/debian/copyright 2009-02-13 16:04:56 UTC (rev 7512)
@@ -66,8 +66,5 @@
IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-The Debian packaging is (C) 2007-2008, Piotr Ożarowski <piotr at debian.org> and
-is licensed under the GPL.
-
-On Debian systems, the complete text of the GNU General Public License
-can be found in `/usr/share/common-licenses/GPL'.
+The Debian packaging is © 2007-2009, Piotr Ożarowski <piotr at debian.org> and
+is licensed under the MIT License as well.
More information about the Python-modules-commits
mailing list