Source: mandos Version: 1.7.1-2 Severity: normal Tags: patch The python2.7 version specific depends/build-depends-indep used in mandos are long obsolete. In order to simplify Debian packaging of Python extensions, I hope to remove the version specific provided packages entirely. They are no longer needed since python2.7 is the last python version.
Please see the attached patch. mandos is the only package in the main archive still using these and it would be nice to get this resolved so we can move forward on simplification. Scott K
diff -Nru mandos-1.7.1/debian/changelog mandos-1.7.1/debian/changelog --- mandos-1.7.1/debian/changelog 2015-12-04 20:27:49.000000000 -0500 +++ mandos-1.7.1/debian/changelog 2016-01-16 03:50:18.000000000 -0500 @@ -1,3 +1,11 @@ +mandos (1.7.1-2.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Remove obsolete version specific python packages from build-depend-indep + and depends + + -- Scott Kitterman <[email protected]> Sat, 16 Jan 2016 03:49:35 -0500 + mandos (1.7.1-2) unstable; urgency=medium * debian/control (Package: mandos/Depends): Fix "Please drop versioned diff -Nru mandos-1.7.1/debian/control mandos-1.7.1/debian/control --- mandos-1.7.1/debian/control 2015-12-04 20:18:20.000000000 -0500 +++ mandos-1.7.1/debian/control 2016-01-16 03:49:32.000000000 -0500 @@ -7,8 +7,8 @@ Build-Depends: debhelper (>= 9), docbook-xml, docbook-xsl, libavahi-core-dev, libgpgme11-dev, libgnutls28-dev | gnutls-dev, xsltproc, pkg-config, libnl-route-3-dev -Build-Depends-Indep: systemd, python2.7, python2.7-gnutls, - python2.7-dbus, python2.7-avahi, python2.7-gobject +Build-Depends-Indep: systemd, python, python-gnutls, + python-dbus, python-avahi, python-gobject Standards-Version: 3.9.6 Vcs-Bzr: http://ftp.recompile.se/pub/mandos/trunk Vcs-Browser: http://bzr.recompile.se/loggerhead/mandos/trunk/files @@ -16,11 +16,9 @@ Package: mandos Architecture: all -Depends: ${misc:Depends}, python (>= 2.7), python2.7, python-gnutls, - python2.7-gnutls, python-dbus, python2.7-dbus, python-avahi, - python2.7-avahi, python-gobject, python2.7-gobject, - avahi-daemon, adduser, python-urwid, python2.7-urwid, - gnupg (<< 2) +Depends: ${misc:Depends}, python (>= 2.7), python-gnutls, + python-dbus, python-avahi, python-gobject, avahi-daemon, + adduser, python-urwid, gnupg (<< 2) Recommends: ssh-client | fping Description: server giving encrypted passwords to Mandos clients This is the server part of the Mandos system, which allows

