Package: djagios Version: 0.1.3+dfsg-1 Followup-For: Bug #786271 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu wily ubuntu-patch
Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: * Convert from python-supprot to dh-python2. Thanks for considering the patch. Logan Rosen -- System Information: Debian Release: jessie/sid APT prefers wily-updates APT policy: (500, 'wily-updates'), (500, 'wily-security'), (500, 'wily'), (100, 'wily-backports') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.19.0-20-generic (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
diff -Nru djagios-0.1.3+dfsg/debian/control djagios-0.1.3+dfsg/debian/control --- djagios-0.1.3+dfsg/debian/control 2010-01-28 12:16:43.000000000 -0800 +++ djagios-0.1.3+dfsg/debian/control 2015-06-20 23:42:21.000000000 -0700 @@ -4,8 +4,8 @@ XS-Python-Version: >= 2.5 Maintainer: Laurent Bigonville <bi...@debian.org> Build-Depends: debhelper (>= 7), - python-all (>= 2.5), - python-support + dh-python, + python-all (>= 2.6.6-3~), Standards-Version: 3.8.3 Vcs-Git: git://git.debian.org/git/collab-maint/djagios.git Vcs-Browser: http://git.debian.org/?p=collab-maint/djagios.git @@ -21,7 +21,6 @@ Recommends: apache2, libapache2-mod-wsgi | libapache2-mod-python Suggests: nagios3 -XB-Python-Version: ${python:Versions} Description: A package to help configure nagios written in Django Djagios is an open source Nagios web based configuration tool with a complete Python Nagios API. diff -Nru djagios-0.1.3+dfsg/debian/rules djagios-0.1.3+dfsg/debian/rules --- djagios-0.1.3+dfsg/debian/rules 2010-01-28 12:16:43.000000000 -0800 +++ djagios-0.1.3+dfsg/debian/rules 2015-06-20 23:38:47.000000000 -0700 @@ -1,3 +1,3 @@ #!/usr/bin/make -f %: - dh $@ + dh $@ --with python2