[Python-modules-commits] r25552 - in packages/fedmsg/trunk/debian (4 files)
laarmen-guest at users.alioth.debian.org
laarmen-guest at users.alioth.debian.org
Tue Aug 13 16:48:27 UTC 2013
Date: Tuesday, August 13, 2013 @ 16:48:24
Author: laarmen-guest
Revision: 25552
New upstream snapshot
Add missing licenses
Add missing python-twisted B-D
Refreshing patches
Modified:
packages/fedmsg/trunk/debian/changelog
packages/fedmsg/trunk/debian/control
packages/fedmsg/trunk/debian/copyright
packages/fedmsg/trunk/debian/patches/strip_docs.diff
Modified: packages/fedmsg/trunk/debian/changelog
===================================================================
--- packages/fedmsg/trunk/debian/changelog 2013-08-13 16:22:33 UTC (rev 25551)
+++ packages/fedmsg/trunk/debian/changelog 2013-08-13 16:48:24 UTC (rev 25552)
@@ -1,4 +1,4 @@
-fedmsg (0.6.8+git20130809.1.44ccafe-1) UNRELEASED; urgency=low
+fedmsg (0.6.8+git20130813.1.60346e0-1) UNRELEASED; urgency=low
* Initial release. (Closes: #705953)
Modified: packages/fedmsg/trunk/debian/control
===================================================================
--- packages/fedmsg/trunk/debian/control 2013-08-13 16:22:33 UTC (rev 25551)
+++ packages/fedmsg/trunk/debian/control 2013-08-13 16:48:24 UTC (rev 25552)
@@ -21,6 +21,7 @@
python-six,
python-sqlalchemy,
python-sphinx (>= 1.0.7+dfsg),
+ python-twisted
Standards-Version: 3.9.4
X-Python-Version: >= 2.7
Homepage: http://fedmsg.com/
Modified: packages/fedmsg/trunk/debian/copyright
===================================================================
--- packages/fedmsg/trunk/debian/copyright 2013-08-13 16:22:33 UTC (rev 25551)
+++ packages/fedmsg/trunk/debian/copyright 2013-08-13 16:48:24 UTC (rev 25552)
@@ -10,6 +10,44 @@
Copyright: 2013 Simon Chopin <chopin.simon at gmail.com>
License: LGPL-2.1+
+Files: fedmsg/tests/test_hub.py fedmsg/tests/test_threads.py
+Copyright: 2008-2010 Red Hat, Inc
+License: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+ http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ On Debian systems, a copy of the Apache 2.0 license can be found at
+ `/usr/share/common-licenses/Apache-2.0`
+
+Files: fedmsg/tests/test_certs/pkitool fedmsg/tests/test_certs/tmp/pkitool
+Copyright: 2002-2010 OpenVPN Technologies, Inc
+License: GPL-2
+ This program 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 program 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 program (see the file COPYING included with this
+ distribution); 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 GNU General Public License can be found at
+ `/usr/share/common-licenses/GPL-2`
+
License: LGPL-2.1+
fedmsg is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
Modified: packages/fedmsg/trunk/debian/patches/strip_docs.diff
===================================================================
--- packages/fedmsg/trunk/debian/patches/strip_docs.diff 2013-08-13 16:22:33 UTC (rev 25551)
+++ packages/fedmsg/trunk/debian/patches/strip_docs.diff 2013-08-13 16:48:24 UTC (rev 25552)
@@ -4,11 +4,19 @@
Author: Simon Chopin <chopin.simon at gmail.com>
Forwarded: not-needed
-Index: fedmsg-0.6.8+git20130809.1.44ccafe/doc/conf.py
-===================================================================
---- fedmsg-0.6.8+git20130809.1.44ccafe.orig/doc/conf.py 2013-08-12 12:07:29.670710368 +0200
-+++ fedmsg-0.6.8+git20130809.1.44ccafe/doc/conf.py 2013-08-12 12:07:29.670710368 +0200
-@@ -23,61 +23,11 @@
+--- 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">
+diff --git a/doc/conf.py b/doc/conf.py
+index 54a82d7..1e4303a 100644
+--- a/doc/conf.py
++++ b/doc/conf.py
+@@ -26,61 +26,8 @@ import os
# General configuration
# ---------------------
@@ -18,13 +26,13 @@
-from fedmsg.doc_utilities import make_topics_doc
-here = os.path.dirname(os.path.abspath(__file__))
-make_topics_doc(here)
-
- # ... some contents omitted ...
-
+-
+-# ... some contents omitted ...
+-
-# set the html theme
-html_theme = "cloud"
-
- # ... some contents omitted ...
+-# ... some contents omitted ...
-
-# set the theme path to point to cloud's theme data
-html_theme_path = [csp.get_theme_dir()]
@@ -39,7 +47,7 @@
- # Style it like Fedora..
- "bodyfont": "Cantarell",
-
-- "highlightcolor": "#060", # First Green
+- "highlightcolor": "#060", # First Green
-
- "sidebarbgcolor": "#FEFEFE",
- "sidebartrimcolor": "#FEFEFE",
@@ -54,30 +62,20 @@
-
- "bgcolor": "#FEFEFE",
- "textcolor": "#444444",
-- "linkcolor": "#060", # First Green
+- "linkcolor": "#060", # First Green
-
- "headtextcolor": "#444444",
- "headlinkcolor": "#444444",
-
- #"codebgcolor"
- #"codetextcolor"
-- "codetrimcolor": "#060", # First Green
+- "codetrimcolor": "#060", # First Green
-
- "footerbgcolor": "#FEFEFE",
-
-}
--
+
+html_theme = "default"
- # Add any Sphinx extension module names here, as strings. They can be extensions
- # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-Index: fedmsg-0.6.8+git20130809.1.44ccafe/doc/_templates/layout.html
-===================================================================
---- fedmsg-0.6.8+git20130809.1.44ccafe.orig/doc/_templates/layout.html 2013-08-12 12:07:29.670710368 +0200
-+++ fedmsg-0.6.8+git20130809.1.44ccafe/doc/_templates/layout.html 2013-08-12 12:07:29.670710368 +0200
-@@ -1,4 +1,4 @@
--{% extends "cloud/layout.html" %}
-+{% extends "default/layout.html" %}
- {% block footer -%}
- {{ super() }}
- <a href="http://github.com/fedora-infra/fedmsg">
+ # Add any Sphinx extension module names here, as strings. They can be
+ # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
More information about the Python-modules-commits
mailing list