diff options
-rw-r--r-- | debian/control | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 17740f3..855e3f2 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,8 @@ Section: python Priority: optional Homepage: http://projects.autonomy.net.au/dmidecode Maintainer: Nima Talebi <nima@it.net.au> -Build-Depends: debhelper (>= 7), python-all-dev (>= 2.3.5-11), python-central (>= 0.6), python-all-dbg +Build-Depends: debhelper (>= 7), python-all-dev (>= 2.3.5-11), python-all-dbg + python-central (>= 0.6), Standards-Version: 3.8.0 Package: python-dmidecode @@ -24,7 +25,8 @@ Description: Python extension module for dmidecode Package: python-dmidecode-dbg Architecture: any Priority: extra -Depends: python-dmidecode (= ${binary:Version}), python-dbg, ${shlibs:Depends}, ${misc:Depends} +Depends: python-dmidecode (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, + python-dbg Provides: ${python:Provides} XB-Python-Version: ${python:Versions} Description: Python extension module for dmidecode (debug) |