[Python-modules-commits] r28494 - in packages/python-amqp/trunk/debian (9 files)
fladi-guest at users.alioth.debian.org
fladi-guest at users.alioth.debian.org
Tue Apr 8 19:53:27 UTC 2014
Date: Tuesday, April 8, 2014 @ 19:53:26
Author: fladi-guest
Revision: 28494
New upstream release.
Added:
packages/python-amqp/trunk/debian/patches/
packages/python-amqp/trunk/debian/patches/remove_logo.patch
packages/python-amqp/trunk/debian/patches/series
packages/python-amqp/trunk/debian/source/include-binaries
packages/python-amqp/trunk/debian/upstream-signing-key.pgp
Modified:
packages/python-amqp/trunk/debian/changelog
packages/python-amqp/trunk/debian/clean
packages/python-amqp/trunk/debian/rules
packages/python-amqp/trunk/debian/watch
Modified: packages/python-amqp/trunk/debian/changelog
===================================================================
--- packages/python-amqp/trunk/debian/changelog 2014-04-08 09:56:50 UTC (rev 28493)
+++ packages/python-amqp/trunk/debian/changelog 2014-04-08 19:53:26 UTC (rev 28494)
@@ -1,3 +1,15 @@
+python-amqp (1.4.4-1) unstable; urgency=medium
+
+ * New upstream release.
+ * Check PGP signature on upstream tarball:
+ + Add signature URL to debian/watch.
+ + Include upstream public PGP key 030A2708.
+ + Allow debian/upstream-signing-key.pgp to be included as a binary.
+ * Update modified files to be cleaned up in debian/clean.
+ * Add patch to remove usage of github-hosted image in documentation.
+
+ -- Michael Fladischer <FladischerMichael at fladi.at> Tue, 08 Apr 2014 21:25:31 +0200
+
python-amqp (1.4.3-1) unstable; urgency=medium
* New upstream release.
Modified: packages/python-amqp/trunk/debian/clean
===================================================================
--- packages/python-amqp/trunk/debian/clean 2014-04-08 09:56:50 UTC (rev 28493)
+++ packages/python-amqp/trunk/debian/clean 2014-04-08 19:53:26 UTC (rev 28494)
@@ -1,3 +1,4 @@
amqp/*.pyc
amqp.egg-info/SOURCES.txt
+amqp.egg-info/top_level.txt
funtests/settings.pyc
Added: packages/python-amqp/trunk/debian/patches/remove_logo.patch
===================================================================
--- packages/python-amqp/trunk/debian/patches/remove_logo.patch (rev 0)
+++ packages/python-amqp/trunk/debian/patches/remove_logo.patch 2014-04-08 19:53:26 UTC (rev 28494)
@@ -0,0 +1,19 @@
+Description: Remove github-hosted logo from documentation
+Author: Michael Fladischer <FladischerMichael at fladi.at>
+Last-Update: 2014-04-08
+Forwarded: not-needed
+
+--- a/docs/conf.py
++++ b/docs/conf.py
+@@ -77,9 +77,8 @@
+ html_theme = "celery"
+ html_theme_path = ["_theme"]
+ html_sidebars = {
+- 'index': ['sidebarintro.html', 'sourcelink.html', 'searchbox.html'],
+- '**': ['sidebarlogo.html', 'relations.html',
+- 'sourcelink.html', 'searchbox.html'],
++ 'index': ['sourcelink.html', 'searchbox.html'],
++ '**': ['relations.html', 'sourcelink.html', 'searchbox.html'],
+ }
+
+ ### Issuetracker
Added: packages/python-amqp/trunk/debian/patches/series
===================================================================
--- packages/python-amqp/trunk/debian/patches/series (rev 0)
+++ packages/python-amqp/trunk/debian/patches/series 2014-04-08 19:53:26 UTC (rev 28494)
@@ -0,0 +1 @@
+remove_logo.patch
Modified: packages/python-amqp/trunk/debian/rules
===================================================================
--- packages/python-amqp/trunk/debian/rules 2014-04-08 09:56:50 UTC (rev 28493)
+++ packages/python-amqp/trunk/debian/rules 2014-04-08 19:53:26 UTC (rev 28494)
@@ -8,7 +8,7 @@
%:
dh $@ --with python2,python3,sphinxdoc
-
+
.PHONY: override_dh_auto_build
override_dh_auto_build:
set -e; \
Added: packages/python-amqp/trunk/debian/source/include-binaries
===================================================================
--- packages/python-amqp/trunk/debian/source/include-binaries (rev 0)
+++ packages/python-amqp/trunk/debian/source/include-binaries 2014-04-08 19:53:26 UTC (rev 28494)
@@ -0,0 +1 @@
+debian/upstream-signing-key.pgp
Added: packages/python-amqp/trunk/debian/upstream-signing-key.pgp
===================================================================
(Binary files differ)
Property changes on: packages/python-amqp/trunk/debian/upstream-signing-key.pgp
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: packages/python-amqp/trunk/debian/watch
===================================================================
--- packages/python-amqp/trunk/debian/watch 2014-04-08 09:56:50 UTC (rev 28493)
+++ packages/python-amqp/trunk/debian/watch 2014-04-08 19:53:26 UTC (rev 28494)
@@ -1,2 +1,3 @@
version=3
+opts=pgpsigurlmangle=s/$/.asc/ \
https://pypi.python.org/packages/source/a/amqp/amqp-([\d\.]+)\.tar\.gz
More information about the Python-modules-commits
mailing list