From ddcea52a86ed1614f657fc8bad18450749666abc Mon Sep 17 00:00:00 2001 From: Luca Falavigna Date: Thu, 10 Feb 2011 23:10:42 +0100 Subject: Switch to dh_python2 --- debian/changelog | 3 ++- debian/control | 5 ++--- debian/preinst | 11 ----------- debian/rules | 2 +- 4 files changed, 5 insertions(+), 16 deletions(-) delete mode 100755 debian/preinst diff --git a/debian/changelog b/debian/changelog index 465a85d..0846232 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,13 @@ scons (2.0.1-1) UNRELEASED; urgency=low * New upstream release. + * Switch to dh_python2. * debian/control: - Bump Standards-Version to 3.9.1, no changes required. * debian/watch: - Adjust to ignore development versions. - -- Luca Falavigna Thu, 10 Feb 2011 23:08:54 +0100 + -- Luca Falavigna Thu, 10 Feb 2011 23:10:16 +0100 scons (2.0.0-1) unstable; urgency=low diff --git a/debian/control b/debian/control index fc59b34..3b22aaa 100644 --- a/debian/control +++ b/debian/control @@ -3,10 +3,9 @@ Section: devel Priority: optional Maintainer: Luca Falavigna Uploaders: Mark Brown -Build-Depends: debhelper (>= 7.2.18), python (>= 2.5.4-1~) -Build-Depends-Indep: python-support (>= 0.5.3) +Build-Depends: debhelper (>= 7.2.18), python (>= 2.6.6-3~) Standards-Version: 3.9.1 -XS-Python-Version: >= 2.4 +X-Python-Version: >= 2.4 Homepage: http://www.scons.org/ Vcs-Git: git://git.debian.org/git/users/dktrkranz/scons.git Vcs-Browser: http://git.debian.org/?p=users/dktrkranz/scons.git;a=summary diff --git a/debian/preinst b/debian/preinst deleted file mode 100755 index 0d25d60..0000000 --- a/debian/preinst +++ /dev/null @@ -1,11 +0,0 @@ -#! /bin/sh - -set -e - -if [ "$1" = upgrade ] && dpkg --compare-versions "$2" lt 1.2.0-3; then - pycentral pkgremove scons -fi - -#DEBHELPER# - -exit 0 diff --git a/debian/rules b/debian/rules index a34b022..60e93ec 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ + dh $@ --with python2 clean: rm -fr build -- cgit v1.2.3