File: changelog

package info (click to toggle)
vorbisgain 0.37-2
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, stretch, trixie, wheezy
  • size: 1,324 kB
  • ctags: 599
  • sloc: ansic: 3,315; sh: 3,033; makefile: 35
file content (179 lines) | stat: -rw-r--r-- 6,411 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
vorbisgain (0.37-2) unstable; urgency=low

  * Updated maintainer's info
  * debian/patches
    - 0001-temp_files.patch re-adds X's in mktemp() (Closes: #676926)
    - 0009-hardening.patch added to solve an issue with debian's build flags.
      + Bumped debhelper compat level to 9
      + Solved lintian complaints on hardening
    - 0010-fclose.patch added (Closes: #488126). Thanks to Marcel Rehberg for
      the patch.
  * debian/rules
    - Fixed lintian hardening complaints by adding the Debian build flags.

 -- Daniel Martí <mvdan@mvdan.cc>  Sun, 01 Jul 2012 12:48:01 +0000

vorbisgain (0.37-1) unstable; urgency=low

  * New Maintainer (Closes: #547233)
  * New upstream release.
    - Refreshed all patches.
  * Bumped debhelper compat level to 8.
  * debian/copyright is now in DEP-5 format version 1.0.
  * debian/rules now removes automake's .log and .status in "clean".
  * Bumped standards version to 3.9.3; No changes needed.
  * debian/patches/0006-manpage_hyphens.patch:
    - Corrected many hyphen-used-as-minus-sign lintian complaints in the
      manpage.
  * debian/patches/0007-recursively_spelling.patch:
    - Corrected a spelling mistake, "recursivly". (Closes: #661999)
  * debian/patches/0008-manpage_recursion_mistake.patch:
    - The manpage no longer shows examples which don't work. (Closes: #447402)
  * debian/watch has been fixed.
  * NEWS has been removed from docs and is now installed as upstream's
    changelog file.

 -- Daniel Martí <danielmarti.debian@gmail.com>  Sat, 03 Mar 2012 16:39:08 +0100

vorbisgain (0.36-4) unstable; urgency=low

  * QA upload.
  * Set 3.0 (quilt) as packaging format:
    - Switch to DH7 short-form.
    - Use DH's autotools_dev plugin rather than update
      config.{guess,sub} by hand.
    - Split patches and create a new quilt series:
      + 0001-temp_files.patch
      + 0002-errno.patch
      + 0003-manpage.patch
  * debian/patches/0003-manpage.patch:
    - Add more misspelling fixes:
      + Closes: #490983
      + Closes: #374822
      + LP: #248781
  * debian/patches/0004-vorbisgain_mtime.patch:
    - Add a command line option to preserve the mtime (Closes: #445958).
  * debian/patches/0005-double_fclose.patch:
    - Don't call fclose() twice (Closes: #632947).
  * Use debian/compat rathen than set DH_COMPAT in debian/rules.
  * Add Homepage field.
  * Add watch file.
  * Bump Standards.

 -- Alessio Treglia <alessio@debian.org>  Wed, 28 Dec 2011 12:13:09 +0100

vorbisgain (0.36-3.1) unstable; urgency=low

  * Non-maintainer upload.
  * Apply patch from Pavel N. Krivitsky to use temp files, which are dependent
    on the file which is beeing processed, instead always using the same
    filename, which can result to data loss in scenarios where two or more
    vorbis processes are running parallel.
    (Closes: #505164)

 -- Patrick Schoenfeld <schoenfeld@debian.org>  Mon, 10 Nov 2008 12:55:38 +0100

vorbisgain (0.36-3) unstable; urgency=low

  * recurse.c: Zero errno before readdir call. (Closes: #375110)
  * s/ReplayGain/Replay Gain/
  * Standards-Version 3.7.2.

 -- Joe Wreschnig <piman@debian.org>  Mon, 26 Jun 2006 16:37:21 -0500

vorbisgain (0.36-2) unstable; urgency=low

  * Adopting this package; thanks to Lars for all his previous work.
  * vorbisgain.1: --skip, not --silent. (Closes: #355783)
  * debian/control: Tweak description, list more supporting players.
  * debian/rules: Remove commented-out dh_* calls.

 -- Joe Wreschnig <piman@debian.org>  Sun, 12 Mar 2006 15:20:31 -0600

vorbisgain (0.36-1) unstable; urgency=low

  * New upstream version. Closes: #327600 ("new upstream version
    available").
  * Bumped Standards-Version to 3.6.2. No changes required.
  * debian/copyright: Added note that upstream .zip gets repackaged into
    .orig.tar.gz.
  * Upgraded to debhelper compatibility level (DH_COMPAT in debian/rules)
    to 5. This meant adding ${misc:Depends} to debian/control.

 -- Lars Wirzenius <liw@iki.fi>  Mon, 19 Dec 2005 01:28:55 +0200

vorbisgain (0.35-2) unstable; urgency=low

  * recurse.c: Disabled processing of wildcards in the filenames. This
    makes the Debian package differ from what upstream wants, but results
    in fewer surprises to users who are not accustomed to vorbisgain as 
    it is more natural to Unix users in general. Also, makes it possible
    at all to process files with wildcards in their names.
    Closes: #288056.
  * vorbis.c: Don't touch mtime after the file has been modified.
    Closes: #281316.
  * vorbisgain.1: Modified an example using wildcards and added a note to
    the end of the differences in behavior between upstream and Debian.

 -- Lars Wirzenius <liw@iki.fi>  Wed, 19 Jan 2005 18:22:00 +0200

vorbisgain (0.35-1) unstable; urgency=low

  * New maintainer.
  * New upstream version.
  * Re-enabled --recursive. I can't reproduce bug #222959, where files
    with question marks in their names would cause vorbisgain to think
    they start a new album. Closes: #226543.

 -- Lars Wirzenius <liw@iki.fi>  Sun,  7 Nov 2004 22:12:00 +0200

vorbisgain (0.34-2) unstable; urgency=low

  * Don't use --enable-recursive (closes: #222959)

 -- Tollef Fog Heen <tfheen@debian.org>  Tue, 23 Dec 2003 12:06:25 +0100

vorbisgain (0.34-1) unstable; urgency=low

  * New upstream release 
    - fixes bug in example code with 48kHz files (closes: #172331)

 -- Tollef Fog Heen <tfheen@debian.org>  Thu, 18 Sep 2003 10:34:15 +0200

vorbisgain (0.32-6) unstable; urgency=low

  * Fix segfault

 -- Tollef Fog Heen <tfheen@debian.org>  Wed,  9 Apr 2003 23:34:50 +0200

vorbisgain (0.32-5) unstable; urgency=low

  * Rebuild with new libvorbis.

 -- Tollef Fog Heen <tfheen@debian.org>  Fri, 14 Mar 2003 17:04:23 +0100

vorbisgain (0.32-4) unstable; urgency=low

  * Add AM_MAINTAINER_MODE, which will hopefully make automake not be
    required any more.  (closes: #167756)

 -- Tollef Fog Heen <tfheen@debian.org>  Tue, 12 Nov 2002 01:56:33 +0100

vorbisgain (0.32-3) unstable; urgency=low

  * Add --enable-recursive to configure

 -- Tollef Fog Heen <tfheen@debian.org>  Wed, 16 Oct 2002 15:13:18 +0200

vorbisgain (0.32-2) unstable; urgency=low

  * Fix description (closes: #164715)

 -- Tollef Fog Heen <tfheen@debian.org>  Wed, 16 Oct 2002 01:28:24 +0200

vorbisgain (0.32-1) unstable; urgency=low

  * Initial Release. (closes: #163810)

 -- Tollef Fog Heen <tfheen@debian.org>  Tue,  8 Oct 2002 17:36:22 +0200