Package: grokevt Version: 0.4.1-7 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu trusty ubuntu-patch
Dear Maintainer, Please convert grokevt to dh_python2. In Ubuntu, the attached patch was applied to achieve the following: * Convert to dh_python2. Thanks for considering the patch. Logan Rosen -- System Information: Debian Release: wheezy/sid APT prefers trusty-updates APT policy: (500, 'trusty-updates'), (500, 'trusty-security'), (500, 'trusty'), (100, 'trusty-backports') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.12.0-3-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
=== modified file 'debian/changelog' === modified file 'debian/control' --- debian/control 2010-07-28 11:48:45 +0000 +++ debian/control 2013-11-23 07:01:43 +0000 @@ -1,9 +1,10 @@ Source: grokevt Section: utils Priority: optional Maintainer: Debian Forensics <forensics-de...@lists.alioth.debian.org> Uploaders: Christophe Monniez <christophe.monn...@fccu.be> -Build-Depends: debhelper (>= 7.0.50~), python-support, quilt (>= 0.46-7~), cpio +Build-Depends: debhelper (>= 7.0.50~), quilt (>= 0.46-7~), cpio, python (>= 2.6.6-3~), dh-python Standards-Version: 3.9.0 Homepage: http://projects.sentinelchicken.org/grokevt/ Vcs-Browser: http://git.debian.org/?p=forensics/grokevt.git === modified file 'debian/rules' --- debian/rules 2010-07-28 11:48:45 +0000 +++ debian/rules 2013-11-23 06:58:32 +0000 @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh ${@} --with quilt + dh ${@} --with quilt,python2 override_dh_auto_install: dh_auto_install -- PREFIX=$(CURDIR)/debian/grokevt/usr ETC_PREFIX=$(CURDIR)/debian/grokevt/etc/grokevt MAN_PREFIX=$(CURDIR)/debian/grokevt/usr/share/man