[Python-modules-commits] r25627 - in packages/python-firehose/trunk (9 files)

paultag at users.alioth.debian.org paultag at users.alioth.debian.org
Sun Aug 18 17:42:14 UTC 2013


    Date: Sunday, August 18, 2013 @ 17:42:13
  Author: paultag
Revision: 25627

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

Added:
  packages/python-firehose/trunk/debian/
  packages/python-firehose/trunk/debian/changelog
  packages/python-firehose/trunk/debian/compat
  packages/python-firehose/trunk/debian/control
  packages/python-firehose/trunk/debian/copyright
  packages/python-firehose/trunk/debian/rules
  packages/python-firehose/trunk/debian/source/
  packages/python-firehose/trunk/debian/source/format
  packages/python-firehose/trunk/debian/watch


Property changes on: packages/python-firehose/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-firehose/trunk/debian/changelog
===================================================================
--- packages/python-firehose/trunk/debian/changelog	                        (rev 0)
+++ packages/python-firehose/trunk/debian/changelog	2013-08-18 17:42:13 UTC (rev 25627)
@@ -0,0 +1,5 @@
+python-firehose (0.2-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Paul Tagliamonte <paultag at debian.org>  Wed, 14 Aug 2013 01:10:13 -0400

Added: packages/python-firehose/trunk/debian/compat
===================================================================
--- packages/python-firehose/trunk/debian/compat	                        (rev 0)
+++ packages/python-firehose/trunk/debian/compat	2013-08-18 17:42:13 UTC (rev 25627)
@@ -0,0 +1 @@
+9

Added: packages/python-firehose/trunk/debian/control
===================================================================
--- packages/python-firehose/trunk/debian/control	                        (rev 0)
+++ packages/python-firehose/trunk/debian/control	2013-08-18 17:42:13 UTC (rev 25627)
@@ -0,0 +1,50 @@
+Source: python-firehose
+Section: python
+Priority: optional
+Maintainer: Paul Tagliamonte <paultag at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+# OK. DPMT is set to Uploader since I would *prefer* to know about changes
+# made to this package, since this affects some cross-distro work, as well
+# as a number of internal Debian projects. If a change is purely related to
+# the packaging, do feel free to upload without my ack (e.g. debian/* maint
+# work that doesn't affect upstream code), as a team upload. If I go
+# unresponsive, please communicate the changes with upstream, and upload
+# without my ack.
+Build-Depends:
+ debhelper (>= 9),
+ python-all,
+ python3-all,
+ python-setuptools,
+ python3-setuptools,
+Standards-Version: 3.9.4
+Homepage: https://github.com/fedora-static-analysis/firehose
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-firehose/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-firehose/trunk/
+X-Python-Version: >= 2.7
+X-Python3-Version: >= 3.2
+
+Package: python-firehose
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: set of Python bindings to the Firehose static analysis format
+ We all know static analysis data is, well, awesome! However, we suffer
+ from 10,000 different schemas, and unique ways of communicating the results.
+ .
+ Firehose aims to solve these issues by providing a common static analysis
+ schema, with parsers for common tools, and lots of code to deal with
+ Firehose output.
+ .
+ This package contains the Python 2 bindings to the Firehose XML schema.
+
+Package: python3-firehose
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Description: set of Python 3 bindings to the Firehose static analysis format
+ We all know static analysis data is, well, awesome! However, we suffer
+ from 10,000 different schemas, and unique ways of communicating the results.
+ .
+ Firehose aims to solve these issues by providing a common static analysis
+ schema, with parsers for common tools, and lots of code to deal with
+ Firehose output.
+ .
+ This package contains the Python 3 bindings to the Firehose XML schema.

Added: packages/python-firehose/trunk/debian/copyright
===================================================================
--- packages/python-firehose/trunk/debian/copyright	                        (rev 0)
+++ packages/python-firehose/trunk/debian/copyright	2013-08-18 17:42:13 UTC (rev 25627)
@@ -0,0 +1,35 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
+Upstream-Name: firehose
+Upstream-Contact: David Malcom <dmalcolm at redhat.com>
+Source: https://github.com/fedora-static-analysis/firehose
+
+Files: *
+Copyright:
+ 2013, Red Hat, Inc.
+ 2013, David Malcom <dmalcolm at redhat.com>
+ 2013, Paul Tagliamonte <paultag at debian.org>
+License: LGPL-2.1+
+
+Files: debian/*
+Copyright: 2013, Paul Tagliamonte <paultag at debian.org>
+License: LGPL-2.1+
+
+License: LGPL-2.1+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 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
+ Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
+ USA
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.

Added: packages/python-firehose/trunk/debian/rules
===================================================================
--- packages/python-firehose/trunk/debian/rules	                        (rev 0)
+++ packages/python-firehose/trunk/debian/rules	2013-08-18 17:42:13 UTC (rev 25627)
@@ -0,0 +1,34 @@
+#!/usr/bin/make -f
+
+PY2_PACKAGE_NAME = python-firehose
+PY3_PACKAGE_NAME = python3-firehose
+
+PYVERS  = $(shell pyversions -r)
+PY3VERS = $(shell py3versions -r)
+
+%:
+	dh $@ --with python2,python3
+
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -rvf ./*.egg-info ./build
+
+override_dh_auto_build:
+	set -xe; \
+	for py in $(PYVERS) $(PY3VERS); do \
+		$$py setup.py build; \
+	done
+
+override_dh_auto_install:
+	set -xe; \
+	for py in $(PYVERS); do \
+		$$py setup.py install --skip-build --root debian/$(PY2_PACKAGE_NAME) \
+		--install-layout deb; \
+	done
+	set -xe; \
+		for py in $(PY3VERS); do \
+		$$py setup.py install --skip-build --root debian/$(PY3_PACKAGE_NAME) \
+		--install-layout deb; \
+	done
+	# Remove me when dh_python2 can handle this file
+	rm -vf debian/*/usr/lib/python*/*-packages/*.egg-info/SOURCES.txt


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

Added: packages/python-firehose/trunk/debian/source/format
===================================================================
--- packages/python-firehose/trunk/debian/source/format	                        (rev 0)
+++ packages/python-firehose/trunk/debian/source/format	2013-08-18 17:42:13 UTC (rev 25627)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/python-firehose/trunk/debian/watch
===================================================================
--- packages/python-firehose/trunk/debian/watch	                        (rev 0)
+++ packages/python-firehose/trunk/debian/watch	2013-08-18 17:42:13 UTC (rev 25627)
@@ -0,0 +1,3 @@
+version=3
+http://pypi.python.org/packages/source/s/firehose/ \
+    firehose-(\d.*).tar.gz




More information about the Python-modules-commits mailing list