diff -Nru tryton-modules-account-fr-2.8.0/debian/changelog tryton-modules-account-fr-2.8.0/debian/changelog --- tryton-modules-account-fr-2.8.0/debian/changelog 2013-04-27 09:14:46.000000000 +0000 +++ tryton-modules-account-fr-2.8.0/debian/changelog 2013-11-22 06:18:59.000000000 +0000 @@ -1,14 +1,30 @@ -tryton-modules-account-fr (2.8.0-0ubuntu0~ppa1~quantal) quantal; urgency=low +tryton-modules-account-fr (2.8.0-2ubuntu0~ppa1~quantal) quantal; urgency=low - * Upstream version 2.8.0 + * Ubuntu build - -- Ilya Melnikov Sat, 27 Apr 2013 10:54:16 +0600 + -- Ilya Melnikov Thu, 21 Nov 2013 21:28:35 +0600 -tryton-modules-account-fr (2.6.0-1ubuntu0~ppa1~quantal) quantal; urgency=low +tryton-modules-account-fr (2.8.0-2) unstable; urgency=low - * Ubuntu build + * Changing section to Localization. + * Removing needless empty line in rules. + * Adapting the rules file to work also with git-buildpackage. + + -- Mathias Behrle Tue, 06 Aug 2013 13:32:10 +0200 + +tryton-modules-account-fr (2.8.0-1) experimental; urgency=low + + * Merging upstream version 2.8.0. + * Updating copyright. + * First upload to Debian (Closes: #706836). + + -- Mathias Behrle Thu, 02 May 2013 15:19:26 +0200 + +tryton-modules-account-fr (2.6.0-2) experimental; urgency=low + + * Improving update of major version in Depends. - -- Ilya Melnikov Thu, 25 Apr 2013 09:31:16 +0600 + -- Mathias Behrle Sat, 27 Apr 2013 15:04:35 +0200 tryton-modules-account-fr (2.6.0-1) experimental; urgency=low diff -Nru tryton-modules-account-fr-2.8.0/debian/control tryton-modules-account-fr-2.8.0/debian/control --- tryton-modules-account-fr-2.8.0/debian/control 2013-04-26 03:01:13.000000000 +0000 +++ tryton-modules-account-fr-2.8.0/debian/control 2013-11-21 15:27:43.000000000 +0000 @@ -1,5 +1,5 @@ Source: tryton-modules-account-fr -Section: python +Section: localization Priority: optional Maintainer: Ilya Melnikov XSBC-Original-Maintainer: Debian Tryton Maintainers @@ -14,8 +14,8 @@ Package: tryton-modules-account-fr Architecture: all Depends: - ${misc:Depends}, ${python:Depends}, tryton-server (>= ${ver:major}), - tryton-modules-account (>= ${ver:major}), python-pkg-resources + ${misc:Depends}, ${python:Depends}, tryton-server (>= ${version:major}), + tryton-modules-account (>= ${version:major}), python-pkg-resources Description: Tryton Application Platform (Financial and Accounting Module for France) Tryton is a high-level general purpose application platform written in Python and using PostgreSQL as database engine. It is the core base of a complete diff -Nru tryton-modules-account-fr-2.8.0/debian/copyright tryton-modules-account-fr-2.8.0/debian/copyright --- tryton-modules-account-fr-2.8.0/debian/copyright 2013-04-25 03:11:53.000000000 +0000 +++ tryton-modules-account-fr-2.8.0/debian/copyright 2013-11-21 02:42:38.000000000 +0000 @@ -1,10 +1,10 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Files: * -Copyright: 2010-2012 Cédric Krier +Copyright: 2010-2013 Cédric Krier 2010-2011 Bertrand Chenal 2010-2011 Nicolas Évrard - 2010-2012 B2CK SPRL + 2010-2013 B2CK SPRL License: GPL-3+ Files: debian/* diff -Nru tryton-modules-account-fr-2.8.0/debian/rules tryton-modules-account-fr-2.8.0/debian/rules --- tryton-modules-account-fr-2.8.0/debian/rules 2013-04-27 04:57:16.000000000 +0000 +++ tryton-modules-account-fr-2.8.0/debian/rules 2013-11-21 02:42:38.000000000 +0000 @@ -1,15 +1,27 @@ #!/usr/bin/make -f +MAJOR := $(shell python setup.py --version | awk -F "." '{print $$1 "." $$2}') +PACKAGE_NAME := $(shell python setup.py --name) + %: dh ${@} --with python2 override_dh_auto_clean: dh_auto_clean +override_dh_auto_build: + mv $(PACKAGE_NAME).egg-info $(PACKAGE_NAME).hen-info + mv PKG-INFO PKG-INFO.hen + dh_auto_build + +override_dh_auto_install: + dh_auto_install rm -rf *.egg-info + mv $(PACKAGE_NAME).hen-info $(PACKAGE_NAME).egg-info + mv PKG-INFO.hen PKG-INFO override_dh_gencontrol: - dh_gencontrol -- -Vver:major="2.8" + dh_gencontrol -- -Vversion:major="$(MAJOR)" override_dh_builddeb: dh_builddeb -- -Zxz -z9