[Python-modules-commits] r6953 - in packages/beaker/trunk/debian (5 files)

malex at users.alioth.debian.org malex at users.alioth.debian.org
Mon Nov 24 17:26:34 UTC 2008


    Date: Monday, November 24, 2008 @ 17:26:33
  Author: malex
Revision: 6953

1.1 release

Added:
  packages/beaker/trunk/debian/NEWS
Modified:
  packages/beaker/trunk/debian/changelog
  packages/beaker/trunk/debian/control
  packages/beaker/trunk/debian/rules
Deleted:
  packages/beaker/trunk/debian/python-beaker.dirs

Added: packages/beaker/trunk/debian/NEWS
===================================================================
--- packages/beaker/trunk/debian/NEWS	                        (rev 0)
+++ packages/beaker/trunk/debian/NEWS	2008-11-24 17:26:33 UTC (rev 6953)
@@ -0,0 +1,14 @@
+beaker (1.1-1) unstable; urgency=low
+
+  From: Ben Bangert <ben at groovie.org>
+  Subject: Beaker 1.1 Release
+
+  Beaker 1.1 has been released. I only mention it here because those
+  upgrading should note that the pickled file format for Beaker has CHANGED.
+  This means that ALL PRIOR BEAKER CACHE FILES SHOULD BE REMOVED AFTER
+  UPGRADING.
+
+  Otherwise your application will throw errors as it won't find the expected
+  values in the cache.
+
+ -- Oleksandr Moskalenko <malex at debian.org>  Sun, 23 Nov 2008 12:53:39 -0700

Modified: packages/beaker/trunk/debian/changelog
===================================================================
--- packages/beaker/trunk/debian/changelog	2008-11-24 10:09:50 UTC (rev 6952)
+++ packages/beaker/trunk/debian/changelog	2008-11-24 17:26:33 UTC (rev 6953)
@@ -1,3 +1,13 @@
+beaker (1.1-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/NEWS: added a note about incompatible cache.
+  * debian/ruls: Removed -i from dh_* calls.
+  * have dirs, so remove python-beaker.dirs.
+  * debian/control: Moved python-support to Build-Depends-Indep.
+
+ -- Oleksandr Moskalenko <malex at debian.org>  Sun, 23 Nov 2008 12:53:39 -0700
+
 beaker (1.0.3-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/beaker/trunk/debian/control
===================================================================
--- packages/beaker/trunk/debian/control	2008-11-24 10:09:50 UTC (rev 6952)
+++ packages/beaker/trunk/debian/control	2008-11-24 17:26:33 UTC (rev 6953)
@@ -3,15 +3,18 @@
 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-all-dev, python-support (>= 0.6.4), python-setuptools (>= 0.6b3)
+Build-Depends: debhelper (>= 5), python-all-dev, python-setuptools (>= 0.6b3)
+Build-Depends-Indep: python-support (>= 0.6.4)
 Standards-Version: 3.8.0
+XS-Python-Version: all
+Homepage: http://pypi.python.org/pypi/Beaker
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/beaker/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/beaker/trunk/
-Homepage: http://pypi.python.org/pypi/Beaker
 
 Package: python-beaker
 Architecture: all
-Depends: ${python:Depends}
+Depends: ${python:Depends}, python
+XB-Python-Version: ${python:Versions}
 Recommends: python-sqlalchemy
 Enhances: python-pylons
 Description: Simple WSGI middleware that uses the Myghty Container API

Deleted: packages/beaker/trunk/debian/python-beaker.dirs
===================================================================
--- packages/beaker/trunk/debian/python-beaker.dirs	2008-11-24 10:09:50 UTC (rev 6952)
+++ packages/beaker/trunk/debian/python-beaker.dirs	2008-11-24 17:26:33 UTC (rev 6953)
@@ -1 +0,0 @@
-usr/share/python-support/python-beaker

Modified: packages/beaker/trunk/debian/rules
===================================================================
--- packages/beaker/trunk/debian/rules	2008-11-24 10:09:50 UTC (rev 6952)
+++ packages/beaker/trunk/debian/rules	2008-11-24 17:26:33 UTC (rev 6953)
@@ -32,19 +32,19 @@
 	-dpkg --compare-versions '$*' lt '2.5' && rm -f $(CURDIR)/debian/$(package)/usr/lib/python$*/site-packages/beaker/ext/google.py
 
 binary-indep: build install
-	dh_testdir -i
-	dh_testroot -i
+	dh_testdir
+	dh_testroot
 	dh_installdirs
-	dh_installchangelogs -i
-	dh_installdocs -i
-	dh_installexamples -i
-	dh_pysupport -i
+	dh_installchangelogs
+	dh_installdocs
+	dh_installexamples
+	dh_pysupport
 	dh_compress -X.py
-	dh_fixperms -i
-	dh_installdeb -i
-	dh_gencontrol -i
-	dh_md5sums -i
-	dh_builddeb -i -- -Z bzip2
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb -- -Z bzip2
 
 binary-arch:
 




More information about the Python-modules-commits mailing list