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 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653
|
pygobject-2 (2.28.6-13) unstable; urgency=low
* debian/rules:
+ Disable silent rules.
* Add build-indep and build-arch targets. Closes: #831960.
-- Emilio Pozuelo Monfort <pochu@debian.org> Fri, 22 Jul 2016 19:25:33 +0200
pygobject-2 (2.28.6-12) unstable; urgency=low
* Rebuild to use Python 2.7 by default. (Closes: #701972)
* Bump Standards-Version to 3.9.4, no changes necessary.
-- Martin Pitt <mpitt@debian.org> Fri, 10 May 2013 08:19:32 +0200
pygobject-2 (2.28.6-11) unstable; urgency=low
* debian/control.in: Drop the "Provides: python2.6-gobject". There are no
reverse dependencies anyway, and we don't encourage any new ones.
* Add 00git_class_init.patch: Move property and signal creation into
_class_init(). This allows old PyGTK applications to work with static
PyGObject and GLib 2.35.x. (LP: #1129309)
-- Martin Pitt <mpitt@debian.org> Tue, 19 Feb 2013 16:19:52 +0100
pygobject-2 (2.28.6-10) unstable; urgency=low
[ Josselin Mouette ]
* Update repository URL.
[ Martin Pitt ]
* Add 00git_fix_qdata_warning.patch: Fix set_qdata warning on accessing NULL
gobject property. Backported from upstream git.
* Add 00git_gio_flag_type.patch: Fix definition of flag types. Backported
from upstream git. (LP: #918607)
* debian/copyright: Update to copyright format 1.0.
* debian/control.in: Bump Standards-Version to 3.9.3.
-- Martin Pitt <mpitt@debian.org> Tue, 13 Mar 2012 18:52:21 +0100
pygobject-2 (2.28.6-9) unstable; urgency=high
* Urgency high as this blocks the testing migration of g-i, pygobject, and
others, and this is a trivial change.
* debian/control.in: Add "Provides: python2.x-gobject" to python-gobject-2
to also satisfy dependencies for packages which use the obsolete explicit
dependencies, such as python-insanity. (Closes: #651824)
-- Martin Pitt <mpitt@debian.org> Mon, 12 Dec 2011 14:15:29 +0100
pygobject-2 (2.28.6-8) unstable; urgency=low
* Upload to unstable
-- Sjoerd Simons <sjoerd@debian.org> Sun, 20 Nov 2011 11:32:42 +0000
pygobject-2 (2.28.6-7) experimental; urgency=low
* debian/control.in, debian/rules: Rename python-gobject-dev to
python-gobject-2-dev. pygobject 2.90 now also builds a python-gobject-dev
which depends on python-gobject-2-dev.
* debian/control.in: Fix "Conflicts/Breaks" pairs to actually be what I
mean: "Breaks/Replaces".
-- Martin Pitt <mpitt@debian.org> Mon, 05 Sep 2011 07:49:29 +0200
pygobject-2 (2.28.6-6) experimental; urgency=low
* debian/copyright: Update to current licenses/copyrights, and convert to
DEP-5.
-- Martin Pitt <mpitt@debian.org> Thu, 18 Aug 2011 07:51:59 +0200
pygobject-2 (2.28.6-5) experimental; urgency=low
* Split package: The 2.28 version is now deprecated and called pygobject-2;
it will only contain the old static bindings without introspection. The
pygobject 3.0 version only contains the introspection bindings now, and
will depend on python-gobject-2 for backwards compatibility until all
packages get ported to use introspection.
- debian/control.in, debian/rules: Rename packages to *-2 and update
description to point out that these are deprecated and only provided for
backwards compatibility.
- debian/control.in, debian/rules: Drop python 3 packages; python3-gobject
does not yet have any reverse dependencies, and we don't want to
encourage porting to Python 3 without porting to GI as well.
- debian/control.in: Update Vcs-* for pygobject-2 branch.
- debian/rules: Disable introspection support. Drop gobject-introspection
and libgirepository1.0-dev build dependencies.
- debian/control.in: Conflicts/Breaks python-gobject{,-dbg} << 2.90.
-- Martin Pitt <mpitt@debian.org> Wed, 17 Aug 2011 11:24:46 +0200
pygobject (2.28.6-4) unstable; urgency=low
* debian/rules: Create shlibs for python3 packages, too.
* debian/rules: Call dh_strip on python3-gobject, too.
-- Martin Pitt <mpitt@debian.org> Thu, 14 Jul 2011 11:43:08 +0200
pygobject (2.28.6-3) unstable; urgency=low
* Cherrypick some fixes from pygobject-2-28 upstream branch:
- 00git_test_case_hang.patch: Fix hang in test suite when
TestGDBusClient.test_native_calls_async() test case fails.
- 00git_messagebox_type.patch: Fix MessageBox so it correctly handles
the type constructor param.
- 00git_python3_build.patch, 00git_python3-maketrans.patch: Python 3 fixes.
- 00git_gio_test.patch: Port test_properties from static gio to GI Gio, so
that the tests will also work with Python 3.
* debian/control.in, debian/rules: Add and build python3-gobject and
python3-gobject-dbg packages. Until we get py3cairo packaged in Debian (in
the works), we need to build the python3 flavour with --disable-cairo, and
apply some workarounds in debian/rules (see the "FIXME"s); these will
disappear again with py3cairo.
-- Martin Pitt <mpitt@debian.org> Thu, 14 Jul 2011 11:17:05 +0200
pygobject (2.28.6-2) unstable; urgency=low
* Cherrypick some fixes from pygobject-2-28 upstream branch:
- Add 00git_enum_properties.patch: Add support for enums in
gobject.property
- Add 00git_cairo_init.patch: Correctly initialize the _gi_cairo_functions
array to be zero filled
- 00git_textiter_crash.patch: Fix crash in Gtk.TextIter overrides
-- Martin Pitt <mpitt@debian.org> Fri, 08 Jul 2011 12:01:44 +0200
pygobject (2.28.6-1) unstable; urgency=low
* New upstream bug fix release.
* Drop 21_fix_symbol_names_to_be_locale_independent.patch, fixed upstream.
* debian/watch: Fix syntax to actually catch current versions.
* debian/watch: Move to .bz2 tarballs, upstream stopped publishing gz.
-- Martin Pitt <mpitt@debian.org> Tue, 14 Jun 2011 11:05:13 +0200
pygobject (2.28.4-1) unstable; urgency=low
[ Josselin Mouette ]
* Drop ${python:Provides} for python-gobject-cairo (it depends on
python-cairo).
[ Laurent Bigonville ]
* New upstream release.
- Revert ABI break (Closes: #625703)
* debian/control.in: Bump Standards-Version to 3.9.2 (no further changes)
* debian/patches/21_fix_symbol_names_to_be_locale_independent.patch:
Fix case conversion issue (Taken from upstream)
-- Laurent Bigonville <bigon@debian.org> Fri, 06 May 2011 14:05:14 +0200
pygobject (2.28.3-3) unstable; urgency=low
* Rebuild for python 2.7 transition, no source changes.
-- Laurent Bigonville <bigon@debian.org> Tue, 19 Apr 2011 21:38:48 +0200
pygobject (2.28.3-2) unstable; urgency=low
* Upload to unstable
-- Laurent Bigonville <bigon@debian.org> Sun, 10 Apr 2011 23:41:56 +0200
pygobject (2.28.3-1) experimental; urgency=low
[ Laurent Bigonville ]
* New upstream release (Closes: #619338).
* debian/control.in:
- Bump cdbs and python-all-dev build-dependencies
- Drop XB-Python-Version: ${python:Versions}
- Make python-gobject-dbg Depends against ${python:Depends}
instead of python-dbg
- Build-dependends against dh-autoreconf
- Add xauth, gir1.2-glib-2.0, gir1.2-gtk-3.0 and gir1.2-freedesktop
to build-depends, needed by the tests
* Drop d/p/40_revert_libpython_link.patch,
d/p/30_[gi-overrides]-fix-exception-block-so-it-works-in-Python-2.5.patch:
Applied upstream
* Drop debian/patches/99_autoreconf.patch: Not needed anymore
* debian/rules: Call dh_autoreconf{_clean} instead of handeling this by hand,
should Closes: #558530
[ Martin Pitt ]
* debian/rules: Move from pysupport (which is being deprecated) to
dh_python2. Drop python-support build dependency.
(Closes: #614764)
* debian/rules: Install a library search path for a pysupport compatible
gtk-2.0 directory, to avoid instantly breaking all reverse dependencies.
This needs to stay until they get converted to dh_python2.
* Fix test suite calls during package build (Closes: #619257):
- debian/rules: Copy Python files from our modules into build tree, so
that the tests actually find them. In Python you can't have Python
modules and compiled extensions which belong to the same import in
different directories. (Unfortunately it's hard to upstream this, so
keep it as a Debian specific hack for now.)
- debian/rules: Run the tests under xvfb so that the Gdk/Gtk ones can
succeed.
- debian/rules: Disable fakeroot for the tests by unsetting $LD_PRELOAD.
Otherwise the tests try to connect to root's session D-BUS.
- debian/control.in: Add build dependencies: xvfb (as we now use it in
debian/rules), dbus-x11 (as the test suite uses dbus-launch), and
python-apt-dbg/python-cairo-dbg, so that the test cases for the debug
builds have all dependencies met.
-- Laurent Bigonville <bigon@debian.org> Thu, 24 Mar 2011 16:05:06 +0100
pygobject (2.28.0-2) experimental; urgency=low
* Add debian/patches/40_revert_libpython_link.patch: Do not link against
libpython, taken from upstream (Closes: #618749)
* Add debian/patches/99_autoreconf.patch: Run autoreconf
-- Laurent Bigonville <bigon@debian.org> Mon, 21 Mar 2011 14:15:03 +0100
pygobject (2.28.0-1) experimental; urgency=low
* New upstream stable release:
- Fix glib.main_context_default() causes immediate segfault
(Closes: #580791)
- Fix import error with GTK3 gir binding (Closes: #618557)
* debian/control.in:
- Bump python-cairo-dev and gobject-introspection build-dependencies
- Bump python-gobject-dev dependency against libglib2.0-dev
- Drop Build-Conflicts against python2.3-dev (<< 2.3.5)
- Drop C/R/P against python-gobject-doc
- Drop Conflicts against python-gtk2{-dev,} (<< 2.10)
* debian/rules: Adjust installation path for cairo binding
* debian/copyright: Update copyright file
* debian/rules: Remove explicit calls to quilt as we are using '3.0 (quilt)'
format
* d/p/30_[gi-overrides]-fix-exception-block-so-it-works-in-Python-2.5.patch:
Make exception compatible with python 2.5 (taken from upstream)
-- Laurent Bigonville <bigon@debian.org> Wed, 16 Mar 2011 13:28:29 +0100
pygobject (2.27.0-2) experimental; urgency=low
* debian/control.in:
- Depend on gir1.2-glib-2.0 instead of in gir1.0-glib-2.0.
- Build depend on libglib2.0-dev >= 2.24. Closes: #609277.
-- Emilio Pozuelo Monfort <pochu@debian.org> Sat, 08 Jan 2011 02:34:41 +0000
pygobject (2.27.0-1) experimental; urgency=low
* New upstream release.
* debian/control.in:
- Bump Standards-Version to 3.9.1 (no further changes)
- Build-depend on libgirepository1.0-dev, libcairo2-dev, python-cairo-dev
and gobject-introspection
- python-gobject: Conflicts/Replaces/Provides python-gi
- python-gobject: Add dependency against gir1.0-glib-2.0
- Add python-gobject-cairo package and make python-gobject Recommends it
- Bump minimal python version to 2.5.2
* debian/rules:
- Don't need --enable-pygi, it is now merged
- Install files for python-gobject-cairo
* Drop debian/patches/03_maintainer_mode.patch: Merged upstream
* Drop debian/patches/90_autofoo.patch: Not needed anymore
* debian/watch: Bump version to 3
-- Laurent Bigonville <bigon@debian.org> Wed, 24 Nov 2010 22:10:22 +0100
pygobject (2.21.4+is.2.21.3-1) unstable; urgency=low
* Downgrade to version 2.21.3 since PyGI is absolutely not ready to
make it to a stable release. Closes: #590680, #592570.
* Revert all Laurent’s corresponding packaging changes, except the
following:
+ 04_testsuite_gtk.patch: dropped, not needed anymore.
+ 64_gil_locking.patch: dropped, finally merged upstream.
+ 90_autofoo.patch: refreshed.
+ Bump Standards-Version to 3.9.0 (no further changes).
+ Bump debhelper version to 7.
+ Replace dh_clean -k by dh_prep.
* 20_deprecated_spam.patch: new patch. Avoid spamming the console for
using deprecated functions that every program uses.
-- Josselin Mouette <joss@debian.org> Mon, 16 Aug 2010 18:14:38 +0200
pygobject (2.21.4-1) unstable; urgency=low
[ Laurent Bigonville ]
* New upstream release.
* Bump Standards-Version to 3.9.0 (no further changes)
* Bump debhelper version to 7
* debian/control.in:
- Build-depend on libgirepository1.0-dev, libcairo2-dev, python-cairo-dev
- python-gobject: Conflicts/Replaces/Provides python-gi
- Add python-gobject-cairo package and make python-gobject Recommends it
* debian/rules:
- Don't need --enable-pygi, it is now merged
- Install files for python-gobject-cairo
- Replace dh_clean -k by dh_prep
- Make pygobject-codegen-2.0 call the default version of python
* Dropped debian/patches/03_maintainer_mode.patch
debian/patches/04_testsuite_gtk.patch,
debian/patches/64_gil_locking.patch,
debian/patches/90_autofoo.patch: not needed anymore
[ Emilio Pozuelo Monfort ]
* debian/rules:
- Drop above change to make pygobject-codegen-2.0 call the default
Python version. Build with the default Python version after all
the other ones instead. Closes: #590358.
-- Emilio Pozuelo Monfort <pochu@debian.org> Mon, 26 Jul 2010 21:16:58 +0200
pygobject (2.21.1-2) unstable; urgency=low
[ Emilio Pozuelo Monfort ]
* debian/control.in:
- Drop python2.5{,-dev} (build) dependencies. They were there to
make sure Python had wakeupfd support, but that's already in
stable and the 2.5 dependency will be problematic in the future,
so drop it already.
[ Laurent Bigonville ]
* debian/control:
- Bump Standards-Version to 3.8.4
- Add Vcs-Svn and Vcs-Browser field
- Be more explicit in -dbg long description
* debian/rules: Enable pygi support (Closes: #579018)
* Switch to dpkg-source 3.0 (quilt) format
-- Laurent Bigonville <bigon@debian.org> Mon, 07 Jun 2010 20:05:07 +0200
pygobject (2.21.1-1) unstable; urgency=low
[ Josselin Mouette ]
* Suggest gir1.0-glib-2.0 instead of gobject-introspection-*.
[ Loïc Minier ]
* Split out make check runs in their own targets.
* Also make check the dbg builds.
* Don't make check when nocheck is in DEB_BUILD_OPTIONS; thanks
Daniel Schepler.
[ Emilio Pozuelo Monfort ]
* debian/patches/64_gil_locking.patch:
- Add header.
[ Josselin Mouette ]
* New upstream release.
* Introspection stuff has been moved to pygi.
* 61_wakeupfd-fctnl-and-read.patch: dropped, merged upstream.
* 90_autofoo.patch: regenerated.
-- Josselin Mouette <joss@debian.org> Mon, 12 Apr 2010 23:41:32 +0200
pygobject (2.20.0-1) unstable; urgency=low
[ Emilio Pozuelo Monfort ]
* python-gobject-dbg is section debug.
[ Josselin Mouette ]
* New upstream release.
* Switch installation path to /usr/lib/pymodules instead of
/var/lib/python-support.
* Enable girepository support; build-depend on libgirepository1.0-dev.
* Suggest some introspection packages.
* 90_autofoo.patch: regenerated for the new version.
-- Josselin Mouette <joss@debian.org> Thu, 24 Sep 2009 18:53:49 +0200
pygobject (2.18.0-1) unstable; urgency=low
* Fix English mistake in long descriptions. Closes: #524545.
* New upstream release.
+ Fixes argument passing for glib.IOChannel. Closes: #528459.
* 01_pkgconfig-private.patch,
62_install-pyglib-in-libdir-with-python-version.patch:
dropped, merged upstream.
* 90_autofoo.patch: regenerated.
-- Josselin Mouette <joss@debian.org> Fri, 14 Aug 2009 13:37:12 +0200
pygobject (2.16.1-1) unstable; urgency=low
* New upstream release.
+ 90_autofoo.patch: regenerated.
-- Josselin Mouette <joss@debian.org> Wed, 11 Mar 2009 22:51:50 +0100
pygobject (2.16.0-1) unstable; urgency=low
[ Loic Minier ]
* Pass PYTHON to $(MAKE) runs for robustness in case of timestamp skews;
thanks Colin Watson; closes: #509192.
* Pass --disable-maintainer-mode to configure.
* Rework patch and config.sub/.guess handling: backup config.guess and .sub,
call quilt instead of relying on cdbs' quilt patchsys, restore
config.guess and .sub after unpatching. This avoids config.guess and .sub
in the diff, and allows control over fully working and fully patched
trees.
* Call dh_* -s instead of -a in binary-arch.
* Rework install rules and dependencies completely to avoid .PHONY implicit
targets.
[ Josselin Mouette ]
* Install files to the python-support directory since objcopy is
completely stupid and doesn’t add the full pathname to the
.gnu_debuglink section. Closes: #518026.
* New upstream release.
* 63_macro-dir.patch: removed, merged upstream.
* 90_autofoo.patch: regenerated.
* Fix quilt invocation so that patches are applied.
* Pass echo=/bin/echo to the environment to work around the ☠☢☣⚡⚠✈║
libtool bug that is not able to find a command as simple as echo, is
that really too much to ask?
* 04_testsuite_gtk.patch: new patch. Don’t run tests that require
pygtk being installed.
-- Josselin Mouette <joss@debian.org> Sun, 08 Mar 2009 12:44:24 +0100
pygobject (2.15.4-2) experimental; urgency=low
* debian/patches/64_gil_lock.patch, added.
+ Release the python GIL lock when getting properties and unreffing
objects. Prevents deadlocks when using farsight2.
-- Sjoerd Simons <sjoerd@debian.org> Fri, 28 Nov 2008 16:07:42 +0100
pygobject (2.15.4-1) experimental; urgency=low
[ Emilio Pozuelo Monfort ]
* Merged 2.15 updates from Ubuntu, thanks to Sebastien Bacher
and Loïc Minier:
- Build-Depend on libglib2.0-dev >= 2.14.
- debian/patches/60_use-python-config-for-includes.patch,
debian/patches/02_ffi-use-pkgconfig:
+ Dropped, fixed upstream.
- debian/patches/debian/patches/61_wakeupfd-fix.patch:
+ Renamed as 61_wakeupfd-fctnl-and-read.patch, updated.
- debian/patches/62_install-pyglib-in-libdir-with-python-version.patch:
+ installs the new pyglib public library to the private directory
libdir/pygobject/python<python version> to have one lib per python
version
- debian/patches/63_macro-dir.patch:
+ Add AC_CONFIG_MACRO_DIR for libtoolize. GNOME #551227.
- debian/patches/69_pyg-register-pointer-typo:
+ fixes crash on x86-64 due to a typo. GNOME #550463.
- debian/patches/90_autofoo.patch:
+ Updated.
- debian/rules:
+ Call dh_makeshlibs to generate shlibs on python-gobject >= 2.15.2.
+ Rework -dbg support for the new pyglib shared lib.
- Bump Standards-Version to 3.8.0.
- debian/rules:
+ Use find -print0/xargs -0.
* New upstream release. Closes: #492647.
- Build-Depend on libglib2.0-dev >= 2.16.0 for GIO support.
- debian/patches/69_pyg-register-pointer-typo:
+ Removed, fixed upstream.
* debian/patches/62_install-pyglib-in-libdir-with-python-version.patch:
- Changed so that libpyglib is in /usr/lib and shared objects linking
to it don't need an RPATH. The library is now in
$libdir/libpyglib-2.0-pythonX.Y.so
Thanks a lot to Loïc Minier for his help and guidance!
* debian/rules:
- Adjusted for the above patch.
- Copy config.* in build and restore it in clean, so that changes don't
end up in the diff.gz.
* debian/patches/90_autofoo.patch:
- Regenerated.
[ Josselin Mouette ]
* Re-add references in 61_wakeupfd-fctnl-and-read.patch.
* 90_autofoo.patch: remove autom4te.cache.
* Depend on python 2.5, since the test suite does not run with python
2.4.
* Use pyversions -vr to really disable the 2.4 build.
* Pass /usr/share/pygobject to dh_pysupport.
* Don’t move the -dbg symbolic link to the -dev package.
* Run dh_makeshlibs separately for python-gobject-dbg.
-- Josselin Mouette <joss@debian.org> Wed, 12 Nov 2008 15:49:34 +0100
pygobject (2.14.2-1) unstable; urgency=low
* Switch to quilt; build-depend on quilt.
* New upstream release.
+ Refresh patches.
* 03_maintainer_mode.patch: add AM_MAINTAINER_MODE.
* 61_wakeupfd-fix.patch: do not use the wakeupfd in non-threaded
applications, as it is not initialized.
-- Josselin Mouette <joss@debian.org> Sat, 07 Jun 2008 15:05:11 +0200
pygobject (2.14.1-8) unstable; urgency=low
* Revert last upload, the pygobject patch was fine and the bug lies in
pygtk. Furthermore, wakeupfd gets used anyway since Python supports
it, so we *need* this patch.
-- Josselin Mouette <joss@debian.org> Wed, 04 Jun 2008 00:08:02 +0200
pygobject (2.14.1-7) unstable; urgency=low
* Also add an explicit python2.5 (>= 2.5.2-5) dep; closes: #481936.
* Drop patch 61_wakeupfd-fix, it seems to expose some python2.5 64-bits
issue; revert build-deps and deps bumps from 2.12.1-3 and -4.
-- Loic Minier <lool@dooz.org> Tue, 20 May 2008 11:26:02 +0200
pygobject (2.14.1-6) unstable; urgency=low
* Update 61_wakeupfd-fix to use more ifdefs for python without the wakeupfd
support; see #481457.
* Build-dep and dep on python2.5-dev >= 2.5.2-5 for wakeupfd support.
-- Loic Minier <lool@dooz.org> Fri, 16 May 2008 14:14:06 +0200
pygobject (2.14.1-5) unstable; urgency=low
* New patch, 61_wakeupfd-fix, from the fix to the initial SETWAKEUPFD
support in GNOME #481569.
-- Loic Minier <lool@dooz.org> Thu, 15 May 2008 14:56:58 +0200
pygobject (2.14.1-4) unstable; urgency=low
* Depend and build-depend on libffi-dev >= 3.0.5 so that the older
package without a .pc file is not used.
-- Josselin Mouette <joss@debian.org> Thu, 17 Apr 2008 20:24:59 +0200
pygobject (2.14.1-3) unstable; urgency=low
* 01_pkgconfig-private.patch: new patch, move libffi to
Requires.private to prevent pygobject rdeps from depending on it.
* 02_ffi-use-pkgconfig.patch: new patch, use pkg-config to check for
libffi.
* 60_use-python-config-for-includes.patch: strip the autogenerated
part.
* 90_autofoo.patch: re-run aclocal/automake/autoconf on top of it.
* Capitalize Python in the descriptions.
* Use binary:Version.
-- Josselin Mouette <joss@debian.org> Tue, 25 Mar 2008 01:11:56 +0100
pygobject (2.14.1-2) unstable; urgency=low
* New patch, 60_use-python-config-for-includes, use python-config to set
PYTHON_INCLUDES; fixes support for -dbg package; GNOME #448173;
closes: #468130. NB: the patch also ships m4/ from upstream SVN as this
wasn't disted properly and also updated autoconf.
-- Loic Minier <lool@dooz.org> Wed, 27 Feb 2008 16:09:00 +0100
pygobject (2.14.1-1) unstable; urgency=low
* New upstream release; new features / bug fixes.
-- Loic Minier <lool@dooz.org> Mon, 07 Jan 2008 10:59:32 +0100
pygobject (2.14.0-4) unstable; urgency=low
* debian/rules:
- don't stop the build when make check has an error to avoid having
to add a depends on pygtk
-- Sebastien Bacher <seb128@debian.org> Sat, 01 Dec 2007 23:20:19 +0100
pygobject (2.14.0-3) unstable; urgency=low
* debian/control.in:
- Build-Depends on python-all-dbg
- Conflicts,Provides,Replaces python-gobject-doc
- list python-gobject-dbg package
* debian/rules:
- build dbg variant
- run make check
-- Sebastien Bacher <seb128@debian.org> Fri, 30 Nov 2007 12:46:58 +0100
pygobject (2.14.0-2) unstable; urgency=low
* python-gobject-dev depends on libglib2.0-dev and libffi-dev.
-- Josselin Mouette <joss@debian.org> Sun, 23 Sep 2007 22:43:19 +0200
pygobject (2.14.0-1) unstable; urgency=low
* New upstream release.
* Use source:Version.
* Build-depend on libffi-dev.
-- Josselin Mouette <joss@debian.org> Sat, 22 Sep 2007 10:11:58 +0200
pygobject (2.12.3-2) unstable; urgency=low
* 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.
* Honor CFLAGS we set in rules, doh!
* Set some sane default CFLAGS and honor noopt in DEB_BUILD_OPTIONS.
* Upload to unstable; drop check-dist include.
* Add watch file.
* Fix URL in copyright.
* Wrap build-deps and deps.
* Set XS-Python-Version to >= 2.3 and build-conflict on python2.3-dev <<
2.3.5; add XB-Python-Version; bump python-all-dev build-dep to >= 2.3.5.
* Add a ${misc:Depends}.
* Don't pass --host to configure when DEB_BUILD_GNU_TYPE equals
DEB_HOST_GNU_TYPE.
* build target is PHONY.
* Cleanups.
-- Loic Minier <lool@dooz.org> Sat, 14 Apr 2007 13:29:37 +0200
pygobject (2.12.3-1) experimental; urgency=low
* New upstream release.
* 01_doc_licensing.patch: removed, integrated upstream.
-- Josselin Mouette <joss@debian.org> Thu, 4 Jan 2007 20:41:25 +0100
pygobject (2.12.1-4) experimental; urgency=low
* python-gobject-dev recommends docbook-xsl.
* python-gobject-dev depends on python-dev.
-- Josselin Mouette <joss@debian.org> Tue, 2 Jan 2007 22:27:27 +0100
pygobject (2.12.1-3) experimental; urgency=low
[ Josselin Mouette ]
* Build-depend on docbook-xsl (closes: #397811).
[ Loic Minier ]
* Upload.
-- Loic Minier <lool@dooz.org> Sun, 3 Dec 2006 13:50:38 +0100
pygobject (2.12.1-2) experimental; urgency=low
* 01_doc_licensing.patch: stolen from upstream CVS. Upstream agreed to
relicense the documentation to LGPL.
* copyright: document that.
-- Josselin Mouette <joss@debian.org> Thu, 12 Oct 2006 20:35:45 +0200
pygobject (2.12.1-1) experimental; urgency=low
* Initial release.
* This package was split out from pygtk.
-- Josselin Mouette <joss@debian.org> Tue, 26 Sep 2006 21:30:26 +0200
|