From ee08f867271adc4a90dae05a5b5fe9372d8fb4d8 Mon Sep 17 00:00:00 2001 From: vg Date: Fri, 2 Feb 2018 11:59:34 +0000 Subject: add debian package files, adapted from original debian package for ranger 1.8 --- debian/changelog | 137 +++++++++++++++++++++ debian/compat | 1 + debian/control | 26 ++++ debian/copyright | 57 +++++++++ debian/docs | 3 + debian/lintian-overrides | 1 + ...0001-comply-with-the-Debian-policy-10.7.2.patch | 30 +++++ ...sible-decisions-on-which-pager-and-editor.patch | 16 +++ ...003-closes-772351-thanks-Raphael-Geissert.patch | 24 ++++ debian/patches/0004-fix-type-in-manpage.patch | 14 +++ debian/patches/series | 4 + debian/rules | 44 +++++++ debian/upstream/signing-key.asc | 51 ++++++++ debian/watch | 2 + 14 files changed, 410 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/docs create mode 100644 debian/lintian-overrides create mode 100644 debian/patches/0001-comply-with-the-Debian-policy-10.7.2.patch create mode 100644 debian/patches/0002-make-sensible-decisions-on-which-pager-and-editor.patch create mode 100644 debian/patches/0003-closes-772351-thanks-Raphael-Geissert.patch create mode 100644 debian/patches/0004-fix-type-in-manpage.patch create mode 100644 debian/patches/series create mode 100755 debian/rules create mode 100644 debian/upstream/signing-key.asc create mode 100644 debian/watch diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..8985921 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,137 @@ +ranger (0.0.0) UNRELEASED; urgency=medium + + * Personal package, not meant for official inclusion + + -- vg Sun, 01 Jan 1984 00:00:00 +0000 + +ranger (1.8.1-0.2) unstable; urgency=medium + + * Non-maintainer upload. + * debian/patches: + - 0002-make-sensible-decisions-on-which-pager-and-editor.patch: Drop + sensible-pager it functionnalities breaks. See upstream bug for that: + https://github.com/ranger/ranger/issues/750 (Closes: #854646) + * debian/control: Move less to Depends. + + -- Mateusz Łukasik Thu, 09 Feb 2017 21:17:58 +0100 + +ranger (1.8.1-0.1) unstable; urgency=medium + + [ Gianfranco Costamagna ] + * Update copyright file + + [ Mateusz Łukasik ] + * Non-maintainer upload. + * New upstream bugfix release. (Closes: #829114) + * debian/patches: + - Refresh 0002-make-sensible-decisions-on-which-pager-and-editor.patch. + - Drop 0003-honour-TMPDIR-environment-variable.patch - included upstream. + - Rename 0004-closes-772351-thanks-Raphael-Geissert.patch to + 0003-closes-772351-thanks-Raphael-Geissert.patch. + * debian/control: + - Updated Standard-version to 3.9.8. + - Move sudo from Recommends to Suggests. (Closes: #771803) + - Bump minimal python version to 2.7. + * Bump debhelper version to 10. + * Add debian/lintian-overrides. + + -- Mateusz Łukasik Sun, 22 Jan 2017 19:57:54 +0100 + +ranger (1.7.1-1) unstable; urgency=low + + * New upstream release. (Closes: #778506, #784875) + * Updated Standard-version to 3.9.6. + * Add more upstream authors. + * Bashism in rifle_sxiv.sh, fixed. (Closes: #772351) + Thanks: Raphael Geissert + * Upstream documents are updated. + (R) HACKING -> HACKING.md + (R) README -> README.md + (A) AUTHORS + + -- Vern Sun Tue, 16 Jun 2015 10:06:37 +0800 + +ranger (1.6.1-1) unstable; urgency=low + + * New upstream release. (Closes: #734300) + Thanks: James Dietrich + Mateusz Łukasik + * Typo in a command name, fixed. (Closes: #711510) + Thanks: niku + * Updated Standard-version to 3.9.5. + * Upgrade compat magic number to 9. + * Add upstream documents. + - doc/HACKING + - doc/colorschemes.txt + + -- Vern Sun Sun, 23 Feb 2014 11:59:24 +0800 + +ranger (1.6.0-1) unstable; urgency=low + + * New upstream release. + * Updated Standard-version to 3.9.4. + * Updated Build-Depends. + * Removed `Provides: ${python:Provides}' + * Better Suggests: + - 'elinks-lint' => 'w3m | lynx | elinks | elinks-lite' + * New Recommends: + - 'file' for determining file types + - The 'python-chardet', in case of encoding detection problems + - 'sudo' to use the "run as root"-feature + - 'w3m-img' for previewing images in "true color". + * Moving the modules to a private directory. + - debian/patches/00-private-search-path.diff + * Relocate configuration files and create symbolic links. + - debian/patches/01-installation-location.diff + - config/rc.conf + - config/rifle.conf + - data/scope.sh + - data/mime.types + * Make sensible decisions on which pager and editor. + - debian/patches/02-default-pager-and-editor.diff + * Ranger doesn't honour TMPDIR, fixed. + - debian/patches/03-make-tmpdir-clear.diff + * lintian4python emits `Pyflakes-undefined-name`, fixed. + - debian/patches/04-undefined-errno.diff + + -- Vern Sun Wed, 27 Mar 2013 01:20:45 +0800 + +ranger (1.5.4-1) unstable; urgency=low + + * New upstream release. + * Remove Depends on 'less'. (Closes: #672144) + + -- Vern Sun Sat, 19 May 2012 20:56:15 +0800 + +ranger (1.5.3-1) unstable; urgency=low + + * New upstream release. + + -- Vern Sun Sat, 24 Mar 2012 10:14:32 +0800 + +ranger (1.5.2-1) unstable; urgency=low + + * New upstream release. + * Python tested with version 2.6, 2.7, 3.1, 3.2 (Closes: #643782) + * There are no Recommends and Suggests, fixed. (Closes: #619748) + * Updated download url in debian/copyright. + * Updated Standard-version to 3.9.2. + * Updated lintian overrides about script-not-executable. + * Rewrite debian/rules instead of patching the Makefile. + * The installation location is not compliant with Debian policy, fixed. + + -- Vern Sun Fri, 18 Nov 2011 21:09:24 +0800 + +ranger (1.4.3-1) unstable; urgency=low + + * New upstream release + * "python" lowercase in short description, fixed. (Closes: #617880) + * Two typos in the man page (patch from A. Costa), fixed. (Closes: #619142) + + -- Vern Sun Wed, 06 Apr 2011 09:03:36 +0800 + +ranger (1.4.1-1) unstable; urgency=low + + * Initial release (Closes: #609449). + + -- Vern Sun Sun, 09 Jan 2011 22:14:31 +0800 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..f599e28 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +10 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..a68cac5 --- /dev/null +++ b/debian/control @@ -0,0 +1,26 @@ +Source: ranger +Section: utils +Priority: extra +Maintainer: Vern Sun +Build-Depends: debhelper (>= 10), dh-python (>= 1), python3 (>= 3.4), ncurses-bin (>= 5.7+20100313-5) +X-Python3-Version: >= 3.4 +Standards-Version: 3.9.8 +Homepage: http://ranger.nongnu.org/ + +Package: ranger +Architecture: all +Depends: ${misc:Depends}, ${python3:Depends}, less +Recommends: file, python3-chardet, w3m-img +Suggests: atool, caca-utils, elinks | elinks-lite | lynx | w3m, highlight, poppler-utils, sudo +Description: File manager with an ncurses frontend written in Python + Ranger is a free console file manager that gives you greater flexibility and a + good overview of your files without having to leave your *nix console. It + visualizes the directory tree in two dimensions: the directory hierarchy on + one, lists of files on the other, with a preview to the right so you know + where you'll be going. + . + The default keys are similar to those of Vim, Emacs and Midnight Commander, + though Ranger is easily controllable with just the arrow keys or the mouse. + . + The program is written in Python and uses curses for the text-based user + interface. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..a725047 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,57 @@ +This package has been modified to has the latest release of ranger by +vg@devys.org. + + +This is Debian's prepackaged version of Ranger, A file manager with an ncurses +frontend written in python. + +It was downloaded from http://ranger.nongnu.org/ranger-stable.tar.gz + +Upstream Authors: + + Copyright 2009-2016 Roman Zimbelmann + Copyright 2010 David Barnett + Copyright 2010 Lucas de Vries + Copyright 2010 Sitaram Chamarty + Copyright 2011 David Pugnasse + Copyright 2011 ornicar + Copyright 2011-2012 Abdó Roig-Maranges + Copyright 2011-2012 M Rawash + Copyright 2012 Serge Broslavsky + Copyright 2012 joe + Copyright 2013 Emanuel Guevel + Copyright 2013 Joseph Tannhuber + Copyright 2013-2014 GermainZ + Copyright 2014 Célestin Matte + Copyright 2014 Milan Svoboda + Copyright 2014 rukai + Copyright 2015 Alexander Buddenbrock + Copyright 2015 Delisa Mason + Copyright 2015 No Suck + Copyright 2015 Randy Nance + Copyright 2015 Ryan Burns + Copyright 2015 anekos + Copyright 2015 bastorran + Copyright 2015 nfnty + Copyright 2015-2016 Wojciech Siewierski + +License: + + 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 package 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 . + +On Debian systems, the complete text of the GNU General +Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". + +Modifications for Debian: Copyright 2010-2015, Vern Sun +and is licensed under the GPL version 3, see above. diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..2ca489d --- /dev/null +++ b/debian/docs @@ -0,0 +1,3 @@ +upstream/README.md +upstream/HACKING.md +upstream/doc/colorschemes.txt diff --git a/debian/lintian-overrides b/debian/lintian-overrides new file mode 100644 index 0000000..4d71915 --- /dev/null +++ b/debian/lintian-overrides @@ -0,0 +1 @@ +desktop-mime-but-no-exec-code usr/share/applications/ranger.desktop diff --git a/debian/patches/0001-comply-with-the-Debian-policy-10.7.2.patch b/debian/patches/0001-comply-with-the-Debian-policy-10.7.2.patch new file mode 100644 index 0000000..91cc816 --- /dev/null +++ b/debian/patches/0001-comply-with-the-Debian-policy-10.7.2.patch @@ -0,0 +1,30 @@ +From: Vern Sun +Date: Tue, 16 Jun 2015 16:10:52 +0800 +Subject: comply with the Debian policy/10.7.2 +Forwarded: not-needed + + +https://www.debian.org/doc/debian-policy/ch-files.html#s10.7.2 +--- + doc/ranger.1 | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/doc/ranger.1 b/doc/ranger.1 +index 42eca7e..baa8639 100644 +--- a/doc/ranger.1 ++++ b/doc/ranger.1 +@@ -158,12 +158,12 @@ ranger is a console file manager with \s-1VI\s0 key bindings. + \&\fIInside ranger\fR, you can press \fI?\fR for a list of key bindings, commands or + settings. + .PP +-The \fI\s-1README\s0\fR contains install instructions. ++The file \fI\s-1README\s0.md\fR contains install instructions. + .PP + The file \fI\s-1HACKING\s0.md\fR contains guidelines for code modification. + .PP + The directory \fIdoc/configs\fR contains configuration files. They are usually +-installed to \fI/usr/share/doc/ranger/config\fR and can be obtained with ranger's ++installed to \fI/etc/ranger/config\fR and can be obtained with ranger's + \&\-\-copy\-config option. + .PP + The directory \fIexamples\fR contains reference implementations for ranger diff --git a/debian/patches/0002-make-sensible-decisions-on-which-pager-and-editor.patch b/debian/patches/0002-make-sensible-decisions-on-which-pager-and-editor.patch new file mode 100644 index 0000000..b1a3135 --- /dev/null +++ b/debian/patches/0002-make-sensible-decisions-on-which-pager-and-editor.patch @@ -0,0 +1,16 @@ +From: Vern Sun +Date: Thu, 6 Mar 2014 14:13:36 +0800 +Subject: make sensible decisions on which pager and editor +Forwarded: yes + +--- a/ranger/ext/rifle.py ++++ b/ranger/ext/rifle.py +@@ -23,7 +23,7 @@ __version__ = 'rifle 1.8.1' + + # Options and constants that a user might want to change: + DEFAULT_PAGER = 'less' +-DEFAULT_EDITOR = 'vim' ++DEFAULT_EDITOR = 'sensible-editor' + ASK_COMMAND = 'ask' + ENCODING = 'utf-8' + diff --git a/debian/patches/0003-closes-772351-thanks-Raphael-Geissert.patch b/debian/patches/0003-closes-772351-thanks-Raphael-Geissert.patch new file mode 100644 index 0000000..e368494 --- /dev/null +++ b/debian/patches/0003-closes-772351-thanks-Raphael-Geissert.patch @@ -0,0 +1,24 @@ +From: Vern Sun +Date: Tue, 16 Jun 2015 11:00:50 +0800 +Subject: closes #772351, thanks Raphael Geissert +Forwarded: not-needed + + +https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772351 +--- + examples/rifle_sxiv.sh | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/examples/rifle_sxiv.sh b/examples/rifle_sxiv.sh +index 8cb1390..0bdd892 100755 +--- a/examples/rifle_sxiv.sh ++++ b/examples/rifle_sxiv.sh +@@ -24,7 +24,7 @@ if [ $# -eq 0 ]; then + exit + fi + +-[ "$1" == '--' ] && shift ++[ "$1" = '--' ] && shift + + abspath () { + case "$1" in diff --git a/debian/patches/0004-fix-type-in-manpage.patch b/debian/patches/0004-fix-type-in-manpage.patch new file mode 100644 index 0000000..676d219 --- /dev/null +++ b/debian/patches/0004-fix-type-in-manpage.patch @@ -0,0 +1,14 @@ +Description: Fix typo in manpage +Author: Mateusz Łukasik + +--- a/doc/ranger.1 ++++ b/doc/ranger.1 +@@ -681,7 +681,7 @@ in ranger. + .IP "automatically_count_files [bool]" 4 + .IX Item "automatically_count_files [bool]" + Should ranger count and display the number of files in each directory +-as soon as it's visible? This gets slow with remote file sytems. Turning it ++as soon as it's visible? This gets slow with remote file systems. Turning it + off will still allow you to see the number of files after entering the + directory. + .IP "autosave_bookmarks [bool]" 4 diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..e6d4332 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1,4 @@ +0001-comply-with-the-Debian-policy-10.7.2.patch +0002-make-sensible-decisions-on-which-pager-and-editor.patch +0003-closes-772351-thanks-Raphael-Geissert.patch +0004-fix-type-in-manpage.patch diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..6a21d6e --- /dev/null +++ b/debian/rules @@ -0,0 +1,44 @@ +#!/usr/bin/make -f + +# Unset the environment variables set by dpkg-buildpackage. (This is +# necessary because distutils is brittle with compiler/linker flags +# set. Specifically, packages using f2py will break without this.) +unexport CPPFLAGS +unexport CFLAGS +unexport CXXFLAGS +unexport FFLAGS +unexport LDFLAGS + +# custom version for vg version +VERSION = 1.9.0vg +PACKAGEVERSION = $(VERSION)+$(shell date +%Y%m%d%H%M%S) + +PYVER = $(shell py3versions -r) + +%: + dh $@ --with python3 + +override_dh_auto_clean: + dh_auto_clean + rm -rf upstream/build + +override_dh_auto_install: + ls . */ + cd upstream && python3 setup.py install --root=../debian/ranger --install-layout=deb + # link configuration + dh_link \ + ./usr/lib/$(PYVER)/dist-packages/ranger/config/commands.py ./etc/ranger/config/commands.py \ + ./usr/lib/$(PYVER)/dist-packages/ranger/config/rc.conf ./etc/ranger/config/rc.conf \ + ./usr/lib/$(PYVER)/dist-packages/ranger/config/rifle.conf ./etc/ranger/config/rifle.conf \ + ./usr/lib/$(PYVER)/dist-packages/ranger/data/scope.sh ./etc/ranger/data/scope.sh \ + ./usr/lib/$(PYVER)/dist-packages/ranger/data/mime.types ./etc/ranger/data/mime.types + # avoid extra-license-file + rm debian/ranger/usr/share/doc/ranger/CHANGELOG.md + # tell lintian to not complain + find debian/ranger -regex ".*/data/scope.sh" -exec chmod u+x {} \; + ls . */ + +override_dh_auto_build: + +override_dh_gencontrol: + dh_gencontrol -- -v$(PACKAGEVERSION) diff --git a/debian/upstream/signing-key.asc b/debian/upstream/signing-key.asc new file mode 100644 index 0000000..3ab6f44 --- /dev/null +++ b/debian/upstream/signing-key.asc @@ -0,0 +1,51 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v2.0.19 (GNU/Linux) + +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 +=tjwk +-----END PGP PUBLIC KEY BLOCK----- diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..2e9c8ed --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +https://github.com/hut/ranger/tags .*/archive/v(\d\S*)\.tar\.gz -- cgit v1.2.3