Tags: patch
Usertags: origin-ubuntu hardy

Hello,

we have transitioned this package already in Ubuntu, and I thought you may 
have liked to be informed.
We used the attached patch, obviously you may not want to remove 
python-elementtree (not needed in Ubuntu/hardy since we have python 2.5).

Thanks,

Cesare
diff -u postr-0.9/debian/control postr-0.9/debian/control
--- postr-0.9/debian/control
+++ postr-0.9/debian/control
@@ -1,13 +1,14 @@
 Source: postr
 Section: graphics
 Priority: optional
-Maintainer: Ross Burton <[EMAIL PROTECTED]>
+Maintainer: Ubuntu MOTU Developers <[EMAIL PROTECTED]>
+XSBC-Original-Maintainer: Ross Burton <[EMAIL PROTECTED]>
 Build-Depends: debhelper (>= 5.0.0), cdbs, python
 Standards-Version: 3.7.2
 
 Package: postr
 Architecture: all
-Depends: ${python:Depends}, python-gtk2, python-glade2, python-gnome2, python-twisted-web, python-elementtree, epiphany-browser | www-browser
+Depends: ${python:Depends}, python-gtk2, python-glade2, python-gnome2, python-twisted-web, python-nautilus, epiphany-browser | www-browser
 Description: upload photos to Flickr
  Postr is a tool to upload photographs to Flickr, with tight integration into
  the GNOME desktop.
diff -u postr-0.9/debian/changelog postr-0.9/debian/changelog
--- postr-0.9/debian/changelog
+++ postr-0.9/debian/changelog
@@ -1,3 +1,14 @@
+postr (0.9-1ubuntu1) hardy; urgency=low
+
+  * setup.py:
+    update harcoded nautilus extension path to extensions-2.0 (LP: #219121)
+  * debian/control:
+    - removed python-elementtree from depends (included in python 2.5)
+    - add python-nautilus to depends
+    - modify Maintainer value to match the DebianMaintainerField specification.
+
+ -- Cesare Tirabassi <[EMAIL PROTECTED]>  Fri, 18 Apr 2008 13:54:33 +0200
+
 postr (0.9-1) unstable; urgency=low
 
   * New upstream release
only in patch2:
unchanged:
--- postr-0.9.orig/setup.py
+++ postr-0.9/setup.py
@@ -16,7 +16,7 @@
       packages=['postr'],
       package_data={'postr': ['postr.glade']},
       data_files=[('share/applications', ['data/postr.desktop']),
-                  ('lib/nautilus/extensions-1.0/python', ['nautilus/postrExtension.py']),
+                  ('lib/nautilus/extensions-2.0/python', ['nautilus/postrExtension.py']),
                   ('share/icons/hicolor/16x16/apps', glob('data/16x16/*.png')),
                   ('share/icons/hicolor/22x22/apps', glob('data/22x22/*.png')),
                   ('share/icons/hicolor/24x24/apps', glob('data/24x24/*.png')),

Reply via email to