debian/0000755000000000000000000000000012214153026007162 5ustar debian/copyright0000644000000000000000000000230712214152574011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: bzr-dbus Upstream-Contact: Bazaar Developers Source: https://launchpad.net/bzr-dbus Files: * Copyright: 2007, Canonical Ltd License: GPL-2 Files: debian/* Copyright: 2007-2012, Jelmer Vernooij 2013, Andrew Starr-Bochicchio License: GPL-2 License: GPL-2 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License with the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL-2; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. . On Debian systems, the full text of the GPLv2 can be found in /usr/share/common-licenses/GPL-2 debian/source/0000755000000000000000000000000012214152747010473 5ustar debian/source/format0000644000000000000000000000001412214152574011677 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000011412214152574010216 0ustar # bzr-dbus is maintained in bzr # to download, run "bzr export lp:bzr-dbus" debian/testsuite.sh0000755000000000000000000000056712214152574011571 0ustar #!/bin/sh # Simple wrapper that runs the bzr-dbus testsuite with a new DBus # session and tears it down when its done DBUS_SESSION_BUS_PID= killdbus() { echo "killing dbus process $DBUS_SESSION_BUS_PID" kill $DBUS_SESSION_BUS_PID } trap killdbus EXIT QUIT INT STOP TERM eval `dbus-launch --sh-syntax` BZR_PLUGINS_AT=dbus@`pwd` dbus-launch /usr/bin/bzr selftest -s bp.dbus debian/control0000644000000000000000000000223312214152607010571 0ustar Source: bzr-dbus Section: vcs Priority: optional Maintainer: Debian Bazaar Maintainers Uploaders: Andrew Starr-Bochicchio Homepage: https://launchpad.net/bzr-dbus Build-Depends-Indep: bzr (>= 1.0), dbus, python-bzrlib.tests | bzr (<< 2.4.0~beta1-2), python-testtools Build-Depends: dbus-x11, debhelper (>= 7.0.60~), python-all (>= 2.6.6-3), python-dbus, python-gi Standards-Version: 3.9.4 X-Python-Version: >= 2.4 Vcs-Bzr: http://bzr.debian.org/pkg-bazaar/bzr-dbus/unstable/ Vcs-Browser: http://anonscm.debian.org/loggerhead/pkg-bazaar/bzr-dbus/unstable/files XS-Testsuite: autopkgtest Package: bzr-dbus Architecture: all Depends: python-bzrlib | bzr (>= 1.0), python-dbus, python-gi, ${misc:Depends}, ${python:Depends} Recommends: bzr Enhances: bzr Breaks: ${python:Breaks} Description: D-Bus announcements plugin for Bazaar Integration between bzr and D-Bus. This includes a D-Bus service to broadcast revisions and bzr hooks to generate such broadcasts. debian/changelog0000644000000000000000000001141212214152664011042 0ustar bzr-dbus (0.1~bzr55-2) unstable; urgency=low * Drop bzr-gtk suggests, as bzr-gtk is going away. -- Jelmer Vernooij Wed, 11 Sep 2013 21:41:52 +0100 bzr-dbus (0.1~bzr55-1) unstable; urgency=low * New upstream snapshot. - Fixes PyGIDeprecationWarnings (LP: #1095884). * Re-adopt for pkg-bazaar-maint, adding myself as uploader (Closes: #667801). * Add Vcs-Browser field to debian/control. * Bump Standards-Version to 3.9.4, no changes needed. * Add autopkgtests. * Run wrap-and-sort over the control file. * Use machine readable format for debian/copyright. * Transition {build} depends to python-gi completely, no longer allow python-gobject-2 to fullfill the dependency. -- Andrew Starr-Bochicchio Wed, 08 May 2013 22:02:43 -0400 bzr-dbus (0.1~bzr52-2) unstable; urgency=low * Orphan package. -- Jelmer Vernooij Mon, 28 May 2012 23:51:47 +0200 bzr-dbus (0.1~bzr52-1) unstable; urgency=low * Depend on python-bzrlib rather than bzr itself, and recommend bzr. * New upstream snapshot. + Fixes compatibility withy gtk3. LP: #923824 -- Jelmer Vernooij Wed, 01 Feb 2012 17:20:02 +0100 bzr-dbus (0.1~bzr51-2) unstable; urgency=low * Revert unnecessary delta against the orig source. Closes: #643063 -- Jelmer Vernooij Sun, 02 Oct 2011 01:11:20 +0200 bzr-dbus (0.1~bzr51-1) unstable; urgency=low * New upstream snapshot. + Removes zeitgeist support, which is incompatible with newer versions of zeitgeist and also provided by zeitgeist-datasource-bzr. LP: #814820 -- Jelmer Vernooij Wed, 31 Aug 2011 04:11:59 +0200 bzr-dbus (0.1~bzr50-2) unstable; urgency=low * Add dependency on gobject. Closes: #637607 -- Jelmer Vernooij Sat, 13 Aug 2011 01:19:15 +0200 bzr-dbus (0.1~bzr50-1) unstable; urgency=low * New upstream snapshot. + Fixes test isolation problems in test_server. Closes: #634432 -- Jelmer Vernooij Tue, 19 Jul 2011 14:20:47 +0200 bzr-dbus (0.1~bzr49-2) unstable; urgency=low * Re-arrange | condition in build deps to make sbuild happy. * Bump standards version to 3.9.2 (no changes). -- Jelmer Vernooij Fri, 06 May 2011 02:41:59 +0200 bzr-dbus (0.1~bzr49-1) unstable; urgency=low * Add build dependency on python-bzrlib.tests for compatibility with newer versions of bzr. * New upstream snapshot. -- Jelmer Vernooij Sun, 01 May 2011 04:23:48 +0200 bzr-dbus (0.1~bzr47-1) unstable; urgency=low [ Max Bowsher ] * New upstream snapshot, including: - Support bzr 2.3. - Testsuite fixes. * Move execution of the tests from the 'binary' to 'build' phase - this causes them not to execute under fakeroot, with which they are incompatible. [ Jelmer Vernooij ] * New upstream snapshot. * Switch to dh_python2. Closes: #616754 * Bump standards version to 3.9.1 (no changes). * Switch to debhelper 7, drop cdbs. * Add Suggests: zeitgeist and mention zeitgeist in the package description. -- Jelmer Vernooij Fri, 11 Mar 2011 12:46:07 +0100 bzr-dbus (0.1~bzr39-2) unstable; urgency=low * Move to section vcs. * Bump standards version to 3.8.4. * Use source format version 3. -- Jelmer Vernooij Mon, 08 Feb 2010 00:48:16 +0100 bzr-dbus (0.1~bzr39-1) unstable; urgency=low * New upstream snapshot. -- Jelmer Vernooij Tue, 10 Mar 2009 15:01:50 +0100 bzr-dbus (0.1~bzr36-3) unstable; urgency=low * Add patch to prevent immediate failure if dbus can't be contacted. (Closes: #503834) -- Jelmer Vernooij Sun, 05 Oct 2008 15:51:19 +0200 bzr-dbus (0.1~bzr36-2) unstable; urgency=low * Merged daemonless DBus patch from James Henstridge, required for bzr-avahi. -- Jelmer Vernooij Mon, 04 Aug 2008 22:22:35 +0200 bzr-dbus (0.1~bzr36-1) unstable; urgency=low * New upstream snapshot. * Add dummy debian/watch. * Bump standards version to 3.8.0. -- Jelmer Vernooij Mon, 04 Aug 2008 22:17:47 +0200 bzr-dbus (0.1~bzr35-4) unstable; urgency=low * Fix deprecation warnings when using newer versions of Bazaar. -- Jelmer Vernooij Thu, 15 May 2008 17:40:23 +0200 bzr-dbus (0.1~bzr35-3) unstable; urgency=low * Add dependency on python-gobject. (Closes: #480377) -- Jelmer Vernooij Fri, 09 May 2008 23:33:16 +0200 bzr-dbus (0.1~bzr35-2) unstable; urgency=low * Add dependency on python-dbus. -- Jelmer Vernooij Mon, 05 May 2008 13:28:37 +0200 bzr-dbus (0.1~bzr35-1) unstable; urgency=low * Initial release. (Closes: #469387) -- Jelmer Vernooij Tue, 04 Mar 2008 23:55:28 +0100 debian/bzr-builddeb.conf0000644000000000000000000000014312214152574012403 0ustar [BUILDDEB] upstream-branch = lp:bzr-dbus export-upstream-revision = tag:bzr-dbus-$UPSTREAM_VERSION debian/tests/0000755000000000000000000000000012214152747010335 5ustar debian/tests/testsuite0000644000000000000000000000064312214152574012312 0ustar #!/bin/sh # Simple wrapper that runs the bzr-dbus testsuite with a new DBus # session and tears it down when its done. # # Unlike the build time tests, we don't need to set BZR_PLUGINS_AT DBUS_SESSION_BUS_PID= killdbus() { echo "killing dbus process $DBUS_SESSION_BUS_PID" kill $DBUS_SESSION_BUS_PID } trap killdbus EXIT QUIT INT STOP TERM eval `dbus-launch --sh-syntax` dbus-launch /usr/bin/bzr selftest -s bp.dbus debian/tests/control0000644000000000000000000000015412214152574011736 0ustar Tests: testsuite Depends: @, bzr, dbus-x11, python-bzrlib.tests, python-testtools Features: no-build-needed debian/rules0000755000000000000000000000040712214152574010252 0ustar #!/usr/bin/make -f %: dh --with python2 --buildsystem=python_distutils $* override_dh_auto_clean: dh_auto_clean find . -name "*.pyc" -print0 | xargs -0 rm -f ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) override_dh_auto_test: ./debian/testsuite.sh endif debian/compat0000644000000000000000000000000212214152574010367 0ustar 7