Control: tags -1 patch

Dear Maintainer,

In Ubuntu, the attached patch was applied to achieve the following:

  * debian/compat: Bump to 10.
  * debian/control:
    - Build-depend on debhelper (>= 10).
    - Depend on ${misc:Depends}.
  * debian/rules: Use dh_prep instead of dh_clean -k.

Thanks for considering the patch.

Logan Rosen

-- System Information:
Debian Release: stretch/sid
  APT prefers zesty
  APT policy: (500, 'zesty')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.4.0-21-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.utf8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru jablicator-1.0.1/debian/compat jablicator-1.0.1ubuntu1/debian/compat
--- jablicator-1.0.1/debian/compat      2009-02-14 02:22:49.000000000 -0500
+++ jablicator-1.0.1ubuntu1/debian/compat       2017-01-11 00:11:29.000000000 
-0500
@@ -1 +1 @@
-4
\ No newline at end of file
+10
diff -Nru jablicator-1.0.1/debian/control jablicator-1.0.1ubuntu1/debian/control
--- jablicator-1.0.1/debian/control     2009-02-14 02:29:24.000000000 -0500
+++ jablicator-1.0.1ubuntu1/debian/control      2017-01-11 00:11:37.000000000 
-0500
@@ -2,13 +2,13 @@
 Section: admin
 Priority: optional
 Maintainer: Jeff Breidenbach <j...@debian.org>
-Build-Depends: debhelper (>> 3.0.0)
+Build-Depends: debhelper (>= 10)
 Build-Depends-Indep: devscripts, fakeroot, lintian
 Standards-Version: 3.8.0
 
 Package: jablicator
 Architecture: all
-Depends: grep-dctrl, devscripts, debhelper (>> 3.0.0), dpkg-dev, fakeroot, 
lintian, apt, gawk
+Depends: ${misc:Depends}, grep-dctrl, devscripts, debhelper (>> 3.0.0), 
dpkg-dev, fakeroot, lintian, apt, gawk
 Description: Share a set of package choices
  Allows others to easily replicate your package choices via 
  Debian's apt-get utility. Generating an apt-gettable, custom Debian 
diff -Nru jablicator-1.0.1/debian/rules jablicator-1.0.1ubuntu1/debian/rules
--- jablicator-1.0.1/debian/rules       2009-02-14 02:24:28.000000000 -0500
+++ jablicator-1.0.1ubuntu1/debian/rules        2017-01-11 00:11:37.000000000 
-0500
@@ -27,7 +27,7 @@
 install: build
        dh_testdir
        dh_testroot
-       dh_clean -k
+       dh_prep
        dh_installdirs
 
        mkdir -p debian/tmp/usr/bin

Reply via email to