File: changelog

package info (click to toggle)
binstats 1.08-9
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 96 kB
  • sloc: sh: 563; ansic: 186; makefile: 61
file content (200 lines) | stat: -rw-r--r-- 7,040 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
binstats (1.08-9) unstable; urgency=low

  * Acknowledge NMU
  * debian/control:
      - Depend on bsdutils instead of bsdmainutils. Actually, remove
        it completely as it is an essential package anyway (Closes: #964530)
      - Add misc:Depends (lintian fix)
      - Move to non-deprecated debhelper version
      - Updated to latest standards version (no real changes)
      - Declare Rules-Requires-Root: no
      - Add Homepage (still working after ~20 years!)
  * binstats:
     - Remove useless comparison when adding MANPATH (Closes: #920852)
     - Check if the files exist before proceeding in the script. Otherwise, if
       the user sends a SIGINT (Cltr+C) to the program, tasks will be
       cancelled and output is missing for the next tasks.
       This also ensures that if SIGINT is sent this is handled right away.
       (Closes: #693840)
     - Since ld.so.conf can now include other files, go through these includes
       and add the library directories that are included in there too
  * debian/rules: Move to debhelper standard setup (fixes many lintian
  * warnings)
  * debian/compat: Move to compatibility level 13
  * debian/source/format: Declare the format used (1.0)

 -- Javier Fernández-Sanguino Peña <jfs@debian.org>  Sun, 31 Jan 2021 18:29:29 +0100

binstats (1.08-8.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Minimal upgrade to debhelper 9. Closes: #800294.

 -- Stephen Kitt <skitt@debian.org>  Fri, 15 Jan 2016 09:09:22 +0100

binstats (1.08-8.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Use "find -perm /x" instead of "find -perm +x". Closes: #808929

 -- Andreas Metzler <ametzler@debian.org>  Fri, 25 Dec 2015 14:32:38 +0100

binstats (1.08-8) unstable; urgency=high

  * Fixed call to mktemp (Closes: #303261)

 -- Javier Fernandez-Sanguino Pen~a <jfs@computer.org>  Tue,  5 Apr 2005 20:08:26 +0200

binstats (1.08-7) unstable; urgency=low

  * Adopting this package, as makejail Depends: on it (Closes: #292019)
  * Updated Standard-Versions:
    * Adjusted CFLAGS and LDFLAGS in debian/rules just in case
      the binaries are built again
    * Fixed binary-arch for the same reason, althoug the package remains
      Arch: all
  * Quote readlink calls (Closes: #218647)
  * Add the package to the unused library list (Closes: #146465)
  * Add a check to review which of the packages holding unused libraries
    are not used at all.
  * Redirect error output of the find call to /dev/null (in case it
    finds dangling symlinks)
  * Use mktemp instead of mkdir to prevent a race condition
  * Change the script so BSLOG and BSLOGTMP are created before they are
    used, this does not prevent some race conditions so don't run
    this script in untrusted directories.
  * Remove debugging output in Makefile, if present

 -- Javier Fernandez-Sanguino Pen~a <jfs@computer.org>  Sat, 26 Feb 2005 23:25:48 +0100

binstats (1.08-6) unstable; urgency=low

  * Orphaning.

 -- Angel Ramos <seamus@debian.org>  Mon, 24 Jan 2005 17:10:00 +0100

binstats (1.08-5) unstable; urgency=low

  * Fixed failures to find static linked executables (Closes: #124320).
  * Fixed outputs error message for non-existence man directory
    (Closes: #124323).
    Thanks to Yamashita for patches :)

 -- Angel Ramos <seamus@debian.org>  Tue, 8 Jan 2002 17:17:00 +0100

binstats (1.08-4) unstable; urgency=low

  * Fixed unnecessary error messages display bug (Closes: #117928).

 -- Angel Ramos <seamus@debian.org>  Thu, 22 Nov 2001 10:57:21 +0100

binstats (1.08-3) unstable; urgency=low

  * New maintainer (Closes: #108347).

 -- Angel Ramos <seamus@debian.org>  Fri, 21 Sep 2001 15:09:31 +0100

binstats (1.08-2) unstable; urgency=low

  * Orphaning.
  * Moved to debhelper 3.
  * Conforms to Standards version 3.5.4.

 -- Matej Vela <vela@debian.org>  Wed,  2 May 2001 08:26:01 +0200

binstats (1.08-1) unstable; urgency=low

  * New upstream version.

 -- Matej Vela <vela@debian.org>  Thu, 18 Jan 2001 23:55:55 +0100

binstats (1.07-1) unstable; urgency=low

  * New upstream version.  Closes: Bug#57230.
  * Uses readlink(1) from debianutils instead of having its own
    derefsymlink(1).  This makes the package `Architecture: all'.
  * Uses mktemp(1) rather than tempfile(1) since the former is less
    Debian specific.
  * debian/copyright: Updated.
  * Conforms to Standards version 3.2.1.

 -- Matej Vela <vela@debian.org>  Mon, 18 Dec 2000 04:21:34 +0100

binstats (1.05-1) unstable; urgency=low

  * New upstream version.
  * Conforms to Standards version 3.1.1.

 -- Matej Vela <vela@debian.org>  Wed, 22 Dec 1999 15:24:06 +0100

binstats (1.04-1) unstable; urgency=low

  * New upstream version.

 -- Matej Vela <vela@debian.org>  Wed, 17 Nov 1999 07:04:23 +0100

binstats (1.03-1) unstable; urgency=low

  * New upstream version.  Closes: Bug#17881.
  * binstats: Separating manual page names with `,' instead of `:'
    since many of them contain `:' characters.
  * debian/control: Updated the description.  Added a dependancy on
    bsdmainutils since binstats needs col(1).
  * debian/copyright: Updated author's e-mail and the wording of the
    license.

 -- Matej Vela <vela@debian.org>  Sat, 13 Nov 1999 19:42:57 +0100

binstats (1.01-3) unstable; urgency=low

  * New maintainer.
  * binstats:
    * Using the value of $TMPDIR if set.
    * Securely creating temporary files with tempfile(1).
    * Applied patch from Laurent Bonnaud <Laurent.Bonnaud@inpg.fr>
      correcting shared library filename patterns.  Closes: Bug#46765.
    * Added `-follow' to the invocation of find so that all programs
      are accounted for.  Closes: Bug#16157.
  * Wrote binstats(1) and derefsymlink(1).  Closes: Bug#39481.
  * Conforms to Standards version 3.1.0:
    * debian/control: Added build dependancies.
    * debian/copyright: Corrected `/usr/doc/copyright/GPL' to
      `/usr/share/common-licenses/GPL'.
    * debian/rules: Using `-O2 -g -Wall' for CFLAGS.

 -- Matej Vela <vela@debian.org>  Fri,  5 Nov 1999 12:01:45 +0100

binstats (1.01-2) unstable; urgency=low

  * Updated to Standards-Version: 3.0.1.1.

 -- Johnie Ingram <johnie@debian.org>  Sat, 18 Sep 1999 03:36:10 -0500

binstats (1.01-1) unstable; urgency=low

  * New upstream version.

 -- Johnie Ingram <johnie@debian.org>  Thu,  5 Feb 1998 11:29:35 -0500

binstats (1.00-3) unstable; urgency=low

  * Added patch from David Rocher so it understands new-style ldd output
    (#16984) and counts libc6 binaries correctly.
  * Updated to Standards-Version 2.4.0.0.
  * No longer uses the deprecated dh_installdebfiles program.
  * Added (useless) manpage.

 -- Johnie Ingram <johnie@debian.org>  Thu,  5 Feb 1998 11:03:53 -0500

binstats (1.00-2) unstable; urgency=low

  * Debian changelog is now compressed (#15437).
  * Switched from debmake to debhelper packaging technology.

 -- Johnie Ingram <johnie@debian.org>  Sat, 29 Nov 1997 00:45:03 -0500

binstats (1.00-1) unstable; urgency=low

  * Initial Release.

 -- Johnie Ingram <johnie@debian.org>  Thu, 13 Nov 1997 21:17:32 -0500