[Python-modules-commits] r25630 - in packages/python-firehose/tags (9 files)

paultag at users.alioth.debian.org paultag at users.alioth.debian.org
Sun Aug 18 18:28:47 UTC 2013


    Date: Sunday, August 18, 2013 @ 18:28:45
  Author: paultag
Revision: 25630

[svn-buildpackage] Tagging python-firehose 0.2-1

Added:
  packages/python-firehose/tags/0.2-1/
  packages/python-firehose/tags/0.2-1/debian/changelog
    (from rev 25628, packages/python-firehose/trunk/debian/changelog)
  packages/python-firehose/tags/0.2-1/debian/control
    (from rev 25629, packages/python-firehose/trunk/debian/control)
  packages/python-firehose/tags/0.2-1/debian/rules
    (from rev 25629, packages/python-firehose/trunk/debian/rules)
  packages/python-firehose/tags/0.2-1/debian/watch
    (from rev 25628, packages/python-firehose/trunk/debian/watch)
Deleted:
  packages/python-firehose/tags/0.2-1/debian/changelog
  packages/python-firehose/tags/0.2-1/debian/control
  packages/python-firehose/tags/0.2-1/debian/rules
  packages/python-firehose/tags/0.2-1/debian/watch

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

Copied: packages/python-firehose/tags/0.2-1/debian/changelog (from rev 25628, packages/python-firehose/trunk/debian/changelog)
===================================================================
--- packages/python-firehose/tags/0.2-1/debian/changelog	                        (rev 0)
+++ packages/python-firehose/tags/0.2-1/debian/changelog	2013-08-18 18:28:45 UTC (rev 25630)
@@ -0,0 +1,6 @@
+python-firehose (0.2-1) experimental; urgency=low
+
+  * Initial release. (To experimental because the Schema is likely to change
+    and I don't want it in testing yet)
+
+ -- Paul Tagliamonte <paultag at debian.org>  Wed, 14 Aug 2013 01:10:13 -0400

Deleted: packages/python-firehose/tags/0.2-1/debian/control
===================================================================
--- packages/python-firehose/trunk/debian/control	2013-08-18 17:42:13 UTC (rev 25627)
+++ packages/python-firehose/tags/0.2-1/debian/control	2013-08-18 18:28:45 UTC (rev 25630)
@@ -1,50 +0,0 @@
-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.

Copied: packages/python-firehose/tags/0.2-1/debian/control (from rev 25629, packages/python-firehose/trunk/debian/control)
===================================================================
--- packages/python-firehose/tags/0.2-1/debian/control	                        (rev 0)
+++ packages/python-firehose/tags/0.2-1/debian/control	2013-08-18 18:28:45 UTC (rev 25630)
@@ -0,0 +1,57 @@
+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,
+ python-six,
+ python3-six,
+ python-nose,
+ python3-nose,
+ python-mock,
+ python3-mock,
+ libxml2-utils,
+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.

Deleted: packages/python-firehose/tags/0.2-1/debian/rules
===================================================================
--- packages/python-firehose/trunk/debian/rules	2013-08-18 17:42:13 UTC (rev 25627)
+++ packages/python-firehose/tags/0.2-1/debian/rules	2013-08-18 18:28:45 UTC (rev 25630)
@@ -1,34 +0,0 @@
-#!/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

Copied: packages/python-firehose/tags/0.2-1/debian/rules (from rev 25629, packages/python-firehose/trunk/debian/rules)
===================================================================
--- packages/python-firehose/tags/0.2-1/debian/rules	                        (rev 0)
+++ packages/python-firehose/tags/0.2-1/debian/rules	2013-08-18 18:28:45 UTC (rev 25630)
@@ -0,0 +1,43 @@
+#!/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_test:
+	set -xe; \
+	for py in $(PYVERS); do \
+		$$py /usr/bin/nosetests; \
+	done
+	#for py in $(PY3VERS); do \
+	#	$$py /usr/bin/nosetests3; \
+	#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

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

Copied: packages/python-firehose/tags/0.2-1/debian/watch (from rev 25628, packages/python-firehose/trunk/debian/watch)
===================================================================
--- packages/python-firehose/tags/0.2-1/debian/watch	                        (rev 0)
+++ packages/python-firehose/tags/0.2-1/debian/watch	2013-08-18 18:28:45 UTC (rev 25630)
@@ -0,0 +1,3 @@
+version=3
+http://pypi.python.org/packages/source/f/firehose/ \
+    firehose-(\d.*).tar.gz




More information about the Python-modules-commits mailing list