From: Chen Baozi Date: Fri, 6 Jun 2014 08:19:50 +0000 (+0800) Subject: Import Debian changes 0.2.4-1.1 X-Git-Tag: debian/0.2.4-1.1^0 X-Git-Url: https://git.sur5r.net/?p=iec16022;a=commitdiff_plain;h=93163b480347f4704d4a384bf8977840a78ec6cd Import Debian changes 0.2.4-1.1 iec16022 (0.2.4-1.1) unstable; urgency=low * Non-maintainer upload. * Use dh-autoreconf in build to support new architectures (Closes: #727901) --- diff --git a/debian/changelog b/debian/changelog index 4f42099..c493407 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Fri, 06 Jun 2014 16:19:50 +0800 + iec16022 (0.2.4-1) unstable; urgency=low * New upstream release diff --git a/debian/control b/debian/control index 86c51a7..d17878d 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: iec16022 Section: graphics Priority: optional Maintainer: Jan Lübbe -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 diff --git a/debian/rules b/debian/rules index 6d9e3bf..1c54e5a 100755 --- a/debian/rules +++ b/debian/rules @@ -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