Commit Graph

98 Commits

Author SHA1 Message Date
Thomas Lamprecht
a791a09659 bump version to 5.3-1
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-11-29 13:17:26 +01:00
Wolfgang Bumiller
1121e9ca86 bump version to 5.2-10
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2018-11-14 15:27:39 +01:00
Thomas Lamprecht
4bd9bffc98 bump version to 5.2-9
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-10-23 13:03:06 +02:00
Fabian Grünbichler
68a192b5be d/control: minimize pve-doc-generator depends
we don't actually need the whole dblatex/texlive dependency chain to
generate man pages.

this reduces the current dependency chain of pve-doc-generator in a
minimal chroot from 184 packages (556mb) to 72 packages (90mb):

-asciidoc-dblatex
-dblatex
-dirmngr
-docbook-dsssl
-docbook-utils
-fontconfig-config
-fonts-dejavu-core
-fonts-lmodern
-gnupg
-gnupg-agent
-jadetex
-libassuan0
-libavahi-client3
-libavahi-common-data
-libavahi-common3
-libbsd0
-libcairo2
-libcups2
-libcupsimage2
-libfontconfig1
-libfreetype6
-libglib2.0-0
-libgnutls30
-libgraphite2-3
-libgs9
-libgs9-common
-libgssapi-krb5-2
-libharfbuzz-icu0
-libharfbuzz0b
-libhogweed4
-libice6
-libidn11
-libijs-0.35
-libjbig0
-libjbig2dec0
-libjpeg62-turbo
-libk5crypto3
-libkeyutils1
-libkpathsea6
-libkrb5-3
-libkrb5support0
-libksba8
-liblcms2-2
-libldap-2.4-2
-libldap-common
-libnettle6
-libnpth0
-libnspr4
-libnss3
-libopenjp2-7
-libosp5
-libostyle1c2
-libp11-kit0
-libpaper-utils
-libpaper1
-libpixman-1-0
-libpng16-16
-libpoppler64
-libpotrace0
-libptexenc1
-libsasl2-2
-libsasl2-modules-db
-libsgmls-perl
-libsm6
-libsynctex1
-libtasn1-6
-libtexlua52
-libtexluajit2
-libtiff5
-libx11-6
-libx11-data
-libxau6
-libxaw7
-libxcb-render0
-libxcb-shm0
-libxcb1
-libxdmcp6
-libxext6
-libxi6
-libxmu6
-libxpm4
-libxrender1
-libxt6
-libzzip-0-13
-lynx
-lynx-common
-openjade
-opensp
-pinentry-curses
-poppler-data
-preview-latex-style
-python-apt
-python-apt-common
-sgmlspl
-t1utils
-tex-common
-texlive
-texlive-base
-texlive-bibtex-extra
-texlive-binaries
-texlive-extra-utils
-texlive-fonts-recommended
-texlive-generic-recommended
-texlive-htmlxml
-texlive-latex-base
-texlive-latex-extra
-texlive-latex-recommended
-texlive-pictures
-texlive-science
-ucf
-x11-common
-xdg-utils

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2018-10-18 14:12:20 +02:00
Fabian Grünbichler
a8b49312f6 d/compat: bump to 10
(enables parallel builds by default)

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2018-09-13 09:06:43 +02:00
Fabian Grünbichler
c8311c1edd d/control: add missing build-dependencies
gathered by building in a minimal Debian Stretch chroot with just the
listed build-dependencies installed.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2018-09-13 09:06:15 +02:00
Fabian Grünbichler
b5b9709a1c d/control: bump debhelper build-dependency
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2018-09-13 08:50:20 +02:00
Fabian Grünbichler
bd21aef95d build: wrap-and-sort debian/
for consistency and easier diffing

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2018-09-13 08:50:11 +02:00
Fabian Grünbichler
fa764571f6 build: refactor build process
build packages in one go by moving individual .deb targets into install
targets called by dpkg-buildpackage.

all three binary packages are bootstrappable on a straight Debian host,
so there is no need to call dpkg-buildpackage separately for each of
them.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2018-09-13 08:40:01 +02:00
Dietmar Maurer
e2a74c9e49 bump version to 5.2-8 2018-08-08 08:52:32 +02:00
Dietmar Maurer
0dcdd9b1ad bump version to 5.2-7 2018-07-27 11:57:10 +02:00
Dietmar Maurer
4b334217a0 bump version to 5.2-6 2018-07-27 10:50:25 +02:00
Thomas Lamprecht
e56030c4d7 api-viewer: use our extjs package
The loading of an external hosted ExtJS is from a time where we did
not have a extra ExtJS package as it still was in the pve-manager
one, which was not desired to be installed on a non-pve machine.
Add a dependency on libjs-extjs and a link from api-viewer/extjs to
the installation directory of the ExtJS package, this allows to reuse
ExtJS on PVE node hosted docs and on the hosted docs from proxmox.com
at the same time.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-07-26 14:11:00 +02:00
Thomas Lamprecht
d986fd9040 bump version to 5.2-5
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-07-10 12:07:54 +02:00
Dietmar Maurer
edd8c4854d bump version to 5.2-4 2018-05-16 13:11:55 +02:00
Fabian Grünbichler
ef2c2d6661 bump version to 5.2-3
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2018-05-14 14:51:59 +02:00
Thomas Lamprecht
0068e6adbe bump version to 5.2-2
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-05-14 14:28:40 +02:00
Dietmar Maurer
0863848b31 bump version to 5.2-1 2018-05-14 12:35:26 +02:00
Thomas Lamprecht
f3af3a6d56 bump version to 5.1-18 2018-05-04 13:10:05 +02:00
Dietmar Maurer
f193cc8ed4 bump version to 5.1-17 2018-03-22 13:32:32 +01:00
Fabian Grünbichler
2a50591126 bump version to 5.1-16 2018-01-10 11:11:22 +01:00
Dietmar Maurer
56ff23df38 bump version to 5.1-15 2017-12-22 11:50:38 +01:00
Dietmar Maurer
df6857bc2c bump version to 5.1-14 2017-12-22 11:19:12 +01:00
Dietmar Maurer
81bded061a bump version to 5.0-13 2017-12-22 08:18:43 +01:00
Fabian Grünbichler
77ea3af4fa bump version to 5.1-12 2017-10-23 12:12:58 +02:00
Fabian Grünbichler
76a3eeb2ba bump version to 5.1-11 2017-10-23 11:59:32 +02:00
Wolfgang Bumiller
b5ccaf2d21 bump version to 5.0-10 2017-10-19 09:35:41 +02:00
Dietmar Maurer
41230aa368 bump version to 5.0-9 2017-07-10 12:23:02 +02:00
Dietmar Maurer
c076e23bcc bump version to 5.0-8 2017-07-04 14:30:02 +02:00
Dietmar Maurer
d063df957c bump version to 5.0-7 2017-07-04 13:16:13 +02:00
Dietmar Maurer
a23b14eeec bump version to 5.0-6 2017-07-03 13:00:44 +02:00
Dietmar Maurer
3cae5b16cb bump version to 5.0-5 2017-06-30 11:00:47 +02:00
Dietmar Maurer
e21cb7c599 bump version to 5.0-4 2017-06-28 12:38:29 +02:00
Dietmar Maurer
4a859b7bae bump version to 5.0-3 2017-06-21 10:15:11 +02:00
Dietmar Maurer
a7bfaafb85 bump version to 5.0-2 2017-05-31 09:03:46 +02:00
root
d757d19423 fix build dependencies (asciidoc-dblatex, source-highlight)
Do not depend on pve-doc-generator, so that we can bootstrap.
2017-03-13 12:21:18 +01:00
Dietmar Maurer
821cf643fe version bump for Debian stretch (set RELEASE=5.0)
Makefile: upload to "--dist stretch"
2017-03-11 08:05:06 +01:00
Dietmar Maurer
8add056b2c bump version to 4.4-4 2017-03-11 07:50:36 +01:00
Wolfgang Bumiller
f5786c1f46 buildsys: remove an extraneous newline 2017-02-06 15:39:41 +01:00
Wolfgang Bumiller
c8bdafbd1a buildsys: split the packages
This way each package can be built separately. This also
allows for much easier package bootstrapping (eg. for
stretch)
2017-02-03 14:35:28 +01:00
Fabian Grünbichler
97adfee4d7 bump version to 4.4-3 2017-01-27 11:26:12 +01:00
Fabian Grünbichler
9d3ff47813 add missing build dependencies 2017-01-27 11:18:46 +01:00
Dietmar Maurer
43613ebfc2 bump version to 4.4-2 2016-12-29 07:46:38 +01:00
Dietmar Maurer
6df6e51092 set RELEASE=4.4, bump version to 4.4-1 2016-12-09 11:48:23 +01:00
Dietmar Maurer
24dfb2a793 bump version to 4.3-19 2016-12-02 16:25:52 +01:00
Dietmar Maurer
7228091af4 bump version to 4.3-18 2016-12-01 10:58:19 +01:00
Dietmar Maurer
242b66663a bump version to 4.3-17 2016-11-23 11:42:09 +01:00
Dietmar Maurer
d0cfa089d0 bump version to 4.3-16 2016-11-22 16:57:17 +01:00
Dietmar Maurer
c10da25092 4.3-15 2016-11-10 16:44:38 +01:00
Dietmar Maurer
4a751f38e6 bump version to 4.3-14 2016-11-08 11:11:48 +01:00