[Python-modules-commits] r28866 - in packages/fedmsg/trunk/debian (5 files)
olasd at users.alioth.debian.org
olasd at users.alioth.debian.org
Sun May 11 16:34:39 UTC 2014
Date: Sunday, May 11, 2014 @ 16:34:38
Author: olasd
Revision: 28866
New upstream release; drop twitter-related stuff as it was removed upstream
Modified:
packages/fedmsg/trunk/debian/changelog
packages/fedmsg/trunk/debian/control
packages/fedmsg/trunk/debian/patches/series
packages/fedmsg/trunk/debian/rules
Deleted:
packages/fedmsg/trunk/debian/patches/no-tweet
Modified: packages/fedmsg/trunk/debian/changelog
===================================================================
--- packages/fedmsg/trunk/debian/changelog 2014-05-11 16:19:11 UTC (rev 28865)
+++ packages/fedmsg/trunk/debian/changelog 2014-05-11 16:34:38 UTC (rev 28866)
@@ -1,8 +1,10 @@
-fedmsg (0.7.7-2) UNRELEASED; urgency=medium
+fedmsg (0.8.0-1) UNRELEASED; urgency=medium
+ * New upstream release
+ - Drop twitter-related workarounds as twitter was removed upstream
* Add GPG signature verification to debian/watch
- -- Nicolas Dandrimont <olasd at debian.org> Sun, 30 Mar 2014 21:57:06 +0200
+ -- Nicolas Dandrimont <olasd at debian.org> Sun, 11 May 2014 18:20:50 +0200
fedmsg (0.7.7-1) unstable; urgency=medium
Modified: packages/fedmsg/trunk/debian/control
===================================================================
--- packages/fedmsg/trunk/debian/control 2014-05-11 16:19:11 UTC (rev 28865)
+++ packages/fedmsg/trunk/debian/control 2014-05-11 16:34:38 UTC (rev 28866)
@@ -13,7 +13,7 @@
python-m2crypto,
python-m2ext,
python-mock,
- python-moksha.hub (>= 1.2.0),
+ python-moksha.hub (>= 1.3.0),
python-nose,
python-pygments,
python-requests,
Deleted: packages/fedmsg/trunk/debian/patches/no-tweet
===================================================================
--- packages/fedmsg/trunk/debian/patches/no-tweet 2014-05-11 16:19:11 UTC (rev 28865)
+++ packages/fedmsg/trunk/debian/patches/no-tweet 2014-05-11 16:34:38 UTC (rev 28866)
@@ -1,18 +0,0 @@
-Description: Disable the fedmsg-tweet script generation
- Its dependencies are not in Debian.
-Author: Simon Chopin <chopin.simon at gmail.com>
-Forwarded: not-needed
-
-Index: fedmsg-0.7.6/setup.py
-===================================================================
---- fedmsg-0.7.6.orig/setup.py 2014-03-09 00:44:40.061836768 +0100
-+++ fedmsg-0.7.6/setup.py 2014-03-09 00:44:40.061836768 +0100
-@@ -146,7 +146,7 @@
- #"fedmsg-config=fedmsg.commands.config:config",
- "fedmsg-irc=fedmsg.commands.ircbot:ircbot",
- "fedmsg-collectd=fedmsg.commands.collectd:collectd",
-- "fedmsg-tweet=fedmsg.commands.tweet:tweet",
-+ #"fedmsg-tweet=fedmsg.commands.tweet:tweet",
- "fedmsg-announce=fedmsg.commands.announce:announce",
- "fedmsg-trigger=fedmsg.commands.trigger:trigger",
- ],
Modified: packages/fedmsg/trunk/debian/patches/series
===================================================================
--- packages/fedmsg/trunk/debian/patches/series 2014-05-11 16:19:11 UTC (rev 28865)
+++ packages/fedmsg/trunk/debian/patches/series 2014-05-11 16:34:38 UTC (rev 28866)
@@ -1,5 +1,4 @@
default_prefix
-no-tweet
remove_references_to_external_resources_in_docs.diff
bypass_fedmsg_meta_fedora_infrastructure.patch
fix_tests_path.diff
Modified: packages/fedmsg/trunk/debian/rules
===================================================================
--- packages/fedmsg/trunk/debian/rules 2014-05-11 16:19:11 UTC (rev 28865)
+++ packages/fedmsg/trunk/debian/rules 2014-05-11 16:34:38 UTC (rev 28866)
@@ -22,9 +22,6 @@
# useless SOURCES.txt files
rm debian/tmp/usr/lib/python2*/dist-packages/fedmsg*.egg-info/SOURCES.txt
-
- # twitter stuff
- rm debian/tmp/etc/fedmsg.d/tweet.py
override_dh_install:
dh_install --fail-missing
More information about the Python-modules-commits
mailing list