[Python-modules-commits] [python-proselint] 02/02: Initial debian/ import

Víctor Cuadrado Juan viccuad-guest at moszumanska.debian.org
Sun Feb 28 14:27:44 UTC 2016


This is an automated email from the git hooks/post-receive script.

viccuad-guest pushed a commit to branch master
in repository python-proselint.

commit 0140672091e3adfc11301cfcd64d331510e3c7aa
Author: Víctor Cuadrado Juan <me at viccuad.me>
Date:   Sun Feb 28 15:24:22 2016 +0100

    Initial debian/ import
---
 debian/changelog                  |  6 ++++++
 debian/compat                     |  1 +
 debian/control                    | 44 +++++++++++++++++++++++++++++++++++++++
 debian/copyright                  | 42 +++++++++++++++++++++++++++++++++++++
 debian/proselint.1                | 42 +++++++++++++++++++++++++++++++++++++
 debian/proselint3.1               | 44 +++++++++++++++++++++++++++++++++++++++
 debian/python-proselint.manpages  |  1 +
 debian/python3-proselint.manpages |  1 +
 debian/rules                      | 12 +++++++++++
 debian/source/format              |  1 +
 debian/watch                      |  3 +++
 11 files changed, 197 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..746d851
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+python-proselint (0.3.5-1) unstable; urgency=medium
+
+  [ Víctor Cuadrado Juan ]
+  * Initial release (Closes: #816149)
+
+ -- Víctor Cuadrado Juan <me at viccuad.me>  Sun, 28 Feb 2016 00:27:47 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..a1785fa
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,44 @@
+Source: python-proselint
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Víctor Cuadrado Juan <me at viccuad.me>
+Build-Depends:
+ debhelper (>=9),
+ dh-python,python-all (>= 2.6.6-3~),
+ python-setuptools,
+ python3-all,
+ python3-setuptools,
+# for tests:
+ python-click,
+ python3-click,
+ python-future,
+ python3-future,
+ python-six,
+ python3-six
+Standards-Version: 3.9.7
+Homepage: http://proselint.com
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.2
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-proselint.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-proselint.git
+
+Package: python-proselint
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Description: Command-line prose linter utility (Python 2)
+ Proselint is a command-line utility that aggregates knowledge about best
+ practices in writing from world's greatest writers and editors, and makes it
+ accessible by giving suggestions in the form of a linter for prose.
+ .
+ This package installs the library and proselint binary for Python 2.
+
+Package: python3-proselint
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}
+Description: Command-line prose linter utility (Python 3)
+ Proselint is a command-line utility that aggregates knowledge about best
+ practices in writing from world's greatest writers and editors, and makes it
+ accessible by giving suggestions in the form of a linter for prose.
+ .
+ This package installs the library and proselint3 binary for Python 3.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..e9a8314
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,42 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: proselint
+Upstream-Contact: <hello at proselint.com>
+Source: http://proselint.com
+
+
+Files: *
+Copyright: 2014–2016 Jordan Suchow
+           2014-2016 Michael Pacer
+           2014-2016 Lara A. Ross
+License: BSD-3-clause
+
+
+Files: debian/*
+Copyright: 2016 Víctor Cuadrado Juan <me at viccuad.me>
+License: BSD-3-clause
+
+
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in the
+    documentation and/or other materials provided with the distribution.
+ 3. Neither the name of the University nor the names of its contributors
+    may be used to endorse or promote products derived from this software
+    without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ SUCH DAMAGE.
\ No newline at end of file
diff --git a/debian/proselint.1 b/debian/proselint.1
new file mode 100644
index 0000000..8e1a125
--- /dev/null
+++ b/debian/proselint.1
@@ -0,0 +1,42 @@
+.TH proselint "1" "28 February 2016" "proselint" ""
+
+.SH NAME
+proselint \- A prose lint command-line utility
+
+.SH SYNOPSIS
+.B proselint
+.RI [ options ]
+
+.SH DESCRIPTION
+Proselint is a command-line utility that aggregates knowledge about best
+practices in writing from world's greatest writers and editors, and makes it
+accessible by giving suggestions in the form of a linter for prose.
+.SH OPTIONS
+Proselint accepts the following options:
+.TP
+If no file is provided, proselint will run the included demo.md.
+.TP
+.B "--help"
+Show help options
+.TP
+.B "--version, --whatever"
+Print version string and exit
+.TP
+.B "--i, --initiliaze"
+Run the initialization
+.TP
+.B "--d, --debug"
+Output debug information
+.TP
+.B "--s, --score"
+Output lint score
+.TP
+.B "--j, --json"
+Display the errors in json format
+.TP
+.B "--t, --time"
+Run a timing test, useful for developing (needs a populated corpora/ directory)
+.TP
+
+.SH "ADDITIONAL INFORMATION"
+For further information, visit the website http://proselint.com.
diff --git a/debian/proselint3.1 b/debian/proselint3.1
new file mode 100644
index 0000000..c15fce7
--- /dev/null
+++ b/debian/proselint3.1
@@ -0,0 +1,44 @@
+.TH proselint "1" "28 February 2016" "proselint" ""
+
+.SH NAME
+proselint \- A prose lint command-line utility
+
+.SH SYNOPSIS
+.B proselint
+.RI [ options ]
+
+.SH DESCRIPTION
+Proselint is a command-line utility that aggregates knowledge about best
+practices in writing from world's greatest writers and editors, and makes it
+accessible by giving suggestions in the form of a linter for prose.
+
+This is the Python 3 version.
+.SH OPTIONS
+Proselint accepts the following options:
+.TP
+If no file is provided, proselint will run the included demo.md.
+.TP
+.B "--help"
+Show help options
+.TP
+.B "--version, --whatever"
+Print version string and exit
+.TP
+.B "--i, --initiliaze"
+Run the initialization
+.TP
+.B "--d, --debug"
+Output debug information
+.TP
+.B "--s, --score"
+Output lint score
+.TP
+.B "--j, --json"
+Display the errors in json format
+.TP
+.B "--t, --time"
+Run a timing test, useful for developing (needs a populated corpora/ directory)
+.TP
+
+.SH "ADDITIONAL INFORMATION"
+For further information, visit the website http://proselint.com.
diff --git a/debian/python-proselint.manpages b/debian/python-proselint.manpages
new file mode 100644
index 0000000..d7498d0
--- /dev/null
+++ b/debian/python-proselint.manpages
@@ -0,0 +1 @@
+debian/proselint.1
diff --git a/debian/python3-proselint.manpages b/debian/python3-proselint.manpages
new file mode 100644
index 0000000..6152039
--- /dev/null
+++ b/debian/python3-proselint.manpages
@@ -0,0 +1 @@
+debian/proselint3.1
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..3ad6722
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+#export DH_VERBOSE = 1
+
+export PYBUILD_NAME=proselint
+
+%:
+	dh $@  --with python2,python3 --buildsystem=pybuild
+
+override_dh_install:
+	dh_install
+	mv $(CURDIR)/debian/python3-proselint/usr/bin/proselint \
+		$(CURDIR)/debian/python3-proselint/usr/bin/proselint3
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..f3aa809
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/proselint/proselint-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-proselint.git



More information about the Python-modules-commits mailing list