Use dh_python as suggested by jamessan. Also make architecture "all".

This commit is contained in:
Jonathan Hseu 2004-02-05 04:35:46 +00:00
parent 07a50e71b6
commit 2dbd14436b
2 changed files with 3 additions and 3 deletions

4
debian/control vendored
View File

@ -6,8 +6,8 @@ Build-Depends: debhelper (>= 4.0.0), python (>= 2.3)
Standards-Version: 3.6.0 Standards-Version: 3.6.0
Package: supybot Package: supybot
Architecture: any Architecture: all
Depends: python (>= 2.3) Depends: ${python:Depends}
Recommends: python-sqlite Recommends: python-sqlite
Suggests: python-twisted Suggests: python-twisted
Description: A robust and user friendly Python IRC bot. Description: A robust and user friendly Python IRC bot.

2
debian/rules vendored
View File

@ -75,7 +75,7 @@ binary-arch: build install
dh_compress dh_compress
dh_fixperms dh_fixperms
# dh_perl # dh_perl
# dh_python dh_python
# dh_makeshlibs # dh_makeshlibs
dh_installdeb dh_installdeb
dh_shlibdeps dh_shlibdeps