summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2019-08-25 09:41:37 -0300
committerDavid Bremner <david@tethera.net>2019-08-25 09:41:37 -0300
commitfaf020218d77a295d1718ecfe9774f4887d5909e (patch)
tree31b6e6e3a6e75e64ec52558d4a9e6ad269e13a42
parentb22e2004876d5b422d399b3d625a0a38a1e6cd36 (diff)
Commit Debian 3.0 (quilt) metadata
[dgit (9.7) quilt-fixup]
-rw-r--r--debian/patches/auto-0.0.3-3-b22e2004876d5b422d399b3d625a0a38a1e6cd36-156673689675
-rw-r--r--debian/patches/series1
2 files changed, 76 insertions, 0 deletions
diff --git a/debian/patches/auto-0.0.3-3-b22e2004876d5b422d399b3d625a0a38a1e6cd36-1566736896 b/debian/patches/auto-0.0.3-3-b22e2004876d5b422d399b3d625a0a38a1e6cd36-1566736896
new file mode 100644
index 0000000..c9127d5
--- /dev/null
+++ b/debian/patches/auto-0.0.3-3-b22e2004876d5b422d399b3d625a0a38a1e6cd36-1566736896
@@ -0,0 +1,75 @@
+From: David Bremner <bremner@debian.org>
+Subject: Automatically generated patch (0.0.3-3)
+
+Last (up to) 3 git changes, FYI:
+
+commit b22e2004876d5b422d399b3d625a0a38a1e6cd36
+Author: David Bremner <david@tethera.net>
+Date: Sun Aug 25 09:41:34 2019 -0300
+
+ changelog for rebuild with current dh-elpa
+
+commit 8b3437c4c5c0088d9799f2696bc2724c29bda033
+Author: David Bremner <david@tethera.net>
+Date: Sat Jun 2 20:48:56 2018 -0300
+
+ changelog for byte compilation rebuild
+
+commit 17efbf0789f11c072e9b229a0d70f89e45d9e37e
+Author: Lev Lamberov <dogsleg@debian.org>
+Date: Sat Apr 7 15:13:53 2018 +0500
+
+ Fix Vcs URLs
+---
+
+--- eshell-up-0.0.3.orig/README.org
++++ eshell-up-0.0.3/README.org
+@@ -2,6 +2,10 @@
+
+ #+TITLE: eshell-up.el
+
++[[https://melpa.org/#/eshell-up][file:https://melpa.org/packages/eshell-up-badge.svg]]
++[[https://travis-ci.org/peterwvj/eshell-up.svg?branch=master]]
++[[http://www.gnu.org/licenses/gpl-3.0.html][http://img.shields.io/:license-gpl3-blue.svg?style=flat-square]]
++
+ Emacs package for quickly navigating to a specific parent directory in
+ =eshell= without having to repeatedly typing =cd ..=.
+
+--- eshell-up-0.0.3.orig/eshell-up-tests.el
++++ eshell-up-0.0.3/eshell-up-tests.el
+@@ -12,21 +12,21 @@
+ (should (equal "/home/" (eshell-up-find-parent-dir "hom" current-path)))
+ (should (equal nil (eshell-up-find-parent-dir "homme" current-path)))))
+
+-;; (ert-deftest linux-closest-parent-dir-test ()
+-;; (skip-unless (string= system-type "gnu/linux"))
+-;; (should (equal "/first/second/" (eshell-up-closest-parent-dir "/first/second/third" )))
+-;; (should (equal "/first/second/" (eshell-up-closest-parent-dir "/first/second/third/" )))
+-;; (should (equal "/home/" (eshell-up-closest-parent-dir "~" )))
+-;; (should (equal "/" (eshell-up-closest-parent-dir "/home/" )))
+-;; (should (equal "/" (eshell-up-closest-parent-dir "/" ))))
++(ert-deftest linux-closest-parent-dir-test ()
++ (skip-unless (string= system-type "gnu/linux"))
++ (should (equal "/first/second/" (eshell-up-closest-parent-dir "/first/second/third" )))
++ (should (equal "/first/second/" (eshell-up-closest-parent-dir "/first/second/third/" )))
++ (should (equal "/home/" (eshell-up-closest-parent-dir "~" )))
++ (should (equal "/" (eshell-up-closest-parent-dir "/home/" )))
++ (should (equal "/" (eshell-up-closest-parent-dir "/" ))))
+
+-;; (ert-deftest windowsx-common-usage-test ()
+-;; (skip-unless (string= system-type "windows-nt"))
+-;; (let ((current-path "c:\\Program Files\\WindowsApps\\first\\current\\"))
+-;; (should (equal "c:/Program Files/WindowsApps/first/" (eshell-up-find-parent-dir "fi" current-path)))
+-;; (should (equal "c:/Program Files/WindowsApps/" (eshell-up-find-parent-dir "sA" current-path)))
+-;; (should (equal "c:/Program Files/" (eshell-up-find-parent-dir " " current-path)))
+-;; (should (equal nil (eshell-up-find-parent-dir "Programm" current-path)))))
++(ert-deftest windowsx-common-usage-test ()
++ (skip-unless (string= system-type "windows-nt"))
++ (let ((current-path "c:\\Program Files\\WindowsApps\\first\\current\\"))
++ (should (equal "c:/Program Files/WindowsApps/first/" (eshell-up-find-parent-dir "fi" current-path)))
++ (should (equal "c:/Program Files/WindowsApps/" (eshell-up-find-parent-dir "sA" current-path)))
++ (should (equal "c:/Program Files/" (eshell-up-find-parent-dir " " current-path)))
++ (should (equal nil (eshell-up-find-parent-dir "Programm" current-path)))))
+ ;; Windows users use 'cd \\' to go to the dribe
+
+ (ert-deftest case-test ()
diff --git a/debian/patches/series b/debian/patches/series
index e66aa09..18fea6b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
0001-remove-badges.diff
0002-disable-tests.diff
+auto-0.0.3-3-b22e2004876d5b422d399b3d625a0a38a1e6cd36-1566736896