[Python-modules-commits] r8324 - in packages/python-openid/trunk/debian (6 files)
dottedmag-guest at users.alioth.debian.org
dottedmag-guest at users.alioth.debian.org
Thu Apr 30 17:19:00 UTC 2009
Date: Thursday, April 30, 2009 @ 17:18:59
Author: dottedmag-guest
Revision: 8324
New upstream release
Added:
packages/python-openid/trunk/debian/python-openid.preinst
Modified:
packages/python-openid/trunk/debian/changelog
packages/python-openid/trunk/debian/control
packages/python-openid/trunk/debian/rules
Deleted:
packages/python-openid/trunk/debian/README.source
packages/python-openid/trunk/debian/patches/
Deleted: packages/python-openid/trunk/debian/README.source
===================================================================
--- packages/python-openid/trunk/debian/README.source 2009-04-29 16:25:13 UTC (rev 8323)
+++ packages/python-openid/trunk/debian/README.source 2009-04-30 17:18:59 UTC (rev 8324)
@@ -1,3 +0,0 @@
-This package uses quilt packaging system, and patches may be (de)applied by
-using (un)patch debian/rules targets.
-
Modified: packages/python-openid/trunk/debian/changelog
===================================================================
--- packages/python-openid/trunk/debian/changelog 2009-04-29 16:25:13 UTC (rev 8323)
+++ packages/python-openid/trunk/debian/changelog 2009-04-30 17:18:59 UTC (rev 8324)
@@ -1,3 +1,17 @@
+python-openid (2.2.4-1) UNRELEASED; urgency=low
+
+ * New upstream release:
+ - removed build-extensions.patch, applied upstream,
+ - removed quilt dependency, unused.
+ - removed README.source, no more quilt.
+ * Switched to debian-support:
+ - added preinst script to de-register from pycentral.
+ * Standards-Version bumped to 3.8.1, no changes needed.
+ * python-all-dev build-dependency relaxed to python, as no binary
+ modules are built.
+
+ -- Mikhail Gusarov <dottedmag at dottedmag.net> Fri, 01 May 2009 00:04:57 +0700
+
python-openid (2.2.1-3) unstable; urgency=low
* debian/copyright:
Modified: packages/python-openid/trunk/debian/control
===================================================================
--- packages/python-openid/trunk/debian/control 2009-04-29 16:25:13 UTC (rev 8323)
+++ packages/python-openid/trunk/debian/control 2009-04-30 17:18:59 UTC (rev 8324)
@@ -3,9 +3,9 @@
Priority: optional
Maintainer: Mikhail Gusarov <dottedmag at dottedmag.net>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7), python-all-dev (>= 2.3.5-11), quilt
-Build-Depends-Indep: python-central (>= 0.6)
-Standards-Version: 3.8.0
+Build-Depends: debhelper (>= 7), python
+Build-Depends-Indep: python-support (>= 0.6.4)
+Standards-Version: 3.8.1
XS-Python-Version: all
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-openid/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-openid/trunk/
Added: packages/python-openid/trunk/debian/python-openid.preinst
===================================================================
--- packages/python-openid/trunk/debian/python-openid.preinst (rev 0)
+++ packages/python-openid/trunk/debian/python-openid.preinst 2009-04-30 17:18:59 UTC (rev 8324)
@@ -0,0 +1,11 @@
+#!/bin/sh
+# TODO: remove this file after releasing Squeeze
+set -e
+if [ "$1" = upgrade ]
+then
+ if dpkg --compare-versions "$2" lt 2.2.4-1; then
+ pycentral pkgremove python_openid
+ fi
+fi
+
+#DEBHELPER#
Modified: packages/python-openid/trunk/debian/rules
===================================================================
--- packages/python-openid/trunk/debian/rules 2009-04-29 16:25:13 UTC (rev 8323)
+++ packages/python-openid/trunk/debian/rules 2009-04-30 17:18:59 UTC (rev 8324)
@@ -1,13 +1,11 @@
#!/usr/bin/make -f
# -*- makefile -*-
-include /usr/share/quilt/quilt.make
-
PACKAGE_NAME=python-openid
-build: patch
+build:
-clean: unpatch
+clean:
dh_testdir
dh_testroot
@@ -30,7 +28,7 @@
dh_installdocs
dh_installexamples
dh_install "doc/*" usr/share/doc/$(PACKAGE_NAME)/html
- dh_pycentral
+ dh_pysupport
dh_compress -X.py -Xexamples
dh_fixperms
dh_installdeb
More information about the Python-modules-commits
mailing list