]> git.proxmox.com Git - extjs.git/log
extjs.git
8 months agobump version to 7.0.0-4 master
Thomas Lamprecht [Thu, 3 Aug 2023 14:24:21 +0000 (16:24 +0200)]
bump version to 7.0.0-4

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
8 months agod/rules: check if all translations are present
Thomas Lamprecht [Thu, 3 Aug 2023 14:21:53 +0000 (16:21 +0200)]
d/rules: check if all translations are present

to hedge against the (rather unlikely) case where we get another ExtJS
update, as then it might happen that the dev updating the repo to that
overlooks (or doesn't remembers) that the Georgian (ka) language got
contributed manually, not shipped by ExtJS, and delete it by mistake.

Check for all available languages, not just the one exposed in
widget-toolkit, to be future-proof (e.g., we could start using more)

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
8 months agoadd Georgian translations
Thomas Lamprecht [Thu, 3 Aug 2023 14:21:19 +0000 (16:21 +0200)]
add Georgian translations

Contributed-by: Ekaterine Papava <papava.e@gtu.ge>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
10 months agobuildsys: improve DSC target
Thomas Lamprecht [Sun, 28 May 2023 14:04:51 +0000 (16:04 +0200)]
buildsys: improve DSC target

This avoids a duplicate call to lintian on sbuild target

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
10 months agowrite current git commit to package docs on build
Thomas Lamprecht [Sun, 28 May 2023 14:01:35 +0000 (16:01 +0200)]
write current git commit to package docs on build

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
10 months agodebian: normalize packaging configs with wrap-and-sort -tkn
Thomas Lamprecht [Sun, 28 May 2023 13:57:12 +0000 (15:57 +0200)]
debian: normalize packaging configs with wrap-and-sort -tkn

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
10 months agobuildsys: derive upload dist automatically
Thomas Lamprecht [Sun, 28 May 2023 13:56:28 +0000 (15:56 +0200)]
buildsys: derive upload dist automatically

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
11 months agobump version to 7.0.0-3
Thomas Lamprecht [Mon, 8 May 2023 09:55:47 +0000 (11:55 +0200)]
bump version to 7.0.0-3

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
11 months agobuildsys: fixup clean target
Thomas Lamprecht [Mon, 8 May 2023 09:50:53 +0000 (11:50 +0200)]
buildsys: fixup clean target

The find command got broken in 04a45c2f ("buildsys: use simple
parenthesis for variables") but it's an odd one anyway (unrelated to
any source, if peoples editor produce such files they should handle
it themselves or fix their editor.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
11 months agobuildsys: add convencience target for sbuild
Thomas Lamprecht [Mon, 8 May 2023 09:49:42 +0000 (11:49 +0200)]
buildsys: add convencience target for sbuild

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
11 months agolintian-overrides: ignore obsolete code.google.com URL in copyright
Thomas Lamprecht [Mon, 8 May 2023 09:47:47 +0000 (11:47 +0200)]
lintian-overrides: ignore obsolete code.google.com URL in copyright

It's actually also still there in the archive:
https://code.google.com/archive/p/flexible-js-formatting/

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
11 months agobuildsys: fix source tarball generation
Thomas Lamprecht [Mon, 8 May 2023 09:42:33 +0000 (11:42 +0200)]
buildsys: fix source tarball generation

debian want's this to be a level higher as it seems like autotools
also defaults to generating a source tar ball that contains
PROJECT-VERSION as top level directory. Otherwise dpkg-source thinks
that the whole source differs by itself, added at another level,
going then bonkers.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
11 months agobuildsys: initial fixes for dsc target
Thomas Lamprecht [Mon, 8 May 2023 09:26:58 +0000 (11:26 +0200)]
buildsys: initial fixes for dsc target

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
11 months agoupdate source lintian-overrides for dh 13 compat
Thomas Lamprecht [Mon, 8 May 2023 09:23:27 +0000 (11:23 +0200)]
update source lintian-overrides for dh 13 compat

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
11 months agobuildsys: keep d/copyright file statically included
Thomas Lamprecht [Mon, 8 May 2023 09:04:34 +0000 (11:04 +0200)]
buildsys: keep d/copyright file statically included

This doesn't change often (not sure if sencha even will make another
GPL release..) and if installed dynamically on build from the extjs
license.txt it also is incomplete w.r.t. our packaging copyright.

Just copy the content of extjs/licenses/license.txt over once into
debian/copyright.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
11 months agobuildsys: cleanup & shorten generating source directory target
Thomas Lamprecht [Mon, 8 May 2023 08:48:17 +0000 (10:48 +0200)]
buildsys: cleanup & shorten generating source directory target

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
11 months agobuildsys: use simple parenthesis for variables
Thomas Lamprecht [Mon, 8 May 2023 08:10:40 +0000 (10:10 +0200)]
buildsys: use simple parenthesis for variables

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
11 months agoswitch upload dist to bookworm and fix product list
Thomas Lamprecht [Wed, 3 May 2023 15:56:37 +0000 (17:56 +0200)]
switch upload dist to bookworm and fix product list

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
11 months agobump version to 7.0.0-2
Thomas Lamprecht [Wed, 3 May 2023 15:56:01 +0000 (17:56 +0200)]
bump version to 7.0.0-2

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
11 months agod/control: define compat level via build-depends and raise to 13
Thomas Lamprecht [Wed, 3 May 2023 15:55:06 +0000 (17:55 +0200)]
d/control: define compat level via build-depends and raise to 13

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
11 months agod/lintian-overrides: avoid false-positive privacy-breach-generic
Thomas Lamprecht [Wed, 3 May 2023 15:54:12 +0000 (17:54 +0200)]
d/lintian-overrides: avoid false-positive privacy-breach-generic

the code is in a comment but between a check boundary (lintian
processes scripts in some sort of chunks) and thus gets detected as
false positive.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2 years agobump version to 7.0.0-1
Thomas Lamprecht [Wed, 2 Jun 2021 14:18:48 +0000 (16:18 +0200)]
bump version to 7.0.0-1

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2 years agod/control: record breaks for older proxmox-widget-toolkit
Thomas Lamprecht [Wed, 2 Jun 2021 11:42:01 +0000 (13:42 +0200)]
d/control: record breaks for older proxmox-widget-toolkit

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2 years agod/control: update dh compat level to 12
Thomas Lamprecht [Wed, 2 Jun 2021 11:41:30 +0000 (13:41 +0200)]
d/control: update dh compat level to 12

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2 years agoimport ExtJS 7.0.0 GPL
Thomas Lamprecht [Thu, 27 May 2021 11:34:56 +0000 (13:34 +0200)]
import ExtJS 7.0.0 GPL

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
4 years agobuildsys: switch upload dist over to buster
Thomas Lamprecht [Wed, 22 May 2019 08:22:39 +0000 (10:22 +0200)]
buildsys: switch upload dist over to buster

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
4 years agobump version to 6.0.1-10
Thomas Lamprecht [Wed, 22 May 2019 06:41:02 +0000 (08:41 +0200)]
bump version to 6.0.1-10

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
4 years agobuildsys: use dpkg-dev makefile helpers for pkg info
Thomas Lamprecht [Wed, 22 May 2019 06:21:57 +0000 (08:21 +0200)]
buildsys: use dpkg-dev makefile helpers for pkg info

and do some general cleanup while we touch this

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
5 years agod/control: bump standards version
Thomas Lamprecht [Wed, 5 Dec 2018 11:43:52 +0000 (12:43 +0100)]
d/control: bump standards version

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
5 years agobsys: also clean when building the dsc
Thomas Lamprecht [Wed, 5 Dec 2018 11:43:27 +0000 (12:43 +0100)]
bsys: also clean when building the dsc

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
5 years agodebian: switch to DH 10
Fabian Grünbichler [Wed, 5 Dec 2018 10:34:28 +0000 (11:34 +0100)]
debian: switch to DH 10

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
5 years agod/rules: chmod +x
Fabian Grünbichler [Wed, 5 Dec 2018 10:34:27 +0000 (11:34 +0100)]
d/rules: chmod +x

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
5 years agobuild: install via d/*.install
Fabian Grünbichler [Wed, 5 Dec 2018 10:34:26 +0000 (11:34 +0100)]
build: install via d/*.install

since all the files are static anyway

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
5 years agobuild: add dsc target
Fabian Grünbichler [Wed, 5 Dec 2018 10:34:25 +0000 (11:34 +0100)]
build: add dsc target

to build a source package

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
5 years agod/source/format: add explicit format
Fabian Grünbichler [Wed, 5 Dec 2018 10:34:24 +0000 (11:34 +0100)]
d/source/format: add explicit format

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
5 years agobuild: move lintian-overrides to debian/
Fabian Grünbichler [Wed, 5 Dec 2018 10:34:23 +0000 (11:34 +0100)]
build: move lintian-overrides to debian/

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
5 years agobuild: prepare refactoring
Fabian Grünbichler [Wed, 5 Dec 2018 10:34:22 +0000 (11:34 +0100)]
build: prepare refactoring

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
7 years agobump version to 6.0-1-2
Dietmar Maurer [Fri, 10 Mar 2017 08:15:32 +0000 (09:15 +0100)]
bump version to 6.0-1-2

7 years agoMakefile: use "--product pve,pmg --dist stretch" for upload
Dietmar Maurer [Wed, 8 Mar 2017 15:39:49 +0000 (16:39 +0100)]
Makefile: use "--product pve,pmg --dist stretch" for upload

7 years agobuildsys: make job safety
Wolfgang Bumiller [Tue, 7 Feb 2017 14:22:01 +0000 (15:22 +0100)]
buildsys: make job safety

7 years agoadd debian package files
Dietmar Maurer [Wed, 25 Jan 2017 16:49:29 +0000 (17:49 +0100)]
add debian package files

7 years agoadd extjs 6.0.1 sources
Dietmar Maurer [Wed, 25 Jan 2017 16:28:32 +0000 (17:28 +0100)]
add extjs 6.0.1 sources

from http://cdn.sencha.com/ext/gpl/ext-6.0.1-gpl.zip