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
|
pyorbit (2.24.0-7.2) unstable; urgency=medium
* Non-maintainer upload.
* Fix FTBFS with dpkg-buildpackage -A. Thanks to
Santiago Vila <sanvila@unex.es> for the patch. Closes: #831944
* Remove Loic Minier from Uploaders, due to Debian GNOME team policy
-- Dr. Tobias Quathamer <toddy@debian.org> Sun, 27 Nov 2016 00:55:45 +0100
pyorbit (2.24.0-7.1) unstable; urgency=medium
* Non-maintainer upload.
* Build using dh-python. Closes: #786243.
-- Matthias Klose <doko@debian.org> Sat, 22 Aug 2015 15:04:03 +0200
pyorbit (2.24.0-7) unstable; urgency=medium
* Team upload.
[ Breno Leitao ]
* run dh-autoreconf to update config.{sub, guess} and
{libtool, aclocal}.m4 (Closes: #558624, 750700).
[ Luca Falavigna ]
* debian/control.in:
- Use X-Python-Version instead of deprecated XS-Python-Version.
- Remove obsolete XB-Python-Version fields.
- Bump Standards-Version to 3.9.5.
* debian/pycompat:
- Removed, no longer needed.
-- Luca Falavigna <dktrkranz@debian.org> Sat, 09 Aug 2014 10:16:42 +0200
pyorbit (2.24.0-6) unstable; urgency=low
* debian/python-pyorbit.install, debian/python-pyorbit-omg.install:
- Use jolly characters to fix FTBFS with python2.6.
-- Luca Falavigna <dktrkranz@debian.org> Tue, 26 Jan 2010 15:41:00 +0100
pyorbit (2.24.0-5) unstable; urgency=low
* Remove Provides: in python-pyorbit-omg, they are not used anyway.
* This allows to drop the Python-Depends field as well, removing the
need for further rebuild-only uploads.
-- Josselin Mouette <joss@debian.org> Wed, 06 Jan 2010 17:58:27 +0100
pyorbit (2.24.0-4) unstable; urgency=low
* Rebuilt against python-defaults without python2.4 support.
Closes: #562412.
-- Josselin Mouette <joss@debian.org> Mon, 04 Jan 2010 22:44:56 +0100
pyorbit (2.24.0-3) unstable; urgency=low
* Conflict against python-omniorb-omg. Closes: #550629.
* Add quilt support.
* 01_maintainer_mode.patch: set AM_MAINTAINER_MODE.
* 90_relibtoolize.patch: relibtoolize to get rid of the rpath issue on
amd64.
-- Josselin Mouette <joss@debian.org> Sat, 21 Nov 2009 10:05:41 +0100
pyorbit (2.24.0-2) unstable; urgency=low
* Rebuild with fixed python-support to get rid of an unsatisfiable
dependency on python2.6-pyorbit.
* debian/control.in:
- Build-depend on python-support >= 1.0.4.
- Bump Standards-Version to 3.8.3.
- Fix spelling error in package description: python -> Python.
-- Luca Falavigna <dktrkranz@debian.org> Fri, 09 Oct 2009 20:11:01 +0200
pyorbit (2.24.0-1) unstable; urgency=low
* Bump dependency on liborbit2-dev to 2.12 as mandated.
* New upstream release.
-- Josselin Mouette <joss@debian.org> Thu, 24 Sep 2009 18:15:23 +0200
pyorbit (2.14.3-2) unstable; urgency=low
* Use ${source:Version}.
* Use Python-Depends to generate correct dependencies for
python-pyorbit-omg; require python-support 0.7.3.
* Correctly run dh_pysupport in the binary-arch target.
-- Josselin Mouette <joss@debian.org> Sat, 22 Sep 2007 13:51:27 +0200
pyorbit (2.14.3-1) unstable; urgency=low
* Use a safer order for configure_flags / DEB_BUILD_GNU_TYPE.
* Add a second XB-Python-Version.
* Drop dh_python calls.
* New upstream stable release.
-- Loic Minier <lool@dooz.org> Sun, 27 May 2007 17:22:15 +0200
pyorbit (2.14.2-2) unstable; urgency=low
* Honor CFLAGS we set in rules, doh!
* Upload to unstable; drop check-dist include.
* Bump up Debhelper compatibility level to 5.
* Wrap build-deps and deps.
* Fix URL in copyright.
* Add XB/XS-Python-Version.
* Don't pass --host to configure when DEB_BUILD_GNU_TYPE equals
DEB_HOST_GNU_TYPE; cleanups.
* Add more ${misc:Depends}.
-- Loic Minier <lool@dooz.org> Sat, 14 Apr 2007 12:07:15 +0200
pyorbit (2.14.2-1) experimental; urgency=high
* Add a get-orig-source target to retrieve the upstream tarball.
* Include the new check-dist Makefile to prevent accidental uploads to
unstable; bump build-dep on gnome-pkg-tools to >= 0.10.
* Cleanup rules.
* Build-depend on autotools-dev.
* New upstream stable release; fixes potential segfault.
-- Loic Minier <lool@dooz.org> Sun, 11 Mar 2007 17:00:34 +0100
pyorbit (2.14.1-2) experimental; urgency=low
* Merge changes from 2.0.1-5.
-- Loic Minier <lool@dooz.org> Sat, 5 Aug 2006 22:38:11 +0200
pyorbit (2.14.1-1) experimental; urgency=low
* Add watch file.
* New upstream releases.
- Add Gustavo J. A. M. Carneiro to copyright.
- Bump pyversions to 2.4- as the upstream configure now requires Python
2.4.
- Bump up liborbit2-dev build-dep to >= 1:2.12.
* Target at experimental for now, as python-gnome2 needs python-pyorbit for
the Python 2.3 bindings, and we do not want to remove support for
python2.3 in gnome-python for now; we will drop 2.3 support after the
default Python runtime switches to 2.4.
-- Loic Minier <lool@dooz.org> Mon, 17 Jul 2006 14:00:30 +0200
pyorbit (2.0.1-5) unstable; urgency=low
* Add watch file.
* Copy Conflicts in Replaces, otherwise the python2.X- packages are not
replaced.
* Add debian/control to the pyversions -r call since it's mandatory, even if
the man page claims it's optional.
-- Loic Minier <lool@dooz.org> Sun, 23 Jul 2006 16:54:15 +0200
pyorbit (2.0.1-4) unstable; urgency=low
* Install examples one directory layer upper.
* Convert to the new python policy (closes: #373502).
+ pycompat = 2
+ pyversions = 2.2-
+ Rework debian/rules and use .install files.
+ Call dh_pysupport in the binary-indep target.
+ Change package descriptions accordingly.
+ Add correct conflict fields.
* Don't install useless .la files anymore.
* Debhelper compatibility mode 5.
* Require python-all-dev 2.3.5-11, debhelper 5.0.37.2 and
python-support 0.3.
* Standards version is 3.7.2.
-- Josselin Mouette <joss@debian.org> Sat, 24 Jun 2006 13:41:00 +0200
pyorbit (2.0.1-3) unstable; urgency=low
* GNOME Team Upload
* debian/control.in:
- added
- turned 2.2 packages in 2.4
- added Uploaders field
- updated Standards-Version with no changes
- removed not needed substitution variables ${{misc,shlibs}:Depends}
- added a new python-pyorbit-dev package which Depends on liborbit2-dev
(Closes: #317060)
* debian/rules:
- do stuff for 2.4 packages instead of 2.2 ones
- install the header and pkg-config files to the -dev package
* python2.{2,3}-pyorbit.examples -> python-pyorbit.examples:
- examples go in the generic package
* debian/copyright:
- updated FSF's address
-- Gustavo Noronha Silva <kov@debian.org> Sat, 1 Oct 2005 09:54:21 -0300
pyorbit (2.0.1-2) unstable; urgency=low
* changes from W. Borgert <debacle@debian.org>, thanks.
* Hopefully really closes: #220912. Two additional '-omg' packages are
introduced.
-- Sebastien Bacher <seb128@debian.org> Wed, 22 Dec 2004 21:46:52 +0100
pyorbit (2.0.1-1) unstable; urgency=low
* New upstream release.
-- Sebastien Bacher <seb128@debian.org> Mon, 4 Oct 2004 00:28:52 +0200
pyorbit (2.0.0-4) unstable; urgency=low
* debian/control:
- Build-Depends on python.
-- Sebastien Bacher <seb128@debian.org> Sat, 10 Jul 2004 12:45:37 +0200
pyorbit (2.0.0-3) unstable; urgency=low
* Use alternatives for CORBA.py and PortableServer.py (Closes: #220912).
* Remove Conflicts on python-omniorb2.
-- Sebastien Bacher <seb128@debian.org> Fri, 26 Dec 2003 00:09:32 +0100
pyorbit (2.0.0-2) unstable; urgency=low
* Rebuilt with ORBit2 2.8 (Closes: #223930).
* Updated Build-Depends.
-- Sebastien Bacher <seb128@debian.org> Sat, 20 Dec 2003 22:13:17 +0100
pyorbit (2.0.0-1) unstable; urgency=low
* New upstream release.
-- Sebastien Bacher <seb128@debian.org> Mon, 1 Sep 2003 19:31:27 +0200
pyorbit (1.99.7-1) unstable; urgency=low
* New upstream version.
* Updated Standards-Version to 3.6.1.0.
-- Sebastien Bacher <seb128@debian.org> Sun, 24 Aug 2003 20:02:03 +0200
pyorbit (1.99.6-4) unstable; urgency=low
* Fixed overwrite problem.
* Switched section to python.
-- Sebastien Bacher <seb128@debian.org> Mon, 18 Aug 2003 02:17:56 +0200
pyorbit (1.99.6-3) unstable; urgency=low
* Fixed depends.
* Use dh_python.
-- Sebastien Bacher <seb128@debian.org> Tue, 12 Aug 2003 14:29:05 +0200
pyorbit (1.99.6-2) unstable; urgency=low
* Rebuilded with python 2.3 as default version.
-- Sebastien Bacher <seb128@debian.org> Sun, 10 Aug 2003 18:12:03 +0200
pyorbit (1.99.6-1) unstable; urgency=low
* New upstream release.
- Should work better with python 2.3 (Closes: #188610).
* Conflict with python2.2-omniorb2 (Closes: #202205).
-- Sebastien Bacher <seb128@debian.org> Thu, 31 Jul 2003 19:44:01 +0200
pyorbit (1.99.5-1) unstable; urgency=low
* New upstream release.
* Updated to standards version 3.6.0.
* Updated description for python-pyorbit package.
-- Sebastien Bacher <seb128@debian.org> Wed, 16 Jul 2003 14:55:49 +0200
pyorbit (1.99.4-1) unstable; urgency=low
* New upstream release.
* Updated to standards version 3.5.9.
* Added Depends on ${misc:Depends}.
-- Sebastien Bacher <seb128@debian.org> Mon, 24 Mar 2003 01:49:24 +0100
pyorbit (1.99.3-1) unstable; urgency=low
* Initial Release (Closes: #182027).
-- Sebastien Bacher <seb128@debian.org> Sat, 22 Feb 2003 15:48:47 +0100
|