use autoreconf to update libtool and configure. (Closes: #749110)
authorJean-Philippe Orsini <jeanfi@gmail.com>
Sun, 1 Jun 2014 20:33:50 +0000 (22:33 +0200)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Sun, 1 Jun 2014 20:33:50 +0000 (22:33 +0200)
debian/changelog
debian/control
debian/rules

index 7e94e93..ede3412 100644 (file)
@@ -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.
       + 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/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 <jeanfi@gmail.com>  Tue, 15 Apr 2014 03:40:40 -0400
 
 psensor (0.8.0.4-1.1) unstable; urgency=low
 
   * Non-maintainer upload.
 
  -- Jean-Philippe Orsini <jeanfi@gmail.com>  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 <wookey@debian.org>  Fri, 30 May 2014 16:41:37 +0000
 
 
  -- Wookey <wookey@debian.org>  Fri, 30 May 2014 16:41:37 +0000
 
index f3724ce..a4dc0e0 100644 (file)
@@ -6,7 +6,7 @@ Build-Depends: asciidoc,
                autoconf,
                automake,
                autopoint,
                autoconf,
                automake,
                autopoint,
-               autotools-dev,
+               dh-autoreconf,
                cppcheck,
                debhelper (>= 9),
                gettext,
                cppcheck,
                debhelper (>= 9),
                gettext,
index 1006222..1a9bfb1 100755 (executable)
@@ -11,4 +11,4 @@
 export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
 
 %:
 export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
 
 %:
-       dh $@ --with=autotools_dev
+       dh $@ --with=autoreconf