[tryton-debian-vcs] tryton-client branch debian updated. debian/3.0.2-1-8-gb6f3fb7

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Wed Mar 12 12:32:14 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-client.git;a=commitdiff;h=debian/3.0.2-1-8-gb6f3fb7

commit b6f3fb77e1ff6d5909d6a9d0ce5c811f2f6b2c57
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Wed Mar 12 13:30:12 2014 +0100

    Releasing debian version 3.0.2-2.

diff --git a/debian/changelog b/debian/changelog
index 655d691..692cffc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+tryton-client (3.0.2-2) unstable; urgency=medium
+
+  * Updating year in debian copyright.
+  * Removing debian/source/options, we are building with dpkg defaults.
+  * Removing PYBUILD_DESTDIR_python2 from rules, it is no more needed.
+  * Adding pgp verification for uscan.
+  * Adding gbp.conf for usage with git-buildpackage.
+  * Adding python-goocalendar to Recommends, it is now in Debian main.
+  * Re-enabling PYBUILD_DESTDIR_python2, it is needed in a multibinary
+    package.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Wed, 12 Mar 2014 12:37:39 +0100
+
 tryton-client (3.0.2-1) unstable; urgency=low
 
   * Merging upstream version 3.0.2.
commit 06bfb2a0a9914ac59b97a3b7ba475f7f2cba7ab6
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Wed Mar 12 12:33:11 2014 +0100

    Re-enabling PYBUILD_DESTDIR_python2, it is needed in a multibinary
    package.
    
    This setting was wrongly removed in commit
    b8a38ee0b5086f684056b2abc9ab5b869c3982aa and caused binaries and libs
    to not be installed in the correct place.

diff --git a/debian/rules b/debian/rules
index efb176d..40aadf0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,8 @@
 # needed for pbuilder
 export LC_ALL=C.UTF-8
 
+export PYBUILD_DESTDIR_python2=debian/tryton-client
+
 %:
 	dh ${@} --with python2,sphinxdoc --buildsystem=pybuild
 
-- 
tryton-client



More information about the tryton-debian-vcs mailing list