[Python-modules-commits] r28504 - in packages/kombu/trunk/debian (5 files)
fladi-guest at users.alioth.debian.org
fladi-guest at users.alioth.debian.org
Thu Apr 10 13:21:20 UTC 2014
Date: Thursday, April 10, 2014 @ 13:21:19
Author: fladi-guest
Revision: 28504
New upstream release.
Added:
packages/kombu/trunk/debian/patches/
packages/kombu/trunk/debian/patches/remove_logo.patch
packages/kombu/trunk/debian/patches/series
Modified:
packages/kombu/trunk/debian/changelog
packages/kombu/trunk/debian/rules
Modified: packages/kombu/trunk/debian/changelog
===================================================================
--- packages/kombu/trunk/debian/changelog 2014-04-10 10:45:57 UTC (rev 28503)
+++ packages/kombu/trunk/debian/changelog 2014-04-10 13:21:19 UTC (rev 28504)
@@ -1,3 +1,17 @@
+kombu (3.0.14-1) unstable; urgency=low
+
+ * New upstream release.
+ * Make Depends and Build-Depends on python-pymongo versioned (>=
+ 2.6.2), thanks to Benjamin Drung.
+ * 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.
+ * Add patch to remove usage of remote-hosted images in documentation.
+ * Remove .PHONY declarations from debian/rules.
+
+ -- Michael Fladischer <FladischerMichael at fladi.at> Thu, 10 Apr 2014 13:14:55 +0200
+
kombu (3.0.12-1) unstable; urgency=medium
* New upstream release.
Added: packages/kombu/trunk/debian/patches/remove_logo.patch
===================================================================
--- packages/kombu/trunk/debian/patches/remove_logo.patch (rev 0)
+++ packages/kombu/trunk/debian/patches/remove_logo.patch 2014-04-10 13:21:19 UTC (rev 28504)
@@ -0,0 +1,27 @@
+Description: Remove github-hosted logo from documentation
+Author: Michael Fladischer <FladischerMichael at fladi.at>
+Last-Update: 2014-04-10
+Forwarded: not-needed
+
+--- a/docs/conf.py
++++ b/docs/conf.py
+@@ -69,7 +69,7 @@
+ html_theme = "celery"
+ html_theme_path = ["_theme"]
+ html_sidebars = {
+- 'index': ['sidebarintro.html', 'sourcelink.html', 'searchbox.html'],
+- '**': ['sidebarlogo.html', 'localtoc.html', 'relations.html',
++ 'index': ['sourcelink.html', 'searchbox.html'],
++ '**': ['localtoc.html', 'relations.html',
+ 'sourcelink.html', 'searchbox.html'],
+ }
+--- a/docs/introduction.rst
++++ b/docs/introduction.rst
+@@ -321,7 +321,3 @@
+
+ This software is licensed under the `New BSD License`. See the `LICENSE`
+ file in the top distribution directory for the full license text.
+-
+-.. image:: https://d2weczhvl823v0.cloudfront.net/celery/kombu/trend.png
+- :alt: Bitdeli badge
+- :target: https://bitdeli.com/free
Added: packages/kombu/trunk/debian/patches/series
===================================================================
--- packages/kombu/trunk/debian/patches/series (rev 0)
+++ packages/kombu/trunk/debian/patches/series 2014-04-10 13:21:19 UTC (rev 28504)
@@ -0,0 +1 @@
+remove_logo.patch
Modified: packages/kombu/trunk/debian/rules
===================================================================
--- packages/kombu/trunk/debian/rules 2014-04-10 10:45:57 UTC (rev 28503)
+++ packages/kombu/trunk/debian/rules 2014-04-10 13:21:19 UTC (rev 28504)
@@ -3,12 +3,10 @@
%:
dh $@ --with python2,sphinxdoc
-.PHONY: override_dh_auto_build
override_dh_auto_build:
PYTHONPATH=. sphinx-build -b html -d docs/.build/.doctrees -N docs docs/.build/html
dh_auto_build
-.PHONY: override_dh_auto_test
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
set -e; \
@@ -17,11 +15,9 @@
done
endif
-.PHONY: override_dh_compress
override_dh_compress:
dh_compress -X .js -X .html
-.PHONY: override_dh_clean
override_dh_clean:
rm -rf docs/.build
rm -rf kombu.egg-info/PKG-INFO
More information about the Python-modules-commits
mailing list