summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2016-04-10 07:46:26 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2016-04-10 07:46:26 +0200
commitacb8f06b02f9b160f5f541b51fc8a1f23b3d4eff (patch)
treeff469efc6131c586e85bdca46fadd3917e97ca7f
parent0b11ab450bec6e45c6dcb6d770b7c5399deade1c (diff)
d/c Use secure URIs; Add typo patch
-rw-r--r--debian/changelog5
-rw-r--r--debian/control4
-rw-r--r--debian/patches/0100-typos.patch18
-rw-r--r--debian/patches/series1
4 files changed, 25 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 53da329..b2fb743 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,7 +7,10 @@ simple-scan (3.20.0-1) UNRELEASED; urgency=medium
- Fix window state saving with client side decorations.
* Add year 2016 to debian/copyright.
* debian/watch: Bump version to 4 (no changes required).
- * debian/control: Bump Standards-Version to 3.9.7 (no changes required).
+ * debian/control:
+ - Bump Standards-Version to 3.9.7 (no changes required).
+ - Use secure URIs.
+ * New debian/patches/0100-typos.patch.
-- Jörg Frings-Fürst <debian@jff-webhosting.net> Thu, 18 Feb 2016 03:46:11 +0100
diff --git a/debian/control b/debian/control
index 65c8628..fae12c2 100644
--- a/debian/control
+++ b/debian/control
@@ -27,8 +27,8 @@ Build-Depends:
yelp-tools,
zlib1g-dev (>= 1.2.7)
Homepage: https://launchpad.net/simple-scan
-Vcs-Git: git://anonscm.debian.org/collab-maint/simple-scan.git
-Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/simple-scan.git
+Vcs-Git: https://anonscm.debian.org/cgit/collab-maint/simple-scan.git
+Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/simple-scan.git
Package: simple-scan
Architecture: linux-any
diff --git a/debian/patches/0100-typos.patch b/debian/patches/0100-typos.patch
new file mode 100644
index 0000000..0f63a81
--- /dev/null
+++ b/debian/patches/0100-typos.patch
@@ -0,0 +1,18 @@
+Description: Typos
+Author: Jörg Frings-Fürst <debian@jff-webhosting.net>
+Last-Update: 206-04-10
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: trunk/src/autosave-manager.vala
+===================================================================
+--- trunk.orig/src/autosave-manager.vala
++++ trunk/src/autosave-manager.vala
+@@ -74,7 +74,7 @@ public class AutosaveManager
+ catch (Error e)
+ {
+ if (!(e is FileError.NOENT))
+- warning ("Could not load autosave infomation; not restoring any autosaves: %s", e.message);
++ warning ("Could not load autosave information; not restoring any autosaves: %s", e.message);
+ return;
+ }
+ var pages = get_value (file, "simple-scan", "pages");
diff --git a/debian/patches/series b/debian/patches/series
index a71d873..a9456eb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+0100-typos.patch
0005-zlib.patch