diff -Nru libbrahe-1.3.2/debian/changelog libbrahe-1.3.2/debian/changelog --- libbrahe-1.3.2/debian/changelog 2016-06-26 23:46:15.000000000 +0000 +++ libbrahe-1.3.2/debian/changelog 2017-11-02 02:02:50.000000000 +0000 @@ -1,3 +1,10 @@ +libbrahe (1.3.2-7) unstable; urgency=medium + + * Remove use of autotools-dev from debhelper usage + * Update Standards-Version + + -- Al Stone Wed, 01 Nov 2017 20:02:50 -0600 + libbrahe (1.3.2-6) unstable; urgency=medium * Replace debian/rules for reproducible builds. diff -Nru libbrahe-1.3.2/debian/control libbrahe-1.3.2/debian/control --- libbrahe-1.3.2/debian/control 2016-06-26 23:46:15.000000000 +0000 +++ libbrahe-1.3.2/debian/control 2017-11-02 02:02:50.000000000 +0000 @@ -2,7 +2,7 @@ Priority: optional Maintainer: Al Stone Build-Depends: debhelper (>=9),autotools-dev,doxygen,quilt,dh-autoreconf -Standards-Version: 3.9.8 +Standards-Version: 4.1.1 Section: libs Homepage: http://coyotegulch.scottrobertladd.net/products/brahe/index.html Vcs-Git: https://github.com/ahs3/libbrahe.git diff -Nru libbrahe-1.3.2/debian/rules libbrahe-1.3.2/debian/rules --- libbrahe-1.3.2/debian/rules 2016-06-26 23:46:15.000000000 +0000 +++ libbrahe-1.3.2/debian/rules 2017-11-02 02:02:50.000000000 +0000 @@ -15,7 +15,7 @@ %: - dh $@ --with autotools_dev + dh $@ debian/%.links: debian/%.links.in sed 's/@DEB_HOST_MULTIARCH@/$(DEB_HOST_MULTIARCH)/g' $< > $@