mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-06-12 09:47:26 +02:00
Use dh_python as suggested by jamessan. Also make architecture "all".
This commit is contained in:
parent
07a50e71b6
commit
2dbd14436b
4
debian/control
vendored
4
debian/control
vendored
@ -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
2
debian/rules
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user