Commit 434f5638 authored by Andreas Tille's avatar Andreas Tille
Browse files

Check why debhelper compat level 10 makes test fail

parent a3116a9d
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
squizz (0.99d+dfsg-2) UNRELEASED; urgency=medium

  * Check why debhelper compat level 10 makes test fail

 -- Andreas Tille <tille@debian.org>  Sun, 18 Feb 2018 15:27:33 +0100

squizz (0.99d+dfsg-1) unstable; urgency=medium

  * New upstream version
+1 −1
Original line number Diff line number Diff line
9
10
+1 −2
Original line number Diff line number Diff line
@@ -4,8 +4,7 @@ Uploaders: Olivier Sallou <osallou@debian.org>,
           Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-autoreconf
Build-Depends: debhelper (>= 10)
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/squizz.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/squizz.git
+1 −1
Original line number Diff line number Diff line
@@ -9,4 +9,4 @@
export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@ --with autoreconf
	dh $@