diff -Nru tryton-modules-currency-2.8.1/debian/changelog tryton-modules-currency-2.8.1/debian/changelog --- tryton-modules-currency-2.8.1/debian/changelog 2013-11-20 10:24:37.000000000 +0000 +++ tryton-modules-currency-2.8.1/debian/changelog 2013-11-22 06:22:58.000000000 +0000 @@ -1,20 +1,42 @@ -tryton-modules-currency (2.8.1-0ubuntu0~ppa1~quantal) quantal; urgency=low +tryton-modules-currency (2.8.1-1ubuntu0~ppa1~quantal) quantal; urgency=low * Ubuntu build - -- Ilya Melnikov Wed, 20 Nov 2013 16:02:22 +0600 + -- Ilya Melnikov Thu, 21 Nov 2013 21:28:39 +0600 -tryton-modules-currency (2.8.0-0ubuntu0~ppa1~quantal) quantal; urgency=low +tryton-modules-currency (2.8.1-1) unstable; urgency=low - * Upstream version 2.8.0 + * Merging upstream version 2.8.1. - -- Ilya Melnikov Sat, 27 Apr 2013 10:54:20 +0600 + -- Mathias Behrle Sun, 13 Oct 2013 20:05:37 +0200 -tryton-modules-currency (2.6.1-2ubuntu0~ppa1~quantal) quantal; urgency=low +tryton-modules-currency (2.8.0-3) unstable; urgency=low - * Ubuntu build + * Adapting the rules file to work also with git-buildpackage. + + -- Mathias Behrle Tue, 06 Aug 2013 13:32:50 +0200 + +tryton-modules-currency (2.8.0-2) unstable; urgency=low + + * Adding doc/ to docs file. + * Simplifying package layout by renaming .docs to docs. + * Removing needless empty line in rules. + + -- Mathias Behrle Fri, 31 May 2013 17:26:30 +0200 + +tryton-modules-currency (2.8.0-1) experimental; urgency=low + + * Merging upstream version 2.8.0. + * Updating copyright. + + -- Mathias Behrle Thu, 02 May 2013 15:20:07 +0200 + +tryton-modules-currency (2.6.1-3) experimental; urgency=low + + * Removing Daniel from Uploaders. Thanks for your work! (Closes: #704380). + * Improving update of major version in Depends. - -- Ilya Melnikov Wed, 24 Apr 2013 15:02:03 +0600 + -- Mathias Behrle Sat, 27 Apr 2013 15:07:04 +0200 tryton-modules-currency (2.6.1-2) experimental; urgency=low diff -Nru tryton-modules-currency-2.8.1/debian/control tryton-modules-currency-2.8.1/debian/control --- tryton-modules-currency-2.8.1/debian/control 2013-04-26 03:01:14.000000000 +0000 +++ tryton-modules-currency-2.8.1/debian/control 2013-11-21 15:27:43.000000000 +0000 @@ -14,7 +14,7 @@ Package: tryton-modules-currency Architecture: all Depends: - ${misc:Depends}, ${python:Depends}, tryton-server (>= ${ver:major}), + ${misc:Depends}, ${python:Depends}, tryton-server (>= ${version:major}), python-pkg-resources Description: Tryton Application Platform (Currency Module) Tryton is a high-level general purpose application platform written in Python diff -Nru tryton-modules-currency-2.8.1/debian/copyright tryton-modules-currency-2.8.1/debian/copyright --- tryton-modules-currency-2.8.1/debian/copyright 2013-04-23 03:14:08.000000000 +0000 +++ tryton-modules-currency-2.8.1/debian/copyright 2013-11-21 02:43:03.000000000 +0000 @@ -1,9 +1,9 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Files: * -Copyright: 2008-2012 Cédric Krier - 2008-2012 Bertrand Chenal - 2008-2012 B2CK SPRL +Copyright: 2008-2013 Cédric Krier + 2008-2013 Bertrand Chenal + 2008-2013 B2CK SPRL License: GPL-3+ Files: icons/* diff -Nru tryton-modules-currency-2.8.1/debian/docs tryton-modules-currency-2.8.1/debian/docs --- tryton-modules-currency-2.8.1/debian/docs 1970-01-01 00:00:00.000000000 +0000 +++ tryton-modules-currency-2.8.1/debian/docs 2013-11-21 02:43:03.000000000 +0000 @@ -0,0 +1,2 @@ +TODO +doc/ diff -Nru tryton-modules-currency-2.8.1/debian/rules tryton-modules-currency-2.8.1/debian/rules --- tryton-modules-currency-2.8.1/debian/rules 2013-04-27 04:57:16.000000000 +0000 +++ tryton-modules-currency-2.8.1/debian/rules 2013-11-21 02:43:03.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 diff -Nru tryton-modules-currency-2.8.1/debian/tryton-modules-currency.docs tryton-modules-currency-2.8.1/debian/tryton-modules-currency.docs --- tryton-modules-currency-2.8.1/debian/tryton-modules-currency.docs 2013-04-23 03:14:08.000000000 +0000 +++ tryton-modules-currency-2.8.1/debian/tryton-modules-currency.docs 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -TODO