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 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440
|
redland-bindings (1.0.17.1+dfsg-4) unstable; urgency=medium
* QA Upload.
* d/rules: Hard fail if tests fail for one of the python versions
* Build pyext with the correct name for all supported pyvers
(Closes: #1024301)
* Add in proper autopkgtests for python bindings instead of just an
import check. Also ensure that bindings are actually usable with
all supported python versions.
-- Nilesh Patra <nilesh@debian.org> Fri, 18 Nov 2022 21:20:17 +0530
redland-bindings (1.0.17.1+dfsg-3) unstable; urgency=medium
* QA upload.
* Add missing build dependency on pkg-config. (Closes: #1021324)
-- Niko Tyni <ntyni@debian.org> Tue, 11 Oct 2022 22:28:32 +0300
redland-bindings (1.0.17.1+dfsg-2) unstable; urgency=medium
* QA upload.
[ Jann Haber ]
* Drop python-librdf package and replace with python3-librdf.
Closes: #780741, #938345
[ Håvard F. Aasen ]
* Set Debian QA as maintainer. See #1012730
* Remove transitional package. Has been around since stretch.
* Add 0004-Update-example-to-be-Python-3-compliant.patch
* d/copyright:
- Document which files excluded from source tarball.
- Update file paragraph * -> debian/*.
- Update to secure URI.
* d/control:
- Bump debhelper to 13.
- Remove all version restrictions on build dependencies, no longer applies.
- Document Rules-Requires-Root.
- Update Standards-Version to 4.6.1
* d/rules:
- Test for supported Python 3 versions.
- Remove unnecessary comments and reorder variables.
- Enable build hardening.
- Enable Python testsuite.
* d/watch:
- Bump version to 4.
- Update to secure URI.
* wrap-and-sort -at
* Update all URIs to be secure.
* Import correct Python module when running autopkgtest.
* Add d/gbp.conf.
-- Paul Gevers <elbrus@debian.org> Mon, 01 Aug 2022 21:23:03 +0200
redland-bindings (1.0.17.1+dfsg-1.4) unstable; urgency=medium
* Non-maintainer upload.
* python-librdf: Don't hard-code python. Closes: #966787.
-- Matthias Klose <doko@debian.org> Sat, 08 Aug 2020 16:54:36 +0200
redland-bindings (1.0.17.1+dfsg-1.3) unstable; urgency=high
* Non-maintainer upload.
* Remove PHP bindings as swig doesn't support PHP 7.0 yet (Closes:
#821548, #821712)
* Upgrade Debian packagin to dh7 syntax
* Rename librdf-ruby to ruby-librdf to adhere to the Ruby policy
* Fix the ruby SO suffix
* Add debhelper autoreconf and autotools-dev helpers
-- Ondřej Surý <ondrej@debian.org> Wed, 22 Jun 2016 12:52:17 +0200
redland-bindings (1.0.17.1+dfsg-1.2) unstable; urgency=medium
* Non-maintainer upload.
* Replace explicit ruby2.1 dependency with just ruby.
(Closes: #803489)
-- Christian Hofstaedtler <zeha@debian.org> Tue, 03 Nov 2015 19:07:50 +0000
redland-bindings (1.0.17.1+dfsg-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Fix "hardcodes /usr/lib/perl5":
use $Config{vendorarch} in debian/rules
(Closes: #752812)
-- gregor herrmann <gregoa@debian.org> Sat, 02 Aug 2014 19:06:45 +0200
redland-bindings (1.0.17.1+dfsg-1) unstable; urgency=medium
* Acknowlege NMU - thanks Christian.
* Repack to remove 2 JS files with minimized source (lintian source-is-missing)
* New upstream release
* Remove ruby 2.0 build fix patch merged upstream.
* debian/rules: depend on ruby2.1 ruby2.1-dev since 2.0 is going away
-- Dave Beckett <dajobe@debian.org> Sun, 01 Jun 2014 17:48:09 -0700
redland-bindings (1.0.16.1-2.1) unstable; urgency=medium
* Non-maintainer upload.
* Fix build for Ruby 2.0. (Closes: #743993)
-- Christian Hofstaedtler <zeha@debian.org> Sun, 20 Apr 2014 15:54:31 +0200
redland-bindings (1.0.16.1-2) unstable; urgency=medium
* Acknowlege NMU - thanks Christian.
* Adjust php5-librdf install to use php5enmod / php5dismod in
postinst / prerm to link ini file to the correct
location (Closes: #739761, #667786)
* debian/rules: fix clean rule for perl
-- Dave Beckett <dajobe@debian.org> Fri, 07 Mar 2014 21:34:38 -0800
redland-bindings (1.0.16.1-1.1) unstable; urgency=high
* Non-maintainer upload.
* Build Ruby bindings for Ruby 1.9, instead of 1.8.
(Closes: #722364)
-- Christian Hofstaedtler <zeha@debian.org> Thu, 13 Feb 2014 00:21:40 +0100
redland-bindings (1.0.16.1-1) unstable; urgency=low
* New upstream release
* Add dpkg-buildflags to configure for hardening
-- Dave Beckett <dajobe@debian.org> Tue, 22 Jan 2013 16:03:44 -0800
redland-bindings (1.0.14.1-1) unstable; urgency=low
* New upstream release (Closes: #653250)
* debian/control
- Require swig 2.0+
- Standards-Version 3.9.3
* debian/rules
- do not copy in config.sub/guess (Closes: #643275)
- add build-arch-build-idnep (lintian)
-- Dave Beckett <dajobe@debian.org> Sat, 10 Mar 2012 18:08:07 -0800
redland-bindings (1.0.13.1-2) unstable; urgency=low
* Update for python central changes (Closes; #617051)
* librdf 1.0.12 fixed the contexts warning (Closes: #610684)
-- Dave Beckett <dajobe@debian.org> Wed, 18 May 2011 14:49:15 -0700
redland-bindings (1.0.13.1-1) unstable; urgency=low
* New upstream release (Closes: #614983, #598392, #614672, #613496,
#613659, #613893)
* debian/rules: Use new --with-perl-makemaker-args to set install dest
rather than undocumented MAKE_PL_OPTS var
-- Dave Beckett <dajobe@debian.org> Fri, 25 Feb 2011 12:53:33 -0800
redland-bindings (1.0.11.1-1) experimental; urgency=low
* New upstream release
* Source format 3.0 (quilt)
* debian/control, debian/rules: remove dpatch
-- Dave Beckett <dajobe@debian.org> Mon, 27 Sep 2010 08:03:17 -0700
redland-bindings (1.0.10.1-3) unstable; urgency=low
* debian/control:
- Standards-Version: 3.9.1
* debian/patches/01-python-example-exception.patch: Added from upstream
GIT 72c03eeb3267be06774771be6043cc034d12a827 (Closes: #585299)
* debian/patches/02-python-unicode-exception.patch: Added from upstream
GIT commmits 1c5088ed79c7f1c32da2582cfb26a9a5a3010776
713a4cbc4728c25f6d2398db4a3a4f70827e7765 and
aaabb24978c9f95d3510a16cac879344ed0452ec to remove crash and
python exception failure on creating URIs from unicode strings.
Seen as an error like 'SystemError: error return without exception set'
in Redland_python.unicode_to_bytes.
-- Dave Beckett <dajobe@debian.org> Thu, 05 Aug 2010 23:27:00 -0700
redland-bindings (1.0.10.1-2) unstable; urgency=low
* debian/control:
- Standards-Version: 3.8.4
- Added ${misc:Depends} (lintian)
* debian/redland.ini: Remove comment (Closes: #571650)
-- Dave Beckett <dajobe@debian.org> Tue, 02 Mar 2010 19:51:00 -0800
redland-bindings (1.0.10.1-1.1) unstable; urgency=low
* Non-maintainer upload.
* Add missing dependency on phpapi-* (Closes: #566292)
* Add php5-cli as an alternative to the php5 dependency.
-- Raphael Geissert <geissert@debian.org> Fri, 29 Jan 2010 21:15:32 -0600
redland-bindings (1.0.10.1-1) unstable; urgency=low
* New upstream release
* Require redland 1.0.10
* debian/control, debian/rules: remove & disable dpatch - no patches now
-- Dave Beckett <dajobe@debian.org> Fri, 18 Dec 2009 09:59:05 -0800
redland-bindings (1.0.9.1-1) unstable; urgency=low
* Added debian/patches/001-php-link.patch to properly link the PHP5
binding (closes: #525010)
* Added debian/patches/002-python-example.dpatch to patch python example
data file path.
* Standards Version 3.8.3
* debian/control:
- Removed Vcs-Browser and Vcs-Svn since they do not point to the
version control area for the packaging, but for upstream.
- Build depend on dpatch for patch above
* New upstream release
-- Dave Beckett <dajobe@debian.org> Sun, 13 Sep 2009 21:36:00 -0700
redland-bindings (1.0.8.1-2) unstable; urgency=low
* Use new sections ruby, php for librdf-ruby and php5-librdf respectively.
* Merge features from ubuntu packaging. Thanks to Matthias Klose
(not taking linker -Wl,--as-needed since that makes dyloading fail
to pull in raptor symbols):
debian/rules:
- get python lib dir from distutils
- make dh_pycentral use symlinks
debian/python-librdf.examples:
- add data/dc.rdf to examples dir and adjust example.py
to point to it (Closes: #402612)
* Patch python/Makefile.in so it can allow the include dir to be
overridden by the particular python version build in debian/rules
using PYTHON_INCLUDES
-- Dave Beckett <dajobe@debian.org> Tue, 07 Apr 2009 00:24:21 -0700
redland-bindings (1.0.8.1-1) unstable; urgency=low
* New upstream release
* Standards Version 3.8.1
-- Dave Beckett <dajobe@debian.org> Wed, 01 Apr 2009 12:25:15 -0700
redland-bindings (1.0.7.1-1) unstable; urgency=low
* New upstream release
* Add /etc/php5/conf.d/redland.ini file to php5-librdf
-- Dave Beckett <dajobe@debian.org> Thu, 27 Dec 2007 22:22:07 -0800
redland-bindings (1.0.6.1-2) unstable; urgency=low
* Fix description mentioning php4 (Closes: #423661)
* php4-cli was gone in experimental (Closes: #424840, #432418)
-- Dave Beckett <dajobe@debian.org> Wed, 11 Jul 2007 22:02:34 -0700
redland-bindings (1.0.6.1-1) experimental; urgency=low
* New upstream release
* Death to PHP4, long live PHP5
-- Dave Beckett <dajobe@debian.org> Sun, 06 May 2007 00:30:25 -0700
redland-bindings (1.0.5.1-1) experimental; urgency=low
* New upstream release
-- Dave Beckett <dajobe@debian.org> Sun, 19 Nov 2006 15:25:19 -0800
redland-bindings (1.0.4.1-3) unstable; urgency=low
* Move dh_installdeb after dh_pycentral so the postinst and prerm
scripts get installed for python-librdf (Closes: #397703)
* Note since that right now the only supported python version is now
2.4, this upload removes python 2.3 support.
-- Dave Beckett <dajobe@debian.org> Thu, 16 Nov 2006 20:57:00 -0800
redland-bindings (1.0.4.1-2) unstable; urgency=low
* Standards version 3.7.2 (no changes)
* Update to use the new python policy (Closes: #380929)
+ debian/rules: build using pycentral
+ debian/control: python-librdf conflicts/replaces the old policy
binary packages named python2.3-librdf and python2.4-librdf
* debian/copyright: 2006
-- Dave Beckett <dajobe@debian.org> Sat, 12 Aug 2006 11:17:32 -0700
redland-bindings (1.0.4.1-1) unstable; urgency=low
* New upstream release
-- Dave Beckett <dajobe@debian.org> Fri, 5 May 2006 08:01:45 -0700
redland-bindings (1.0.3.1-2) unstable; urgency=low
* Added php4-librdf package (Closes: #344931)
-- Dave Beckett <dajobe@debian.org> Mon, 3 Apr 2006 22:19:29 -0700
redland-bindings (1.0.3.1-1) unstable; urgency=low
* New upstream release
* Require librdf0 1.0.3-5 to get postgresql dependency fix
(and libmysqlclient15 to libmysqlclient15off transition)
* Remove librdf-ruby requiring liblog4r-ruby1.8
* Add --with-redland=system to enable compiling against newer
redland (Closes: #358458)
* Build-Depend on swig to run against updated Redland.i if needed
* Use debhelper 5
-- Dave Beckett <dajobe@debian.org> Wed, 22 Mar 2006 23:48:31 -0800
redland-bindings (1.0.2.1-3) unstable; urgency=low
* Rebuild again against librdf0 1.0.2-2 to link against
libmysqlclient14 for real this time (Closes: #342275)
-- Dave Beckett <dajobe@debian.org> Tue, 6 Dec 2005 11:40:07 -0800
redland-bindings (1.0.2.1-2) unstable; urgency=low
* Remove librdf-python2.2 and add librdf-python2.4:
python 2.3 is the default version in Debian.
* Build against redland 1.0.2-2 to ensure builds with mysql 4.1
-- Dave Beckett <dajobe@debian.org> Sun, 14 Aug 2005 18:12:12 +0100
redland-bindings (1.0.2.1-1) unstable; urgency=low
* New upstream release
* Require redland 1.0.2
-- Dave Beckett <dajobe@debian.org> Fri, 10 Jun 2005 16:08:30 +0100
redland-bindings (1.0.1.1-1) unstable; urgency=low
* New upstream release
* Require redland 1.0.1
-- Dave Beckett <dajobe@debian.org> Wed, 1 Jun 2005 21:30:50 +0100
redland-bindings (1.0.0.2-1) unstable; urgency=low
* New upstream release
-- Dave Beckett <dajobe@debian.org> Sun, 27 Feb 2005 19:43:53 +0000
redland-bindings (1.0.0.1-1) unstable; urgency=low
* New upstream release
-- Dave Beckett <dajobe@debian.org> Sat, 12 Feb 2005 10:23:10 +0000
redland-bindings (0.9.19.1-2) unstable; urgency=low
* Rebuild against librdf0-dev 0.9.19-3
-- Dave Beckett <Dave.Beckett@bristol.ac.uk> Sun, 23 Jan 2005 00:43:29 +0000
redland-bindings (0.9.19.1-1) unstable; urgency=low
* New upstream release
* License changed to LGPL/Apache 2
* Remove touch of files dependent on Redland.i
* Removed dependency on swig, no longer needed to be run
* Install ruby .rb files
* Segfault in python API fixed as recorded by bug reporter (Closes: #282208)
-- Dave Beckett <Dave.Beckett@bristol.ac.uk> Thu, 30 Dec 2004 20:58:02 +0000
redland-bindings (0.9.18.1-1) unstable; urgency=low
* New upstream release, split from redland package.
-- Dave Beckett <Dave.Beckett@bristol.ac.uk> Tue, 17 Aug 2004 20:26:55 +0100
redland-bindings (1.0.2.1-2) unstable; urgency=low
* Remove librdf-python2.2 and add librdf-python2.4:
python 2.3 is the default version in Debian.
* Build against redland 1.0.2-2 to ensure builds with mysql 4.1
-- Dave Beckett <dajobe@debian.org> Sun, 14 Aug 2005 18:12:12 +0100
redland-bindings (1.0.2.1-1) unstable; urgency=low
* New upstream release
* Require redland 1.0.2
-- Dave Beckett <dajobe@debian.org> Fri, 10 Jun 2005 16:08:30 +0100
redland-bindings (1.0.1.1-1) unstable; urgency=low
* New upstream release
* Require redland 1.0.1
-- Dave Beckett <dajobe@debian.org> Wed, 1 Jun 2005 21:30:50 +0100
redland-bindings (1.0.0.2-1) unstable; urgency=low
* New upstream release
-- Dave Beckett <dajobe@debian.org> Sun, 27 Feb 2005 19:43:53 +0000
redland-bindings (1.0.0.1-1) unstable; urgency=low
* New upstream release
-- Dave Beckett <dajobe@debian.org> Sat, 12 Feb 2005 10:23:10 +0000
redland-bindings (0.9.19.1-2) unstable; urgency=low
* Rebuild against librdf0-dev 0.9.19-3
-- Dave Beckett <Dave.Beckett@bristol.ac.uk> Sun, 23 Jan 2005 00:43:29 +0000
redland-bindings (0.9.19.1-1) unstable; urgency=low
* New upstream release
* License changed to LGPL/Apache 2
* Remove touch of files dependent on Redland.i
* Removed dependency on swig, no longer needed to be run
* Install ruby .rb files
* Segfault in python API fixed as recorded by bug reporter (Closes: #282208)
-- Dave Beckett <Dave.Beckett@bristol.ac.uk> Thu, 30 Dec 2004 20:58:02 +0000
redland-bindings (0.9.18.1-1) unstable; urgency=low
* New upstream release, split from redland package.
-- Dave Beckett <Dave.Beckett@bristol.ac.uk> Tue, 17 Aug 2004 20:26:55 +0100
|