From: Jean-Philippe Orsini Date: Sun, 1 Jun 2014 20:33:50 +0000 (+0200) Subject: use autoreconf to update libtool and configure. (Closes: #749110) X-Git-Tag: debian/1.0.2-1~9 X-Git-Url: http://wpitchoune.net/gitweb/?p=psensor-pkg-debian.git;a=commitdiff_plain;h=5189e5a23205e9908f227361521b1b16198e6893 use autoreconf to update libtool and configure. (Closes: #749110) --- diff --git a/debian/changelog b/debian/changelog index 7e94e93..ede3412 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,17 +8,20 @@ psensor (0.8.0.6-1) unstable; urgency=low + switched to Standards-Version 3.9.5. + fixed indentation of build-depends section. + changed vcs headers, packaging maintained in git now. + + switch to dh-autoreconf (superset of autotools-dev). * debian/copyright + psensor/packaging copyright end date set to 2014. + jqplot (updated upstream) copyright end date set to 2013. + excanvas.js (removed upstream) copyright removed. + * debian/rules + + use autoreconf to update libtool and configure. (Closes: #749110) -- Jean-Philippe Orsini Tue, 15 Apr 2014 03:40:40 -0400 psensor (0.8.0.4-1.1) unstable; urgency=low * Non-maintainer upload. - * Update to build against current json-c (Closes: #746145) + * Update to build against current json-c. (Closes: #746145) -- Wookey Fri, 30 May 2014 16:41:37 +0000 diff --git a/debian/control b/debian/control index f3724ce..a4dc0e0 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Build-Depends: asciidoc, autoconf, automake, autopoint, - autotools-dev, + dh-autoreconf, cppcheck, debhelper (>= 9), gettext, diff --git a/debian/rules b/debian/rules index 1006222..1a9bfb1 100755 --- a/debian/rules +++ b/debian/rules @@ -11,4 +11,4 @@ export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 %: - dh $@ --with=autotools_dev + dh $@ --with=autoreconf