Hi,

Here's a patch that removes the python-nautilus dependency.

- Ehudw

diff -Nru postr-0.12.4/debian/changelog postr-0.12.4/debian/changelog
--- postr-0.12.4/debian/changelog	2010-04-17 08:48:47.000000000 +0100
+++ postr-0.12.4/debian/changelog	2012-09-08 18:24:50.000000000 +0100
@@ -1,3 +1,10 @@
+postr (0.12.4-2.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Removed python-nautilus extension and dependency. Closes: #644691
+
+ -- Ehud Meiri <eh...@pulkes.org>  Sat, 08 Sep 2012 18:19:19 +0100
+
 postr (0.12.4-2) unstable; urgency=low
 
   * debian/control: added dependency on python-nautilus
diff -Nru postr-0.12.4/debian/control postr-0.12.4/debian/control
--- postr-0.12.4/debian/control	2010-04-15 22:34:01.000000000 +0100
+++ postr-0.12.4/debian/control	2012-09-08 17:42:38.000000000 +0100
@@ -22,7 +22,6 @@
  , python-glade2
  , python-gconf
  , python-twisted-web
- , python-nautilus
  , epiphany-browser | www-browser
 XB-Python-Version: ${python:Versions}
 Description: upload photos to Flickr
diff -Nru postr-0.12.4/debian/patches/remove_nautilus postr-0.12.4/debian/patches/remove_nautilus
--- postr-0.12.4/debian/patches/remove_nautilus	1970-01-01 01:00:00.000000000 +0100
+++ postr-0.12.4/debian/patches/remove_nautilus	2012-09-08 18:10:26.000000000 +0100
@@ -0,0 +1,16 @@
+Remove old Nautilus 2 extension, no longer supported on Debian.
+
+Index: postr-0.12.4/setup.py
+===================================================================
+--- postr-0.12.4.orig/setup.py	2012-09-08 18:03:21.399101846 +0100
++++ postr-0.12.4/setup.py	2012-09-08 18:06:07.000000000 +0100
+@@ -21,9 +21,6 @@
+                   ('share/icons/hicolor/24x24/apps', glob('data/24x24/*.png')),
+                   ('share/icons/hicolor/32x32/apps', glob('data/32x32/*.png')),
+                   ('share/icons/hicolor/scalable/apps', glob('data/scalable/*.svg')),
+-                  # TODO: inspect nautilus-python.pc to get path
+-                  ('lib/nautilus/extensions-1.0/python', ['nautilus/postrExtension.py']),
+-                  ('lib/nautilus/extensions-2.0/python', ['nautilus/postrExtension.py']),
+                   ],
+       
+       )
diff -Nru postr-0.12.4/debian/patches/series postr-0.12.4/debian/patches/series
--- postr-0.12.4/debian/patches/series	2010-04-06 21:35:21.000000000 +0100
+++ postr-0.12.4/debian/patches/series	2012-09-08 18:02:29.000000000 +0100
@@ -1 +1,2 @@
 00-fix_desktop_file.patch
+remove_nautilus

Reply via email to