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).
- Move all Build-Depends-Indep to Build-Depends, since they're used in
the clean target.
Thanks for considering the patch.
Logan Rosen
diff -u yaret-2.1.0/debian/control yaret-2.1.0/debian/control
--- yaret-2.1.0/debian/control
+++ yaret-2.1.0/debian/control
@@ -2,7 +2,7 @@
Section: sound
Priority: optional
Maintainer: Marco Nenciarini <[email protected]>
-Build-Depends-Indep: cdbs, debhelper (>= 5.0.0), quilt
+Build-Depends: cdbs, debhelper (>= 10), quilt
Standards-Version: 3.6.2.2
Package: yaret
diff -u yaret-2.1.0/debian/compat yaret-2.1.0/debian/compat
--- yaret-2.1.0/debian/compat
+++ yaret-2.1.0/debian/compat
@@ -1 +1 @@
-4
+10