1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
|
libunistring (0.9.3-5.3) unstable; urgency=medium
* Non-maintainer upload.
* Bump Policy Standards-Version to 3.9.8
- use dpkg triggers for ldconfig, section 8.1.1 (from previous versions)
* debian/compat: set level 9
* Update Vcs-* URLs
* debian/watch: Improve to match versions numbers and not "latest"
* Build-Depends: Require debhelper 9.20160403 or newer
-- Manuel A. Fernandez Montecelo <mafm@debian.org> Thu, 26 May 2016 16:31:27 +0100
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.
* Run dh-autoreconf to update config.{sub,guess} and
{libtool,aclocal}.m4, necessary for some new ports. Thanks Fernando
Seiti Furusato. (Closes: #755745)
* Add patch float-endian-detection.patch which fixes detection of
floating point endianness, gathered from Ubuntu, created by Colin
Watson.
-- Manuel A. Fernandez Montecelo <mafm@debian.org> Mon, 28 Jul 2014 22:47:32 +0100
libunistring (0.9.3-5) unstable; urgency=low
* Standards-Version 3.9.2 (no changes).
* Convert package to multiarch (closes: #646068):
- Bumped build-depends versions for cdbs and debhelper.
- Extend configure flags to install libraries into
multi-arch library directory.
- Adapted debian/libunistring0.install.
- Mark libunistring0 as "Multi-Arch: same".
* Applied outstanding changes from multiarch patch provided by Steve
Langasek on bug #646068:
- Removed useless .dirs files.
- debian/compat bumped to 8 (compat level 9 not needed as we don't use
the "dh" script).
* debian/copyright:
- Bumped DEP5 revision in format URL to 202.
- Fixed various issues pointed out by lintian.
-- Andreas Rottmann <rotty@debian.org> Wed, 26 Oct 2011 23:23:59 +0200
libunistring (0.9.3-4) unstable; urgency=low
* Standards-Version 3.9.1:
- Don't install libunistring.la (closes: #622432).
* Add Vcs-Git and Vcs-Browser fields.
-- Andreas Rottmann <rotty@debian.org> Sat, 16 Apr 2011 14:09:54 +0200
libunistring (0.9.3-3) unstable; urgency=low
* Fix description typo (closes: #596243, thanks to Paul Menzel).
-- Andreas Rottmann <rotty@debian.org> Thu, 09 Sep 2010 20:22:45 +0200
libunistring (0.9.3-2) unstable; urgency=low
* Work around toolchain issue on mipsen by building with -mplt there
(closes: #595875, thanks to Julien BLACHE).
-- Andreas Rottmann <rotty@debian.org> Wed, 08 Sep 2010 21:45:46 +0200
libunistring (0.9.3-1) unstable; urgency=low
* New upstream release.
* Switched to dpkg-source 3.0 (quilt) format.
* Standards-Version 3.8.4 (no changes).
-- Andreas Rottmann <rotty@debian.org> Thu, 27 May 2010 19:37:41 +0200
libunistring (0.9.1-1) unstable; urgency=low
* Initial release (closes: #532125).
-- Andreas Rottmann <rotty@debian.org> Sat, 04 Jul 2009 14:31:38 +0200
|