diff -Nru archmage-0.2.4/debian/archmage.preinst archmage-0.2.4/debian/archmage.preinst --- archmage-0.2.4/debian/archmage.preinst 2010-06-24 16:47:25.000000000 +0000 +++ archmage-0.2.4/debian/archmage.preinst 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -#!/bin/sh -# TODO: remove this file after releasing Squeeze -set -e -if [ "$1" = upgrade ] -then - if dpkg --compare-versions "$2" lt 1:0.2-1; then - pycentral pkgremove archmage - fi -fi - -#DEBHELPER# diff -Nru archmage-0.2.4/debian/changelog archmage-0.2.4/debian/changelog --- archmage-0.2.4/debian/changelog 2010-06-29 08:34:10.000000000 +0000 +++ archmage-0.2.4/debian/changelog 2011-08-14 21:17:02.000000000 +0000 @@ -1,3 +1,12 @@ +archmage (1:0.2.4-3) unstable; urgency=low + + * Convert package to use dh_python2 (Closes: #631395) + * Drop preinst, it was only necessary for pycentral -> pysupport + conversion, happened in Squeeze. + * Bump Standards-Version, no changes required. + + -- Mikhail Gusarov Sun, 14 Aug 2011 23:17:02 +0200 + archmage (1:0.2.4-2) unstable; urgency=low * Convert package to 3.0 (quilt). diff -Nru archmage-0.2.4/debian/control archmage-0.2.4/debian/control --- archmage-0.2.4/debian/control 2010-06-29 08:34:18.000000000 +0000 +++ archmage-0.2.4/debian/control 2011-08-14 21:25:59.000000000 +0000 @@ -3,9 +3,8 @@ Priority: optional Maintainer: Mikhail Gusarov Uploaders: Python Applications Packaging Team -Build-Depends: debhelper (>= 7.0.50), python -Build-Depends-Indep: python-support (>= 0.6.4) -Standards-Version: 3.9.0 +Build-Depends: debhelper (>= 7.0.50), python (>= 2.6.6-3~) +Standards-Version: 3.9.2 Vcs-Svn: svn://svn.debian.org/python-apps/packages/archmage/trunk/ Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/archmage/trunk/ Homepage: http://archmage.sf.net diff -Nru archmage-0.2.4/debian/rules archmage-0.2.4/debian/rules --- archmage-0.2.4/debian/rules 2010-06-29 08:25:34.000000000 +0000 +++ archmage-0.2.4/debian/rules 2011-08-14 21:09:57.000000000 +0000 @@ -1,6 +1,6 @@ #!/usr/bin/make -f %: - dh $@ + dh $@ --with python2 override_dh_installchangelogs: dh_installchangelogs NEWS