]> git.sven.stormbind.net Git - sven/mysqltcl.git/commitdiff
Remove usage of dh-autoreconf, it's now a debhelper default.
authorSven Hoexter <sven@stormbind.net>
Thu, 1 Nov 2018 14:53:50 +0000 (15:53 +0100)
committerSven Hoexter <sven@stormbind.net>
Thu, 1 Nov 2018 14:53:50 +0000 (15:53 +0100)
debian/changelog
debian/control
debian/rules

index 2a79cc075f488a3bc806b48f46f9e0bbb4a86fb3..4fd48e87b8372774f591f8cd754a72aed32c60a6 100644 (file)
@@ -1,12 +1,10 @@
-mysqltcl (3.052-3) unstable; urgency=medium
+mysqltcl (3.052-3) UNRELEASED; urgency=medium
 
   * Set Vcs-* URLs to a https based one.
   * Increase Standards-Version to 4.2.1 - no changes required.
   * Build-Depend on debhelper-compat and change to compat level 11.
   * Mark the binary package as Multi-Arch: same.
-  * Increas Standards-Version to 4.2.1 - no changes required.
-  * Build-Depend on debhelper-compat and change to compat level 11.
-  * Mark the binary package as Multi-Arch: same.
+  * Remove usage of dh-autoreconf, it's now a debhelper default.
 
  -- Sven Hoexter <hoexter@debian.org>  Thu, 01 Nov 2018 15:42:40 +0100
 
index b6ba82a45efe0afa5ca3887f493e93094e13e0e6..a6b1c64f703afc6345b95647b65a9649ec424d3e 100644 (file)
@@ -2,8 +2,7 @@ Source: mysqltcl
 Section: database
 Priority: optional
 Maintainer: Sven Hoexter <hoexter@debian.org>
-Build-Depends: debhelper-compat (= 11), tcl-dev, default-libmysqlclient-dev, quilt,
- dh-autoreconf
+Build-Depends: debhelper-compat (= 11), tcl-dev, default-libmysqlclient-dev, quilt
 Standards-Version: 4.2.1
 Homepage: http://www.xdobry.de/mysqltcl/
 Vcs-Git: https://git.sven.stormbind.net/mysqltcl.git
index 55b7693e232f1727c251426a3e47ed1ea36ea1ab..b4e6f89402db492fb32264a1c36dffac0fac3075 100755 (executable)
@@ -10,7 +10,7 @@ include /usr/share/dpkg/buildflags.mk
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 %:
-       dh $@ --with quilt,autoreconf
+       dh $@ --with quilt
 
 override_dh_auto_configure:
        dh_auto_configure -- \