diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/patches/0100-ios8.patch | 7 |
2 files changed, 10 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index a46799c..605a04b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,15 +1,15 @@ -shotwell (0.22.0-4) UNRELEASED; urgency=medium +shotwell (0.22.0-4) unstable; urgency=medium * New debian/patches/0100-ios8.patch (Closes: #792016): - Quick and dirty patch to get iOS 8 devices ready to download files. - Downloade from https://bugzilla.gnome.org/show_bug.cgi?id=742295#c22. + Download from https://bugzilla.gnome.org/show_bug.cgi?id=742295#c22. Thanks to Obsidian. * debian/control: - Bump Standards-Version to 3.9.7 (no changes required). - Change Vcs-* to secure uri. * debian/watch: Bump Version to 4 (no changes required). - -- Jörg Frings-Fürst <debian@jff-webhosting.net> Sun, 21 Feb 2016 10:20:39 +0100 + -- Jörg Frings-Fürst <debian@jff-webhosting.net> Mon, 22 Feb 2016 06:43:14 +0100 shotwell (0.22.0-3) unstable; urgency=medium diff --git a/debian/patches/0100-ios8.patch b/debian/patches/0100-ios8.patch index c28066f..f6f4594 100644 --- a/debian/patches/0100-ios8.patch +++ b/debian/patches/0100-ios8.patch @@ -1,3 +1,10 @@ +Description: Reset iOS 8 devices to download files +Origin: https://bugzilla.gnome.org/show_bug.cgi?id=742295#c22 +Bug: https://bugzilla.gnome.org/show_bug.cgi?id=742295 +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=792016 +Last-Update: 2016-02-22 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ Index: trunk/src/camera/ImportPage.vala =================================================================== --- trunk.orig/src/camera/ImportPage.vala |