[Pkg-bazaar-commits] ./bzr-gtk/unstable r629: Fix nautilus integration.

Jelmer Vernooij jelmer at samba.org
Fri Apr 10 07:50:59 UTC 2009


------------------------------------------------------------
revno: 629
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: experimental
timestamp: Fri 2008-11-07 17:59:50 +0100
message:
  Fix nautilus integration.
modified:
  debian/changelog
  debian/control
  debian/rules
-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2008-11-07 15:46:20 +0000
+++ b/debian/changelog	2008-11-07 16:59:50 +0000
@@ -1,3 +1,11 @@
+bzr-gtk (0.95.0+bzr621-2) experimental; urgency=low
+
+  * Add build dependency on python-nautilus.
+  * Depend on newer version of python-nautilus, with changed API. 
+    (Closes: #501597)
+
+ -- Jelmer Vernooij <jelmer at samba.org>  Fri, 07 Nov 2008 17:51:49 +0100
+
 bzr-gtk (0.95.0+bzr621-1) experimental; urgency=low
 
   * New upstream snapshot

=== modified file 'debian/control'
--- a/debian/control	2008-11-07 16:23:19 +0000
+++ b/debian/control	2008-11-07 16:59:50 +0000
@@ -4,7 +4,7 @@
 Maintainer: Debian Bazaar Maintainers <pkg-bazaar-maint at lists.alioth.debian.org>
 Uploaders: Chris Lamb <chris at chris-lamb.co.uk>, Jelmer Vernooij <jelmer at samba.org>
 Build-Depends-Indep: bzr (>= 1.6~)
-Build-Depends: python-central (>= 0.5), cdbs (>= 0.4.43), python, debhelper (>= 5.0.37.2), bzr-stats
+Build-Depends: python-central (>= 0.5), cdbs (>= 0.4.43), python, debhelper (>= 5.0.37.2), bzr-stats, python-nautilus (>= 0.5.0)
 Standards-Version: 3.8.0
 Homepage: http://bazaar-vcs.org/bzr-gtk
 XS-Python-Version: >= 2.4
@@ -14,7 +14,7 @@
 Package: bzr-gtk
 Architecture: all
 Depends: bzr (>= 1.6~), python-gtk2 (>= 2.8), python-glade2 (>= 2.10), ${python:Depends}
-Recommends: python-cairo (>= 1.0), bzr-dbus, seahorse, python-nautilus, python-gnome2-desktop
+Recommends: python-cairo (>= 1.0), bzr-dbus, seahorse, python-nautilus (>= 0.5.0), python-gnome2-desktop
 Suggests: bzr-loom, bzr-search, bzr-avahi
 Enhances: bzr, nautilus
 XB-Python-Version: ${python:Versions}

=== modified file 'debian/rules'
--- a/debian/rules	2008-07-18 19:59:33 +0000
+++ b/debian/rules	2008-11-07 16:59:50 +0000
@@ -9,6 +9,3 @@
 	install -m644 -D debian/bzr-gtk.lintian-overrides $(DEB_DESTDIR)/usr/share/lintian/overrides/bzr-gtk
 	install -d $(DEB_DESTDIR)/etc/xdg/autostart
 	install -m644 -D bzr-notify.desktop $(DEB_DESTDIR)/etc/xdg/autostart
-
-binary-install/bzr-gtk::
-	rm -rfv $(DEB_DESTDIR)/usr/lib



More information about the Pkg-bazaar-commits mailing list