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.
- Add recommended build-arch and build-indep targets.
Thanks for considering the patch.
Logan Rosen
diff -u mendexk-2.6e/debian/compat mendexk-2.6e/debian/compat
--- mendexk-2.6e/debian/compat
+++ mendexk-2.6e/debian/compat
@@ -1 +1 @@
-4
+10
diff -u mendexk-2.6e/debian/control mendexk-2.6e/debian/control
--- mendexk-2.6e/debian/control
+++ mendexk-2.6e/debian/control
@@ -3,11 +3,11 @@
Priority: optional
Maintainer: Masayuki Hatta (mhatta) <[email protected]>
Standards-Version: 3.8.0
-Build-Depends: libkpathsea-dev, debhelper (>> 4.0.0)
+Build-Depends: libkpathsea-dev, debhelper (>= 10)
Package: mendexk
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
Description: a replacement for makeindex with many enhancements
This is an upper-compatible(but slow) substitute for the makeindex program
which forms part of standard TeX distribution. Mendex features better
diff -u mendexk-2.6e/debian/rules mendexk-2.6e/debian/rules
--- mendexk-2.6e/debian/rules
+++ mendexk-2.6e/debian/rules
@@ -7,7 +7,9 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-build: build-stamp
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
build-stamp:
dh_testdir
@@ -30,7 +32,7 @@
install-stamp: build-stamp
dh_testdir
dh_testroot
- dh_clean -k
+ dh_prep
dh_installdirs
# Add here commands to install the package into debian/mendexk.