[Python-modules-commits] r32047 - in packages/pylint-plugin-utils/trunk (9 files)

aerostitch-guest at users.alioth.debian.org aerostitch-guest at users.alioth.debian.org
Mon Mar 23 16:48:39 UTC 2015


    Date: Monday, March 23, 2015 @ 16:48:38
  Author: aerostitch-guest
Revision: 32047

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

Added:
  packages/pylint-plugin-utils/trunk/debian/
  packages/pylint-plugin-utils/trunk/debian/changelog
  packages/pylint-plugin-utils/trunk/debian/compat
  packages/pylint-plugin-utils/trunk/debian/control
  packages/pylint-plugin-utils/trunk/debian/copyright
  packages/pylint-plugin-utils/trunk/debian/rules
  packages/pylint-plugin-utils/trunk/debian/source/
  packages/pylint-plugin-utils/trunk/debian/source/format
  packages/pylint-plugin-utils/trunk/debian/watch


Property changes on: packages/pylint-plugin-utils/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/pylint-plugin-utils/trunk/debian/changelog
===================================================================
--- packages/pylint-plugin-utils/trunk/debian/changelog	                        (rev 0)
+++ packages/pylint-plugin-utils/trunk/debian/changelog	2015-03-23 16:48:38 UTC (rev 32047)
@@ -0,0 +1,5 @@
+pylint-plugin-utils (0.2.3-1) unstable; urgency=low
+
+  * Initial release (Closes: #768566)
+
+ -- Joseph Herlant <herlantj at gmail.com>  Sat, 14 Mar 2015 21:45:18 -0700

Added: packages/pylint-plugin-utils/trunk/debian/compat
===================================================================
--- packages/pylint-plugin-utils/trunk/debian/compat	                        (rev 0)
+++ packages/pylint-plugin-utils/trunk/debian/compat	2015-03-23 16:48:38 UTC (rev 32047)
@@ -0,0 +1 @@
+9

Added: packages/pylint-plugin-utils/trunk/debian/control
===================================================================
--- packages/pylint-plugin-utils/trunk/debian/control	                        (rev 0)
+++ packages/pylint-plugin-utils/trunk/debian/control	2015-03-23 16:48:38 UTC (rev 32047)
@@ -0,0 +1,40 @@
+Source: pylint-plugin-utils
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Joseph Herlant <herlantj at gmail.com>
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-all (>= 2.6.6-3~),
+               python-setuptools,
+               python3-all,
+               python3-setuptools
+Standards-Version: 3.9.6
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.3
+Homepage: https://github.com/landscapeio/pylint-plugin-utils
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pylint-plugin-utils/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pylint-plugin-utils/trunk/
+
+Package: python-pylint-plugin-utils
+Architecture: all
+Depends: pylint, python-astroid (>= 1.2.0), ${misc:Depends}, ${python:Depends}
+Description: Utilities and helpers for writing Pylint plugins (Python 2)
+ This is not a direct Pylint plugin, but rather a set of tools
+ and functions used by other plugins such as pylint-django
+ and pylint-celery.
+ .
+ This is the Python 2 version of the package.
+
+Package: python3-pylint-plugin-utils
+Architecture: all
+Depends: pylint,
+         python3-astroid (>= 1.2.0),
+         ${misc:Depends},
+         ${python3:Depends}
+Description: Utilities and helpers for writing Pylint plugins (Python 3)
+ This is not a direct Pylint plugin, but rather a set of tools
+ and functions used by other plugins such as pylint-django
+ and pylint-celery.
+ .
+ This is the Python 3 version of the package.

Added: packages/pylint-plugin-utils/trunk/debian/copyright
===================================================================
--- packages/pylint-plugin-utils/trunk/debian/copyright	                        (rev 0)
+++ packages/pylint-plugin-utils/trunk/debian/copyright	2015-03-23 16:48:38 UTC (rev 32047)
@@ -0,0 +1,28 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pylint-plugin-utils
+Source: https://github.com/landscapeio/pylint-plugin-utils
+
+Files: *
+Copyright: 2013-2014 Carl Crowder <emailme at carlcrowder.com>
+License: GPL-2
+
+Files: debian/*
+Copyright: 2014 Joseph Herlant <herlantj at gmail.com>
+License: GPL-2
+
+License: GPL-2
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License version 2 as
+ published by the Free Software Foundation.
+ .
+ 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 package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ .
+ On Debian systems, the complete text of the GNU General Public License version
+ 2 can be found in `/usr/share/common-licenses/GPL-2'.

Added: packages/pylint-plugin-utils/trunk/debian/rules
===================================================================
--- packages/pylint-plugin-utils/trunk/debian/rules	                        (rev 0)
+++ packages/pylint-plugin-utils/trunk/debian/rules	2015-03-23 16:48:38 UTC (rev 32047)
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+# DH_VERBOSE = 1
+
+export PYBUILD_NAME=pylint-plugin-utils
+
+%:
+	dh $@  --with python2,python3 --buildsystem=pybuild
+
+override_dh_install:
+	dh_install --fail-missing
+
+override_dh_installdocs:
+	dh_installdocs -i README.md


Property changes on: packages/pylint-plugin-utils/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/pylint-plugin-utils/trunk/debian/source/format
===================================================================
--- packages/pylint-plugin-utils/trunk/debian/source/format	                        (rev 0)
+++ packages/pylint-plugin-utils/trunk/debian/source/format	2015-03-23 16:48:38 UTC (rev 32047)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/pylint-plugin-utils/trunk/debian/watch
===================================================================
--- packages/pylint-plugin-utils/trunk/debian/watch	                        (rev 0)
+++ packages/pylint-plugin-utils/trunk/debian/watch	2015-03-23 16:48:38 UTC (rev 32047)
@@ -0,0 +1,3 @@
+version=3
+opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/<project>-$1\.tar\.gz/ \
+https://github.com/landscapeio/pylint-plugin-utils/tags .*/v?(\d\S*)\.tar\.gz




More information about the Python-modules-commits mailing list