[Python-modules-commits] r6621 - in packages/beaker/trunk/debian (changelog control)

malex at users.alioth.debian.org malex at users.alioth.debian.org
Tue Sep 30 19:33:21 UTC 2008


    Date: Tuesday, September 30, 2008 @ 19:33:17
  Author: malex
Revision: 6621

1.0.2 release, debian/control cleanup

Modified:
  packages/beaker/trunk/debian/changelog
  packages/beaker/trunk/debian/control

Modified: packages/beaker/trunk/debian/changelog
===================================================================
--- packages/beaker/trunk/debian/changelog	2008-09-30 18:24:47 UTC (rev 6620)
+++ packages/beaker/trunk/debian/changelog	2008-09-30 19:33:17 UTC (rev 6621)
@@ -1,3 +1,15 @@
+beaker (1.0.2-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/control:
+    - Removed XS-Python-Version - not needed by python-support.
+    - Removed XB-Python-Version - not needed by python-support.
+    - Removed python (>= 2.3.3) from Build-Depends - not needed by
+      python-support.
+    - Removed python from Depends. Only ${python:Depends} is necessary there.
+
+ -- Oleksandr Moskalenko <malex at debian.org>  Tue, 30 Sep 2008 13:20:11 -0600
+
 beaker (1.0-1) unstable; urgency=low
 
   [ Oleksandr Moskalenko ]

Modified: packages/beaker/trunk/debian/control
===================================================================
--- packages/beaker/trunk/debian/control	2008-09-30 18:24:47 UTC (rev 6620)
+++ packages/beaker/trunk/debian/control	2008-09-30 19:33:17 UTC (rev 6621)
@@ -3,18 +3,16 @@
 Priority: optional
 Maintainer: Oleksandr Moskalenko <malex at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 5), python (>= 2.3.3), python-all-dev, python-support (>= 0.6.4), python-setuptools (>= 0.6b3)
+Build-Depends: debhelper (>= 5), python-all-dev, python-support (>= 0.6.4), python-setuptools (>= 0.6b3)
 Standards-Version: 3.8.0
-XS-Python-Version: all
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/beaker/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/beaker/trunk/?op=log
 Homepage: http://pypi.python.org/pypi/Beaker
 
 Package: python-beaker
 Architecture: all
-Depends: ${python:Depends}, python
+Depends: ${python:Depends}
 Recommends: python-sqlalchemy
-XB-Python-Version: ${python:Versions}
 Enhances: python-pylons
 Description: Simple WSGI middleware that uses the Myghty Container API
  MyghtyUtils contains a very robust Container API for storing data using




More information about the Python-modules-commits mailing list