Package: distmp3
Version: 0.1.9.ds1-4.6
Followup-For: Bug #817432
User: [email protected]
Usertags: origin-ubuntu yakkety ubuntu-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).
* debian/rules:
- Use dh_prep instead of dh_clean -k.
- Add recommended build-arch and build-indep targets.
Thanks for considering the patch.
Logan Rosen
-- System Information:
Debian Release: stretch/sid
APT prefers xenial-updates
APT policy: (500, 'xenial-updates'), (500, 'xenial-security'), (500,
'xenial'), (100, 'xenial-backports')
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 -u distmp3-0.1.9.ds1/debian/compat distmp3-0.1.9.ds1/debian/compat
--- distmp3-0.1.9.ds1/debian/compat
+++ distmp3-0.1.9.ds1/debian/compat
@@ -1 +1 @@
-4
+9
diff -u distmp3-0.1.9.ds1/debian/control distmp3-0.1.9.ds1/debian/control
--- distmp3-0.1.9.ds1/debian/control
+++ distmp3-0.1.9.ds1/debian/control
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Jesus Climent <[email protected]>
Build-Depends-Indep: po-debconf
-Build-Depends: debhelper (>> 4.0.0), dpatch
+Build-Depends: debhelper (>= 9), dpatch
Standards-Version: 3.6.1.0
Package: distmp3
diff -u distmp3-0.1.9.ds1/debian/rules distmp3-0.1.9.ds1/debian/rules
--- distmp3-0.1.9.ds1/debian/rules
+++ distmp3-0.1.9.ds1/debian/rules
@@ -5,7 +5,9 @@
include /usr/share/dpatch/dpatch.make
-build: patch
+build: build-arch build-indep
+build-arch: patch
+build-indep: patch
clean: unpatch
dh_testdir
@@ -15,7 +17,7 @@
install: build
dh_testdir
dh_testroot
- dh_clean -k
+ dh_prep
dh_installdirs /usr/bin /etc