File: changelog

package info (click to toggle)
libmath-nocarry-perl 1.117-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 160 kB
  • sloc: perl: 60; makefile: 2
file content (208 lines) | stat: -rw-r--r-- 7,468 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
libmath-nocarry-perl (1.117-1) unstable; urgency=medium

  * Import upstream version 1.117.
  * Declare compliance with Debian Policy 4.7.2.

 -- gregor herrmann <gregoa@debian.org>  Sat, 19 Apr 2025 23:35:11 +0200

libmath-nocarry-perl (1.116-1) unstable; urgency=medium

  * Import upstream version 1.116.
  * Add new SECURITY.md file.
  * Update years of upstream copyright.
  * Declare compliance with Debian Policy 4.7.0.

 -- gregor herrmann <gregoa@debian.org>  Sat, 11 Jan 2025 02:57:23 +0100

libmath-nocarry-perl (1.115-1) unstable; urgency=medium

  * Import upstream version 1.114.
  * Update years of upstream copyright.
  * Declare compliance with Debian Policy 4.6.0.

  * Import upstream version 1.115.
  * Update years of upstream copyright.
  * Update upstream email address.
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <gregoa@debian.org>  Sun, 04 Feb 2024 04:29:49 +0100

libmath-nocarry-perl (1.113-1) unstable; urgency=medium

  [ gregor herrmann ]
  * debian/copyright: replace tabs with spaces / remove trailing
    whitespace.
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Submit.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).

  [ gregor herrmann ]
  * Import upstream version 1.113.
  * Update years of upstream copyright.
  * Declare compliance with Debian Policy 4.5.1.
  * Set Rules-Requires-Root: no.
  * Annotate test-only build dependencies with <!nocheck>.
  * Bump debhelper-compat to 13.

 -- gregor herrmann <gregoa@debian.org>  Sat, 16 Jan 2021 18:08:28 +0100

libmath-nocarry-perl (1.112-1) unstable; urgency=medium

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * Import upstream version 1.112.
  * Update debian/upstream/metadata.
  * Update years of upstream copyright.
  * Update upstream license.
  * Drop spelling.patch, merged upstream.
  * Declare compliance with Debian Policy 4.1.4.
  * Drop ancient alternative build dependency on Test::More.
  * Bump debhelper compatibility level to 10.

 -- gregor herrmann <gregoa@debian.org>  Sat, 23 Jun 2018 16:37:38 +0200

libmath-nocarry-perl (1.111-1) unstable; urgency=medium

  [ Axel Beckert ]
  * Fix source format name and typo in previous changelog entry.

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * New upstream release.
  * Add debian/upstream/metadata.
  * Drop patch manpage_section; not applicable anymore.
  * Update years of upstream copyright.
  * Declare compliance with Debian Policy 3.9.7.
  * Bump debhelper compatibility level to 9.
  * Add build dependency on Test::More 0.94.
  * Add a patch to fix a spelling mistake in the POD.

 -- gregor herrmann <gregoa@debian.org>  Sat, 20 Feb 2016 22:01:33 +0100

libmath-nocarry-perl (1.11-3) unstable; urgency=medium

  * Team upload

  [ gregor herrmann ]
  * Add debian/README.source to document quilt usage, as required by
    Debian Policy since 3.8.0.
  * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
    (source stanza).
  * debian/control: update {versioned,alternative} (build) dependencies.

  [ Nathan Handler ]
  * debian/watch: Update to ignore development releases.

  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ Salvatore Bonaccorso ]
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs
  * Update Vcs-Browser URL to cgit web frontend

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  [ Axel Beckert ]
  * debian/copyright: Use David Moreno Garza's @debian.org address.
  * Bump debhelper compatibility to 8
    + Update versioned debhelper build-dependency accordingly.
  * Switch to source format "3.0 (quilt)"
    + Remove debian/README.source.
    + Remove quilt build-dependency.
  * Revamp debian/rules
    + Use dh_auto_{configure,build,install,test,clean}
    + Replace "dh_clean -k" by "dh_prep".
    + Drop now redundant parameters to dh_clean and dh_installchangelogs.
    + Remove now obsolete /usr/lib/perl5 cleanup.
    + Finally switch to a minimal dh v7 style debian/rules file.
  * Mark package as autopkgtestable.
  * Mention module name in package description and remove first person.
  * Apply wrap-and-sort.
  * Add DEP3 compliant patch headers to debian/patches/manpage_section.
  * debian/copyright: Convert to machine-readable DEP5 format.
  * Declare compliance with Debian Policy 3.9.6 (no other changes needed).

 -- Axel Beckert <abe@debian.org>  Sun, 31 May 2015 02:42:18 +0200

libmath-nocarry-perl (1.11-2) unstable; urgency=low

  * debian/control: indent example in long description to make it display
    nicely; thanks to Simon Huggins (closes: #466402).
  * debian/rules: touch Makefile in clean target after unpatching
    Makefile.PL to prevent it from being re-built; allows building twice
    in a row.
  * Refresh debian/rules, no functional changes.
  * debian/watch: extended regexp for matching upstream releases.
  * debian/copyright: point to the dist-based version of the upstream source
    URL.
  * debian/control: make build dependency on quilt versioned and add /me to
    Uploaders.

 -- gregor herrmann <gregoa@debian.org>  Wed, 30 Apr 2008 23:27:53 +0200

libmath-nocarry-perl (1.11-1) unstable; urgency=low

  [ gregor herrmann ]
  * New upstream version.
  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
    field (source stanza); Homepage field (source stanza). Removed: XS-
    Vcs-Svn fields.
  * debian/watch: use dist-based URL.
  * Set debhelper compatibility level to 5.
  * Set Standards-Version to 3.7.3 (no changes needed).
  * debian/rules:
    - drop OPTIMIZE, we don't compile anything
    - remove comments and empty lines
    - call dh_clean before make realclean
    - let install-stamp target depend on build-stamp (instead of install on
      build)
    - don't install README any more (doesn't provide useful information for
      users on Debian systems)
    - remove unneeded calls to dh_link and dh_strip
  * Don't patch Makefile.PL directly but use quilt; new patch
    manpage_section created.
  * debian/copyright: move download location near top of file; update years
    of copyright.

  [ Damyan Ivanov ]
  * Move testsuite from install to build target
  * Remove usr/lib/perl5 only if it exists and remove it verbosely
  * Put me in Uploaders instead of Gregor
  * Add v? to watch file pattern
  * Wrap Build-Depends-Indep

 -- Damyan Ivanov <dmn@debian.org>  Sat, 05 Jan 2008 15:50:56 +0200

libmath-nocarry-perl (1.10-1) unstable; urgency=low

  * New upstream release

 -- Gunnar Wolf <gwolf@debian.org>  Wed, 09 May 2007 09:30:29 -0500

libmath-nocarry-perl (1.09-2) unstable; urgency=low

  * New Maintainer: Debian Perl Group.
  * Add watch file.
  * Add libtest-pod-perl and libtest-pod-coverage-perl to build dependencies.

 -- gregor herrmann <gregor+debian@comodo.priv.at>  Fri, 15 Sep 2006 00:17:24 +0200

libmath-nocarry-perl (1.09-1) unstable; urgency=low

  * Initial Release.

 -- David Moreno Garza <damog@debian.org>  Tue, 23 May 2006 23:36:05 -0500