Skip to content

Commit 43fb019

Browse files
sdelafondd-fence
authored andcommitted
[FIX] packaging: update debian file for 14.0.0 release
X-original-commit: af29d60
1 parent 4e50999 commit 43fb019

File tree

7 files changed

+901
-508
lines changed

7 files changed

+901
-508
lines changed

debian/changelog

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
odoo (14.0.0) unstable; urgency=medium
2+
3+
* 14.0.0 (Closes: #638720)
4+
5+
-- Sebastien Delafond <seb@debian.org> Mon, 12 Oct 2020 14:02:16 +0200
6+
7+
odoo (13.0.0) unstable; urgency=medium
8+
9+
* 13.0.0
10+
11+
-- Sebastien Delafond <seb@debian.org> Thu, 11 Jun 2020 13:13:40 +0200
12+
113
odoo (8.0.0) stable; urgency=low
214

315
* Renamed package
@@ -548,4 +560,4 @@ tinyerp-server (3.1.1+debian-1) unstable; urgency=low
548560
* Rebuild orig.tar.gz to remove unnecessary files in upstreams debian/.
549561
* Added changelog from website.
550562

551-
-- Daniel Baumann <daniel.baumann@panthera-systems.net> Sun, 16 Oct 2005 13:35:00 +0200
563+
-- Daniel Baumann <daniel.baumann@panthera-systems.net> Sun, 16 Oct 2005 13:35:00 +0200

debian/compat

Lines changed: 0 additions & 1 deletion
This file was deleted.

debian/control

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,22 @@ Section: net
33
Priority: optional
44
Maintainer: Odoo S.A. <info@odoo.com>
55
Uploaders: Aaron Bohy <aab@odoo.com>, Simon Lejeune <sle@odoo.com>
6-
Build-Depends: debhelper (>= 9.2), dh-python, python3, rsync, python3-setuptools
7-
Standards-Version: 3.9.8
6+
Build-Depends: debhelper-compat (= 12), dh-python, python3, rsync, python3-setuptools
7+
Standards-Version: 4.5.0
88
Homepage: http://www.odoo.com/
99
Vcs-Git: https://github.com/odoo/odoo
10+
Vcs-Browser: https://github.com/odoo/odoo
1011

1112
Package: odoo
1213
Architecture: all
1314
Depends:
1415
${misc:Depends},
1516
${python3:Depends},
1617
adduser,
18+
fonts-inconsolata,
19+
fonts-font-awesome,
20+
fonts-roboto-unhinted,
21+
libjs-underscore,
1722
lsb-base,
1823
postgresql-client,
1924
python3-babel,
@@ -46,6 +51,7 @@ Depends:
4651
python3-werkzeug,
4752
python3-xlsxwriter,
4853
python3-xlrd,
54+
Pre-Depends: ${misc:Pre-Depends}
4955
Conflicts: tinyerp-server, openerp-server, openerp-web, openerp
5056
Replaces: tinyerp-server, openerp-server, openerp-web, openerp
5157
Recommends:

0 commit comments

Comments
 (0)