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
|
libkdtree++ (0.7.1+git20101123-4) unstable; urgency=medium
* debian/patches/gcc-5.patch: Fix build with gcc 5. (Closes: #777951)
* debian/control:
- Add dh-python to B-D.
- Bump Standards-Version to 3.9.6.
-- Sebastian Ramacher <sramacher@debian.org> Mon, 02 Mar 2015 23:43:04 +0100
libkdtree++ (0.7.1+git20101123-3) unstable; urgency=medium
* debian/python3-kdtree{-dbg}.install: Fix wildcard so that dh_install does
not fail. (Closes: #735820)
* debian/rules: Make test targets not fail if nocheck is given in
DEB_BUILD_OPTIONS.
* debian/control: Bump Standards-Version (no changes required).
-- Sebastian Ramacher <sramacher@debian.org> Fri, 17 Jan 2014 22:10:49 +0100
libkdtree++ (0.7.1+git20101123-2) unstable; urgency=low
* Upload to unstable.
* debian/copyright: Convert to Copyright Format 1.0.
* debian/rules: Replace override_dh_install with proper install files.
-- Sebastian Ramacher <sramacher@debian.org> Sun, 05 May 2013 02:43:45 +0200
libkdtree++ (0.7.1+git20101123-1) experimental; urgency=low
* New git snapshot. (Closes: #559306)
- Add get-orig-source rule to debian/rules to create the snapshot tarball.
* Convert to 3.0 (quilt).
* debian/control:
- Update my mail address.
- Add Homepage field.
- Add ${misc:Depends} to Depends.
- Bump debhelper Build-Dep to >= 9.
* debian/compat: Bump to 9.
* debian/watch: Add watch file.
* debian/copyright:
- Update my mail address.
- Add Willi Richert.
- Update Sylvain Bougerel's and Paul Harris' copyright years.
* Ship examples in libkdtree++-dev. (Closes: #527370)
* Ship Python bindings. (Closes: #559307)
- debian/control: Add python-kdtree{,-dbg} and python3-kdtreee{,-dbg}
packages.
- debian/rules: Rewrite to build Python bindings for all supported Python
versions.
- debian/control: Add Build-Dep on swig, cmake, python-all{,-dbg} and
python3-all{,-dbg}.
- debian/patches: Add a series of patches to build and install the Python
bindings properly.
- debian/clean: Clean pyc files generated while running the tests.
* debian/README.Debian: Removed, not needed anymore.
-- Sebastian Ramacher <sramacher@debian.org> Mon, 31 Dec 2012 00:25:37 +0100
libkdtree++ (0.7.0-2) unstable; urgency=low
* New maintainer. (Closes: #689206)
Thanks to Martin Schreiber for maintaining libkdtree++!
* debian/copyright:
- List the copyright of the authors. (Closes: #688796)
- Mention the download location.
- List the Debian maintainers.
- Update URL of the Artistic License.
* debian/README.Debian: Document that this is a snapshot of 222b5d77 and not
0.7.0.
-- Sebastian Ramacher <s.ramacher@gmx.at> Thu, 11 Oct 2012 21:24:38 +0200
libkdtree++ (0.7.0-1.1) unstable; urgency=low
* Non-maintainer upload.
* Cherry pick 8d4fbb9a from upstream to fix issues with g++ 4.7. (Closes:
#687604)
-- Sebastian Ramacher <s.ramacher@gmx.at> Tue, 25 Sep 2012 16:57:06 +0200
libkdtree++ (0.7.0-1) unstable; urgency=low
* New upstream release (closes: Bug#506485)
-- Martin Schreiber <schreiberx@gmail.com> Tue, 30 Dec 2008 10:34:06 +0100
libkdtree++ (0.6.2-1) unstable; urgency=low
* New upstream version (closes: Bug#459106)
* New maintainer
-- Martin Schreiber <schreiberx@gmail.com> Fri, 08 Feb 2008 22:52:21 +0100
libkdtree++ (0.2.0-1) unstable; urgency=low
* New upstream version, thanks to Paul Harris.
* Closes bugs from 0.1.3-1, which was not officially uploaded to Debian
(closes: Bug#279614, Bug#279620).
-- martin f. krafft <madduck@debian.org> Mon, 15 Nov 2004 09:40:36 +0100
libkdtree++ (0.1.3-1) unstable; urgency=low
* New upstream version (closes: Bug#279614, Bug#279620).
* Pushed Standards-Version to 3.6.1.1
-- martin f. krafft <madduck@debian.org> Thu, 4 Nov 2004 10:29:23 +0100
libkdtree++ (0.1.2-1) unstable; urgency=low
* Added note about lack of runtime and shared libraries.
* Changed licence to the artistic licence.
-- martin f. krafft <madduck@debian.org> Sun, 16 May 2004 00:52:10 +0200
libkdtree++ (0.1.1-1) unstable; urgency=low
* New upstream release.
-- martin f. krafft <madduck@debian.org> Tue, 11 May 2004 19:48:32 +0200
libkdtree++ (0.1.0-1) unstable; urgency=low
* Initial Release. (closes: Bug#248219)
-- martin f. krafft <madduck@debian.org> Tue, 11 May 2004 15:49:02 +0200
|