1
0
mirror of git://git.proxmox.com/git/extjs.git synced 2025-12-08 03:52:47 -05:00

Compare commits

..

No commits in common. "c21e45da936f41843332d5d12660aae4007e507e" and "4758a0434f2448471e1321aeaa700d472342ebd2" have entirely different histories.

3 changed files with 17 additions and 20 deletions

View File

@ -4,6 +4,7 @@ PACKAGE=libjs-extjs
BUILDDIR ?= $(PACKAGE)-$(DEB_VERSION_UPSTREAM) BUILDDIR ?= $(PACKAGE)-$(DEB_VERSION_UPSTREAM)
ORIG_SRC_TAR=$(PACKAGE)_$(DEB_VERSION_UPSTREAM).orig.tar.gz ORIG_SRC_TAR=$(PACKAGE)_$(DEB_VERSION_UPSTREAM).orig.tar.gz
GITVERSION:=$(shell git rev-parse HEAD)
DEB=$(PACKAGE)_$(DEB_VERSION_UPSTREAM_REVISION)_all.deb DEB=$(PACKAGE)_$(DEB_VERSION_UPSTREAM_REVISION)_all.deb
DSC=$(PACKAGE)_$(DEB_VERSION_UPSTREAM_REVISION).dsc DSC=$(PACKAGE)_$(DEB_VERSION_UPSTREAM_REVISION).dsc
@ -14,7 +15,6 @@ $(BUILDDIR): debian extjs
rm -rf $@ $@.tmp && mkdir -p $@.tmp/extjs rm -rf $@ $@.tmp && mkdir -p $@.tmp/extjs
cp -a debian/ $@.tmp/debian cp -a debian/ $@.tmp/debian
cp -a extjs/build/ $@.tmp/extjs/build cp -a extjs/build/ $@.tmp/extjs/build
echo "git clone git://git.proxmox.com/git/extjs.git\\ngit checkout $$(git rev-parse HEAD)" > $@.tmp/debian/SOURCE
mv $@.tmp $@ mv $@.tmp $@
.PHONY: deb .PHONY: deb
@ -27,20 +27,17 @@ $(ORIG_SRC_TAR): $(BUILDDIR)
tar czf $(ORIG_SRC_TAR) --exclude="$(BUILDDIR)/debian" $(BUILDDIR) tar czf $(ORIG_SRC_TAR) --exclude="$(BUILDDIR)/debian" $(BUILDDIR)
.PHONY: dsc .PHONY: dsc
dsc: clean dsc: $(DSC)
$(MAKE) $(DSC)
lintian $@
$(DSC): $(ORIG_SRC_TAR) $(BUILDDIR) $(DSC): $(ORIG_SRC_TAR) $(BUILDDIR)
cd $(BUILDDIR); dpkg-buildpackage -S -us -uc -d cd $(BUILDDIR); dpkg-buildpackage -S -us -uc -d
lintian $@
sbuild: $(DSC) sbuild: $(DSC)
sbuild $(DSC) sbuild $(DSC)
.PHONY: upload .PHONY: upload
upload: UPLOAD_DIST ?= $(DEB_DISTRIBUTION)
upload: $(DEB) upload: $(DEB)
tar cf - $(DEB) | ssh repoman@repo.proxmox.com -- upload --product pve,pmg,pbs --dist $(UPLOAD_DIST) tar cf - $(DEB) | ssh repoman@repo.proxmox.com -- upload --product pve,pmg,pbs --dist bookworm
.PHONY: distclean clean .PHONY: distclean clean
distclean: clean distclean: clean

6
debian/control vendored
View File

@ -2,14 +2,14 @@ Source: libjs-extjs
Section: web Section: web
Priority: optional Priority: optional
Maintainer: Proxmox Support Team <support@proxmox.com> Maintainer: Proxmox Support Team <support@proxmox.com>
Build-Depends: debhelper-compat (= 13), Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.6.2 Standards-Version: 4.6.2
Homepage: https://www.sencha.com/ Homepage: https://www.sencha.com/
Package: libjs-extjs Package: libjs-extjs
Architecture: all Architecture: all
Depends: ${misc:Depends}, Depends: ${misc:Depends}
Breaks: proxmox-widget-toolkit (<< 3.1-1), Breaks: proxmox-widget-toolkit (<< 3.1-1)
Description: cross-browser JavaScript library Description: cross-browser JavaScript library
Ext JS is a cross-browser JavaScript library for building rich internet Ext JS is a cross-browser JavaScript library for building rich internet
applications. applications.