[tryton-debian-vcs] tryton-server branch debian updated. debian/3.0.2-1-7-ga925129

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Wed Mar 12 12:37:02 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-server.git;a=commitdiff;h=debian/3.0.2-1-7-ga925129

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

    Releasing debian version 3.0.2-2.

diff --git a/debian/changelog b/debian/changelog
index 3995138..f46ec57 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+tryton-server (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.
+  * Re-enabling PYBUILD_DESTDIR_python2, it is needed in a multibinary
+    package.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Wed, 12 Mar 2014 12:48:48 +0100
+
 tryton-server (3.0.2-1) unstable; urgency=medium
 
   * Using dpkg-statoverride to allow local overrides of (otherwise)
commit febb8f0eb51dce8120fd7301c1424376f3b615f6
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Wed Mar 12 12:46:29 2014 +0100

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

diff --git a/debian/rules b/debian/rules
index af5ada1..c5899d4 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-server
+
 # Don't run tests for Tryton packages, they try to download dependencies from pypi
 export PYBUILD_DISABLE_python2.7=test
 
-- 
tryton-server



More information about the tryton-debian-vcs mailing list