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
|
librcsb-core-wrapper (1.005-11) unstable; urgency=medium
* s/python3-all-dev/python3-dev/ to ignore python3.11 for the moment
Closes: #1024954
* Standards-Version: 4.6.1 (routine-update)
* Avoid explicitly specifying -Wl,--as-needed linker flag.
-- Andreas Tille <tille@debian.org> Thu, 01 Dec 2022 08:15:25 +0100
librcsb-core-wrapper (1.005-10) unstable; urgency=medium
* Team upload
* Add autopkgtest-pkg-python.conf with the correct import_name
* debhelper-compat 13
- Add INSTALL-is-cifinstall.patch allowing us to use compat >= 11
-- Juhani Numminen <juhaninumminen0@gmail.com> Sun, 17 Jan 2021 11:54:01 +0200
librcsb-core-wrapper (1.005-9) unstable; urgency=medium
[ Michael R. Crusoe ]
* Accept patch from Ubuntu to fix build. Closes: #973249
Thanks to Steve Langasek <steve.langasek@ubuntu.com>
[ Juhani Numminen ]
* Replace gcc5.patch with platformcheck.patch to bypass problematic
gcc version check. Closes: #957471
[ Andreas Tille ]
* Standards-Version: 4.5.1 (routine-update)
* Add salsa-ci file (routine-update)
* Rules-Requires-Root: no (routine-update)
* watch file standard 4 (routine-update)
* Stick to debhelper compat 10 since something is broken otherwise
-- Andreas Tille <tille@debian.org> Fri, 15 Jan 2021 11:30:40 +0100
librcsb-core-wrapper (1.005-8) unstable; urgency=medium
* Source upload to enable testing migration
-- Andreas Tille <tille@debian.org> Sat, 21 Dec 2019 19:36:10 +0100
librcsb-core-wrapper (1.005-7) unstable; urgency=medium
* Switch wrapper from Python2 to Python3
Closes: #936910
* debhelper-compat 10 (fails to build with 12 - so leave this for the
moment)
* Standards-Version: 4.4.1
* Trim trailing whitespace.
* Use secure URI in Homepage field.
-- Andreas Tille <tille@debian.org> Wed, 18 Dec 2019 16:39:25 +0100
librcsb-core-wrapper (1.005-6) unstable; urgency=medium
* Team uploade
[ Andreas Tille ]
* Drop unneeded get-orig-source target
* Fix build error with gcc-8
Closes: #897795
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.2.1
* Testsuite: autopkgtest-pkg-python
* No Priority: extra
* Drop ancient field X-Python-Version
[ Michael R. Crusoe ]
* Adapt patches for latest boost version
* debian/watch: use secure HTTPS URL
* Standards-Version: 4.3.0, no changes needed
* Remove trailing whitespace in debian/copyright
* Remove trailing whitespace in debian/rules
-- Michael R. Crusoe <michael.crusoe@gmail.com> Fri, 18 Jan 2019 14:14:40 -0800
librcsb-core-wrapper (1.005-5) unstable; urgency=medium
* Enable build against libxerces-c3.2
* Moved packaging from SVN to Git
* Standards-Version: 4.1.1
* debhelper 10
* Remove -dbg packages since debug packages are autogenerated
* DEP5
* hardening=+all
* remove useless autogenerated doxygen files
-- Andreas Tille <tille@debian.org> Tue, 07 Nov 2017 17:13:00 +0100
librcsb-core-wrapper (1.005-4) unstable; urgency=medium
* cme fix dpkg-control
* Fix GCC version detection (thanks for the patch to Matthias Klose
<doko@debian.org>)
Closes: #777971
-- Andreas Tille <tille@debian.org> Fri, 10 Jul 2015 18:39:50 +0200
librcsb-core-wrapper (1.005-3) unstable; urgency=medium
* Patch for Henry Spencer regular expressions (regex) library contains
a heap overflow vulnerability
Closes: #778397
-- Andreas Tille <tille@debian.org> Sat, 14 Feb 2015 17:56:49 +0100
librcsb-core-wrapper (1.005-2) unstable; urgency=medium
* Added libtool-bin as a build-dep (Closes: #761768).
-- Laszlo Kajan <lkajan@debian.org> Thu, 18 Sep 2014 21:15:13 +0200
librcsb-core-wrapper (1.005-1) unstable; urgency=medium
* New upstream version
* cme fix dpkg-control
* debhelper 9
* simplified d/rules
-- Andreas Tille <tille@debian.org> Tue, 29 Jul 2014 17:51:57 +0200
librcsb-core-wrapper (1.000-3) unstable; urgency=low
* Fixed make test "missing target" error (Closes: #724151).
-- Laszlo Kajan <lkajan@rostlab.org> Mon, 30 Sep 2013 19:41:17 +0200
librcsb-core-wrapper (1.000-2) unstable; urgency=low
* Corrected to install rcsb/ dir into -dev package instead of include/ dir.
* Patched upstream to not try to remove "/dev/null" log file.
* Changed interpreter of wrapper/python/setup.py.in from
#!/usr/bin/env python to #!/usr/bin/python
-- Laszlo Kajan <lkajan@rostlab.org> Wed, 19 Sep 2012 15:17:59 +0200
librcsb-core-wrapper (1.000-1) unstable; urgency=low
[ Laszlo Kajan <lkajan@rostlab.org> ]
* Initial release in Debian (Closes: #684403)
-- Laszlo Kajan <lkajan@rostlab.org> Fri, 10 Aug 2012 11:25:46 +0200
|