diff -Nru tryton-modules-dashboard-2.8.0/debian/changelog tryton-modules-dashboard-2.8.0/debian/changelog --- tryton-modules-dashboard-2.8.0/debian/changelog 2013-04-27 09:16:29.000000000 +0000 +++ tryton-modules-dashboard-2.8.0/debian/changelog 2013-11-22 06:23:13.000000000 +0000 @@ -1,14 +1,34 @@ -tryton-modules-dashboard (2.8.0-0ubuntu0~ppa1~raring) raring; urgency=low +tryton-modules-dashboard (2.8.0-3ubuntu0~ppa1~raring) raring; urgency=low - * Upstream version 2.8.0 + * Ubuntu build - -- Ilya Melnikov Sat, 27 Apr 2013 10:54:20 +0600 + -- Ilya Melnikov Thu, 21 Nov 2013 21:28:40 +0600 -tryton-modules-dashboard (2.6.1-2ubuntu0~ppa1~raring) raring; urgency=low +tryton-modules-dashboard (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:52 +0200 + +tryton-modules-dashboard (2.8.0-2) unstable; urgency=low + + * Removing needless empty line in rules. + + -- Mathias Behrle Fri, 31 May 2013 17:26:32 +0200 + +tryton-modules-dashboard (2.8.0-1) experimental; urgency=low + + * Merging upstream version 2.8.0. + * Updating copyright. + + -- Mathias Behrle Thu, 02 May 2013 15:20:09 +0200 + +tryton-modules-dashboard (2.6.1-3) experimental; urgency=low + + * Removing Daniel from Uploaders. Thanks for your work! (Closes: #704381). + * Improving update of major version in Depends. - -- Ilya Melnikov Wed, 24 Apr 2013 15:02:04 +0600 + -- Mathias Behrle Sat, 27 Apr 2013 15:07:10 +0200 tryton-modules-dashboard (2.6.1-2) experimental; urgency=low diff -Nru tryton-modules-dashboard-2.8.0/debian/control tryton-modules-dashboard-2.8.0/debian/control --- tryton-modules-dashboard-2.8.0/debian/control 2013-04-26 03:01:14.000000000 +0000 +++ tryton-modules-dashboard-2.8.0/debian/control 2013-11-21 15:27:43.000000000 +0000 @@ -14,8 +14,8 @@ Package: tryton-modules-dashboard Architecture: all Depends: - ${misc:Depends}, ${python:Depends}, python-lxml, tryton-server (>= ${ver:major}), - python-pkg-resources + ${misc:Depends}, ${python:Depends}, tryton-server (>= ${version:major}), + python-lxml, python-pkg-resources Description: Tryton Application Platform (Dashboard Module) 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-dashboard-2.8.0/debian/copyright tryton-modules-dashboard-2.8.0/debian/copyright --- tryton-modules-dashboard-2.8.0/debian/copyright 2013-04-23 03:14:09.000000000 +0000 +++ tryton-modules-dashboard-2.8.0/debian/copyright 2013-11-21 02:43:04.000000000 +0000 @@ -2,7 +2,7 @@ Files: * Copyright: 2009-2013 Cédric Krier - 2009-2012 Bertrand Chenal + 2009-2013 Bertrand Chenal 2009-2013 B2CK SPRL License: GPL-3+ diff -Nru tryton-modules-dashboard-2.8.0/debian/rules tryton-modules-dashboard-2.8.0/debian/rules --- tryton-modules-dashboard-2.8.0/debian/rules 2013-04-27 04:57:16.000000000 +0000 +++ tryton-modules-dashboard-2.8.0/debian/rules 2013-11-21 02:43:04.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