diff -Nru tryton-meta-41/debian/changelog tryton-meta-42/debian/changelog --- tryton-meta-41/debian/changelog 2017-08-17 14:02:27.000000000 +0000 +++ tryton-meta-42/debian/changelog 2017-11-13 08:40:11.000000000 +0000 @@ -1,3 +1,12 @@ +tryton-meta (42) unstable; urgency=medium + + * Bump the Standards-Version to 4.1.0, no changes needed. + * Bump the Standards-Version to 4.1.1, no changes needed. + * Update the rules file for new major 4.6. + * Add new dependency tryton-modules-account-eu. + + -- Mathias Behrle Mon, 13 Nov 2017 09:40:11 +0100 + tryton-meta (41) unstable; urgency=medium * Use the preferred https URL format in the copyright file. diff -Nru tryton-meta-41/debian/control tryton-meta-42/debian/control --- tryton-meta-41/debian/control 2017-08-17 13:13:33.000000000 +0000 +++ tryton-meta-42/debian/control 2017-11-13 08:40:11.000000000 +0000 @@ -4,7 +4,7 @@ Maintainer: Debian Tryton Maintainers Uploaders: Mathias Behrle Build-Depends: debhelper (>= 9) -Standards-Version: 4.0.1 +Standards-Version: 4.1.1 Homepage: http://www.tryton.org/ Vcs-Browser: https://anonscm.debian.org/cgit/tryton/tryton-meta.git Vcs-Git: https://anonscm.debian.org/cgit/tryton/tryton-meta.git @@ -21,6 +21,7 @@ tryton-modules-account-dunning (>= ${version:major}), tryton-modules-account-dunning-fee (>= ${version:major}), tryton-modules-account-dunning-letter (>= ${version:major}), + tryton-modules-account-eu (>= ${version:major}), tryton-modules-account-fr (>= ${version:major}), tryton-modules-account-invoice (>= ${version:major}), tryton-modules-account-invoice-history (>= ${version:major}), diff -Nru tryton-meta-41/debian/rules tryton-meta-42/debian/rules --- tryton-meta-41/debian/rules 2017-08-16 12:59:14.000000000 +0000 +++ tryton-meta-42/debian/rules 2017-11-13 08:33:49.000000000 +0000 @@ -1,6 +1,6 @@ #!/usr/bin/make -f -MAJOR := 4.4 +MAJOR := 4.6 %: dh $@