]> git.sur5r.net Git - iec16022/commitdiff
Import Debian changes 0.2.4-1.1 debian/0.2.4-1.1
authorChen Baozi <baozich@gmail.com>
Fri, 6 Jun 2014 08:19:50 +0000 (16:19 +0800)
committerJakob Haufe <sur5r@sur5r.net>
Tue, 21 Feb 2017 23:10:40 +0000 (00:10 +0100)
iec16022 (0.2.4-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Use dh-autoreconf in build to support new architectures (Closes: #727901)

debian/changelog
debian/control
debian/rules

index 4f4209900b3c8792258b56a66bb01478fb243c11..c493407126630685c5bbc8696bece6407e4a29e9 100644 (file)
@@ -1,3 +1,10 @@
+iec16022 (0.2.4-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Use dh-autoreconf in build to support new architectures (Closes: #727901)
+
+ -- Chen Baozi <baozich@gmail.com>  Fri, 06 Jun 2014 16:19:50 +0800
+
 iec16022 (0.2.4-1) unstable; urgency=low
 
   * New upstream release
index 86c51a7880b0a70a2ed7847172f3903ddaabfaf8..d17878d59f5b3839f39a7f45e2c1a22c511b2a8c 100644 (file)
@@ -2,7 +2,7 @@ Source: iec16022
 Section: graphics
 Priority: optional
 Maintainer: Jan Lübbe <jluebbe@debian.org>
-Build-Depends: debhelper (>= 7), zlib1g-dev, libpopt-dev
+Build-Depends: debhelper (>= 7), zlib1g-dev, libpopt-dev, dh-autoreconf
 Standards-Version: 3.8.3
 Homepage: http://www.datenfreihafen.org/projects/iec16022.html
 Vcs-Browser: http://git.debian.org/?p=users/jluebbe/iec16022.git
index 6d9e3bfd76150bf1157eace18e227d4a1c4e800e..1c54e5af0b64927899fc9335abd80d3bf78c2da0 100755 (executable)
@@ -2,10 +2,12 @@
 
 build: build-stamp
 build-stamp:
+       dh_autoreconf
        dh build
        touch build-stamp
 
 clean:
+       dh_autoreconf_clean
        dh clean
 
 install: build install-stamp