summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules5
2 files changed, 1 insertions, 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
-