Control: tags -1 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
diff -u ptex-base-2.5/debian/rules ptex-base-2.5/debian/rules
--- ptex-base-2.5/debian/rules
+++ ptex-base-2.5/debian/rules
@@ -22,7 +22,9 @@
touch configure-stamp
-build: configure-stamp build-stamp
+build: build-arch build-indep
+build-arch: configure-stamp build-stamp
+build-indep: configure-stamp build-stamp
build-stamp:
dh_testdir
@@ -42,7 +44,7 @@
install: build
dh_testdir
dh_testroot
- dh_clean -k
+ dh_prep
dh_installdirs
# Add here commands to install the package into debian/ptex-base.
@@ -120 +122 @@
-.PHONY: build clean binary-indep binary-arch binary install configure
+.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install configure
diff -u ptex-base-2.5/debian/control ptex-base-2.5/debian/control
--- ptex-base-2.5/debian/control
+++ ptex-base-2.5/debian/control
@@ -2,7 +2,7 @@
Section: tex
Priority: optional
Maintainer: Masayuki Hatta (mhatta) <[email protected]>
-Build-Depends: debhelper (>> 4.0.0), tex-common
+Build-Depends: debhelper (>= 9), tex-common
Standards-Version: 3.7.3
Package: ptex-base
diff -u ptex-base-2.5/debian/compat ptex-base-2.5/debian/compat
--- ptex-base-2.5/debian/compat
+++ ptex-base-2.5/debian/compat
@@ -1 +1 @@
-4
+9