]> git.sur5r.net Git - tio/commitdiff
Update debhelper compatibility level to 10
authorJakob Haufe <sur5r@sur5r.net>
Sat, 21 Oct 2017 11:30:33 +0000 (13:30 +0200)
committerJakob Haufe <sur5r@sur5r.net>
Sat, 21 Oct 2017 11:30:33 +0000 (13:30 +0200)
debian/changelog
debian/compat
debian/rules

index d870a4195c844a44005e3413d36c304f6dc33b8b..0cd7bd005eaf7002c7c1f441fe6759fb21d8d442 100644 (file)
@@ -1,3 +1,10 @@
+tio (1.25-2) UNRELEASED; urgency=medium
+
+  * Update debhelper compatibility level to 10
+    - Drop "--with autoreconf" as it's enabled by default
+
+ -- Jakob Haufe <sur5r@sur5r.net>  Sat, 21 Oct 2017 13:24:57 +0200
+
 tio (1.25-1) unstable; urgency=medium
 
   * New upstream version (Closes: #876387)
index ec635144f60048986bc560c5576355344005e6e7..f599e28b8ab0d8c9c57a486c89c4a5132dcbd3b2 100644 (file)
@@ -1 +1 @@
-9
+10
index 05d68c2dd6b79150d3bad3c04817374de1c35bca..45ad5de009c221af51e4c30531904285e3961833 100755 (executable)
@@ -4,4 +4,4 @@
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
-       dh $@  --with autoreconf --with bash-completion
+       dh $@  --with bash-completion