File: changelog

package info (click to toggle)
gramofile 1.6-11
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 1,436 kB
  • ctags: 1,125
  • sloc: ansic: 11,252; makefile: 60
file content (178 lines) | stat: -rw-r--r-- 6,794 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
gramofile (1.6-11) unstable; urgency=medium

  * QA upload.
  * Bumped DH level to 10.
  * debian/control:
      - Bumped Standards-Version to 3.9.8.
      - Updated the Vcs-* fields to use https instead of http and git.
  * debian/copyright: updated the packaging copyright years.
  * debian/gramofile.docs: renamed to debian/docs.
  * debian/gramofile.install: renamed to debian/install.
  * debian/gramofile.manpages: renamed to debian/manpages.
  * debian/watch: bumped to version 4.

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Fri, 30 Dec 2016 01:23:14 -0200

gramofile (1.6-10) unstable; urgency=medium

  * QA upload.
  * Migrations:
      - debian/copyright to 1.0 format.
      - DebSrc to 3.0.
      - DH level to 9.
      - New upstream homepage. (Closes: #645161, #786865)
  * debian/control:
      - Added the Homepage field.
      - Bumped Standards-Version to 3.9.6.
      - Removed unnecessary 'quilt' dependency from Build-Depends field.
  * debian/copyright: updated all information.
  * debian/gramofile.1: updated the upstream homepage. (Closes: #645161)
  * debian/patches/:
      - 95_add_GCC_hardening_and_fix_clean.patch: added to provide GCC
        hardening and to fix the clean process in upstream place.
      - 97_update_homepage.patch: update upstream homepage in some files
        distributed inside the package. (Closes: #645161)
  * debian/rules:
      - Added variable 'DEB_BUILD_MAINT_OPTIONS' to improve the GCC hardening.
      - Removed the unnecessary '--quilt' addon.
  * debian/watch: added.

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Fri, 18 Dec 2015 22:38:30 -0200

gramofile (1.6-9) unstable; urgency=low

  [ Cyril Brulebois ]
  * QA upload.
  * Apply Gergely's patch from the BTS (changelog entry kept below for
    reference), with the following tweaks:
    - Stay with 1.0 format, 3.0 (quilt) makes my head hurt.
    - Use the quilt sequence, and add quilt to Build-Depends.
    - Move patches from debian/*.dpatch to debian/patches/*.patch.
  * Orphan the package, since it has been RC buggy for a while, and has
    seen no sign of maintainer action in a very long while.
  * Thanks to IRILL for sponsoring this BSP in Paris.

  [ Gergely Nagy ]
  * Converted the build system from yada to debhelper (Closes: #636885).
      + This resulted in converting to Format: 3.0 (quilt).
      + Standards-Version bumped to 3.9.2.
      + All patches quilt refreshed to apply cleanly.

 -- Cyril Brulebois <kibi@debian.org>  Fri, 17 Feb 2012 10:13:50 +0000

gramofile (1.6-8) unstable; urgency=medium

  * 91_rename_cdrecord_wodim.dpatch: Follow renaming of cdrecord to
    wodim in documentation and main menu.
  * debian/packages: Likewise for Suggests. Both changes thanks to
    Tobias Frost. Closes: #405101
  * debian/packages: Complies with version 3.7.2 of Debian policy.
  * debian/packages: Update address of the Free Software Foundation
    in the copyright notice.

 -- Daniel Kobras <kobras@debian.org>  Sat,  6 Jan 2007 15:06:48 +0100

gramofile (1.6-7) unstable; urgency=high

  * 40-fast-swap-and-buffer.dpatch: Lower optimisation level to the
    standard -O2. On arm, the assembler chokes on -O3.

 -- Daniel Kobras <kobras@debian.org>  Fri, 29 Apr 2005 13:20:02 +0200

gramofile (1.6-6) unstable; urgency=high

  * 20-no-busy-wait-after-rec: Do not busy-wait when showing summary
    screen with recording statistics. Closes: #283421
  * 20-long-vs-int.dpatch: Remove and merge with 70-endian-fixes to avoid
    conflicts.
  * 70-endian-fixes.dpatch: Fix several endian and word size bugs in
    the WAV and VOC import and export code. Closes: #292137
  * 80_fix_wav_length.dpatch: Report correct file size in wav header if
    recording was stopped prematurely.
  * 90_report_recording_errors.dpatch: Errors during recording are
    reported to the user now. Closes: #126389
  * debian/packages: Do not terminate build process if 'make clean'
    fails.

 -- Daniel Kobras <kobras@debian.org>  Tue,  1 Mar 2005 18:56:04 +0100

gramofile (1.6-5) unstable; urgency=low

  * 30-basename-fix.dpatch: Use POSIX implementation of basename(3) instead
    of semi-consciously using the GNU extension. Closes: #226585
  * debian/packages: Bump standards version.

 -- Daniel Kobras <kobras@debian.org>  Wed,  7 Jan 2004 19:21:48 +0100

gramofile (1.6-4) unstable; urgency=low

  * Versioned build dependency on fftw-dev. Fixes the single vs. double
    precision woes. Closes: #128781

 -- Daniel Kobras <kobras@debian.org>  Mon, 14 Jan 2002 11:55:28 +0100

gramofile (1.6-3) unstable; urgency=low

  * Recommends mctools-lite to allow use of xmixer. Closes: #112350
  * Moved bplay_gramo and brec_gramo to /usr/lib/gramofile--they are
    not intended for general use.
  * Added brief man page. Closes: #38408

 -- Daniel Kobras <kobras@debian.org>  Mon, 17 Sep 2001 20:43:46 +0200

gramofile (1.6-2) unstable; urgency=low

  * Changed yada build-sequence to kludge around weirdness in dpkg-shlibdeps.
    Fixes strange chown failure on some autobuilders. Closes: #96798
  * Added semi-official patches as suggested by upstream:
    - Don't use long for 32bit types.
    - Proper check for over-/underflow in sample values.
    - Quote file name in bplay calls.
    - Work around DSP_SYNC bug in some via audio drivers.
    - Silence GCC warnings.
    - Buffered reads and fast endianness swap.
    - Improved CM filter (needs fftw).

 -- Daniel Kobras <kobras@debian.org>  Fri,  8 Jun 2001 18:11:41 +0200

gramofile (1.6-1) unstable; urgency=low

  * New upstream version. Closes: #61375, #72562
  * Rebuilt with current ncurses. Closes: #93942
  * Added build dependency on libncurses5-dev. Closes: #84495
  * Rebuilt debian/rules with current yada. Uptodate standards version.
    Uses proper install path for docs and man pages. Closes: #91160, #91481
  * Removed obsolete semun fix.
  * Updated upstream download URL.
  * New maintainer.

 -- Daniel Kobras <kobras@debian.org>  Sun,  6 May 2001 16:33:11 +0200

gramofile (1.5-3) unstable; urgency=low

  * Fix bug 38943: define union semun if libc doesn't define it (as
    glibc2.1 doesn't).

 -- Charles Briscoe-Smith <cpbs@debian.org>  Thu, 10 Jun 1999 12:50:55 +0100

gramofile (1.5-2) unstable; urgency=low

  * Updated yada to v0.5.
  * Added undocumented symlinks for b{play,rec}_gramo and gramofile.

 -- Charles Briscoe-Smith <cpbs@debian.org>  Wed,  9 Jun 1999 11:41:16 +0100

gramofile (1.5-1) unstable; urgency=low

  * New upstream source.
  * Redid packaging using a preliminary version of YADA, a debian/rules
    generator.

 -- Charles Briscoe-Smith <cpbs@debian.org>  Fri, 26 Feb 1999 04:40:19 +0000

gramofile (1.4-1) unstable; urgency=low

  * First Debian version.

 -- Charles Briscoe-Smith <cpbs@debian.org>  Wed, 20 Jan 1999 14:30:32 +0000