File: changelog

package info (click to toggle)
ustr 1.0.4-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 3,676 kB
  • ctags: 3,052
  • sloc: ansic: 19,041; makefile: 935; perl: 779; sh: 686; xml: 97
file content (123 lines) | stat: -rw-r--r-- 5,320 bytes parent folder | download
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
ustr (1.0.4-6) unstable; urgency=low

  * Patch fixes/autoconf:
    - Fixed race condition on creation shared library symbolic links when make
      runs parallel. Thanks to Yann E. MORIN <yann.morin.1998@free.fr>.
    - Fixed FTBFS (LDFLAGS with -pie): move LDFLAGS before -shared. Thanks to
      Helmut Grohne <helmut@subdivi.de>.
      Closes: #843459
  * Patch fixes/man-spelling: added corrections.
  * Added fixes/attr-nonnull: to disable nonnull attribute.
  * Added fixes/suppress-warn: to suppress warning about indentation.
  * Added hardening=+all in the debian/rules.
  * Changed Vcs-Git to URL with https.
  * Changed Standards-Version to 3.9.8.
  * Added build-dependency on quilt and include /usr/share/quilt/quilt.make
    in the debian/rules as suggested in /usr/share/topgit/tg2quilt.mk.
  * Added dummy rule for /usr/share/topgit/tg2quilt.mk, because package not
    build-depend on topgit and make tries to build this missing file using
    implicit rule with dh producing spurious errors in log.
  * For libustr-doc added Multi-Arch: foreign.

 -- Vaclav Ovsik <vaclav.ovsik@i.cz>  Wed, 23 Nov 2016 20:59:34 +0100

ustr (1.0.4-5) unstable; urgency=low

  * Fixed transition from the doc directory to a symlink
    /usr/share/doc/<PACKAGE> for libustr-1.0-1-dbg and libustr-dev
    by added {libustr-1.0-1-dbg,libustr-dev}.maintscript.
    Closes: #788169

 -- Vaclav Ovsik <vaclav.ovsik@i.cz>  Tue, 09 Jun 2015 11:11:42 +0200

ustr (1.0.4-4) unstable; urgency=low

  * Added patch fixes/autoconf, to use GNU Autoconf instead of its own
    auto-configuration driven by makefile rules. This is more general and
    flexible and it supports cross-compilation.
    Closes: #697698, #721352
  * Removed patch debian/reentrant, -D_REENTRANT no longer required by policy
  * Removed patch debian/locations, Debian locations are auto-configured now
  * Added patch fixes/gnu-inline providing compatible with C99 inline
    Closes: #777460
  * Added patch fixes/stdarg-va_copy to suppress gcc-4.9 warning
  * Added patch fixes/doc-html-local-css to replace link to remote CSS with
    the local copy in the HTML documentation.
  * Dropped ustr-import and corresponding sources, noticed in README.Debian
  * Added alternate debian/control.wdbg to generate binary packages
    suitable for debugging also (libustr-debug-1.0-1, libustr-debug-1.0-1-dbg
    and libustr-debug-dev), noticed in README.Debian.
  * Removed some unimportant files from /usr/share/doc/..., used links to
    reduce duplicity between packages.
  * Support Multi-Arch for development package (libustr-dev).
  * Switch to dh from cdbs
  * Switch to dpkg-source 3.0 (quilt) format
  * Changed Standards-Version to 3.9.6

 -- Vaclav Ovsik <vaclav.ovsik@i.cz>  Thu, 12 Mar 2015 23:06:42 +0100

ustr (1.0.4-3) unstable; urgency=low

  * Changed debian/watch, upstream ftp is no longer available
  * Changed Standards-Version to 3.9.3
  * Support Multi-Arch for shared library. Closes: #676155
  * Changed debian/copyright to machine-readable format
  * Hardening: append CPPFLAGS to CFLAGS
  * Added patch fixes/man-spelling, to fix spelling errors in man-pages
    reported newly by the lintian
  * Added debian/source/format with 1.0 version number

 -- Vaclav Ovsik <vaclav.ovsik@i.cz>  Wed, 30 May 2012 09:48:12 +0200

ustr (1.0.4-2) unstable; urgency=low

  * Extended package descriptions in debian/control
  * Fixed section fields in debian/control
  * Changed Standards-Version to 3.8.3
  * Added debian/libustr-1.0-1.symbols
  * Used TopGit and Quilt to manage patches, added README.source
  * Added patch fixes/nonlinux, removes conditional compilation directives
    `#ifdef __linux__', so the build process can succeed on non linux
    (Debian GNU/kFreeBSD). Closes: #536890

 -- Vaclav Ovsik <vaclav.ovsik@i.cz>  Sat, 29 Aug 2009 23:40:00 +0200

ustr (1.0.4-1) unstable; urgency=low

  * New Upstream Version
  * Dropped patches that were incorporated upstream:
    - struct-size-assert-arm.patch
    - tst-64bit-mmap-fix.patch
    - ustr-import-bashism-fix.patch
  * man-cleanup.patch, debian.patch: updated for latest release.

 -- Vaclav Ovsik <vaclav.ovsik@i.cz>  Fri, 07 Mar 2008 08:32:35 +0100

ustr (1.0.3-3) unstable; urgency=low

  * the source package rearranged, changes to upstream are represented
    as separated patches in debian/patches only (quilt used)
  * the patch tst-64bit-mmap-fix fixes bug in the test of mmap()
    return value in a 64bit test, which prevents successful package build
    for architecture S390. Closes: #466839
  * the patch struct-size-assert-arm commets out a line with assertion for
    sizeof struct Ustr, which is padded to 32-bit boundary on ARM
    architecture and assertion fails.

 -- Vaclav Ovsik <vaclav.ovsik@i.cz>  Mon, 03 Mar 2008 15:22:14 +0100

ustr (1.0.3-2) unstable; urgency=low

  * ustr-import: removed bashism - function definitions using
    the keyword `function'. Closes: #465005
  * ustr.3, ustr_const.3, ustr_import.1: removed undefined macros
    (.NH, .HY, .Vb, .Ve). The lintian warned about it.

 -- Vaclav Ovsik <vaclav.ovsik@i.cz>  Mon, 11 Feb 2008 13:13:13 +0100

ustr (1.0.3-1) unstable; urgency=low

  * Initial release.
  * Closes: #447269:  ITP: ustr -- Micro string library

 -- Vaclav Ovsik <vaclav.ovsik@i.cz>  Wed, 16 Jan 2008 08:50:12 +0100