[tryton-debian-vcs] suds branch debian updated. debian/0.4.1-11-4-ga3b958c

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Wed Jan 29 13:00:11 UTC 2014


The following commit has been merged in the debian branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/suds.git;a=commitdiff;h=debian/0.4.1-11-4-ga3b958c

commit a3b958c634b5d43d1646de5269c9dde00f8e2ae9
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Wed Jan 29 13:52:17 2014 +0100

    Adding pgp verification for uscan.

diff --git a/debian/source/include-binaries b/debian/source/include-binaries
new file mode 100644
index 0000000..a610508
--- /dev/null
+++ b/debian/source/include-binaries
@@ -0,0 +1 @@
+debian/upstream/signing-key.pgp
diff --git a/debian/upstream/signing-key.pgp b/debian/upstream/signing-key.pgp
new file mode 100644
index 0000000..e335787
Binary files /dev/null and b/debian/upstream/signing-key.pgp differ
diff --git a/debian/watch b/debian/watch
index 1941063..d7e1652 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=3
-https://fedorahosted.org/releases/s/u/suds/python-suds-(\d+.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
-https://pypi.python.org/packages/source/s/suds/suds-(\d+.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz)) 
+opts=pgpsigurlmangle=s/$/.asc/ opts=pgpsigurlmangle=s/$/.asc/ https://fedorahosted.org/releases/s/u/suds/python-suds-(\d+.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
+opts=pgpsigurlmangle=s/$/.asc/ opts=pgpsigurlmangle=s/$/.asc/ https://pypi.python.org/packages/source/s/suds/suds-(\d+.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz)) 
commit 9ccda89ff1d5ebee0dc4c9a32cff2e822f304b6e
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Wed Jan 29 13:15:42 2014 +0100

    Removing PYBUILD_NAME from rules, it is no more needed.

diff --git a/debian/rules b/debian/rules
index f773539..35c1ba4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,9 +3,6 @@
 # needed for pbuilder
 export LC_ALL=C.UTF-8
 
-PACKAGE_NAME := $(shell python setup.py --name)
-export PYBUILD_NAME=${PACKAGE_NAME}
-
 %:
 	dh ${@} --with python2 --buildsystem=pybuild
 
commit ac5cc56f128c489074be808c94c1a7a62bf3433b
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Mon Jan 27 20:05:47 2014 +0100

    Removing debian/source/options, we are building with dpkg defaults.

diff --git a/debian/source/options b/debian/source/options
deleted file mode 100644
index 22a4de9..0000000
--- a/debian/source/options
+++ /dev/null
@@ -1,2 +0,0 @@
-compression = xz
-compression-level = 9
-- 
suds



More information about the tryton-debian-vcs mailing list