diff options
author | Julien Valroff <julien@kirya.net> | 2009-11-22 13:04:13 +0000 |
---|---|---|
committer | Julien Valroff <julien@kirya.net> | 2009-11-22 13:04:13 +0000 |
commit | fc0cb0dde6acb6baa6e83262bd56e647e9f53bb4 (patch) | |
tree | 933f68b7767332f41fc9570b5fa1f29e1b455f82 /debian | |
parent | 8e62ca950351a1193c28b89a668054ad990c884e (diff) |
Switched to 3.0 (quilt) source package format
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/patches/05_removed-empty-directory.diff | 11 | ||||
-rw-r--r-- | debian/patches/series | 1 | ||||
-rwxr-xr-x | debian/rules | 1 | ||||
-rw-r--r-- | debian/source/format | 1 |
5 files changed, 9 insertions, 12 deletions
diff --git a/debian/changelog b/debian/changelog index 61f9095..ff9e2f2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +rapid-photo-downloader (0.1.0~b1-2) unstable; urgency=low + + * NOT RELEASED YET + * Switched to 3.0 (quilt) source package format + + -- Julien Valroff <julien@kirya.net> Sun, 15 Nov 2009 11:35:02 +0100 + rapid-photo-downloader (0.1.0~b1-1) unstable; urgency=low * New upstream beta release: diff --git a/debian/patches/05_removed-empty-directory.diff b/debian/patches/05_removed-empty-directory.diff deleted file mode 100644 index 9972e1a..0000000 --- a/debian/patches/05_removed-empty-directory.diff +++ /dev/null @@ -1,11 +0,0 @@ -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')), diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..bff31eb --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +05_removed-empty-directory.diff diff --git a/debian/rules b/debian/rules index 658dc8e..78f7e14 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,6 @@ DEB_PYTHON_SYSTEM=pycentral include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/class/python-distutils.mk build/rapid-photo-downloader:: diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) |