From 10ad4e38d4f3edc5c1146f8dbd473793037a2844 Mon Sep 17 00:00:00 2001 From: Julien Valroff Date: Sun, 22 Nov 2009 16:24:26 +0100 Subject: Re-added forgotten patch file --- debian/patches/05_removed-empty-directory.diff | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 debian/patches/05_removed-empty-directory.diff diff --git a/debian/patches/05_removed-empty-directory.diff b/debian/patches/05_removed-empty-directory.diff new file mode 100644 index 0000000..c4e3c21 --- /dev/null +++ b/debian/patches/05_removed-empty-directory.diff @@ -0,0 +1,15 @@ +Description: Remove empty directory from installation +Author: Julien Valroff + +diff -Nur -x '*.orig' -x '*~' rapid-photo-downloader/setup.py rapid-photo-downloader.new/setup.py +--- rapid-photo-downloader/setup.py 2009-07-26 14:18:01.000000000 +0200 ++++ rapid-photo-downloader.new/setup.py 2009-11-15 09:42:03.969423282 +0100 +@@ -66,7 +66,6 @@ + data_files=[ + ('share/applications', ['data/rapid-photo-downloader.desktop']), + ('share/pixmaps', ['data/icons/48x48/apps/rapid-photo-downloader.png', 'data/icons/rapid-photo-downloader.xpm']), +- ('share/icons/hicolor/scalable/apps', glob.glob('data/icons/scalable/apps/*.svg')), + ('share/icons/hicolor/16x16/apps', glob.glob('data/icons/16x16/apps/*.png')), + ('share/icons/hicolor/22x22/apps', glob.glob('data/icons/22x22/apps/*.png')), + ('share/icons/hicolor/24x24/apps', glob.glob('data/icons/24x24/apps/*.png')), + -- cgit v1.2.3