Thomas Lamprecht
18909118c3
bump version to 7.0.0-5
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2024-11-14 17:31:34 +01:00
Thomas Lamprecht
e7431aadc4
buildsys: fix lintian check in dsc target
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2024-11-14 17:21:47 +01:00
Thomas Lamprecht
d83ed670f0
improve french locale
...
Contributed-by: Davy Defaud <davy.defaud@free.fr>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2024-11-14 17:11:05 +01:00
Thomas Lamprecht
c0c1b0b633
bump version to 7.0.0-4
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-08-03 16:24:21 +02:00
Thomas Lamprecht
65a2888b37
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>
2023-08-03 16:23:07 +02:00
Thomas Lamprecht
6ee3ee8555
add Georgian translations
...
Contributed-by: Ekaterine Papava <papava.e@gtu.ge>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-08-03 16:21:23 +02:00
Thomas Lamprecht
c21e45da93
buildsys: improve DSC target
...
This avoids a duplicate call to lintian on sbuild target
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-28 16:04:52 +02:00
Thomas Lamprecht
f3417b078c
write current git commit to package docs on build
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-28 16:01:35 +02:00
Thomas Lamprecht
c5f36b681e
debian: normalize packaging configs with wrap-and-sort -tkn
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-28 15:57:16 +02:00
Thomas Lamprecht
1d965923f4
buildsys: derive upload dist automatically
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-28 15:56:28 +02:00
Thomas Lamprecht
4758a0434f
bump version to 7.0.0-3
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-08 11:55:47 +02:00
Thomas Lamprecht
dbc16a1623
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>
2023-05-08 11:50:54 +02:00
Thomas Lamprecht
410a282dd9
buildsys: add convencience target for sbuild
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-08 11:49:42 +02:00
Thomas Lamprecht
90d05b9f17
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>
2023-05-08 11:48:12 +02:00
Thomas Lamprecht
814505fb71
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>
2023-05-08 11:42:35 +02:00
Thomas Lamprecht
441cddbd26
buildsys: initial fixes for dsc target
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-08 11:30:40 +02:00
Thomas Lamprecht
3c5781b10c
update source lintian-overrides for dh 13 compat
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-08 11:30:40 +02:00
Thomas Lamprecht
052b517607
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>
2023-05-08 11:30:40 +02:00
Thomas Lamprecht
17c8407ad7
buildsys: cleanup & shorten generating source directory target
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-08 11:30:04 +02:00
Thomas Lamprecht
04a45c2f0f
buildsys: use simple parenthesis for variables
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-08 11:30:04 +02:00
Thomas Lamprecht
df14c0f691
switch upload dist to bookworm and fix product list
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-03 17:56:37 +02:00
Thomas Lamprecht
164c472af5
bump version to 7.0.0-2
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-03 17:56:01 +02:00
Thomas Lamprecht
45b8c31bb5
d/control: define compat level via build-depends and raise to 13
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-03 17:55:06 +02:00
Thomas Lamprecht
806bb13c8b
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>
2023-05-03 17:54:13 +02:00
Thomas Lamprecht
58b59e2e04
bump version to 7.0.0-1
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-06-02 16:18:48 +02:00
Thomas Lamprecht
6331192c04
d/control: record breaks for older proxmox-widget-toolkit
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-06-02 13:42:01 +02:00
Thomas Lamprecht
cc21ba9315
d/control: update dh compat level to 12
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-06-02 13:41:30 +02:00
Thomas Lamprecht
947f09636f
import ExtJS 7.0.0 GPL
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-05-27 13:34:56 +02:00
Thomas Lamprecht
bef50766a5
buildsys: switch upload dist over to buster
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-05-22 10:22:39 +02:00
Thomas Lamprecht
7e289e3bd3
bump version to 6.0.1-10
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-05-22 08:41:02 +02:00
Thomas Lamprecht
142576680c
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>
2019-05-22 08:22:02 +02:00
Thomas Lamprecht
a085df1f71
d/control: bump standards version
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-12-05 12:43:52 +01:00
Thomas Lamprecht
d28613b235
bsys: also clean when building the dsc
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-12-05 12:43:27 +01:00
Fabian Grünbichler
9b86f8ce62
debian: switch to DH 10
...
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2018-12-05 11:48:42 +01:00
Fabian Grünbichler
b5c2a832ce
d/rules: chmod +x
...
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2018-12-05 11:48:42 +01:00
Fabian Grünbichler
704d95beb2
build: install via d/*.install
...
since all the files are static anyway
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2018-12-05 11:48:42 +01:00
Fabian Grünbichler
70e3417a00
build: add dsc target
...
to build a source package
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2018-12-05 11:48:42 +01:00
Fabian Grünbichler
c1f946580a
d/source/format: add explicit format
...
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2018-12-05 11:48:41 +01:00
Fabian Grünbichler
e69e415c8e
build: move lintian-overrides to debian/
...
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2018-12-05 11:48:41 +01:00
Fabian Grünbichler
3062a1c099
build: prepare refactoring
...
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2018-12-05 11:48:41 +01:00
Dietmar Maurer
cf07ab5ed8
bump version to 6.0-1-2
2017-03-10 09:15:32 +01:00
Dietmar Maurer
3cc6e4247c
Makefile: use "--product pve,pmg --dist stretch" for upload
2017-03-08 16:39:49 +01:00
Wolfgang Bumiller
51824eee98
buildsys: make job safety
2017-02-07 15:22:01 +01:00
Dietmar Maurer
c3a2d08f89
add debian package files
2017-01-25 17:56:26 +01:00
Dietmar Maurer
6527f4294c
add extjs 6.0.1 sources
...
from http://cdn.sencha.com/ext/gpl/ext-6.0.1-gpl.zip
2017-01-25 17:28:32 +01:00