summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsalvadh0r <dhor@toxic.net.pl>2014-04-22 07:06:02 +0200
committersalvadh0r <dhor@toxic.net.pl>2014-04-22 07:06:02 +0200
commit5548e7cd966c6da7526621cfb8dd3eaa8ed2e204 (patch)
treea429a134982328fe4a2edd0a6231cd911f8a01f1
parent152dc5cf9acc20020470e6ce8988654547cb6324 (diff)
downloadmacrofusion-code-5548e7cd966c6da7526621cfb8dd3eaa8ed2e204.zip
macrofusion-code-5548e7cd966c6da7526621cfb8dd3eaa8ed2e204.tar.gz
macrofusion-code-5548e7cd966c6da7526621cfb8dd3eaa8ed2e204.tar.bz2
0.7.4
-rw-r--r--debian/patches/debian-changes-0.6-dhor2~all39
-rw-r--r--debian/patches/debian-changes-0.7.2-dhor1~all51
-rw-r--r--debian/patches/series1
3 files changed, 0 insertions, 91 deletions
diff --git a/debian/patches/debian-changes-0.6-dhor2~all b/debian/patches/debian-changes-0.6-dhor2~all
deleted file mode 100644
index eef2e60..0000000
--- a/debian/patches/debian-changes-0.6-dhor2~all
+++ /dev/null
@@ -1,39 +0,0 @@
-Description: Upstream changes introduced in version 0.6-dhor2~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.6-dhor2~all) all; urgency=low
- .
- * Auto align images
- * Optimize preview mode
- * Fix exif save
- * 'Send to' as .tif
- .
- 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.6.orig/macrofusion.py
-+++ macrofusion-0.6/macrofusion.py
-@@ -759,7 +759,7 @@ class AproposFen:
- self.aboutdialog.set_name("MacroFusion")
- self.aboutdialog.set_modal(True)
- self.aboutdialog.set_position(gtk.WIN_POS_CENTER)
-- self.aboutdialog.set_version('0.5')
-+ self.aboutdialog.set_version('0.6')
- self.aboutdialog.set_comments('A GTK Gui for the excellent Enfuse.\n Based on EnfuseGui by Chez Gholyo.\n\n(c) 2011 Dariusz Duma <dhor@toxic.net.pl>')
- self.pixbuf=gtk.gdk.pixbuf_new_from_file(IMG + "logoMF.png")
- self.aboutdialog.set_logo(self.pixbuf)
diff --git a/debian/patches/debian-changes-0.7.2-dhor1~all b/debian/patches/debian-changes-0.7.2-dhor1~all
deleted file mode 100644
index 3c1b408..0000000
--- a/debian/patches/debian-changes-0.7.2-dhor1~all
+++ /dev/null
@@ -1,51 +0,0 @@
-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
deleted file mode 100644
index 64e9460..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-debian-changes-0.7.2-dhor1~all