diff options
author | Manuel A. Fernandez Montecelo <mafm@debian.org> | 2014-08-04 19:51:45 +0100 |
---|---|---|
committer | Manuel A. Fernandez Montecelo <manuel.montezelo@gmail.com> | 2016-05-26 15:19:54 +0100 |
commit | 57c297650da6aadf458362a63cfbca8c95b4b4bc (patch) | |
tree | def4c71ebb487fa2ac788575f3f1d8ebf6e40e97 /debian | |
parent | b2260e6df63425ff4e8b9e34a9d28c6d8ff6dce0 (diff) |
Imported Debian patch 0.9.3-5.2debian/0.9.3-5.2
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 1 |
3 files changed, 11 insertions, 1 deletions
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 <mafm@debian.org> 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 <rotty@debian.org> -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 |