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

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Sun May 6 20:59:31 UTC 2012


    Date: Sunday, May 6, 2012 @ 20:59:28
  Author: piotr
Revision: 21635

merge with 1.6.3-1 upload

Added:
  packages/beaker/trunk/debian/clean
Modified:
  packages/beaker/trunk/debian/changelog
  packages/beaker/trunk/debian/compat
  packages/beaker/trunk/debian/control
  packages/beaker/trunk/debian/rules

Modified: packages/beaker/trunk/debian/changelog
===================================================================
--- packages/beaker/trunk/debian/changelog	2012-05-06 20:58:04 UTC (rev 21634)
+++ packages/beaker/trunk/debian/changelog	2012-05-06 20:59:28 UTC (rev 21635)
@@ -1,16 +1,26 @@
-beaker (1.6.2-1) UNRELEASED; urgency=low
+beaker (1.6.3-2) UNRELEASED; urgency=low
 
   [ Andrey Rahmatullin ]
   * Enable build-time tests
+
+ -- Piotr Ożarowski <piotr at debian.org>  Thu, 01 Mar 2012 21:11:08 +0100
+
+beaker (1.6.3-1) unstable; urgency=low
+
+  [ Andrey Rahmatullin ]
   * Update Standards-Version to 3.9.1 (no change needed)
   * Switch from dh_pysupport to dh_python2
 
   [ Piotr Ożarowski ]
   * New upstream release
+    - delete_cookie's expire date calculated via timedelta instead or
+      .replace(year=2003). Closes: #661670
+  * Remove egg-info/* files in clean target (regenerated in install)
+    - debhelper compatibility level bumped to 7 (debian/clean file used)
   * Source format changed to 3.0 (quilt)
-  * Standards-Version bumped to 3.9.2 (no changes needed)
+  * Standards-Version bumped to 3.9.3 (no changes needed)
 
- -- Piotr Ożarowski <piotr at debian.org>  Sun, 30 Oct 2011 00:12:21 +0200
+ -- Piotr Ożarowski <piotr at debian.org>  Sun, 06 May 2012 22:26:32 +0200
 
 beaker (1.5.4-4) unstable; urgency=low
 

Added: packages/beaker/trunk/debian/clean
===================================================================
--- packages/beaker/trunk/debian/clean	                        (rev 0)
+++ packages/beaker/trunk/debian/clean	2012-05-06 20:59:28 UTC (rev 21635)
@@ -0,0 +1 @@
+*egg-info/*

Modified: packages/beaker/trunk/debian/compat
===================================================================
--- packages/beaker/trunk/debian/compat	2012-05-06 20:58:04 UTC (rev 21634)
+++ packages/beaker/trunk/debian/compat	2012-05-06 20:59:28 UTC (rev 21635)
@@ -1 +1 @@
-5
+7

Modified: packages/beaker/trunk/debian/control
===================================================================
--- packages/beaker/trunk/debian/control	2012-05-06 20:58:04 UTC (rev 21634)
+++ packages/beaker/trunk/debian/control	2012-05-06 20:59:28 UTC (rev 21635)
@@ -3,15 +3,14 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Oleksandr Moskalenko <malex at debian.org>, Piotr Ożarowski <piotr at debian.org>
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: python-all (>= 2.6.6-3), python3-all (>= 3.1.2-8),
  python-setuptools (>= 0.6b3-1~), python3-setuptools,
 # for tests
  python-sqlalchemy (>= 0.4), python-webtest, python-nose,
  python-pycryptopp (>= 0.5.12), python-pylibmc | python-memcache
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 X-Python-Version: >= 2.5
-X-Python3-Version: >= 3.0
 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/

Modified: packages/beaker/trunk/debian/rules
===================================================================
--- packages/beaker/trunk/debian/rules	2012-05-06 20:58:04 UTC (rev 21634)
+++ packages/beaker/trunk/debian/rules	2012-05-06 20:59:28 UTC (rev 21635)
@@ -16,13 +16,13 @@
 
 build: build-indep
 
+build-arch:
+
 build-indep:
 	dh_testdir
 	python setup.py build
 	touch $@
 
-build-arch:
-
 install: $(PYVERS:%=install-python%) $(PY3VERS:%=install-python%) $(PYVERS:%=test-python%)
 install-python%:
 	python$* setup.py install \




More information about the Python-modules-commits mailing list