[Python-modules-commits] [pylama] 01/03: Import pylama_7.3.3-1.1.dsc
ChangZhuo Chen
czchen at moszumanska.debian.org
Mon May 8 14:59:38 UTC 2017
This is an automated email from the git hooks/post-receive script.
czchen pushed a commit to branch master
in repository pylama.
commit 57f86ed6cdc04217e6e91275ab80fbcca75acc71
Author: ChangZhuo Chen (陳昌倬) <czchen at czchen.org>
Date: Mon May 8 22:57:50 2017 +0800
Import pylama_7.3.3-1.1.dsc
---
debian/.git-dpm | 11 +++++++
debian/README.Debian | 8 ++++++
debian/changelog | 18 ++++++++++++
debian/clean | 1 +
debian/compat | 1 +
debian/control | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++
debian/copyright | 65 +++++++++++++++++++++++++++++++++++++++++
debian/pylama.1.txt | 63 ++++++++++++++++++++++++++++++++++++++++
debian/pylama.manpages | 1 +
debian/rules | 21 ++++++++++++++
debian/source/format | 1 +
debian/watch | 3 ++
12 files changed, 271 insertions(+)
diff --git a/debian/.git-dpm b/debian/.git-dpm
new file mode 100644
index 0000000..9603f20
--- /dev/null
+++ b/debian/.git-dpm
@@ -0,0 +1,11 @@
+# see git-dpm(1) from git-dpm package
+63f16813afdeed7accde9484c0ade0845f022c3f
+63f16813afdeed7accde9484c0ade0845f022c3f
+63f16813afdeed7accde9484c0ade0845f022c3f
+63f16813afdeed7accde9484c0ade0845f022c3f
+pylama_7.3.3.orig.tar.gz
+fca7b39a3e98474d9e9e675f548bbf13dd3af31b
+27941
+debianTag="debian/%f%v"
+patchedTag="patched/%f%v"
+upstreamTag="upstream/%u"
diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..cf3fee4
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,8 @@
+pylama for Debian
+
+Please edit this to provide information specific to
+this pylama Debian package.
+
+ (Automatically generated by debmake Version 4.2.5)
+
+ -- ChangZhuo Chen (陳昌倬) <czchen at debian.org> Wed, 25 May 2016 23:34:38 +0800
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..39f5b4f
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,18 @@
+pylama (7.3.3-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Source only upload to dependencies (Closes: #856794).
+
+ -- Jochen Sprickerhof <jspricke at debian.org> Sat, 06 May 2017 17:38:42 +0200
+
+pylama (7.3.3-1) unstable; urgency=medium
+
+ * New upstream release.
+
+ -- ChangZhuo Chen (陳昌倬) <czchen at debian.org> Mon, 02 Jan 2017 02:20:09 +0800
+
+pylama (7.3.1-1) unstable; urgency=low
+
+ * Initial release. Closes: #779449
+
+ -- ChangZhuo Chen (陳昌倬) <czchen at debian.org> Wed, 14 Dec 2016 13:05:26 +0800
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..45149aa
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+*.egg-info/*
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..b5c4f20
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,78 @@
+Source: pylama
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: ChangZhuo Chen (陳昌倬) <czchen at debian.org>,
+Build-Depends: debhelper (>= 10),
+ asciidoc,
+ dh-python,
+ pydocstyle,
+ python3-all,
+ python3-pyflakes,
+ python3-setuptools,
+ python-all,
+ python-pyflakes,
+ python-setuptools,
+ xmlto,
+Standards-Version: 3.9.8
+Homepage: https://github.com/klen/pylama
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pylama.git
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pylama.git
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.2
+
+Package: python-pylama
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends},
+ ${python:Depends},
+Description: code audit library for Python in Python2
+ pylama s a code audit tool for Python and JavaScript. It wraps the following
+ tools:
+ * PEP8 © 2012-2013, Florent Xicluna;
+ * PEP257 © 2012, GreenSteam, <http://greensteam.dk/>
+ * PyFlakes © 2005-2013, Kevin Watters;
+ * Mccabe © Ned Batchelder;
+ * Pylint © 2013, Logilab (should be installed 'pylama_pylint' module);
+ * gjslint © The Closure Linter Authors (should be installed 'pylama_gjslint'
+ module);
+ .
+ This package installs the library in Python 2.
+
+Package: python3-pylama
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends},
+ ${python3:Depends},
+Description: code audit library for Python in Python3
+ pylama s a code audit tool for Python and JavaScript. It wraps the following
+ tools:
+ * PEP8 © 2012-2013, Florent Xicluna;
+ * PEP257 © 2012, GreenSteam, <http://greensteam.dk/>
+ * PyFlakes © 2005-2013, Kevin Watters;
+ * Mccabe © Ned Batchelder;
+ * Pylint © 2013, Logilab (should be installed 'pylama_pylint' module);
+ * gjslint © The Closure Linter Authors (should be installed 'pylama_gjslint'
+ module);
+ .
+ This package installs and library in Python 3.
+
+Package: pylama
+Architecture: all
+Section: devel
+Multi-Arch: foreign
+Depends: ${misc:Depends},
+ ${python3:Depends},
+ python3-pylama (= ${binary:Version}),
+Description: code audit tool for Python in Python3
+ pylama s a code audit tool for Python and JavaScript. It wraps the following
+ tools:
+ * PEP8 © 2012-2013, Florent Xicluna;
+ * PEP257 © 2012, GreenSteam, <http://greensteam.dk/>
+ * PyFlakes © 2005-2013, Kevin Watters;
+ * Mccabe © Ned Batchelder;
+ * Pylint © 2013, Logilab (should be installed 'pylama_pylint' module);
+ * gjslint © The Closure Linter Authors (should be installed 'pylama_gjslint'
+ module);
+ .
+ This package installs the tool in Python 3.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..2d7b2a5
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,65 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pylama
+Source: https://github.com/klen/pylama
+
+Files: *
+Copyright: 2013 copyright Kirill Klenov <horneds at gmail.com>
+License: LGPL-3+
+
+Files: pylama/__init__.py
+Copyright: 2013 copyright Kirill Klenov <horneds at gmail.com>
+License: LGPL-3+ or BSD-3-clause
+
+Files: pylama/libs/inirama.py
+Copyright: 2013 copyright Kirill Klenov <horneds at gmail.com>
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: ChangZhuo Chen (陳昌倬) <czchen at debian.org>
+License: LGPL-3+
+
+License: LGPL-3+
+ This library is free software; you can redistribute it and/or modify it under
+ the terms of the GNU Library General Public License as published by the Free
+ Software Foundation; either version 3 of the License, or (at your option) any
+ later version.
+ .
+ This library 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 Library General Public License for more
+ details.
+ .
+ You should have received a copy of the GNU Library General Public License along
+ with this library; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ On Debian system, the complete text of GNU Lesser General Public License can
+ be found in "/usr/share/common-licenses/LGPL-3".
+
+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.
diff --git a/debian/pylama.1.txt b/debian/pylama.1.txt
new file mode 100644
index 0000000..bd3ba00
--- /dev/null
+++ b/debian/pylama.1.txt
@@ -0,0 +1,63 @@
+= PYLAMA(1)
+:doctype: manpage
+
+== Name
+
+pylama - code audit tool for Python
+
+== Synopsys
+
+*pylama* [_-h_] [_--verbose_] [_--version_] [_--format {pep8, pylint}_] [_--select SELECT_] [_--sort SORT_] [_--linters LINTERS_] [_--ignore IGNORE_] [_--skip SKIP_] [_--report REPORT_] [_--hook_] [_--async_] [_--options OPTIONS_] [_--force_] [_--abspath_] [_paths_ [_paths ..._]]
+
+== Options
+
+*-h*, *--help*::
+ show the help message and exit
+
+*-v*, *--verbose*::
+ verbose mode
+
+*--version*::
+ show program's version number and exit
+
+*-f {pep8, pylint}*, *--format {pep8, pylint}*::
+ Choose errors format (pep8, pylint).
+
+*-s SELECT*, *--select SELECT*::
+ Select errors and warnings. (comma-separated list)
+
+*--sort SORT*::
+ Sort result by error types. Ex. E, W, D
+
+*-l LINTERS*, *--linters LINTERS*::
+ Select linters. (comma-separated). Choices are pyflakes, pep8, pep257, mccabe.
+
+ *-i IGNORE*, *--ignore IGNORE*::
+ Ignore errors and warnings. (comma-separated)
+
+*--skip SKIP*::
+ Skip files by masks (comma-separated, Ex. **/messages.py*)
+
+*-r REPORT*, *--report REPORT*::
+ Send report to file [REPORT]
+
+*--hook*::
+ Install Git (Mercurial) hook.
+
+*--async*::
+ Enable async mode. Useful for checking a lot of files. Don't supported with pylint.
+
+*-o OPTIONS*, *--options OPTIONS*::
+ Select configuration file. By default is *<CURDIR>/pylama.ini*
+
+*-F*, *--force*::
+ Force code checking (if linter doesn't allow)
+
+*-a*, *--abspath*::
+ Use absolute paths in output.
+
+== Author
+
+This manual page was written by mailto:czchen at debian.org[ChangZhuo Chen
+'<czchen at debian.org>'] for the *Debian GNU/Linux system* (but may be used by
+others).
diff --git a/debian/pylama.manpages b/debian/pylama.manpages
new file mode 100644
index 0000000..b0f0732
--- /dev/null
+++ b/debian/pylama.manpages
@@ -0,0 +1 @@
+debian/pylama.1
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..c179a83
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,21 @@
+#!/usr/bin/make -f
+#export DH_VERBOSE = 1
+
+export LC_ALL=C.UTF-8
+export PYBUILD_NAME = pylama
+
+DATE := $(shell date --date="$$(dpkg-parsechangelog --show-field Date)" +%F)
+
+%:
+ dh $@ --with python2,python3 --buildsystem=pybuild
+
+override_dh_auto_configure:
+ cat debian/*manpages | sed 's/$$/.txt/p' | xargs -n 1 a2x --doctype manpage --format manpage
+ dh_auto_configure
+
+override_dh_install:
+ dh_install
+ rm -rf $(CURDIR)/debian/python-pylama/usr/bin
+
+ mkdir -p $(CURDIR)/debian/pylama/usr/bin
+ mv $(CURDIR)/debian/python3-pylama/usr/bin/* $(CURDIR)/debian/pylama/usr/bin/
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..b58a0eb
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/pylama/pylama-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pylama.git
More information about the Python-modules-commits
mailing list