--- bzr-avahi-0.2+bzr36.orig/debian/watch +++ bzr-avahi-0.2+bzr36/debian/watch @@ -0,0 +1,2 @@ +# bzr-avahi is maintained in bzr. To download, run: +# bzr export lp:bzr-avahi --- bzr-avahi-0.2+bzr36.orig/debian/compat +++ bzr-avahi-0.2+bzr36/debian/compat @@ -0,0 +1 @@ +5 --- bzr-avahi-0.2+bzr36.orig/debian/rules +++ bzr-avahi-0.2+bzr36/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f + +DEB_PYTHON_SYSTEM=pycentral + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk + +clean:: + -rm -rf build test*.tmp + find . -name "*.pyc" -print0 | xargs -0 rm -f + --- bzr-avahi-0.2+bzr36.orig/debian/pycompat +++ bzr-avahi-0.2+bzr36/debian/pycompat @@ -0,0 +1 @@ +2 --- bzr-avahi-0.2+bzr36.orig/debian/copyright +++ bzr-avahi-0.2+bzr36/debian/copyright @@ -0,0 +1,35 @@ +This package was debianized by Jelmer Vernooij + on Su 15. Jun 00:00:48 CEST 2008. + +It was downloaded from http://launchpad.net/bzr-avahi +The tarball was created by running: + +bzr export bzr-avahi-0.0.1~bzr17.tar.gz http://launchpad.net/bzr-avahi + +Upstream authors: + +James Henstridge +Robert Collins +Jelmer Vernooij + +Copyright (C) 2007-2008 James Henstridge + +License: + +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; either version 2 of the License, or +(at your option) any later version. + +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; +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 GPL can be found in +/usr/share/common-licenses/GPL --- bzr-avahi-0.2+bzr36.orig/debian/changelog +++ bzr-avahi-0.2+bzr36/debian/changelog @@ -0,0 +1,11 @@ +bzr-avahi (0.2+bzr36-1ubuntu1~ppa1) intrepid; urgency=low + + * Backport from Debian Experimental + + -- Jerome Soyer Mon, 02 Feb 2009 12:33:19 +0100 + +bzr-avahi (0.2+bzr36-1) unstable; urgency=low + + * Initial release. (Closes: #491190) + + -- Jelmer Vernooij Sat, 14 Jun 2008 23:57:20 +0200 --- bzr-avahi-0.2+bzr36.orig/debian/control +++ bzr-avahi-0.2+bzr36/debian/control @@ -0,0 +1,23 @@ +Source: bzr-avahi +Section: devel +Priority: optional +Maintainer: Debian Bazaar Maintainers +Uploaders: Jelmer Vernooij +Homepage: https://launchpad.net/bzr-avahi +Build-Depends-Indep: bzr (>= 1.5), python-avahi, python-gobject, bzr-dbus (>= 0.1~bzr36-2), python-central (>= 0.5) +Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.37.2), python +Standards-Version: 3.8.0 +XS-Python-Version: >= 2.4 +Vcs-Bzr: http://bzr.debian.org/pkg-bazaar/bzr-avahi/unstable/ +DM-Upload-Allowed: yes + +Package: bzr-avahi +Architecture: all +Depends: bzr (>= 1.5), python-avahi, python-dbus, bzr-dbus (>= 0.1~bzr36-2), ${python:Depends} +Enhances: bzr +XB-Python-Version: ${python:Versions} +Description: mDNS plugin for Bazaar + This is a plugin for Bazaar that provides it with the ability + to announce and discover branches using mDNS. + . + It adds two bzr subcommands, mdns-share and mdns-browse.