summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron M. Ucko <ucko@debian.org>2021-01-28 22:19:24 -0500
committerAaron M. Ucko <ucko@debian.org>2021-01-28 22:20:05 -0500
commitba75916bd2310dba9b70d5f96fbb3d3203d6acd1 (patch)
tree4c73929849fcb90d84e7ef08d3196b0020798db4
parent8dd12b791b44c93634bee3d247e41258fddfe3f6 (diff)
Finalize dictionary-el 1.10+git20190107-3 for unstable.HEADdebian/1.10+git20190107-3archive/debian/1.10+git20190107-3master
-rw-r--r--debian/changelog5
-rw-r--r--debian/patches/auto-1.10+git20190107-3-0fb9aea7622f4a95c2e11299582c29ff6a86a380-161189039151
-rw-r--r--debian/patches/series1
3 files changed, 54 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 5714d22..fd36772 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,9 @@
-dictionary-el (1.10+git20190107-3) UNRELEASED; urgency=medium
+dictionary-el (1.10+git20190107-3) unstable; urgency=medium
[ David Bremner ]
* Implicitly rebuild with dh-elpa 2.x.
[ Aaron M. Ucko ]
- * NOT RELEASED YET.
* .gitignore: Drop debian (a conditional symlink upstream).
* Standards-Version: 4.5.1 (routine-update)
* debhelper-compat 13 (routine-update)
@@ -14,7 +13,7 @@ dictionary-el (1.10+git20190107-3) UNRELEASED; urgency=medium
* Use secure URI in Homepage field.
* Upgrade to newer source format 3.0 (quilt).
- -- Aaron M. Ucko <ucko@debian.org> Thu, 28 Jan 2021 22:17:51 -0500
+ -- Aaron M. Ucko <ucko@debian.org> Thu, 28 Jan 2021 22:19:23 -0500
dictionary-el (1.10+git20190107-2) unstable; urgency=medium
diff --git a/debian/patches/auto-1.10+git20190107-3-0fb9aea7622f4a95c2e11299582c29ff6a86a380-1611890391 b/debian/patches/auto-1.10+git20190107-3-0fb9aea7622f4a95c2e11299582c29ff6a86a380-1611890391
new file mode 100644
index 0000000..646846d
--- /dev/null
+++ b/debian/patches/auto-1.10+git20190107-3-0fb9aea7622f4a95c2e11299582c29ff6a86a380-1611890391
@@ -0,0 +1,51 @@
+From: Aaron M. Ucko <ucko@debian.org>
+Subject: Automatically generated patch (1.10+git20190107-3)
+
+Last (up to) 3 git changes, FYI:
+
+commit 0fb9aea7622f4a95c2e11299582c29ff6a86a380
+Author: Aaron M. Ucko <ucko@debian.org>
+Date: Thu Jan 28 22:19:24 2021 -0500
+
+ Finalize dictionary-el 1.10+git20190107-3 for unstable.
+
+commit 8dd12b791b44c93634bee3d247e41258fddfe3f6
+Author: Aaron M. Ucko <ucko@debian.org>
+Date: Thu Jan 28 22:18:54 2021 -0500
+
+ Upgrade to newer source format 3.0 (quilt).
+
+ Changes-By: lintian-brush
+ Fixes: lintian: older-source-format
+ See-also: https://lintian.debian.org/tags/older-source-format.html
+
+commit d29e1dc3958647d4e6b4a46c294ee244784dcdb0
+Author: Aaron M. Ucko <ucko@debian.org>
+Date: Thu Jan 28 22:18:54 2021 -0500
+
+ Use secure URI in Homepage field.
+
+ Changes-By: lintian-brush
+ Fixes: lintian: homepage-field-uses-insecure-uri
+ See-also: https://lintian.debian.org/tags/homepage-field-uses-insecure-uri.html
+---
+
+--- dictionary-el-1.10+git20190107.orig/.gitignore
++++ dictionary-el-1.10+git20190107/.gitignore
+@@ -1,5 +1,4 @@
+ dictionary-*.tar.gz
+-debian
+ build
+ connection.elc
+ deb/compat
+--- dictionary-el-1.10+git20190107.orig/dictionary.el
++++ dictionary-el-1.10+git20190107/dictionary.el
+@@ -1307,7 +1307,7 @@ It presents the word at point as default
+ (defun dictionary-display-tooltip (event)
+ "Search the current word in the `dictionary-tooltip-dictionary'."
+ (interactive "e")
+- (if dictionary-tooltip-dictionary
++ (if t ; dictionary-tooltip-dictionary
+ (let ((word (save-window-excursion
+ (save-excursion
+ (mouse-set-point event)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..e214a16
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+auto-1.10+git20190107-3-0fb9aea7622f4a95c2e11299582c29ff6a86a380-1611890391