[tryton-debian-vcs] tryton-modules-product-price-list branch debian updated. debian/3.0.0-2-4-g649db9b

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Wed Jan 29 12:57:27 UTC 2014


The following commit has been merged in the debian branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-product-price-list.git;a=commitdiff;h=debian/3.0.0-2-4-g649db9b

commit 649db9b912ec88cbd29a9575db2c5420cabb7d28
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Wed Jan 29 13:36:22 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 b180730..76e82f1 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-http://downloads.tryton.org/current/ .*trytond_product_price_list-(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
+opts=pgpsigurlmangle=s/$/.asc/ http://downloads.tryton.org/current/ .*trytond_product_price_list-(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
commit 875e3d9280047feea43500f947ceb535b20fdd30
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Wed Jan 29 13:10:09 2014 +0100

    Removing PYBUILD_DESTDIR_python2 from rules, it is no more needed.

diff --git a/debian/rules b/debian/rules
index 2eb33bc..4ef5132 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,8 +4,6 @@
 export LC_ALL=C.UTF-8
 
 MAJOR := $(shell python setup.py --version | awk -F "." '{print $$1 "." $$2}')
-PACKAGE_NAME := tryton-modules-$(shell python setup.py --name | sed s/^trytond_// | sed s/_/-/g)
-export PYBUILD_DESTDIR_python2=debian/${PACKAGE_NAME}
 
 # Don't run tests for Tryton modules, they try to download dependencies from pypi
 export PYBUILD_DISABLE_python2.7=test
commit ad424f102e92786667d3a5098f4e4ffab6528d40
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Mon Jan 27 20:06:07 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
-- 
tryton-modules-product-price-list



More information about the tryton-debian-vcs mailing list