diff options
author | Guido Günther <agx@sigxcpu.org> | 2011-07-24 15:41:25 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2011-07-24 18:04:45 +0200 |
commit | 41a5d0d987b0753d0b0ef777f7a21c726ed72b7e (patch) | |
tree | 7b2862c91793f8828309151bcc24202add78757a | |
parent | 2d4034d946870cf8cb5fdf5fe4bd24fa15496545 (diff) | |
download | git-buildpackage-41a5d0d987b0753d0b0ef777f7a21c726ed72b7e.tar.gz git-buildpackage-41a5d0d987b0753d0b0ef777f7a21c726ed72b7e.tar.bz2 git-buildpackage-41a5d0d987b0753d0b0ef777f7a21c726ed72b7e.zip |
Switch to dh_python2
-rw-r--r-- | debian/control | 3 | ||||
-rw-r--r-- | debian/pycompat | 1 | ||||
-rw-r--r-- | debian/pyversions | 1 | ||||
-rwxr-xr-x | debian/rules | 2 |
4 files changed, 3 insertions, 4 deletions
diff --git a/debian/control b/debian/control index c8cfb22b..848ff5e2 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: git-buildpackage Section: vcs Priority: optional Maintainer: Guido Günther <agx@sigxcpu.org> -Build-Depends: cdbs, debhelper (>= 5), python, python-support (>= 0.3), +Build-Depends: cdbs (>= 0.4.90~), debhelper (>= 5), python (>> 2.6.6-3~), pychecker, gtk-doc-tools, sgml2x, docbook-utils, jade, python-dateutil, python-nose, bash-completion, perl, # For the testsuite @@ -11,6 +11,7 @@ Standards-Version: 3.9.2 Vcs-Git: git://honk.sigxcpu.org/git/git-buildpackage.git Vcs-Browser: http://git.debian.org/?p=users/agx/git-buildpackage.git Homepage: https://honk.sigxcpu.org/piki/projects/git-buildpackage/ +X-Python-Version: >= 2.6 Package: git-buildpackage Architecture: all diff --git a/debian/pycompat b/debian/pycompat deleted file mode 100644 index 0cfbf088..00000000 --- a/debian/pycompat +++ /dev/null @@ -1 +0,0 @@ -2 diff --git a/debian/pyversions b/debian/pyversions deleted file mode 100644 index 0c043f18..00000000 --- a/debian/pyversions +++ /dev/null @@ -1 +0,0 @@ -2.6- diff --git a/debian/rules b/debian/rules index c76d0084..563aa07d 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f -DEB_PYTHON_SYSTEM = pysupport +DEB_PYTHON2_MODULE_PACKAGES = git-buildpackage DEB_PYTHON_CLEAN_ARGS = --all include /usr/share/cdbs/1/rules/debhelper.mk |