diff -u bzr-gtk-0.90.0/debian/changelog bzr-gtk-0.90.0/debian/changelog --- bzr-gtk-0.90.0/debian/changelog +++ bzr-gtk-0.90.0/debian/changelog @@ -1,3 +1,10 @@ +bzr-gtk (0.90.0-1ubuntu1) gutsy; urgency=low + + * Updated the disable-commit-notify patch to not install the related + .desktop file + + -- Ali Sabil Thu, 25 Oct 2007 20:24:39 +0200 + bzr-gtk (0.90.0-1) unstable; urgency=low * New upstream release. (Closes: #439867) diff -u bzr-gtk-0.90.0/debian/patches/01-disable-commit-notify.dpatch bzr-gtk-0.90.0/debian/patches/01-disable-commit-notify.dpatch --- bzr-gtk-0.90.0/debian/patches/01-disable-commit-notify.dpatch +++ bzr-gtk-0.90.0/debian/patches/01-disable-commit-notify.dpatch @@ -4,10 +4,10 @@ ## DP: Disable 'commit_notify' command due to incomplete DBus support. @DPATCH@ -diff -urNad bzr-gtk-0.15.2~/__init__.py bzr-gtk-0.15.2/__init__.py ---- bzr-gtk-0.15.2~/__init__.py 2007-04-03 18:18:00.000000000 +0100 -+++ bzr-gtk-0.15.2/__init__.py 2007-04-24 19:56:33.000000000 +0100 -@@ -491,7 +491,7 @@ +diff -urNad bzr-gtk-0.90.0~/__init__.py bzr-gtk-0.90.0/__init__.py +--- bzr-gtk-0.90.0~/__init__.py 2007-08-27 14:38:31.000000000 +0200 ++++ bzr-gtk-0.90.0/__init__.py 2007-10-25 20:23:52.000000000 +0200 +@@ -556,7 +556,7 @@ pynotify.init("bzr commit-notify") gtk.main() @@ -18 +18,14 @@ - import gettext + class cmd_gselftest(GTKCommand): +diff -urNad bzr-gtk-0.90.0~/setup.py bzr-gtk-0.90.0/setup.py +--- bzr-gtk-0.90.0~/setup.py 2007-08-27 14:38:31.000000000 +0200 ++++ bzr-gtk-0.90.0/setup.py 2007-10-25 20:24:07.000000000 +0200 +@@ -100,8 +100,7 @@ + 'icons/refresh.png', + 'icons/oliveicon2.png']), + ('share/applications', ['olive-gtk.desktop', +- 'bazaar-properties.desktop', +- 'bzr-notify.desktop']), ++ 'bazaar-properties.desktop']), + ('share/pixmaps', ['icons/olive-gtk.png']) + ], + cmdclass={'install_data': InstallData}