File: changelog

package info (click to toggle)
hashdeep 4.4-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 12,360 kB
  • ctags: 1,080
  • sloc: cpp: 5,053; ansic: 3,878; sh: 3,395; makefile: 162
file content (256 lines) | stat: -rw-r--r-- 8,197 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
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
hashdeep (4.4-4) unstable; urgency=medium

  * debian/watch:
      - Leaving only a repository to avoid conflicting on uscan system.

 -- Giovani Augusto Ferreira <giovani@riseup.net>  Thu, 13 Oct 2016 23:59:14 -0300

hashdeep (4.4-3) unstable; urgency=medium

  * New co-maintainer.
  * Update DH level to 10.
  * debian/control:
      - Bumped Standards-Version to 3.9.8.
      - Fixed a typo in Long Description.
      - Updated the Vcs-* fields.
  * debian/copyright:
      - Added myself in debian packaging block.
  * debian/hashdeep.links:
      - Added to enable multi-call for md5deep and others.
        (Closes: #795053, LP: #1525217, #1577293)
  * debian/hashdeep.README.Debian:
      - Removed because the executables links have been restored.
  * debian/patches:
      - Added the '.patch' extension to all patches.
      - Updated fix-manpages.patch to fix a typo too
  * debian/watch
      - Bumped to version 4.

 -- Giovani Augusto Ferreira <giovani@riseup.net>  Thu, 22 Sep 2016 10:54:38 -0300

hashdeep (4.4-2) unstable; urgency=medium

  * Team upload.
  * debian/control: fixed the versions in relationship fields to remove md5deep
      from experimental. Thanks to Andreas Beckmann <anbe@debian.org>.
      (Closes: #794045)

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Sun, 02 Aug 2015 20:34:59 -0300

hashdeep (4.4-1) unstable; urgency=medium

  * Team upload.
  * New package name (the upstream changed the source code name from md5deep
    to hashdeep).
  * New upstream release.
  * Upload to unstable.
  * debian/clean: added tests/{ref,tst}/*.
  * debian/control:
      - Removed the unnecessary packages autotools-dev, rdfind and symlinks
        from Build-Depends field.
      - Reorganized the long description.
      - Updated the Vcs-* fields.
  * debian/copyright:
      - Updated the Source field in header.
      - Updated the upstream copyright years.
  * debian/docs:
      - Renamed to hashdeep.docs.
      - Added the README.md file and removed README.
  * debian/hashdeep.install: added to install the files.
  * debian/hashdeep.README.Debian: added to explain about the new situation of
      the executables.
  * debian/patches/: updated all patches.
  * debian/rules:
      - Added the GOOD_BIN variable, used by tests. However, the tests will
        still disabled because are issues.
      - Removed the override_dh_install target.
  * debian/watch: improved.

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Fri, 12 Jun 2015 11:45:32 -0300

md5deep (4.3-3) experimental; urgency=medium

  * Team upload.
  * debian/patches/fix-FTBFS-Hurd: added a new fix in another file.

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Mon, 30 Mar 2015 23:24:16 -0300

md5deep (4.3-2) experimental; urgency=medium

  * Team upload.
  * Migrations:
      - DH level to 9.
      - Using dh-autoreconf now.
  * debian/clean: created to remove files created by upstream.
  * debian/control:
      - Added rdfind and symlinks to Build-Depends field.
      - Added the 'forensics' word to long description.
      - Updated the Standards-Version to 3.9.6.
      - Updated the Vcs-* fields.
  * debian/copyright:
      - Modernized the header.
      - Updated all information.
  * debian/patches/
      - fix-FTBFS-Hurd: added to fix a FTBFS in Hurd.
      - fix-manpages: added to fix some issues in manpages.
  * debian/rules:
      - Added the DEB_BUILD_MAINT_OPTIONS variable to fix the issues
        pointed by blhc.
      - Removed an arbitrary LDFLAGS definition to avoid a non hardening
        action.
  * debian/watch:
      - Added a new source to download new versions.
      - Added an override to use rdfind and symlinks to avoid duplicated files.
      - Improved the current rule.

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Sun, 29 Mar 2015 22:55:25 -0300

md5deep (4.3-1) UNRELEASED; urgency=low

  [ Christophe Monniez ]
  * Imported Upstream version 4.3

 -- Michael Prokop <mika@debian.org>  Thu, 13 Dec 2012 09:49:19 +0100

md5deep (4.2-1) unstable; urgency=low

  [ Christophe Monniez ]
  * [ef64dec] Removing man pages patch.
  * [bddcf44] Disabling tests.

  [ Michael Prokop ]
  * [beb4f6a] Merging upstream version 4.2
  * [f6d6370] Bump Standards-Version to 3.9.3.
  * Importing upstream version 4.2

 -- Michael Prokop <mika@debian.org>  Thu, 14 Jun 2012 18:00:02 +0200

md5deep (4.1-1) unstable; urgency=low

  [ Julien Valroff ]
  * Update DEP-5 uri

  [ Christophe Monniez ]
  * Imported Upstream version 4.1

 -- Christophe Monniez <christophe.monniez@fccu.be>  Fri, 24 Feb 2012 11:19:16 +0100

md5deep (3.9.2-1) unstable; urgency=low

  * Team upload.
  * New upstream release
  * Update DEP-5 uri

 -- Julien Valroff <julien@debian.org>  Sun, 18 Sep 2011 14:50:00 +0200

md5deep (3.9.1-1) unstable; urgency=low

  * Team upload.

  [ Christophe Monniez ]
  * Merging upstream version 3.9 (Closes: #626014)

  [ Julien Valroff ]
  * New upstream release 3.9.1
  * Switch to 3.0 (quilt) package source format
  * Use dh-autoreconf (Closes: #539420)
  * Bump debhelper compat to 8 
  * Bump Standards-Version to 3.9.2 (no changes needed) 

 -- Julien Valroff <julien@debian.org>  Fri, 03 Jun 2011 08:07:40 +0200

md5deep (3.7-1) unstable; urgency=low

  [ Christophe Monniez ]
  * Bumping Standards-Version to 3.9.1.
  * Merging upstream version 3.7.
  * Updating quilt patch.

 -- Michael Prokop <mika@debian.org>  Mon, 21 Feb 2011 23:34:49 +0100

md5deep (3.6-1) unstable; urgency=low

  * Bump version number to address new upstream version.

 -- Michael Prokop <mika@debian.org>  Wed, 28 Jul 2010 15:54:33 -0400

md5deep (3.4-4) unstable; urgency=low

  [ Christophe Monniez ]
  * Adding a README.source.
  * Merging upstream version 3.6.
  * Updating quilt build depends.
  * Added a watch file.
  * Bumping standards version to 3.9.0.

 -- Michael Prokop <mika@debian.org>  Wed, 28 Jul 2010 11:51:41 -0400

md5deep (3.4-3) unstable; urgency=low

  [ Daniel Baumann ]
  * Adding stuff in rules that doesn't get done by dh automatically.

  [ Michael Prokop ]
  * Update VCS headers (moved to alioth).
  * Bump Standards-Version to 3.8.3.
  * Build-Depend on debhelper (>= 7.0.50~).
  * Drop config.guess + config.sub from debian package / git tree.

 -- Michael Prokop <mika@debian.org>  Fri, 02 Oct 2009 11:09:16 +0200

md5deep (3.4-2) unstable; urgency=low

  * Minimizing rules file.
  * Adding patch from Franck Joncourt <franck.mail@dthconnex.com> to fix
    lintian warnings in manpage (Closes: #538911).

 -- Daniel Baumann <daniel@debian.org>  Wed, 29 Jul 2009 10:23:42 +0200

md5deep (3.4-1) unstable; urgency=low

  [ Christophe Monniez ]
  * Merging upstream version 3.4.

  [ Daniel Baumann ]
  * Updating package to standards version 3.8.2.
  * Adding lintian overrides.

 -- Daniel Baumann <daniel@debian.org>  Thu, 09 Jul 2009 12:06:16 +0200

md5deep (3.3-1) unstable; urgency=low

  * Merging upstream version 3.3.

 -- Daniel Baumann <daniel@debian.org>  Thu, 28 May 2009 23:24:20 +0200

md5deep (3.1-2) unstable; urgency=low

  * Adding myself to copyright file.
  * Replacing obsolete dh_clean -k with dh_prep.
  * Prefixing debhelper files with package name.
  * Passing flags directly to configure.
  * Updating package to standards 3.8.1.
  * Tidy rules file.
  * Updating year in copyright file.

 -- Daniel Baumann <daniel@debian.org>  Thu, 28 May 2009 21:40:44 +0200

md5deep (3.1-1) unstable; urgency=low

  [ Christophe Monniez ]
  * Initial release (Closes: #469063).

  [ Daniel Baumann ]
  * Removing useless empty line from changelog file.
  * Correcting typo in uploaders field of control file.
  * Updating vcs fields in control file.
  * Rewrapping package long-description in control file.
  * Sticking to upstream license text in copyright file.
  * Some cosmetic corrections in rules file.
  * Correct wrong binary targets in rules file.
  * Removing useless debhelper calls in binary-arch target of rules file.
  * Removing useless --infodir from configure call in rules file.
  * Adding NEWS and TODO file to docs.
  * Adding copyright information for hashdeep/lib-strsep.c to copyright file.

 -- Daniel Baumann <daniel@debian.org>  Thu, 18 Sep 2008 18:55:00 +0200