File: changelog

package info (click to toggle)
hfsutils 3.2.6-14
  • links: PTS
  • area: main
  • in suites: buster
  • size: 1,720 kB
  • sloc: ansic: 12,857; tcl: 1,937; makefile: 566; sh: 263; perl: 29
file content (170 lines) | stat: -rw-r--r-- 5,864 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
hfsutils (3.2.6-14) unstable; urgency=medium

  * QA upload.
  * Switch to the default Tcl/Tk from 8.5 since 8.5 is to be removed from
    Debian.
  * Ensure that there's no -L/usr/lib in the build process. Closes: #722779.
  * Replace dh_clean -k by dh_prep.
  * Use priority optional instead of deprecated extra.
  * Bump the debhelper compatibility level to 10.
  * Conforms to Standards version 4.1.3.

 -- Sergei Golovan <sgolovan@debian.org>  Sun, 28 Jan 2018 19:15:33 +0300

hfsutils (3.2.6-13) unstable; urgency=medium

  * QA upload.
  * Fix a FTBFS caused by a missing filename and doubled diff for that file
    in man-macros.diff. Closes: #753178.

 -- Juhani Numminen <juhaninumminen0@gmail.com>  Sun, 10 Aug 2014 18:52:52 +0300

hfsutils (3.2.6-12) unstable; urgency=low

  * QA upload.
  * Properly orphan the package. See #677770.
  * Build using Tcl/Tk 8.5. Closes: #631601. LP: #1155269.
  * Build with hardening defaults.
  * Fix some lintian warnings. Closes: #615357, #615428.
  * Fix typo in man page. Closes: #525266.
  * Handle files larger than 2GB.

 -- Matthias Klose <doko@debian.org>  Thu, 14 Mar 2013 12:44:10 -0700

hfsutils (3.2.6-11) unstable; urgency=low

  * New maintainer (Closes: #387338).
  * Update to the latest Standards-Version.
  * Update description in debian/control with homepage.
  * Add debian/watch.
  * Conform to policy by building with CFLAGS="-O2 -g -Wall".
  * Add dpatch support.

 -- Aurélien GÉRÔME <ag@roxor.cx>  Thu, 14 Sep 2006 11:55:33 +0200

hfsutils (3.2.6-10) unstable; urgency=low

  * New maintainer (Closes: #303264).
  * Making it Policy compliant.

 -- David Moreno Garza <damog@debian.org>  Thu,  5 Jan 2006 20:01:38 -0600

hfsutils (3.2.6-9) unstable; urgency=low

  * QA upload.
  * debian/rules: Really force make not to re-run autoconf.
    Closes: #307039.

 -- Matej Vela <vela@debian.org>  Sat, 30 Apr 2005 10:58:27 +0200

hfsutils (3.2.6-8) unstable; urgency=low

  * QA upload.
  * Package is orphaned (see #303264); set maintainer to Debian QA Group.
  * Include <errno.h> instead of declaring errno on our own (patch by
    Andreas Jochens).  Closes: #280310.
  * Link to tcl8.4/tk8.4.
  * Switch to debhelper.
  * Remove trailing dot from short description.  Closes: #174469.
  * debian/copyright: List copyright holder.  Closes: #302937.
  * debian/rules: Force make not to re-run autoconf.
  * Move xhfs from /usr/X11R6/bin to /usr/bin.
  * Replace /usr/share/doc/hfsutils-tcltk with a symlink to hfsutils.
  * Drop /usr/doc symlink.  Closes: #261565.
  * Conforms to Standards version 3.6.1.

 -- Matej Vela <vela@debian.org>  Tue, 26 Apr 2005 11:35:02 +0200

hfsutils (3.2.6-7) unstable; urgency=medium

  * Fix my brandamage -- don't depend on unstable X pkgs.

 -- Rob Browning <rlb@defaultvalue.org>  Sat, 21 Jul 2001 21:47:00 -0500

hfsutils (3.2.6-6) unstable; urgency=medium

  * Add autoconf build dependency - since the offending file is an empty
    stamp file (./.stamp/configure), we can't fix the dependency by just
    updating the files in my build tree because the file won't show up in
    the diff.  I could just put a single character in the stamp file, and
    that might help, but that's a fragile fix IMO. (closes: #104628)

 -- Rob Browning <rlb@defaultvalue.org>  Thu, 19 Jul 2001 09:10:18 -0500

hfsutils (3.2.6-5) unstable; urgency=low

  * Don't invoke configure in make clean.  This isn't as robust, but it
    calling configure there was killing autobuilders who clean as root,
    and hence create a config.log that they can't edit when they
    subsequently build as a normal user. (closes: #94099)

 -- Rob Browning <rlb@defaultvalue.org>  Tue, 10 Jul 2001 11:50:33 -0500

hfsutils (3.2.6-4) unstable; urgency=low

  * Recompile against fixed tcl lib (Closes: Bug#93629).
  * Use "install -s" to fully strip things for ELF.

 -- Rob Browning <rlb@cs.utexas.edu>  Wed, 11 Apr 2001 16:31:56 -0500

hfsutils (3.2.6-3) unstable; urgency=low

  * add Build-Depends: tcl*-dev and tk*-dev (Closes: Bug#85250).

 -- Rob Browning <rlb@cs.utexas.edu>  Tue, 13 Feb 2001 23:26:37 -0600

hfsutils (3.2.6-2) unstable; urgency=low

  * fix location of copyright in debian/copyright.
  * move manpages, docs, etc. to */share/*
  * include Section: and Priority: field in binary packages.
  * add check for tk.h in $TCL_PREFIX/include/tcl*.
  * add postinst/prerm to binary packages to handle doc symlink.
  * avoid dependency on tkstep8.0. (Closes: Bug#37200).
  * update to Standards-Version: 3.2.1.0.

 -- Rob Browning <rlb@cs.utexas.edu>  Sun, 24 Dec 2000 00:00:46 -0600

hfsutils (3.2.6-1) unstable; urgency=low

  * New upstream version.
  * Move hfs to hfsutils-tcltk, where it should have been (Closes: Bug#41969).

 -- Rob Browning <rlb@cs.utexas.edu>  Sat, 25 Sep 1999 15:49:32 -0500

hfsutils (3.2.2-1) unstable; urgency=low

  * New upstream version.
  * Switch to cvs-buildpackage.

 -- Rob Browning <rlb@cs.utexas.edu>  Sat, 31 Oct 1998 10:47:31 -0600

hfsutils (3.1-4) unstable; urgency=low

  * symlink CHANGES.gz to changelog.gz
  * change reference in copyright from GPL.gz to GPL
  * fixed execute permissions of a binary and locations of manpages

 -- Rob Browning <rlb@cs.utexas.edu>  Wed,  1 Jul 1998 23:02:48 -0500

hfsutils (3.1-3) unstable; urgency=low

  * Fixed problem with call to dpkg-shlibdeps.
  * Switched to hfsutils-tcltk instead of hfsutils-x for add-ons.
  * moved hfssh to hfsutils-tcltk.

 -- Rob Browning <rlb@cs.utexas.edu>  Thu, 19 Feb 1998 12:01:04 -0600

hfsutils (3.1-2) unstable; urgency=low

  * moved xhfs into a separate package (Closes: Bug#15492)

 -- Rob Browning <rlb@cs.utexas.edu>  Thu, 19 Feb 1998 11:38:15 -0600

hfsutils (3.1-1) unstable; urgency=low

  * New maintainer
  * New upstream version
  * Converted to new source format

 -- Rob Browning <rlb@cs.utexas.edu>  Sun, 23 Nov 1997 18:32:29 -0600