diff options
-rw-r--r-- | debian/changelog | 12 | ||||
-rw-r--r-- | debian/macrofusion.install | 4 | ||||
-rw-r--r-- | debian/patches/debian-changes-0.7.2-dhor1~all | 51 | ||||
-rw-r--r-- | debian/patches/series | 2 |
4 files changed, 66 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 5f7d31e..9f17f98 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,14 @@ -macrofusion (0.7-dhor1~all) all; urgency=low +macrofusion (0.7.2-dhor1~all) all; urgency=low + + * Read exif info from photos - bugfixes + * Run align and fusion at least with two or more images - bugfixes + * Filenames from commandline - macrofusion %f (can be used for 'send + to macrofusion' from filemanager) + * Preview image in filechooser + + -- Dariusz Duma <dhor@toxic.net.pl> Thu, 24 Nov 2011 18:35:24 +0100 + +macrofusion (0.7-dhor2~all) all; urgency=low * images list with thumbnails * exif info in tooltips diff --git a/debian/macrofusion.install b/debian/macrofusion.install index 516929a..54deccc 100644 --- a/debian/macrofusion.install +++ b/debian/macrofusion.install @@ -1,4 +1,6 @@ macrofusion.desktop /usr/share/applications/ ui/* /usr/share/mfusion/ui/ locale/* /usr/share/locale/ -images/* /usr/share/pixmaps/macrofusion/ +images/logoSplash.png /usr/share/mfusion/images/ +images/macrofusion.png /usr/share/pixmaps/ + diff --git a/debian/patches/debian-changes-0.7.2-dhor1~all b/debian/patches/debian-changes-0.7.2-dhor1~all new file mode 100644 index 0000000..3c1b408 --- /dev/null +++ b/debian/patches/debian-changes-0.7.2-dhor1~all @@ -0,0 +1,51 @@ +Description: Upstream changes introduced in version 0.7.2-dhor1~all + This patch has been created by dpkg-source during the package build. + Here's the last changelog entry, hopefully it gives details on why + those changes were made: + . + macrofusion (0.7.2-dhor1~all) all; urgency=low + . + * Read exif info from photos - bugfixes + * Run align and fusion at least with two or more images - bugfixes + * Filenames from commandline - macrofusion %f (can be used for 'send + to macrofusion' from filemanager) + * Preview image in filechooser + . + The person named in the Author field signed this changelog entry. +Author: Dariusz Duma <dhor@toxic.net.pl> + +--- +The information above should follow the Patch Tagging Guidelines, please +checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here +are templates for supplementary fields that you might want to add: + +Origin: <vendor|upstream|other>, <url of original patch> +Bug: <url in upstream bugtracker> +Bug-Debian: http://bugs.debian.org/<bugnumber> +Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber> +Forwarded: <no|not-needed|url proving that it has been forwarded> +Reviewed-By: <name and email of someone who approved the patch> +Last-Update: <YYYY-MM-DD> + +--- macrofusion-0.7.2.orig/macrofusion.py ++++ macrofusion-0.7.2/macrofusion.py +@@ -52,7 +52,7 @@ __WEBSITE__='http://sourceforge.net/p/ma + if os.path.exists('/usr/share/mfusion/ui/DOFuseInterface2.glade') \ + and os.path.exists('/usr/share/mfusion/ui/Progress.glade') \ + and os.path.exists('/usr/share/pixmaps/macrofusion.png') \ +- and os.path.exists('/usr/share/images/logoSplash.png'): ++ and os.path.exists('/usr/share/mfusion/images/logoSplash.png'): + # print ("System wide install!") + DIR = '/usr/share/locale/' + IMG = '/usr/share/pixmaps/' +--- macrofusion-0.7.2.orig/macrofusion.desktop ++++ macrofusion-0.7.2/macrofusion.desktop +@@ -12,7 +12,7 @@ Categories=Graphics;Photography; + + Exec=macrofusion %F + TryExec=macrofusion +-Icon=macrofusion/logoMF.png ++Icon=macrofusion.png + + Terminal=false + StartupNotify=true diff --git a/debian/patches/series b/debian/patches/series index 05cd8c9..64e9460 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1 @@ -debian-changes-0.6-dhor2~all +debian-changes-0.7.2-dhor1~all |