From 57c297650da6aadf458362a63cfbca8c95b4b4bc Mon Sep 17 00:00:00 2001 From: "Manuel A. Fernandez Montecelo" Date: Mon, 4 Aug 2014 19:51:45 +0100 Subject: Imported Debian patch 0.9.3-5.2 --- debian/changelog | 9 +++++++++ debian/control | 2 +- debian/rules | 1 + 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index fd158d9..8ad68e2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +libunistring (0.9.3-5.2) unstable; urgency=medium + + * Non-maintainer upload. + * Missing change from last upload, actually run dh-autoreconf to update + config.{sub,guess} and {libtool,aclocal}.m4, necessary for some new + ports. Thanks Fernando Seiti Furusato. (Closes: #755745) + + -- Manuel A. Fernandez Montecelo Mon, 04 Aug 2014 19:51:45 +0100 + libunistring (0.9.3-5.1) unstable; urgency=medium * Non-maintainer upload. diff --git a/debian/control b/debian/control index 0dbff99..ad21362 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: libunistring Priority: optional Maintainer: Andreas Rottmann -Build-Depends: cdbs (>= 0.4.93~), debhelper (>= 8.1.3~), autotools-dev +Build-Depends: cdbs (>= 0.4.93~), debhelper (>= 8.1.3~), autotools-dev, dh-autoreconf Standards-Version: 3.9.2 Section: libs Homepage: http://www.gnu.org/software/libunistring/ diff --git a/debian/rules b/debian/rules index 79f61e7..e7fbeec 100755 --- a/debian/rules +++ b/debian/rules @@ -5,6 +5,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/rules/buildvars.mk +include /usr/share/cdbs/1/rules/autoreconf.mk ifneq ($(findstring $(DEB_BUILD_ARCH), mips mipsel),) CFLAGS += -mplt -- cgit v1.2.3