[Python-modules-commits] r26642 - in packages/python-formencode/trunk/debian (3 files)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Mon Dec 2 20:32:31 UTC 2013
Date: Monday, December 2, 2013 @ 20:32:30
Author: piotr
Revision: 26642
Remove debian/pycompat and preinst files, no longer needed
Modified:
packages/python-formencode/trunk/debian/changelog
Deleted:
packages/python-formencode/trunk/debian/preinst
packages/python-formencode/trunk/debian/pycompat
Modified: packages/python-formencode/trunk/debian/changelog
===================================================================
--- packages/python-formencode/trunk/debian/changelog 2013-12-02 20:30:38 UTC (rev 26641)
+++ packages/python-formencode/trunk/debian/changelog 2013-12-02 20:32:30 UTC (rev 26642)
@@ -13,6 +13,7 @@
(used in tests which are run at build time now, closes: #606518)
* debian/watch file updated (closes: #727230)
* Standards-version bumped to 3.9.5 (dh sequencer covers build-* targets)
+ * Remove debian/pycompat and preinst files, no longer needed
-- Piotr Ożarowski <piotr at debian.org> Mon, 02 Dec 2013 20:54:01 +0100
Deleted: packages/python-formencode/trunk/debian/preinst
===================================================================
--- packages/python-formencode/trunk/debian/preinst 2013-12-02 20:30:38 UTC (rev 26641)
+++ packages/python-formencode/trunk/debian/preinst 2013-12-02 20:32:30 UTC (rev 26642)
@@ -1,16 +0,0 @@
-#!/bin/sh
-# TODO: remove this file after releasing Squeeze
-set -e
-if [ "$1" = upgrade ]
-then
- if dpkg --compare-versions "$2" lt 1.1-1; then
- pycentral pkgremove python-formencode
- elif dpkg --compare-versions "$2" lt 1.2.2-1; then
- pycentral pkgremove python-formencode
- # pycentral will not remove files that were moved in 1.1-1
- rm -rf /usr/lib/python2.4/site-packages/formencode/
- rm -rf /usr/lib/python2.5/site-packages/formencode/
- fi
-fi
-
-#DEBHELPER#
Deleted: packages/python-formencode/trunk/debian/pycompat
===================================================================
--- packages/python-formencode/trunk/debian/pycompat 2013-12-02 20:30:38 UTC (rev 26641)
+++ packages/python-formencode/trunk/debian/pycompat 2013-12-02 20:32:30 UTC (rev 26642)
@@ -1 +0,0 @@
-2
More information about the Python-modules-commits
mailing list