[Python-modules-commits] r30163 - in packages/fedmsg/trunk/debian (6 files)

olasd at users.alioth.debian.org olasd at users.alioth.debian.org
Fri Aug 15 23:21:29 UTC 2014


    Date: Friday, August 15, 2014 @ 23:21:28
  Author: olasd
Revision: 30163

New upstream release; refresh patches

Modified:
  packages/fedmsg/trunk/debian/changelog
  packages/fedmsg/trunk/debian/control
  packages/fedmsg/trunk/debian/fedmsg.install
  packages/fedmsg/trunk/debian/patches/remove_references_to_external_resources_in_docs.diff
  packages/fedmsg/trunk/debian/patches/series
Deleted:
  packages/fedmsg/trunk/debian/patches/bypass_fedmsg_meta_fedora_infrastructure.patch

Modified: packages/fedmsg/trunk/debian/changelog
===================================================================
--- packages/fedmsg/trunk/debian/changelog	2014-08-15 22:48:00 UTC (rev 30162)
+++ packages/fedmsg/trunk/debian/changelog	2014-08-15 23:21:28 UTC (rev 30163)
@@ -1,3 +1,10 @@
+fedmsg (0.9.3-1) UNRELEASED; urgency=medium
+
+  * New upstream release
+  * Refresh patches
+
+ -- Nicolas Dandrimont <olasd at debian.org>  Sat, 16 Aug 2014 01:05:09 +0200
+
 fedmsg (0.8.0-2) unstable; urgency=high
 
   * Fix init scripts so that the daemons really get launched (Closes: #752895)

Modified: packages/fedmsg/trunk/debian/control
===================================================================
--- packages/fedmsg/trunk/debian/control	2014-08-15 22:48:00 UTC (rev 30162)
+++ packages/fedmsg/trunk/debian/control	2014-08-15 23:21:28 UTC (rev 30163)
@@ -15,6 +15,7 @@
                python-mock,
                python-moksha.hub (>= 1.3.0),
                python-nose,
+               python-psutil,
                python-pygments,
                python-requests,
                python-setuptools,
@@ -128,7 +129,9 @@
 
 Package: fedmsg
 Architecture: all
-Depends: python-fedmsg (= ${binary:Version}), ${misc:Depends}, ${python:Depends}
+Depends: python-fedmsg (= ${binary:Version}),
+         ${misc:Depends},
+         ${python:Depends}
 Breaks: python-fedmsg (<< 0.7.6-1~)
 Replaces: python-fedmsg (<< 0.7.6-1~)
 Description: Fedora messaging infrastructure system - general utilities

Modified: packages/fedmsg/trunk/debian/fedmsg.install
===================================================================
--- packages/fedmsg/trunk/debian/fedmsg.install	2014-08-15 22:48:00 UTC (rev 30162)
+++ packages/fedmsg/trunk/debian/fedmsg.install	2014-08-15 23:21:28 UTC (rev 30163)
@@ -1,6 +1,7 @@
 usr/bin/fedmsg-announce
 usr/bin/fedmsg-collectd
 usr/bin/fedmsg-config
+usr/bin/fedmsg-dg-replay
 usr/bin/fedmsg-logger
 usr/bin/fedmsg-tail
 usr/bin/fedmsg-trigger

Deleted: packages/fedmsg/trunk/debian/patches/bypass_fedmsg_meta_fedora_infrastructure.patch
===================================================================
--- packages/fedmsg/trunk/debian/patches/bypass_fedmsg_meta_fedora_infrastructure.patch	2014-08-15 22:48:00 UTC (rev 30162)
+++ packages/fedmsg/trunk/debian/patches/bypass_fedmsg_meta_fedora_infrastructure.patch	2014-08-15 23:21:28 UTC (rev 30163)
@@ -1,20 +0,0 @@
-Description: Replace fedmsg_meta_fedora_infrastructure with fedmsg_meta_debian
-Author: Nicolas Dandrimont <olasd at debian.org>
-Forwarded: not-needed
-
-Index: fedmsg-0.7.6/fedmsg/doc_utilities.py
-===================================================================
---- fedmsg-0.7.6.orig/fedmsg/doc_utilities.py	2013-11-13 23:20:03.000000000 +0100
-+++ fedmsg-0.7.6/fedmsg/doc_utilities.py	2014-03-08 15:10:25.263916431 +0100
-@@ -101,8 +101,9 @@
-     fname = output_dir + "/topics.rst"
- 
-     global outfile
--    import fedmsg_meta_fedora_infrastructure
--    filename = fedmsg_meta_fedora_infrastructure.__file__
-+    return
-+    import fedmsg_meta_debian
-+    filename = fedmsg_meta_debian.__file__
-     folder = os.path.sep + os.path.join(*filename.split('/')[:-1])
-     test_classes = load_classes(folder)
- 

Modified: packages/fedmsg/trunk/debian/patches/remove_references_to_external_resources_in_docs.diff
===================================================================
--- packages/fedmsg/trunk/debian/patches/remove_references_to_external_resources_in_docs.diff	2014-08-15 22:48:00 UTC (rev 30162)
+++ packages/fedmsg/trunk/debian/patches/remove_references_to_external_resources_in_docs.diff	2014-08-15 23:21:28 UTC (rev 30163)
@@ -8,7 +8,7 @@
 +++ fedmsg-0.7.6/doc/_static/site.css	2014-03-09 00:55:16.549560637 +0100
 @@ -1,5 +1,4 @@
  @import url("cloud.css");
-- at import url("http://fonts.googleapis.com/css?family=Comfortaa");
+- at import url("https://fonts.googleapis.com/css?family=Comfortaa");
  
  .fedmsg-logo span {
      background: url("fedmsg.png") no-repeat scroll 0 0 transparent;
@@ -28,7 +28,7 @@
  {% extends "!page.html" %}
  {% block footer -%}
  {{ super() }}
--<a href="http://github.com/fedora-infra/fedmsg">
+-<a href="https://github.com/fedora-infra/fedmsg">
 -  <img style="position: absolute; top: 0; right: 0; border: 0; max-width: 149px;"
 -  src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png"
 -  alt="Fork me on GitHub">

Modified: packages/fedmsg/trunk/debian/patches/series
===================================================================
--- packages/fedmsg/trunk/debian/patches/series	2014-08-15 22:48:00 UTC (rev 30162)
+++ packages/fedmsg/trunk/debian/patches/series	2014-08-15 23:21:28 UTC (rev 30163)
@@ -1,4 +1,3 @@
 default_prefix
 remove_references_to_external_resources_in_docs.diff
-bypass_fedmsg_meta_fedora_infrastructure.patch
 fix_tests_path.diff




More information about the Python-modules-commits mailing list