summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLev Lamberov <dogsleg@debian.org>2017-01-06 02:22:04 -0400
committerLev Lamberov <dogsleg@debian.org>2017-01-06 02:22:04 -0400
commit0875a7da83e4e4b4fd58182049d688c541d8f9db (patch)
treeda2e9cee5a35d2b55ac8c5fff7fc9b322bc2de98
Import ztree_1.0.5-1.debian.tar.xz
[dgit import tarball ztree 1.0.5-1 ztree_1.0.5-1.debian.tar.xz]
-rw-r--r--changelog11
-rw-r--r--compat1
-rw-r--r--control34
-rw-r--r--copyright29
-rw-r--r--docs1
-rw-r--r--elpa1
-rw-r--r--patches/0001-clean-README.diff43
-rw-r--r--patches/series1
-rwxr-xr-xrules4
-rw-r--r--source/format1
-rw-r--r--watch6
11 files changed, 132 insertions, 0 deletions
diff --git a/changelog b/changelog
new file mode 100644
index 0000000..319052d
--- /dev/null
+++ b/changelog
@@ -0,0 +1,11 @@
+ztree (1.0.5-1) unstable; urgency=medium
+
+ * New upstream version 1.0.5
+
+ -- Lev Lamberov <dogsleg@debian.org> Fri, 06 Jan 2017 11:22:04 +0500
+
+ztree (1.0.4-1) unstable; urgency=low
+
+ * Initial release (Closes: #848026)
+
+ -- Lev Lamberov <dogsleg@debian.org> Tue, 13 Dec 2016 15:32:33 +0500
diff --git a/compat b/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/compat
@@ -0,0 +1 @@
+10
diff --git a/control b/control
new file mode 100644
index 0000000..533f75a
--- /dev/null
+++ b/control
@@ -0,0 +1,34 @@
+Source: ztree
+Section: lisp
+Priority: optional
+Maintainer: Debian Emacs addons team <pkg-emacsen-addons@lists.alioth.debian.org>
+Uploaders: Lev Lamberov <dogsleg@debian.org>
+Build-Depends: debhelper (>= 10),
+ dh-elpa
+Standards-Version: 3.9.8
+Homepage: https://github.com/fourier/ztree
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-emacsen/pkg/ztree.git/
+Vcs-Git: https://anonscm.debian.org/git/pkg-emacsen/pkg/ztree.git
+
+Package: elpa-ztree
+Architecture: all
+Depends: ${elpa:Depends},
+ ${misc:Depends},
+ emacs
+Recommends: emacs (>= 46.0)
+Enhances: emacs,
+ emacs24,
+ emacs25
+Built-Using: ${misc:Built-Using}
+Description: text mode directory tree
+ ztree is a project dedicated to implementation of several text-tree
+ applications inside GNU Emacs. It consists of 2 subprojects: ztree-diff and
+ ztree-dir.
+ .
+ ztree-diff is a directory-diff tool for Emacs inspired by commercial tools
+ like Beyond Compare or Araxis Merge. It supports showing the difference
+ between two directories; calling Ediff for not matching files, copying
+ between directories, deleting file/directories, hiding/showing equal
+ files/directories.
+ .
+ ztree-dir is a simple text-mode directory tree for Emacs.
diff --git a/copyright b/copyright
new file mode 100644
index 0000000..5f42fa5
--- /dev/null
+++ b/copyright
@@ -0,0 +1,29 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: ztree
+Upstream-Contact: Alexey Veretennikov <alexey.veretennikov@gmail.com>
+Source: https://github.com/fourier/ztree
+
+Files: *
+Copyright: (C) 2013-2016 Free Software Foundation, Inc.
+License: GPL-3+
+
+Files: debian/*
+Copyright: (C) 2016 Lev Lamberov <dogsleg@debian.org>
+License: GPL-3+
+
+License: GPL-3+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'
diff --git a/docs b/docs
new file mode 100644
index 0000000..dd44972
--- /dev/null
+++ b/docs
@@ -0,0 +1 @@
+*.md
diff --git a/elpa b/elpa
new file mode 100644
index 0000000..abf136d
--- /dev/null
+++ b/elpa
@@ -0,0 +1 @@
+*.el
diff --git a/patches/0001-clean-README.diff b/patches/0001-clean-README.diff
new file mode 100644
index 0000000..364dde3
--- /dev/null
+++ b/patches/0001-clean-README.diff
@@ -0,0 +1,43 @@
+From: Lev Lamberov <dogsleg@debian.org>
+Subject: Remove screenshots from README file
+
+This patch removes screenshots from README file. These screenshots are loaded
+from an external web site.
+
+--- a/README.md
++++ b/README.md
+@@ -58,15 +58,9 @@ By default all files starting with dot (
+
+ One also could turn on unicode characters to draw the tree with instead of normal ASCII-characters. This is controlled by the `ztree-draw-unicode-lines` variable.
+
+-### Screenshots
+-
+-![ztreediff emacsx11](https://github.com/fourier/ztree/raw/screenshots/screenshots/emacs_diff_xterm.png "Emacs in xterm with ztree-diff")
+-
+-![ztreediff-diff emacsx11](https://github.com/fourier/ztree/raw/screenshots/screenshots/emacs_diff_simplediff_xterm.png "Emacs in xterm with ztree-diff and simple diff")
+-
+ ## ztree-dir
+
+-**ztree-dir** is a simple text-mode directory tree for Emacs. See screenshots below for the GUI and the terminal versions of the **ztree-dir**.
++**ztree-dir** is a simple text-mode directory tree for Emacs.
+
+ Call the `ztree-dir` interactive function:
+
+@@ -84,12 +78,6 @@ M-x ztree-dir
+ ### Customizations
+ Set the `ztree-dir-move-focus` variable to `t` in order to move focus to the other window when the `RET` key is pressed; the default behavior is to keep focus in `ztree-dir` window.
+
+-
+-![ztree emacsapp](https://github.com/fourier/ztree/raw/screenshots/screenshots/emacs_app.png "Emacs App with ztree-dir")
+-
+-![ztree emacsx11](https://github.com/fourier/ztree/raw/screenshots/screenshots/emacs_xterm.png "Emacs in xterm with ztree-dir")
+-
+-
+ ## Contributions
+ You can contribute to **ztree** in one of the following ways.
+ - Submit a bug report
+@@ -105,4 +93,3 @@ For more information one can read [here]
+
+ As soon as the paperwork is done one can contribute to **ztree** with bigger pull requests.
+ Note what pull requests without paperwork done will not be accepted, so please notify the [maintainer](mailto:alexey.veretennikov@gmail.com) if everything is in place.
+-
diff --git a/patches/series b/patches/series
new file mode 100644
index 0000000..41bd827
--- /dev/null
+++ b/patches/series
@@ -0,0 +1 @@
+0001-clean-README.diff
diff --git a/rules b/rules
new file mode 100755
index 0000000..8eb7ccb
--- /dev/null
+++ b/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --parallel --with elpa
diff --git a/source/format b/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/watch b/watch
new file mode 100644
index 0000000..98ab541
--- /dev/null
+++ b/watch
@@ -0,0 +1,6 @@
+# This watch file won't produce the orig.tar file and will in fact exit with
+# an error. This is okay: we're using gbp to produce orig.tar files so we only
+# need uscan to download.
+
+version=3
+https://elpa.gnu.org/packages/ztree.html ztree-(.+).tar