File: changelog

package info (click to toggle)
libperl6-form-perl 0.090-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 584 kB
  • sloc: perl: 3,080; makefile: 8
file content (163 lines) | stat: -rw-r--r-- 5,525 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
libperl6-form-perl (0.090-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Update standards version to 4.4.1, no changes needed.

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.
  * Update lintian overrides for renamed tags.

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.
  * Update standards version to 4.6.0, no changes needed.
  * Apply multi-arch hints. + libperl6-form-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <jelmer@debian.org>  Sun, 20 Nov 2022 01:51:17 +0000

libperl6-form-perl (0.090-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <holger@debian.org>  Wed, 06 Jan 2021 18:09:12 +0100

libperl6-form-perl (0.090-1) unstable; urgency=medium

  * Team upload

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

  [ Florian Schlichting ]
  * Import upstream version 0.090
  * Bump debhelper-compat to level 12
  * Declare compliance with Debian Policy 4.3.0

 -- Florian Schlichting <fsfs@debian.org>  Wed, 09 Jan 2019 21:07:36 +0100

libperl6-form-perl (0.06-1) unstable; urgency=medium

  * Team upload.

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

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * New upstream release.
  * Declare compliance with Debian Policy 3.9.8.
  * Remove unversioned 'perl' from Depends.
  * Bump debhelper compatibility level to 9.
  * Fix hashbang in new example script.
  * Update short and long description.
  * Add a lintian override (spelling-error-in-manpage).

 -- gregor herrmann <gregoa@debian.org>  Mon, 31 Oct 2016 01:34:57 +0100

libperl6-form-perl (0.04-7) unstable; urgency=medium

  * Team upload.

  [ gregor herrmann ]
  * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
    (source stanza).
  * debian/control: Added: ${misc:Depends} to Depends: field.
  * Change my email address.
  * Remove Conflicts: against itself.
  * 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 ]
  * Fix issues reported by DUCK in debian/copyright:
    + Update download URL to point to MetaCPAN.
    + Fix e-mail address of initial packager.
  * Apply wrap-and-sort.
  * Bump debhelper compatibility to 8
    + Update versioned debhelper build-dependency accordingly.
  * Switch to source format "3.0 (quilt)".
  * Revamp debian/rules:
    + Use dh_auto{configure,build,test,install,clean}
    + Remove now obsolete /usr/lib/perl5 cleanup.
    + Replace "dh_clean -k" by "dh_prep".
    + Drop now redundant parameters to dh_clean and dh_installchangelogs.
    + Finally switch to a minimal dh v7 style debian/rules file.
    + Use "chmod a-x" instead of "chmod 644" to show actual intent.
  * Declare compliance with Debian Policy 3.9.6.
  * Convert debian/copyright to machine-readable DEP5 format.
  * Mark package as autopkgtestable.

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

libperl6-form-perl (0.04-6) unstable; urgency=low

  [ Joachim Breitner ]
  * Removed myself from uploaders.

  [ gregor herrmann ]
  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
    field (source stanza); Homepage field (source stanza). Removed: XS-
    Vcs-Svn fields. Changed: Section to `perl'.
  * debian/rules:
    - delete /usr/lib/perl5 only if it exists (closes: #467842)
    - update based on dh-make-perl's templates
    - install example fragments and make them non-executable
  * debian/watch: use dist-based URL.
  * Set Standards-Version to 3.7.3 (no changes).

 -- gregor herrmann <gregor+debian@comodo.priv.at>  Tue, 11 Mar 2008 23:49:49 +0100

libperl6-form-perl (0.04-5) unstable; urgency=low

  * Use $(CURDIR) [make] instead of $(PWD) [sh] to fix issues with sudo.
  * Enable tests in debian/rules.

 -- gregor herrmann <gregor+debian@comodo.priv.at>  Sun,  1 Oct 2006 14:44:07 +0200

libperl6-form-perl (0.04-4) unstable; urgency=low

  * Moved debhelper to Build-Depends.
  * Set Standards-Version to 3.7.2 (no changes).
  * Set Debhelper Compatibility Level to 5.
  * Removed empty /usr/lib/perl5 from package.

 -- gregor herrmann <gregor+debian@comodo.priv.at>  Fri, 16 Jun 2006 16:50:21 +0200

libperl6-form-perl (0.04-3) unstable; urgency=low

  * First Debian upload (Closes: #247245)
  * Filled in debian/copyright data

 -- Gunnar Wolf <gwolf@debian.org>  Thu, 20 May 2004 10:16:23 -0500

libperl6-form-perl (0.04-2) unstable; urgency=low

  * Add Uploaders: line to include Joachim, Gunnar and me
  * Depend on Perl6::Exports (>= 0.07)

 -- Allard Hoeve <allard@byte.nl>  Mon, 26 Apr 2004 22:10:27 +0200

libperl6-form-perl (0.04-1) unstable; urgency=low

  * New upstream release

 -- Allard Hoeve <allard@byte.nl>  Wed, 21 Apr 2004 21:52:31 +0200

libperl6-form-perl (0.03-1) unstable; urgency=low

  * Initial Debian version.

 -- Allard Hoeve <allard@byte.nl>  Fri, 05 Mar 2004 16:24:55 +0100