File: changelog

package info (click to toggle)
libcatmandu-rdf-perl 0.32-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 220 kB
  • sloc: perl: 469; sh: 4; makefile: 2
file content (205 lines) | stat: -rw-r--r-- 6,704 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
libcatmandu-rdf-perl (0.32-2) unstable; urgency=medium

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

  [ gregor herrmann ]
  * Update URLs from {search,www}.cpan.org to MetaCPAN.
  * Update GitHub URLs to use HTTPS.

  [ Jonas Smedegaard ]
  * Update watch file:
    + Fix tracking URL.
    + Rewrite usage comment.
  * Simplify rules.
    Stop build-depend on cdbs.
  * Relax to (build-)depend unversioned
    on libcatmandu-perl librdf-ns-perl,
    and stop build-depend explicitly
    on (recent perl or) libtest-simple-perl:
    Needed versions satisfied even in oldstable.
  * Mark build-dependencies needed only for testsuite as such.
  * Stop build-depend on dh-buildinfo.
  * Declare compliance with Debian Policy 4.3.0.
  * Set Rules-Requires-Root: no.
  * Enable autopkgtest.
  * Explain Catmandu last in long description.
  * Wrap and sort control file.
  * Update copyright info: Extend coverage of packaging.

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 19 Feb 2019 15:02:36 +0100

libcatmandu-rdf-perl (0.32-1) unstable; urgency=medium

  [ upstream ]
  * New release.

  [ Jonas Smedegaard ]
  * Update watch file: Use substitution strings.
  * Modernize Vcs-* fields:
    + Consistently use git (not cgit) in path.
    + Consistently include .git suffix in path.
  * Declare compliance with Debian Policy 4.1.1.
  * Modernize cdbs:
    + Do copyright-check in maintainer script (not during build).
    + Relax to build-depend unversioned on cdbs.
    + Stop build-depend on licensecheck.
  * Update copyright info:
    + Use https protocol in file format URL.
    + Strip superfluous copyright signs.
    + Extend coverage for myself.
  * Update package relations:
    + (Build-)depend on recent libiri-perl.
    + Build-depend on libtest-exception-perl.
    + Tighten to (build-)depend on more recent librdf-ldf-perl.
  * Drop obsolete lintian override regarding debhelper 9.
  * Tighten lintian overrides regarding License-Reference.

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 28 Oct 2017 05:08:00 +0200

libcatmandu-rdf-perl (0.31-1) unstable; urgency=medium

  [ upstream ]
  * New release(s):
    + Provide caching support for HTTP access.
    + Increase RDF::LDF version.
    + Fix test failure caused by RDF::NS.

  [ Jonas Smedegaard ]
  * Update watch file:
    + Bump to file format 4.
    + Watch only MetaCPAN URL.
    + Mention gbp --uscan in usage comment.
  * Drop CDBS get-orig-source target: Use gbp import-orig --uscan.
  * Modernize git-buildpackage config: Filter any .git* file.
  * Declare compliance with Debian Policy 3.9.8.
  * Modernize Vcs-* fields: Use https protocol.
  * Update package relations:
    + Tighten to (build-)depend versioned on librdf-ldf-perl.
    + Build-depend on licensecheck (not devscripts).

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 25 Dec 2016 16:42:23 +0100

libcatmandu-rdf-perl (0.28-1) unstable; urgency=medium

  [ upstream ]
  * New release:
    + Export as NTriples by default.

  [ Jonas Smedegaard ]
  * Update package relations:
    + (Build-)depend on libtest-lwp-useragent-perl.
  * Declare compliance with Debian Policy 3.9.7.
  * Update copyright info:
    + Extend copyright of packaging to cover current year.

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 09 Feb 2016 07:30:02 +0100

libcatmandu-rdf-perl (0.27-1) unstable; urgency=medium

  [ upstream ]
  * New release(s):
    + Add support of Linked Data Fragments.
    + Add sparql file option.

  [ Jonas Smedegaard ]
  * Update copyright info:
    + Use License-Grant and License-Reference fields.
      Thanks to Ben Finney.
    + Add email for main upstream author.
  * Bump debhelper compatibility level to 9.
  * Override lintian regarding license in License-Reference field.
    See bug#786450.
  * Override lintian regarding build-depending unversioned on debhelper.
  * Update package relations:
    + (Build-)depend on librdf-ldf-perl and recent librdf-query-perl.
    + Tighten to (build-)depend versioned on librdf-trine-perl.
    + Tighten (build-)dependency on librdf-aref-perl.
    + Build-depend on (recent perl or) recent libtest-simple-perl.

 -- Jonas Smedegaard <dr@jones.dk>  Fri, 07 Aug 2015 13:45:29 +0200

libcatmandu-rdf-perl (0.25-1) unstable; urgency=medium

  [ upstream ]
  * New release(s):
    + Add triples importer mode.
    + Disable namespaces with ns=0.
    + Support importing from string reference.
    + Try to fix import from URL encoding.
    + Align with RDF::aREF 0.22, new options predicate_map.
    + Fix bnode mapping bug.
    + Simplify calling syntax of aref_query fix.
    + Support SPARQL.
    + Fix some unit tests.
      Closes: bug#783752. Thanks to Niko Tyni.
    + Rewrite aref_query fix.
    + Support streaming of NTriple data.

  [ Vasudev Kamath ]
  * Drop myself from uploaders.

  [ Jonas Smedegaard ]
  * Update copyright info:
    + Update upstream issue tracker and alternate source URLs.
    + Extend coverage for myself.
  * Update homepage.
  * Update package relations:
    + Tighten (build-)dependency on libcatmandu-perl and
      librdf-aref-perl.
  * Extend long description, based on upstream text.

 -- Jonas Smedegaard <dr@jones.dk>  Wed, 13 May 2015 20:46:53 +0200

libcatmandu-rdf-perl (0.18-1) unstable; urgency=medium

  [ upstream ]
  * New release(s):
    + Migrate packaging to Dist::Milla.
    + Adjust to conform to aREF 0.19.
    + Add field _url on import from url.
    + Begin to fix function aref_query.

  [ Vasudev Kamath ]
  * Adapt to upstream change of build system:
    + Include perl-build.mk (not perl-makemaker.mk).
    + Tighten build-dependency on cdbs.

  [ Jonas Smedegaard ]
  * Declare compliance with Debian Policy 3.9.6.
  * Tighten to (build-)depend versioned on librdf-aref-perl.

 -- Jonas Smedegaard <dr@jones.dk>  Wed, 15 Oct 2014 11:41:45 +0200

libcatmandu-rdf-perl (0.16-1) unstable; urgency=medium

  [ upstream ]
  * New release:
    + improve RDF importer.

  [ Jonas Smedegaard ]
  * Update package relations:
    + Tighten (build-)dependency on librdf-ns-perl.

 -- Jonas Smedegaard <dr@jones.dk>  Wed, 10 Sep 2014 13:54:20 +0200

libcatmandu-rdf-perl (0.15-1) unstable; urgency=medium

  [ upstream ]
  * New release:
    + Document and test count method.
    + Add importer.

  [ Jonas Smedegaard ]
  * Add git-buildpackage config, enabling pristine-tar and tag signing.
  * Update watch file: Fix strip spaces in version line.
  * Update Vcs-Browser URL to cgit web frontend.

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 26 Aug 2014 23:10:06 +0200

libcatmandu-rdf-perl (0.14-1) unstable; urgency=low

  * Initial Release.
    Closes: bug#723160.

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 18 May 2014 03:37:41 +0200