1
0
mirror of git://git.proxmox.com/git/extjs.git synced 2025-12-07 11:36:58 -05:00

Compare commits

..

4 Commits

Author SHA1 Message Date
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
5 changed files with 10 additions and 4 deletions

View File

@ -34,7 +34,7 @@ ${DSC}: ${BUILDDIR}
.PHONY: upload
upload: ${DEB}
tar cf - ${DEB} | ssh repoman@repo.proxmox.com -- upload --product pve,pmg --dist buster
tar cf - ${DEB} | ssh repoman@repo.proxmox.com -- upload --product pve,pmg,pbs --dist bookworm
.PHONY: distclean clean
distclean: clean

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
libjs-extjs (7.0.0-2) bookworm; urgency=medium
* re-build for our Debian Bookworm based releases
-- Proxmox Support Team <support@proxmox.com> Wed, 03 May 2023 17:55:50 +0200
libjs-extjs (7.0.0-1) bullseye; urgency=medium
* import ExtJS 7.0 GPL release

1
debian/compat vendored
View File

@ -1 +0,0 @@
12

4
debian/control vendored
View File

@ -2,8 +2,8 @@ Source: libjs-extjs
Section: web
Priority: optional
Maintainer: Proxmox Support Team <support@proxmox.com>
Build-Depends: debhelper (>= 12~)
Standards-Version: 4.5.1
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.6.2
Homepage: https://www.sencha.com/
Package: libjs-extjs

View File

@ -1 +1,2 @@
libjs-extjs: copyright-should-refer-to-common-license-file-for-gpl
libjs-extjs: privacy-breach-generic [<script src="http://domainb.com/*">] (http://domainb.com/*) [usr/share/javascript/extjs/ext-all-debug.js]