diff options
author | Julien Valroff <julien@kirya.net> | 2009-11-15 08:41:02 +0000 |
---|---|---|
committer | Julien Valroff <julien@kirya.net> | 2009-11-15 08:41:02 +0000 |
commit | 8e62ca950351a1193c28b89a668054ad990c884e (patch) | |
tree | e42324bf00fc6642a7382cc20440231f263a79cf | |
parent | 022c020268872e86f28bfaf320385b01fab76b5c (diff) |
Removed empty dirdebian/0.1.0.b1-1
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 6 | ||||
-rw-r--r-- | debian/patches/05_removed-empty-directory.diff | 11 |
3 files changed, 16 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 98b7b61..61f9095 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,8 +8,9 @@ rapid-photo-downloader (0.1.0~b1-1) unstable; urgency=low * Removed patch to fix pod syntax: fixed upstream * Added VCS-* control fields * Fixed Build-Deps vs Build-Deps-Indep + * Added patch to remove empty directory from package - -- Julien Valroff <julien@kirya.net> Sun, 15 Nov 2009 09:25:41 +0100 + -- Julien Valroff <julien@kirya.net> Sun, 15 Nov 2009 09:42:19 +0100 rapid-photo-downloader (0.0.10-1~0) unstable; urgency=low diff --git a/debian/control b/debian/control index cb87335..215cd0e 100644 --- a/debian/control +++ b/debian/control @@ -3,9 +3,9 @@ Section: graphics Priority: optional Maintainer: Julien Valroff <julien@kirya.net> Build-Depends: cdbs (>= 0.4.49), - debhelper (>= 7) -Build-Depends-Indep: python-all, - python-central (>= 0.5.6), + debhelper (>= 7), + python-all +Build-Depends-Indep: python-central (>= 0.5.6), perl XS-Python-Version: >= 2.5, << 2.7 Standards-Version: 3.8.3 diff --git a/debian/patches/05_removed-empty-directory.diff b/debian/patches/05_removed-empty-directory.diff new file mode 100644 index 0000000..9972e1a --- /dev/null +++ b/debian/patches/05_removed-empty-directory.diff @@ -0,0 +1,11 @@ +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')), |