[Python-apps-commits] r7688 - in packages/kupfer/trunk/debian (changelog control rules)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Wed Oct 19 20:20:22 UTC 2011


    Date: Wednesday, October 19, 2011 @ 20:20:20
  Author: dktrkranz
Revision: 7688

* debian/control:
  - Drop python-nautilus from Suggests
* debian/rules:
  - Pass --no-install-nautilus-extension to waf to avoid installing
    nautilus extension, it needs to be ported to PyGI in order to work
    with nautilus 3.x (Closes: #645857) (LP: #859104)

Modified:
  packages/kupfer/trunk/debian/changelog
  packages/kupfer/trunk/debian/control
  packages/kupfer/trunk/debian/rules

Modified: packages/kupfer/trunk/debian/changelog
===================================================================
--- packages/kupfer/trunk/debian/changelog	2011-10-19 19:22:24 UTC (rev 7687)
+++ packages/kupfer/trunk/debian/changelog	2011-10-19 20:20:20 UTC (rev 7688)
@@ -4,8 +4,14 @@
     - rhythmbox-client has been temporarily removed upstream, kupfer
       plugin is no longer able to process playlist. Work-around this by
       invoking dbus-send utility directly.
+  * debian/control:
+    - Drop python-nautilus from Suggests.
+  * debian/rules:
+    - Pass --no-install-nautilus-extension to waf to avoid installing
+      nautilus extension, it needs to be ported to PyGI in order to work
+      with nautilus 3.x (Closes: #645857) (LP: #859104)
 
- -- Luca Falavigna <dktrkranz at debian.org>  Wed, 19 Oct 2011 21:17:32 +0200
+ -- Luca Falavigna <dktrkranz at debian.org>  Wed, 19 Oct 2011 22:16:05 +0200
 
 kupfer (0+v206-1) unstable; urgency=low
 

Modified: packages/kupfer/trunk/debian/control
===================================================================
--- packages/kupfer/trunk/debian/control	2011-10-19 19:22:24 UTC (rev 7687)
+++ packages/kupfer/trunk/debian/control	2011-10-19 20:20:20 UTC (rev 7688)
@@ -15,7 +15,7 @@
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}, python-gobject (>= 2.18), python-gtk2 (>= 2.16), python-xdg, python-dbus, dbus, python-keybinder
 Recommends: python-keyring, python-wnck
-Suggests: python-cjson, python-gdata, python-nautilus
+Suggests: python-cjson, python-gdata
 Description: fast and lightweight desktop summoner/launcher
  Kupfer is a summoner/launcher in the style of Quicksilver or GNOME Do. It
  can search and browse your files, launch desired applications and object you

Modified: packages/kupfer/trunk/debian/rules
===================================================================
--- packages/kupfer/trunk/debian/rules	2011-10-19 19:22:24 UTC (rev 7687)
+++ packages/kupfer/trunk/debian/rules	2011-10-19 20:20:20 UTC (rev 7688)
@@ -12,7 +12,7 @@
 	PYTHONDIR=/usr/share/kupfer ./waf configure --prefix=/usr --bindir=/usr/share/kupfer --no-runtime-deps
 
 override_dh_auto_install:
-	./waf install --nopyc --nopyo --destdir=$(CURDIR)/debian/kupfer
+	./waf install --no-install-nautilus-extension --nopyc --nopyo --destdir=$(CURDIR)/debian/kupfer
 	install -m 0755 $(CURDIR)/build/bin/kupfer $(CURDIR)/debian/kupfer/usr/share/kupfer/kupfer-activate.sh
 	rm -f $(CURDIR)/debian/kupfer/usr/share/kupfer/kupfer/kupfer
 	rm -f $(CURDIR)/debian/kupfer/usr/share/gnome/help/kupfer/*/license.page




More information about the Python-apps-commits mailing list