File: changelog

package info (click to toggle)
mmake 2.3-9
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 328 kB
  • sloc: perl: 403; makefile: 273; sh: 152; java: 17
file content (224 lines) | stat: -rw-r--r-- 7,158 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
mmake (2.3-9) unstable; urgency=medium

  * QA upload.
  * debian/control:
      - Added Rules-Requires-Root: no.
      - Bumped Standards-Version to 4.6.0.
      - Updated Depends field to use "perl:any" to solve a Multiarch hinter.
      - Updated Homepage field to use https.
  * debian/copyright:
      - Added packaging rights for myself and Boyuan Yang.
      - Updated Format field to use https protocol.
      - Updated Upstream-Source field to use https.
  * debian/lintian-overrides: added override for a maintainer name.
  * debian/patches:
      - Renamed mmake-output-file.patch to 010_mmake-output-file.patch.
      - Renamed fix-manpage.patch to 020_fix-manpage.patch.
  * debian/salsa-ci.yml: created to provide CI tests for Salsa
  * debian/tests/control: created to perform a trivial CI test.
  * debian/upstream/metadata: created.
  * debian/watch: updated protocol to https.

 -- Guilherme de Paula Xavier Segundo <guilherme.lnx@gmail.com>  Thu, 21 Apr 2022 12:05:15 -0300

mmake (2.3-8) unstable; urgency=medium

  * QA upload.
  * Bump debhelper compat to v13.
  * Bump Standards-Version to 4.5.1.
  * Source-only upload.

 -- Boyuan Yang <byang@debian.org>  Thu, 31 Dec 2020 14:20:58 -0500

mmake (2.3-7) unstable; urgency=medium

  * QA upload.
  * Migrated to DebSrc 3.0.
  * debian/clean:
      - Created to remove Makefile after building.
  * debian/control:
      - Update DH level from 4 to 9. (Closes: #817585)
      - Added Homepage field.
      - Added the ${misc:Depends} variable to provide the right install
        dependencies.
      - Bumped Standards-Version to 3.9.8.
      - Set correct priority to optional.
      - Using dh-autoreconf now.
  * debian/copyright:
      - Migrated to 1.0 format.
      - Updated all information.
  * debian/dirs: unnecessary. Removed.
  * debian/patches (quilt):
      - mmake_2.3-6.diff.gz splitted:
          -mmake-output-file.diff:
             ~ Renamed to mmake-output-file.patch.
             ~ Added a header.
          -fix-manpage.patch:
             ~ fixes a few typo in manpage.
          -all the Makefile file was being provided by patch until previous
           revision. Now, using dh-autoreconf, it's being generated
           at build time
  * debian/rules:
      - Updated to new (reduced) format.
      - Created override_dh_auto_install to fix Makefile patch.
  * debian/watch:
      - Bumped to version 4.

 -- Giovani Augusto Ferreira <giovani@riseup.net>  Sat, 02 Jul 2016 13:33:20 -0300

mmake (2.3-6) unstable; urgency=high

  * QA upload
  * Set Maintainer to Debian QA Group
  * Change dependency on perl5 to perl following the removal of
    the former (Closes: #808220)

 -- Dominic Hargreaves <dom@earth.li>  Thu, 17 Dec 2015 11:47:57 +0000

mmake (2.3-5.1) unstable; urgency=low

  * Non-maintainer upload.
  * debian/control (Build-Depends): Replaced jikes with default-jdk.
    (Recommends): Likewise, closes: #528065.

 -- Michael Banck <mbanck@debian.org>  Sun, 29 Nov 2009 11:51:00 +0100

mmake (2.3-5) unstable; urgency=low

  * mmake.1: Properly escape "-" characters in invocation synopsis since
    they should be minus signs, not hyphens.

  * debian/copyright: Give proper copyright notice.

 -- Thomas Bushnell, BSG <tb@debian.org>  Sun, 24 Feb 2008 18:55:32 -0500

mmake (2.3-4) unstable; urgency=low

  * debian/control (Standards-Version): Update to 3.7.3.  No changes needed.

  * debian/rules (clean): Don't ignore all errors on Make clean invocation.
    Fixes lintian warning debian-rules-ignores-make-clean-error.

 -- Thomas Bushnell, BSG <tb@debian.org>  Mon, 14 Jan 2008 16:11:11 -0500

mmake (2.3-3) unstable; urgency=low

  * debian/control (Standards-Version): Update to 3.7.2.

  * debian/control (Build-Depends-Indep): Remove debhelper.
  (Build-Depends): Add debhelper.

  * debian/control: Add final newline.

 -- Thomas Bushnell, BSG <tb@debian.org>  Tue,  3 Oct 2006 00:04:55 -0700

mmake (2.3-2) unstable; urgency=low

  * debian/copyright: Update FSF address.

  * debian/control (Standards-Version): Now 3.6.2.

  * debian/compat: New file; now 4.
  * debian/rules (install): Install into debian/mmake.

 -- Thomas Bushnell, BSG <tb@debian.org>  Fri, 30 Sep 2005 22:33:22 -0700

mmake (2.3-1) unstable; urgency=low

  * New upstream release.

  * debian/watch: New file.

 -- Thomas Bushnell, BSG <tb@debian.org>  Fri, 30 Sep 2005 21:34:54 -0700

mmake (2.2.1-6) unstable; urgency=low

  * Actually set new maintainer.  Whoops.

 -- Thomas Bushnell, BSG <tb@debian.org>  Wed, 18 Aug 2004 11:35:51 -0700

mmake (2.2.1-5) unstable; urgency=low

  * New maintainer.  Closes: #261581.

 -- Thomas Bushnell, BSG <tb@debian.org>  Wed, 18 Aug 2004 01:19:52 -0700

mmake (2.2.1-4) unstable; urgency=low

  * QA upload.
  * Made depends on findutils versioned, closes: #216534.
  * Updated standards version from 3.0.1 to 3.6.1.
  * Updated copyright file so it include GPL in a correct way, closes: #255955.
  * Applied patch from Matt Zimmerman <mdz@debian.org> to allow output
    of other file than Makefile, closes: #199875.
  * Removed emacs variables from bottom of this changelog.
  * Removed dh_make examples from debian dir.
  * Made build depends indep instead of build depends.
  * Changed recommends from java-compiler to jikes | java-compiler.
  * Removed dh_suidregister from debian/rules.

 -- Ola Lundqvist <opal@debian.org>  Tue, 17 Aug 2004 09:43:19 +0200

mmake (2.2.1-3) unstable; urgency=low

  * Orphaned this package.

 -- John Goerzen <jgoerzen@complete.org>  Mon, 26 Jul 2004 15:01:52 -0500

mmake (2.2.1-2) unstable; urgency=low

  * Added build-dep for debhelper.  Closes: #133704.

 -- John Goerzen <jgoerzen@complete.org>  Wed, 13 Feb 2002 09:15:10 -0500

mmake (2.2.1-1) unstable; urgency=low

  * New upstream release.
  * Added dependency on findutils for xargs.

 -- John Goerzen <jgoerzen@complete.org>  Wed, 18 Jul 2001 11:21:41 -0500

mmake (1.32-2) unstable; urgency=low

  * Eliminated duplicate manpage.  Closes: #56318.

 -- John Goerzen <jgoerzen@complete.org>  Sun, 13 Feb 2000 19:07:46 -0600

mmake (1.32-1) unstable; urgency=low

  * New upstream release
  * Updated Standards-Version
  * Now FHS.
  * Changed Recommends and Depends.  Closes: #44465.
  * Closed out old bug: #41470.

 -- John Goerzen <jgoerzen@complete.org>  Tue, 21 Sep 1999 13:15:01 -0500

mmake (1.17-1.1) unstable; urgency=low

  * NMU for the perl upgrade. Closes: #41470
  * Corrected the perl dependency.
  * Upgraded standards-version to 2.5.1.
  * Removed the empty README.debian file.

 -- Raphael Hertzog <rhertzog@hrnet.fr>  Thu, 22 Jul 1999 20:32:23 +0200

mmake (1.17-1) unstable; urgency=low

  * New upstream release; has performance enhancements with recursion.

 -- John Goerzen <jgoerzen@complete.org>  Tue, 27 Oct 1998 09:48:50 -0600

mmake (1.16-1) unstable; urgency=low

  * New upstream release
  * Updated rules:clean to not halt if files trying to be cleaned
    aren't there.

 -- John Goerzen <jgoerzen@complete.org>  Sat, 17 Oct 1998 18:42:37 -0500

mmake (1.9-1) unstable; urgency=low

  * Initial Release.

 -- John Goerzen <jgoerzen@complete.org>  Mon, 12 Oct 1998 12:10:22 -0500