[Python-modules-commits] r12455 - in packages/paste/trunk/debian (4 files)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Thu Apr 1 23:14:10 UTC 2010
Date: Thursday, April 1, 2010 @ 23:13:47
Author: piotr
Revision: 12455
* New upstream release (+ few fixes from tip)
* patches removed, no longer needed
* Standards-Version bumped to 3.8.4 (no changes needed)
Modified:
packages/paste/trunk/debian/changelog
packages/paste/trunk/debian/control
packages/paste/trunk/debian/rules
Deleted:
packages/paste/trunk/debian/patches/
Modified: packages/paste/trunk/debian/changelog
===================================================================
--- packages/paste/trunk/debian/changelog 2010-04-01 22:14:44 UTC (rev 12454)
+++ packages/paste/trunk/debian/changelog 2010-04-01 23:13:47 UTC (rev 12455)
@@ -1,3 +1,11 @@
+paste (1.7.3+hg20100401-1) UNRELEASED; urgency=low
+
+ * New upstream release (+ few fixes from tip)
+ * patches removed, no longer needed
+ * Standards-Version bumped to 3.8.4 (no changes needed)
+
+ -- Piotr Ożarowski <piotr at debian.org> Fri, 02 Apr 2010 00:47:38 +0200
+
paste (1.7.2-4) unstable; urgency=low
* Build depend on python-support >= 1.0.1
Modified: packages/paste/trunk/debian/control
===================================================================
--- packages/paste/trunk/debian/control 2010-04-01 22:14:44 UTC (rev 12454)
+++ packages/paste/trunk/debian/control 2010-04-01 23:13:47 UTC (rev 12455)
@@ -3,10 +3,10 @@
Priority: optional
Maintainer: Piotr Ożarowski <piotr at debian.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 5), dpatch
+Build-Depends: debhelper (>= 5)
Build-Depends-Indep: python-all (>= 2.3.5-11), python-support (>= 1.0.1),
python-setuptools (>= 0.6b3-1~), python-sphinx
-Standards-Version: 3.8.1
+Standards-Version: 3.8.4
Homepage: http://pythonpaste.org/
XS-Python-Version: >= 2.4
Vcs-Svn: svn://svn.debian.org/python-modules/packages/paste/trunk/
@@ -14,7 +14,7 @@
Package: python-paste
Architecture: all
-Depends: ${python:Depends}, python-pkg-resources, python-formencode (>= 0.5.1-1)
+Depends: ${python:Depends}, ${misc:Depends}, python-pkg-resources, python-formencode (>= 0.5.1-1)
Recommends: python-ctypes, python-openid, python-openssl, python-scgi
Suggests: python-pastedeploy, python-pastescript, python-pastewebkit,
libapache2-mod-wsgi, libapache2-mod-python (>= 3.2.8-3), libapache2-mod-scgi,
Modified: packages/paste/trunk/debian/rules
===================================================================
--- packages/paste/trunk/debian/rules 2010-04-01 22:14:44 UTC (rev 12454)
+++ packages/paste/trunk/debian/rules 2010-04-01 23:13:47 UTC (rev 12455)
@@ -6,8 +6,6 @@
PYVERS=$(shell pyversions -vr)
PKGDIR=$(CURDIR)/debian/python-paste
-include /usr/share/dpatch/dpatch.make
-
# if $py_setup_install_args will contain "--install-layout=deb" dist-packages
# will be used instead of site-packages for Python >= 2.6;
# --install-layout=deb and python.mk are available since python >= 2.5.4-1~,
@@ -16,14 +14,14 @@
ifeq (,$(py_libdir))
py_libdir = /usr/lib/python$(subst python,,$(1))/site-packages
endif
-clean: unpatch
+clean:
dh_testdir
dh_testroot
rm -rf dist build
find . -name *\.py[co] -delete
dh_clean build-docs* $(PYVERS:%=install-python%)
-build: patch build-docs
+build: build-docs
build-docs:
dh_testdir
More information about the Python-modules-commits
mailing list