[Python-modules-commits] r19997 - in packages/beaker/trunk/debian (4 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Wed Jan 11 21:22:52 UTC 2012


    Date: Wednesday, January 11, 2012 @ 21:22:51
  Author: piotr
Revision: 19997

* New upstream release
* Source format changed to 3.0 (quilt)
* Standards-Version bumped to 3.9.2 (no changes needed)

Modified:
  packages/beaker/trunk/debian/changelog
  packages/beaker/trunk/debian/control
  packages/beaker/trunk/debian/rules
  packages/beaker/trunk/debian/source/format

Modified: packages/beaker/trunk/debian/changelog
===================================================================
--- packages/beaker/trunk/debian/changelog	2012-01-11 21:12:35 UTC (rev 19996)
+++ packages/beaker/trunk/debian/changelog	2012-01-11 21:22:51 UTC (rev 19997)
@@ -1,11 +1,17 @@
-beaker (1.5.4-5) UNRELEASED; urgency=low
+beaker (1.6.2-1) UNRELEASED; urgency=low
 
+  [ Andrey Rahmatullin ]
   * Enable build-time tests
   * Update Standards-Version to 3.9.1 (no change needed)
   * Switch from dh_pysupport to dh_python2
 
- -- Andrey Rahmatullin <wrar at wrar.name>  Fri, 25 Feb 2011 14:14:55 +0500
+  [ Piotr Ożarowski ]
+  * New upstream release
+  * Source format changed to 3.0 (quilt)
+  * Standards-Version bumped to 3.9.2 (no changes needed)
 
+ -- Piotr Ożarowski <piotr at debian.org>  Sun, 30 Oct 2011 00:12:21 +0200
+
 beaker (1.5.4-4) unstable; urgency=low
 
   * Upload to unstable

Modified: packages/beaker/trunk/debian/control
===================================================================
--- packages/beaker/trunk/debian/control	2012-01-11 21:12:35 UTC (rev 19996)
+++ packages/beaker/trunk/debian/control	2012-01-11 21:22:51 UTC (rev 19997)
@@ -6,11 +6,12 @@
 Build-Depends: debhelper (>= 5)
 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.1
-X-Python-Version: >=2.5
-X-Python3-Version: >=3.0
+Standards-Version: 3.9.2
+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/
@@ -18,7 +19,6 @@
 Package: python-beaker
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}, python
-Breaks: ${python:Breaks}
 Recommends: python-pkg-resources
 Suggests: python-sqlalchemy (>= 0.4), python-pycryptopp | python-crypto, python-pylibmc | python-memcache
 Enhances: python-pylons

Modified: packages/beaker/trunk/debian/rules
===================================================================
--- packages/beaker/trunk/debian/rules	2012-01-11 21:12:35 UTC (rev 19996)
+++ packages/beaker/trunk/debian/rules	2012-01-11 21:22:51 UTC (rev 19997)
@@ -1,15 +1,10 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
 
 PYVERS=$(shell pyversions -vr)
 PY3VERS=$(shell py3versions -vs)
 
 -include /usr/share/python/python.mk
-ifeq (,$(py_libdir))
-    py_libdir = /usr/lib/python$(subst python,,$(1))/site-packages
-endif
 pkgdir = $(CURDIR)/debian/python$(if $(patsubst 3.%,,$(1)),,3)-beaker
 
 clean:
@@ -22,21 +17,18 @@
 build: build-indep
 
 build-indep:
-	touch $@
-
-build-stamp:
 	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 \
 		$(py_setup_install_args) \
 		--single-version-externally-managed \
 		--root $(call pkgdir,$*)
-	-dpkg --compare-versions '$*' lt '2.5' && \
-	 rm -f $(call pkgdir,$*)/$(call py_libdir,$*)/beaker/ext/google.py
 
 test-python%:
 	-
@@ -64,4 +56,4 @@
 
 binary: binary-indep binary-arch
 
-.PHONY: build clean binary-indep binary-arch binary install
+.PHONY: build build-arch clean binary-indep binary-arch binary install

Modified: packages/beaker/trunk/debian/source/format
===================================================================
--- packages/beaker/trunk/debian/source/format	2012-01-11 21:12:35 UTC (rev 19996)
+++ packages/beaker/trunk/debian/source/format	2012-01-11 21:22:51 UTC (rev 19997)
@@ -1 +1 @@
-1.0
+3.0 (quilt)




More information about the Python-modules-commits mailing list