File: changelog

package info (click to toggle)
librdf-aref-perl 0.28-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 464 kB
  • sloc: perl: 729; sh: 6; makefile: 2
file content (157 lines) | stat: -rw-r--r-- 5,173 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
librdf-aref-perl (0.28-1) unstable; urgency=medium

  [ upstream ]
  * new release

  [ Jonas Smedegaard ]
  * use section oldlibs,
    and mention upstream discouragement in long description
  * declare compliance with Debian Policy 4.4.1
  * drop patch 1001 now applied upstream

 -- Jonas Smedegaard <dr@jones.dk>  Wed, 11 Dec 2019 05:44:11 +0100

librdf-aref-perl (0.27-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 ]
  * Simplify rules.
    Stop build-depend on licensecheck cdbs.
  * Stop build-depend on dh-buildinfo.
  * Mark build-dependencies needed only for testsuite as such.
  * Declare compliance with Debian Policy 4.3.0.
  * Enable autopkgtest.
  * Set Rules-Requires-Root: no.
  * Wrap and sort control file.
  * Update copyright info:
    + Extend coverage of packaging.
    + Use https protocol in Format URL.
  * Update git-buildpackage config: Filter any .git* file.
  * Update watch file:
    + Rewrite usage comment.
    + Use substitution strings.
  * Drop obsolete lintian override regarding debhelper 9.
  * Tighten lintian overrides regarding License-Reference.
  * Add patch 1001 to fix use default namespace map.
    Closes: Bug#922933. Thanks to Carsten Klee and Kjetil Kjernsmo.

 -- Jonas Smedegaard <dr@jones.dk>  Fri, 22 Feb 2019 03:04:28 +0100

librdf-aref-perl (0.27-1) unstable; urgency=medium

  [ upstream ]
  * New release.
    + Fix test failure caused by RDF::NS.

  [ Jonas Smedegaard ]
  * Tighten build-dependency on librdf-ns-perl.
  * Declare compliance with Debian Policy 3.9.8.
  * Update watch file:
    + Bump to file format 4.
    + Watch only MetaCPAN URL.
    + Add usage comment.

 -- Jonas Smedegaard <dr@jones.dk>  Thu, 15 Dec 2016 03:05:43 +0100

librdf-aref-perl (0.26-1) unstable; urgency=medium

  [ upstream ]
  * New release.
  * Encode xsd:string as plain literal.

  [ Jonas Smedegaard ]
  * Update copyright info:
    + Use License-Grant and License-Reference fields.
      Thanks to Ben Finney.
    + Extend copyright of packaging to cover recent years.
  * Add lintian overrides regarding license in License-Reference field.
    See bug#s786450.
  * Bump debhelper compatibility level to 9.
  * Add lintian override regarding debhelper 9.
  * Declare compliance with Debian Policy 3.9.7.
  * Modernize Vcs-Git field: Use https protocol.

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 01 Mar 2016 10:50:49 +0100

librdf-aref-perl (0.25-1) unstable; urgency=medium

  [ upstream ]
  * New release(s).
    + Support empty queries.
    + Fix bug for literal nodes without language tags in encoder.
    + New encoder method add_hashref.
    + Allow 'a' in aREF query expressions.
    + Experimental support for encoding from URL.
    + Support multiple queries in aref_query.
    + Modify encoder: Add subject and triple method.
    + Remove or hide some experimental methods.
    + Avoid malformed bnode identifiers.
    + New decoder option keep_bnode_map.
    + Support aref_query on property maps.
    + Support aREF query expression with multiple items.
    + Support encoding RDF from file.
    + Support Unicode normalization.

  [ Jonas Smedegaard ]
  * Update package relations:
    + Relax (build-)dependency on librdf-ns-perl slightly.
    + Suggest libunicode-normalize-perl.

 -- Jonas Smedegaard <dr@jones.dk>  Fri, 01 May 2015 17:56:07 +0200

librdf-aref-perl (0.20-1) unstable; urgency=medium

  [ upstream ]
  * New release(s).
    + Add encoding methods.
    + Remove internal method aref_to_trine_statement.
    + Support empty queries.
    + Fix bug for literal nodes without language tags in encoder.
    + New encoder method add_hashref.

 -- Jonas Smedegaard <dr@jones.dk>  Thu, 16 Oct 2014 16:41:39 +0200

librdf-aref-perl (0.18-1) unstable; urgency=medium

  [ upstream ]
  * New release(s).
    + Migrate packaging to Dist::Zilla.
    + Add methods aref_get_literal and aref_get_resource.
    + Disallow ':' in predicates.
    + Add Encoder.
    + Adjust to conform with aREF spec 0.19.
    + Add experimental aref_query.
    + Add experimental RDF::aREF::Query.
    + Only require Perl 5.10.
    + Cleanup and more tests.
    + Implement aref_query_map.

  [ Jonas Smedegaard ]
  * Add git-buildpackage config, enabling pristine-tar and tag signing.
  * Declare compliance with Debian Policy 3.9.6.
  * Reflect upstream packaging change:
    + Include perl-build.mk (not perl-makemaker.mk).
    + Build-depend on libmodule-build-tiny-perl.
    + Tighten build-dependency on CDBS to versions supporting
      Module::Build::Tiny.
  * Tighten build-dependency on librdf-ns-perl.
  * Relax to (build-)depend unversioned on perl: Needed version
    satisfied even in oldstable.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 14 Oct 2014 14:08:42 +0200

librdf-aref-perl (0.11-1) unstable; urgency=low

  * Initial Release.
    Closes: bug#748522.

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