[Python-modules-commits] r2507 - in /packages/routes/trunk/debian: changelog control copyright

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Sat Jun 9 13:53:03 UTC 2007


Author: piotr
Date: Sat Jun  9 13:53:02 2007
New Revision: 2507

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2507
Log:
* New upstream release
* Added python-paste to Suggests (for Routes WSGI Middleware)

Modified:
    packages/routes/trunk/debian/changelog
    packages/routes/trunk/debian/control
    packages/routes/trunk/debian/copyright

Modified: packages/routes/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/routes/trunk/debian/changelog?rev=2507&op=diff
==============================================================================
--- packages/routes/trunk/debian/changelog (original)
+++ packages/routes/trunk/debian/changelog Sat Jun  9 13:53:02 2007
@@ -1,3 +1,10 @@
+routes (1.7-1) unstable; urgency=low
+
+  * New upstream release
+  * Added python-paste to Suggests (for Routes WSGI Middleware)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Sat, 09 Jun 2007 15:37:20 +0200
+
 routes (1.6.3-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/routes/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/routes/trunk/debian/control?rev=2507&op=diff
==============================================================================
--- packages/routes/trunk/debian/control (original)
+++ packages/routes/trunk/debian/control Sat Jun  9 13:53:02 2007
@@ -13,6 +13,7 @@
 Package: python-routes
 Architecture: all
 Depends: ${python:Depends}
+Suggests: python-paste
 XB-Python-Version: ${python:Versions}
 Description: Routing Recognition and Generation Tools
  Routes is a Python re-implementation of the Rails routes system for mapping

Modified: packages/routes/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/routes/trunk/debian/copyright?rev=2507&op=diff
==============================================================================
--- packages/routes/trunk/debian/copyright (original)
+++ packages/routes/trunk/debian/copyright Sat Jun  9 13:53:02 2007
@@ -7,13 +7,13 @@
 
 License: BSD
 
-Copyright (c) 2005 Ben Bangert <ben at groovie.org>
+Copyright (c) 2005-2007 Ben Bangert <ben at groovie.org>
 
 On Debian systems, the complete text of the BSD License
 can be found in `/usr/share/common-licenses/BSD'
 
-The Debian packaging is (C) 2006, Piotr Ożarowski <piotr at debian.org> and
-is licensed under the GPL.
+The Debian packaging is (C) 2006-2007, 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'.




More information about the Python-modules-commits mailing list