diff --git a/debian/control b/debian/control index 121d316dc..36e134bc6 100644 --- a/debian/control +++ b/debian/control @@ -6,8 +6,8 @@ Build-Depends: debhelper (>= 4.0.0), python (>= 2.3) Standards-Version: 3.6.0 Package: supybot -Architecture: any -Depends: python (>= 2.3) +Architecture: all +Depends: ${python:Depends} Recommends: python-sqlite Suggests: python-twisted Description: A robust and user friendly Python IRC bot. diff --git a/debian/rules b/debian/rules index 0791cb6b1..468385353 100755 --- a/debian/rules +++ b/debian/rules @@ -75,7 +75,7 @@ binary-arch: build install dh_compress dh_fixperms # dh_perl -# dh_python + dh_python # dh_makeshlibs dh_installdeb dh_shlibdeps