From 34b138ef3cc0e8877b41db07f67e9d7e8f8fccba Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 25 Aug 2012 09:03:05 +0100 Subject: Remove build-dep on extrautils --- debian/control | 2 +- debian/rules | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/debian/control b/debian/control index 1d45b52..86ce74d 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Section: python Priority: optional Standards-Version: 3.9.2 Build-Depends: debhelper (>= 7.3.8), python-support (>= 1.0.3), - python (>= 2.5), extrautils + python (>= 2.5) XS-Python-Version: >= 2.6 Package: python-bgproc diff --git a/debian/rules b/debian/rules index 48c0c49..2f8e000 100755 --- a/debian/rules +++ b/debian/rules @@ -4,8 +4,3 @@ override_dh_auto_install: python setup.py install --prefix=debian/python-bgproc/usr - -override_dh_auto_build: - setuppy-debian-versions-match - dh_auto_build $@ --with-buildsystem=python_distutils - -- cgit v1.2.1