[Python-apps-commits] r14486 - in packages/tldr-py/trunk (14 files)

onovy at users.alioth.debian.org onovy at users.alioth.debian.org
Wed Nov 29 11:06:30 UTC 2017


    Date: Wednesday, November 29, 2017 @ 11:06:29
  Author: onovy
Revision: 14486

[svn-inject] Applying Debian modifications (0.7.0-1) to trunk

Added:
  packages/tldr-py/trunk/debian/
  packages/tldr-py/trunk/debian/changelog
  packages/tldr-py/trunk/debian/compat
  packages/tldr-py/trunk/debian/control
  packages/tldr-py/trunk/debian/copyright
  packages/tldr-py/trunk/debian/rules
  packages/tldr-py/trunk/debian/source/
  packages/tldr-py/trunk/debian/source/format
  packages/tldr-py/trunk/debian/tests/
  packages/tldr-py/trunk/debian/tests/control
  packages/tldr-py/trunk/debian/tests/help
  packages/tldr-py/trunk/debian/tldr-py.manpages
  packages/tldr-py/trunk/debian/tldr.1
  packages/tldr-py/trunk/debian/watch


Property changes on: packages/tldr-py/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/tldr-py/trunk/debian/changelog
===================================================================
--- packages/tldr-py/trunk/debian/changelog	                        (rev 0)
+++ packages/tldr-py/trunk/debian/changelog	2017-11-29 11:06:29 UTC (rev 14486)
@@ -0,0 +1,5 @@
+tldr-py (0.7.0-1) UNRELEASED; urgency=medium
+
+  * Initial release. (Closes: #883065)
+
+ -- Ondřej Nový <onovy at debian.org>  Wed, 29 Nov 2017 09:58:11 +0100

Added: packages/tldr-py/trunk/debian/compat
===================================================================
--- packages/tldr-py/trunk/debian/compat	                        (rev 0)
+++ packages/tldr-py/trunk/debian/compat	2017-11-29 11:06:29 UTC (rev 14486)
@@ -0,0 +1 @@
+10

Added: packages/tldr-py/trunk/debian/control
===================================================================
--- packages/tldr-py/trunk/debian/control	                        (rev 0)
+++ packages/tldr-py/trunk/debian/control	2017-11-29 11:06:29 UTC (rev 14486)
@@ -0,0 +1,35 @@
+Source: tldr-py
+Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Uploaders:
+ Ondřej Nový <onovy at debian.org>,
+Section: utils
+Priority: optional
+Build-Depends:
+ debhelper (>= 10),
+ dh-python,
+ python3-all,
+ python3-click,
+ python3-mock (>= 1.3.0),
+ python3-pytest (>= 2.8),
+ python3-setuptools,
+ python3-yaml,
+Standards-Version: 4.1.1
+Homepage: https://github.com/lord63/tldr.py
+Vcs-Browser: https://anonscm.debian.org/viewvc/python-apps/packages/tldr-py/trunk/
+Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/tldr-py/trunk/
+
+Package: tldr-py
+Architecture: all
+Depends:
+ python3-pkg-resources,
+ ${misc:Depends},
+ ${python3:Depends},
+Recommends:
+ git,
+Description: Python client for tldr: simplified and community-driven man pages
+ Yet another Python client for tldr. tldr is a collection of simplified and
+ community-driven man pages. Instead of the long man pages, tldr will give you
+ several simple yet powerful examples.
+ .
+ tldr is just a simple version for the man page, it's not an alternative.
+ Sometimes, you should read the man pages patiently.

Added: packages/tldr-py/trunk/debian/copyright
===================================================================
--- packages/tldr-py/trunk/debian/copyright	                        (rev 0)
+++ packages/tldr-py/trunk/debian/copyright	2017-11-29 11:06:29 UTC (rev 14486)
@@ -0,0 +1,30 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: tldr.py
+Source: https://github.com/lord63/tldr.py
+
+Files: *
+Copyright: (c) 2015-2017 lord63 <me at lord63.com>
+License: Expat
+
+Files: debian/*
+Copyright: (c) 2017, Ondřej Nový <onovy at debian.org>
+License: Expat
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.

Added: packages/tldr-py/trunk/debian/rules
===================================================================
--- packages/tldr-py/trunk/debian/rules	                        (rev 0)
+++ packages/tldr-py/trunk/debian/rules	2017-11-29 11:06:29 UTC (rev 14486)
@@ -0,0 +1,8 @@
+#! /usr/bin/make -f
+
+#export DH_VERBOSE = 1
+export PYBUILD_NAME = tldr-py
+export LC_ALL=C.UTF-8
+
+%:
+	dh $@ --with python3 --buildsystem=pybuild


Property changes on: packages/tldr-py/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/tldr-py/trunk/debian/source/format
===================================================================
--- packages/tldr-py/trunk/debian/source/format	                        (rev 0)
+++ packages/tldr-py/trunk/debian/source/format	2017-11-29 11:06:29 UTC (rev 14486)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/tldr-py/trunk/debian/tests/control
===================================================================
--- packages/tldr-py/trunk/debian/tests/control	                        (rev 0)
+++ packages/tldr-py/trunk/debian/tests/control	2017-11-29 11:06:29 UTC (rev 14486)
@@ -0,0 +1 @@
+Tests: help

Added: packages/tldr-py/trunk/debian/tests/help
===================================================================
--- packages/tldr-py/trunk/debian/tests/help	                        (rev 0)
+++ packages/tldr-py/trunk/debian/tests/help	2017-11-29 11:06:29 UTC (rev 14486)
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+set -e
+
+cd "$ADTTMP"
+tldr --help | grep 'Show this message and exit.'


Property changes on: packages/tldr-py/trunk/debian/tests/help
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/tldr-py/trunk/debian/tldr-py.manpages
===================================================================
--- packages/tldr-py/trunk/debian/tldr-py.manpages	                        (rev 0)
+++ packages/tldr-py/trunk/debian/tldr-py.manpages	2017-11-29 11:06:29 UTC (rev 14486)
@@ -0,0 +1 @@
+debian/tldr.1

Added: packages/tldr-py/trunk/debian/tldr.1
===================================================================
--- packages/tldr-py/trunk/debian/tldr.1	                        (rev 0)
+++ packages/tldr-py/trunk/debian/tldr.1	2017-11-29 11:06:29 UTC (rev 14486)
@@ -0,0 +1,53 @@
+.TH TLDR "1" "November 2017" "Python client for tldr"
+
+.SH NAME
+tldr \- Python client for tldr
+
+.SH SYNOPSIS
+.B tldr
+\fR[\fIOPTIONS\fR] \fICOMMAND\fR \fR[\fIARGS\fR]...
+
+.SH DESCRIPTION
+.PP
+Yet another Python client for tldr. tldr is a collection of simplified and
+community-driven man pages.
+
+.SH OPTIONS
+.TP
+\fB\-V\fR, \fB\-\-version\fR
+Show the version and exit.
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+Show the help and exit.
+
+.SH COMMANDS
+.TP
+\fBfind\fR
+Find the command usage.
+.TP
+\fBinit\fR
+Init config file.
+.TP
+\fBreindex\fR
+Rebuild the index.
+.TP
+\fBupdate\fR
+Update to the latest pages.
+
+.SH EXAMPLES
+.nf
+.PP
+.B Download tldr pages and init config
+$ git clone git at github.com:tldr-pages/tldr.git ~/.tldr
+$ tldr init
+Input the tldr repo path(absolute path): /home/<user>/.tldr
+Input your platform(linux, osx or sunos): linux
+$ tldr reindex
+
+.PP
+.B Update tldr pages
+$ tldr update
+
+.PP
+.B Show tar tldr page
+$ tldr find tar

Added: packages/tldr-py/trunk/debian/watch
===================================================================
--- packages/tldr-py/trunk/debian/watch	                        (rev 0)
+++ packages/tldr-py/trunk/debian/watch	2017-11-29 11:06:29 UTC (rev 14486)
@@ -0,0 +1,3 @@
+version=3
+opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/tldr.py-$1\.tar\.gz/ \
+  https://github.com/lord63/tldr.py/tags .*/v?(\d\S+)\.tar\.gz




More information about the Python-apps-commits mailing list