[tryton-debian-vcs] pywebdav branch debian updated. debian/0.9.8-7-4-g508c298
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Wed Jan 29 13:00:01 UTC 2014
The following commit has been merged in the debian branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/pywebdav.git;a=commitdiff;h=debian/0.9.8-7-4-g508c298
commit 508c298d2d9dbc211bbc87ae625889da52278df8
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Wed Jan 29 13:52:15 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 8a7da85..10766a0 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
version=3
-http://code.google.com/p/pywebdav/downloads/list?can=1 .*/PyWebDAV-(\d[\d.]*)\.(?:zip|tgz|tbz2|txz|tar\.gz|tar\.bz2|tar\.xz)
+opts=pgpsigurlmangle=s/$/.asc/ opts=pgpsigurlmangle=s/$/.asc/ http://code.google.com/p/pywebdav/downloads/list?can=1 .*/PyWebDAV-(\d[\d.]*)\.(?:zip|tgz|tbz2|txz|tar\.gz|tar\.bz2|tar\.xz)
commit 916adbed6f76fb50e73ad9e648ff53efd2468989
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Wed Jan 29 13:14:44 2014 +0100
Removing PYBUILD_DESTDIR_python2 from rules, it is no more needed.
diff --git a/debian/rules b/debian/rules
index 08c76ec..35c1ba4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,8 +3,6 @@
# needed for pbuilder
export LC_ALL=C.UTF-8
-export PYBUILD_DESTDIR_python2=debian/python-webdav
-
%:
dh ${@} --with python2 --buildsystem=pybuild
commit 7833b9ef7c385fc06bc5f60b5d05c0e5f0263413
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Mon Jan 27 20:09:24 2014 +0100
Updating year in debian copyright.
diff --git a/debian/copyright b/debian/copyright
index dc4dc41..c402e39 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -8,7 +8,7 @@ License: GPL-2+
Files: debian/*
Copyright: 2009-2012 Daniel Baumann <daniel at debian.org>
- 2012 Mathias Behrle <mathiasb at m9s.biz>
+ 2012-2014 Mathias Behrle <mathiasb at m9s.biz>
License: GPL-2+
License: GPL-2+
commit 407acd0b638ab594a6f26ef7dde6f5e70097b0bb
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
--
pywebdav
More information about the tryton-debian-vcs
mailing list