[Python-modules-commits] r24990 - in packages/fedmsg/trunk (19 files)

laarmen-guest at users.alioth.debian.org laarmen-guest at users.alioth.debian.org
Thu Jun 27 15:44:43 UTC 2013


    Date: Thursday, June 27, 2013 @ 15:44:42
  Author: laarmen-guest
Revision: 24990

[svn-inject] Applying Debian modifications (0.6.8+git66~28a3152-1) to trunk

Added:
  packages/fedmsg/trunk/debian/
  packages/fedmsg/trunk/debian/changelog
  packages/fedmsg/trunk/debian/clean
  packages/fedmsg/trunk/debian/compat
  packages/fedmsg/trunk/debian/control
  packages/fedmsg/trunk/debian/copyright
  packages/fedmsg/trunk/debian/patches/
  packages/fedmsg/trunk/debian/patches/series
  packages/fedmsg/trunk/debian/patches/strip_docs.diff
  packages/fedmsg/trunk/debian/patches/tmp
  packages/fedmsg/trunk/debian/python-fedmsg-doc.doc-base
  packages/fedmsg/trunk/debian/python-fedmsg-doc.docs
  packages/fedmsg/trunk/debian/python-fedmsg.docs
  packages/fedmsg/trunk/debian/python-fedmsg.install
  packages/fedmsg/trunk/debian/rules
  packages/fedmsg/trunk/debian/source/
  packages/fedmsg/trunk/debian/source/format
  packages/fedmsg/trunk/debian/source/include-binaries
  packages/fedmsg/trunk/debian/watch


Property changes on: packages/fedmsg/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/fedmsg/trunk/debian/changelog
===================================================================
--- packages/fedmsg/trunk/debian/changelog	                        (rev 0)
+++ packages/fedmsg/trunk/debian/changelog	2013-06-27 15:44:42 UTC (rev 24990)
@@ -0,0 +1,6 @@
+fedmsg (0.6.8+git66~28a3152-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #705953)
+
+ -- Simon Chopin <chopin.simon at gmail.com>  Thu, 27 Jun 2013 10:15:07 +0200
+

Added: packages/fedmsg/trunk/debian/clean
===================================================================
--- packages/fedmsg/trunk/debian/clean	                        (rev 0)
+++ packages/fedmsg/trunk/debian/clean	2013-06-27 15:44:42 UTC (rev 24990)
@@ -0,0 +1 @@
+fedmsg.egg-info/*

Added: packages/fedmsg/trunk/debian/compat
===================================================================
--- packages/fedmsg/trunk/debian/compat	                        (rev 0)
+++ packages/fedmsg/trunk/debian/compat	2013-06-27 15:44:42 UTC (rev 24990)
@@ -0,0 +1 @@
+9

Added: packages/fedmsg/trunk/debian/control
===================================================================
--- packages/fedmsg/trunk/debian/control	                        (rev 0)
+++ packages/fedmsg/trunk/debian/control	2013-06-27 15:44:42 UTC (rev 24990)
@@ -0,0 +1,45 @@
+Source: fedmsg
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Simon Chopin <chopin.simon at gmail.com>
+Build-Depends:
+ debhelper (>= 9),
+ python-all (>= 2.6.6-3~),
+ python-setuptools,
+ python-zmq,
+ python-fabulous,
+ python-kitchen,
+ python-moksha.hub (>= 1.2.0),
+ python-requests,
+ python-pygments,
+ python-m2crypto,
+ python-m2ext,
+ python-nose,
+ python-mock,
+ python-six,
+ python-sphinx (>= 1.0.7+dfsg),
+Standards-Version: 3.9.4
+X-Python-Version: >= 2.7
+Homepage: http://fedmsg.com/
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/fedmsg/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/fedmsg/trunk/
+
+Package: python-fedmsg
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: Fedora messaging infrastructure system
+ fedmsg (Fedora Messaging) is a Python package and API used within the Fedora
+ infrastructure to send and receive messages to and from applications in order
+ to allow for asynchronous processes.
+
+Package: python-fedmsg-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${sphinxdoc:Depends}
+Description: Fedora messaging infrastructure system documentation
+ fedmsg (Fedora Messaging) is a Python package and API used within the Fedora
+ infrastructure to send and receive messages to and from applications in order
+ to allow for asynchronous processes.
+ .
+ This package provides the documentation for the API.

Added: packages/fedmsg/trunk/debian/copyright
===================================================================
--- packages/fedmsg/trunk/debian/copyright	                        (rev 0)
+++ packages/fedmsg/trunk/debian/copyright	2013-06-27 15:44:42 UTC (rev 24990)
@@ -0,0 +1,30 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: fedmsg
+Source: http://fedmsg.com/
+
+Files: *
+Copyright: 2008-2013 Red Hat, Inc
+License: LGPL
+
+Files: debian/*
+Copyright: 2013 Simon Chopin <chopin.simon at gmail.com>
+License: LGPL
+
+License: LGPL
+ fedmsg 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.
+ .
+ fedmsg 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 fedmsg; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ .
+ On Debian systems, a copy of the license can be found at
+ `/usr/share/common-licenses/LGPL-2.1`.
+

Added: packages/fedmsg/trunk/debian/patches/series
===================================================================
--- packages/fedmsg/trunk/debian/patches/series	                        (rev 0)
+++ packages/fedmsg/trunk/debian/patches/series	2013-06-27 15:44:42 UTC (rev 24990)
@@ -0,0 +1,2 @@
+strip_docs.diff
+tmp

Added: packages/fedmsg/trunk/debian/patches/strip_docs.diff
===================================================================
--- packages/fedmsg/trunk/debian/patches/strip_docs.diff	                        (rev 0)
+++ packages/fedmsg/trunk/debian/patches/strip_docs.diff	2013-06-27 15:44:42 UTC (rev 24990)
@@ -0,0 +1,79 @@
+Description: Remove theme and informations not available in Debian
+ The Cloud theme as well as the fedmsg_meta_fedora_infrastructure are not
+ available in Debian.
+Author: Simon Chopin <chopin.simon at gmail.com>
+Forwarded: not-needed
+
+--- a/doc/conf.py
++++ b/doc/conf.py
+@@ -23,62 +23,11 @@
+ 
+ # General configuration
+ # ---------------------
+-# import Cloud
+-import cloud_sptheme as csp
+-
+-from fedmsg.doc_utilities import make_topics_doc
+-here = os.path.dirname(os.path.abspath(__file__))
+-make_topics_doc(here)
+ 
+ # ... some contents omitted ...
+ 
+-# set the html theme
+-html_theme = "cloud"
+-
+ # ... some contents omitted ...
+ 
+-# set the theme path to point to cloud's theme data
+-html_theme_path = [csp.get_theme_dir()]
+-
+-# [optional] set some of the options listed above...
+-html_theme_options = {
+-    "sidebarwidth":     "200px",
+-    "max_width":        "900px",
+-    "compact_width":    "800px",
+-    "minimal_width":    "700px",
+-
+-    # Style it like Fedora..
+-    "bodyfont":         "Cantarell",
+-
+-    "highlightcolor":   "#060", # First Green
+-
+-    "sidebarbgcolor":   "#FEFEFE",
+-    "sidebartrimcolor": "#FEFEFE",
+-
+-    "sectionbgcolor":   "#FEFEFE",
+-    "sectiontrimcolor": "#FEFEFE",
+-    "sectiontextcolor": "#444444",
+-
+-    "relbarbgcolor":    "#FEFEFE",
+-    "relbartextcolor":  "#444444",
+-    "relbarlinkcolor":  "#444444",
+-
+-    "bgcolor":          "#FEFEFE",
+-    "textcolor":        "#444444",
+-    "linkcolor":        "#060", # First Green
+-
+-    "headtextcolor":    "#444444",
+-    "headlinkcolor":    "#444444",
+-
+-    #"codebgcolor"
+-    #"codetextcolor"
+-    "codetrimcolor":    "#060", # First Green
+-
+-    "footerbgcolor":    "#FEFEFE",
+-
+-}
+-
+-
+ # Add any Sphinx extension module names here, as strings. They can be extensions
+ # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
+ extensions = ['sphinx.ext.autodoc']
+--- a/doc/_templates/layout.html
++++ b/doc/_templates/layout.html
+@@ -1,4 +1,4 @@
+-{% extends "cloud/layout.html" %}
++{% extends "default/layout.html" %}
+ {% block footer -%}
+ {{ super() }}
+ <a href="http://github.com/fedora-infra/fedmsg">

Added: packages/fedmsg/trunk/debian/patches/tmp
===================================================================
--- packages/fedmsg/trunk/debian/patches/tmp	                        (rev 0)
+++ packages/fedmsg/trunk/debian/patches/tmp	2013-06-27 15:44:42 UTC (rev 24990)
@@ -0,0 +1,36 @@
+Description: <short summary of the patch>
+ TODO: Put a short summary on the line above and replace this paragraph
+ with a longer explanation of this change. Complete the meta-information
+ with other relevant fields (see below for details). To make it easier, the
+ information below has been extracted from the changelog. Adjust it or drop
+ it.
+ .
+ fedmsg (0.6.8+git66~28a3152) UNRELEASED; urgency=low
+ .
+   * Initial release. (Closes: #705953)
+Author: Simon Chopin <chopin.simon at gmail.com>
+Bug-Debian: http://bugs.debian.org/705953
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- fedmsg-0.6.8+git66~28a3152.orig/doc/conf.py
++++ fedmsg-0.6.8+git66~28a3152/doc/conf.py
+@@ -31,6 +31,7 @@ import sys, os
+ # Add any Sphinx extension module names here, as strings. They can be extensions
+ # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
+ extensions = ['sphinx.ext.autodoc']
++html_theme = 'default'
+ 
+ # Add any paths that contain templates here, relative to this directory.
+ templates_path = ['_templates']

Added: packages/fedmsg/trunk/debian/python-fedmsg-doc.doc-base
===================================================================
--- packages/fedmsg/trunk/debian/python-fedmsg-doc.doc-base	                        (rev 0)
+++ packages/fedmsg/trunk/debian/python-fedmsg-doc.doc-base	2013-06-27 15:44:42 UTC (rev 24990)
@@ -0,0 +1,9 @@
+Document: fedmsg
+Title: fedmsg
+Author: Ralph Bean
+Abstract: Fedora message passing infrastructure
+Section: Network/Monitoring
+
+Format: HTML
+Index: /usr/share/doc/python-fedmsg-doc/html/index.html
+Files: /usr/share/doc/python-fedmsg-doc/html/*.html

Added: packages/fedmsg/trunk/debian/python-fedmsg-doc.docs
===================================================================
--- packages/fedmsg/trunk/debian/python-fedmsg-doc.docs	                        (rev 0)
+++ packages/fedmsg/trunk/debian/python-fedmsg-doc.docs	2013-06-27 15:44:42 UTC (rev 24990)
@@ -0,0 +1 @@
+doc/_build/html

Added: packages/fedmsg/trunk/debian/python-fedmsg.docs
===================================================================
--- packages/fedmsg/trunk/debian/python-fedmsg.docs	                        (rev 0)
+++ packages/fedmsg/trunk/debian/python-fedmsg.docs	2013-06-27 15:44:42 UTC (rev 24990)
@@ -0,0 +1 @@
+README.rst

Added: packages/fedmsg/trunk/debian/python-fedmsg.install
===================================================================
--- packages/fedmsg/trunk/debian/python-fedmsg.install	                        (rev 0)
+++ packages/fedmsg/trunk/debian/python-fedmsg.install	2013-06-27 15:44:42 UTC (rev 24990)
@@ -0,0 +1,3 @@
+etc/
+usr/share/fedmsg/
+usr/lib/

Added: packages/fedmsg/trunk/debian/rules
===================================================================
--- packages/fedmsg/trunk/debian/rules	                        (rev 0)
+++ packages/fedmsg/trunk/debian/rules	2013-06-27 15:44:42 UTC (rev 24990)
@@ -0,0 +1,35 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2,sphinxdoc
+
+override_dh_auto_build:
+	dh_auto_build
+	PYTHONPATH=$(CURDIR) sphinx-build doc/ doc/_build/html
+
+override_dh_auto_install:
+	dh_auto_install
+	mkdir -p debian/tmp/etc/
+	cp -r fedmsg.d debian/tmp/etc/
+	mkdir -p debian/tmp/usr/share/fedmsg/
+	cp -r extras initsys debian/tmp/usr/share/fedmsg
+	chmod +x debian/tmp/usr/share/fedmsg/initsys/sysv/*
+
+# This is temporary until the git patch gets into the mainline.
+override_dh_install:
+	chmod -x debian/tmp/usr/lib/python2.7/dist-packages/fedmsg/tests/test_certs/*.cnf
+	chmod -x debian/tmp/usr/lib/python2.7/dist-packages/fedmsg/tests/test_certs/vars
+	dh_install
+
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -rf doc/_build/
+
+override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+	# Some tests fail because there is no GPG backend yet.
+	# set -e; \
+	# for py in $(shell pyversion -r); do \
+	# 	$$py setup.py test \
+	# done
+endif


Property changes on: packages/fedmsg/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/fedmsg/trunk/debian/source/format
===================================================================
--- packages/fedmsg/trunk/debian/source/format	                        (rev 0)
+++ packages/fedmsg/trunk/debian/source/format	2013-06-27 15:44:42 UTC (rev 24990)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/fedmsg/trunk/debian/source/include-binaries
===================================================================
--- packages/fedmsg/trunk/debian/source/include-binaries	                        (rev 0)
+++ packages/fedmsg/trunk/debian/source/include-binaries	2013-06-27 15:44:42 UTC (rev 24990)
@@ -0,0 +1,78 @@
+doc_build/.doctrees/FAQ.doctree
+doc_build/.doctrees/commands.doctree
+doc_build/.doctrees/config.doctree
+doc_build/.doctrees/consuming.doctree
+doc_build/.doctrees/contributing.doctree
+doc_build/.doctrees/crypto.doctree
+doc_build/.doctrees/deployment.doctree
+doc_build/.doctrees/development.doctree
+doc_build/.doctrees/diagrams/README.doctree
+doc_build/.doctrees/encoding.doctree
+doc_build/.doctrees/environment.pickle
+doc_build/.doctrees/index.doctree
+doc_build/.doctrees/meetings.doctree
+doc_build/.doctrees/meta.doctree
+doc_build/.doctrees/overview.doctree
+doc_build/.doctrees/proposal.doctree
+doc_build/.doctrees/publishing.doctree
+doc_build/.doctrees/py3status.doctree
+doc_build/.doctrees/status.doctree
+doc_build/.doctrees/topology.doctree
+doc_build/_images/reorganize-0mq-overview.png
+doc_build/_images/reorganize-amqp-j5.png
+doc_build/_images/topology.png
+doc_build/_static/ajax-loader.gif
+doc_build/_static/comment-bright.png
+doc_build/_static/comment-close.png
+doc_build/_static/comment.png
+doc_build/_static/diagrams.png
+doc_build/_static/down-pressed.png
+doc_build/_static/down.png
+doc_build/_static/fedmsg.png
+doc_build/_static/fedmsg.xcf
+doc_build/_static/file.png
+doc_build/_static/minus.png
+doc_build/_static/plus.png
+doc_build/_static/reorganize-0mq-overview.png
+doc_build/_static/reorganize-amqp-j5.png
+doc_build/_static/topology.png
+doc_build/_static/up-pressed.png
+doc_build/_static/up.png
+doc_build/objects.inv
+fedmsg/__init__.pyc
+fedmsg/commands/__init__.pyc
+fedmsg/commands/collectd.pyc
+fedmsg/commands/gateway.pyc
+fedmsg/commands/hub.pyc
+fedmsg/commands/ircbot.pyc
+fedmsg/commands/logger.pyc
+fedmsg/commands/relay.pyc
+fedmsg/commands/tail.pyc
+fedmsg/commands/tweet.pyc
+fedmsg/config.pyc
+fedmsg/consumers/__init__.pyc
+fedmsg/consumers/dummy.pyc
+fedmsg/consumers/gateway.pyc
+fedmsg/consumers/ircbot.pyc
+fedmsg/consumers/relay.pyc
+fedmsg/consumers/tweet.pyc
+fedmsg/core.pyc
+fedmsg/crypto/__init__.pyc
+fedmsg/crypto/gpg.pyc
+fedmsg/encoding/__init__.pyc
+fedmsg/encoding/sqla.pyc
+fedmsg/meta/__init__.pyc
+fedmsg/meta/announce.pyc
+fedmsg/meta/base.pyc
+fedmsg/meta/default.pyc
+fedmsg/meta/logger.pyc
+fedmsg/tests/__init__.pyc
+fedmsg/tests/common.pyc
+fedmsg/tests/fedmsg-test-config.pyc
+fedmsg/tests/test_commands.pyc
+fedmsg/tests/test_config.pyc
+fedmsg/tests/test_crypto_gpg.pyc
+fedmsg/tests/test_crypto_x509.pyc
+fedmsg/tests/test_hub.pyc
+fedmsg/tests/test_meta.pyc
+fedmsg/tests/test_threads.pyc

Added: packages/fedmsg/trunk/debian/watch
===================================================================
--- packages/fedmsg/trunk/debian/watch	                        (rev 0)
+++ packages/fedmsg/trunk/debian/watch	2013-06-27 15:44:42 UTC (rev 24990)
@@ -0,0 +1,3 @@
+version=3
+
+https://pypi.python.org/packages/source/f/fedmsg/fedmsg-(.+).tar.gz




More information about the Python-modules-commits mailing list