Control: tags -1 patch Dear Maintainer,
In Ubuntu, the attached patch was applied to achieve the following: * debian/compat: Bump to 9. * debian/control: - Build-depend on debhelper (>= 9). - Depend on ${misc:Depends}. Thanks for considering the patch. Logan Rosen
diff -u scmxx-0.9.0/debian/control scmxx-0.9.0/debian/control --- scmxx-0.9.0/debian/control +++ scmxx-0.9.0/debian/control @@ -2,13 +2,13 @@ Section: comm Priority: optional Maintainer: Michael Banck <mba...@debian.org> -Build-Depends: debhelper (>> 4.1.0), sharutils, cdbs, libbluetooth-dev +Build-Depends: debhelper (>= 9), sharutils, cdbs, libbluetooth-dev Standards-Version: 3.8.0 Homepage: http://www.hendrik-sattler.de/scmxx/ Package: scmxx Architecture: any -Depends: ${shlibs:Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} Suggests: flexmem Description: Exchange data with Siemens mobile phones SCMxx is a console program that allows you to exchange certain types of diff -u scmxx-0.9.0/debian/compat scmxx-0.9.0/debian/compat --- scmxx-0.9.0/debian/compat +++ scmxx-0.9.0/debian/compat @@ -1 +1 @@ -4 +9