[Python-modules-commits] r27269 - in packages/python-rply/trunk/debian (5 files)
mithrandi at users.alioth.debian.org
mithrandi at users.alioth.debian.org
Sat Jan 18 00:09:43 UTC 2014
Date: Saturday, January 18, 2014 @ 00:09:42
Author: mithrandi
Revision: 27269
Add PGP signature checking to watch file.
Added:
packages/python-rply/trunk/debian/source/include-binaries
packages/python-rply/trunk/debian/upstream-signing-key.pgp
Modified:
packages/python-rply/trunk/debian/changelog
packages/python-rply/trunk/debian/rules
packages/python-rply/trunk/debian/watch
Modified: packages/python-rply/trunk/debian/changelog
===================================================================
--- packages/python-rply/trunk/debian/changelog 2014-01-18 00:06:13 UTC (rev 27268)
+++ packages/python-rply/trunk/debian/changelog 2014-01-18 00:09:42 UTC (rev 27269)
@@ -3,6 +3,7 @@
* New upstream release.
- Fixes insecure /tmp handling (Closes: #735263).
* Add myself to Uploaders.
+ * Add PGP signature checking to watch file.
-- Tristan Seligmann <mithrandi at debian.org> Sat, 18 Jan 2014 02:03:36 +0200
Modified: packages/python-rply/trunk/debian/rules
===================================================================
--- packages/python-rply/trunk/debian/rules 2014-01-18 00:06:13 UTC (rev 27268)
+++ packages/python-rply/trunk/debian/rules 2014-01-18 00:09:42 UTC (rev 27269)
@@ -18,7 +18,7 @@
# generates get-orig-source target
DEB_UPSTREAM_PACKAGE = rply
DEB_UPSTREAM_URL = https://pypi.python.org/packages/source/r/rply
-DEB_UPSTREAM_TARBALL_MD5 = d0c820172d1af1f20ffad65898468e49
+DEB_UPSTREAM_TARBALL_MD5 = 5e2970627da13d63d904be9a50187485
# hook pypy-rply into existing cdbs build stage
build/$(pypy_package):: build/%: debian/python-module-stampdir/%
Added: packages/python-rply/trunk/debian/source/include-binaries
===================================================================
--- packages/python-rply/trunk/debian/source/include-binaries (rev 0)
+++ packages/python-rply/trunk/debian/source/include-binaries 2014-01-18 00:09:42 UTC (rev 27269)
@@ -0,0 +1 @@
+debian/upstream-signing-key.pgp
Added: packages/python-rply/trunk/debian/upstream-signing-key.pgp
===================================================================
(Binary files differ)
Property changes on: packages/python-rply/trunk/debian/upstream-signing-key.pgp
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: packages/python-rply/trunk/debian/watch
===================================================================
--- packages/python-rply/trunk/debian/watch 2014-01-18 00:06:13 UTC (rev 27268)
+++ packages/python-rply/trunk/debian/watch 2014-01-18 00:09:42 UTC (rev 27269)
@@ -1,3 +1,4 @@
version = 3
-https://pypi.python.org/packages/source/r/rply/\
- rply-(\d.*).tar.gz
\ No newline at end of file
+opts=pgpsigurlmangle=s/$/.asc/ \
+ https://pypi.python.org/packages/source/r/rply/ \
+ rply-(\d.*).tar.gz
More information about the Python-modules-commits
mailing list