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.
c21e45da93
...
4758a0434f
11
Makefile
11
Makefile
@ -4,6 +4,7 @@ PACKAGE=libjs-extjs
|
||||
|
||||
BUILDDIR ?= $(PACKAGE)-$(DEB_VERSION_UPSTREAM)
|
||||
ORIG_SRC_TAR=$(PACKAGE)_$(DEB_VERSION_UPSTREAM).orig.tar.gz
|
||||
GITVERSION:=$(shell git rev-parse HEAD)
|
||||
|
||||
DEB=$(PACKAGE)_$(DEB_VERSION_UPSTREAM_REVISION)_all.deb
|
||||
DSC=$(PACKAGE)_$(DEB_VERSION_UPSTREAM_REVISION).dsc
|
||||
@ -14,7 +15,6 @@ $(BUILDDIR): debian extjs
|
||||
rm -rf $@ $@.tmp && mkdir -p $@.tmp/extjs
|
||||
cp -a debian/ $@.tmp/debian
|
||||
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 $@
|
||||
|
||||
.PHONY: deb
|
||||
@ -27,20 +27,17 @@ $(ORIG_SRC_TAR): $(BUILDDIR)
|
||||
tar czf $(ORIG_SRC_TAR) --exclude="$(BUILDDIR)/debian" $(BUILDDIR)
|
||||
|
||||
.PHONY: dsc
|
||||
dsc: clean
|
||||
$(MAKE) $(DSC)
|
||||
lintian $@
|
||||
|
||||
dsc: $(DSC)
|
||||
$(DSC): $(ORIG_SRC_TAR) $(BUILDDIR)
|
||||
cd $(BUILDDIR); dpkg-buildpackage -S -us -uc -d
|
||||
lintian $@
|
||||
|
||||
sbuild: $(DSC)
|
||||
sbuild $(DSC)
|
||||
|
||||
.PHONY: upload
|
||||
upload: UPLOAD_DIST ?= $(DEB_DISTRIBUTION)
|
||||
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
|
||||
distclean: clean
|
||||
|
||||
6
debian/control
vendored
6
debian/control
vendored
@ -2,14 +2,14 @@ Source: libjs-extjs
|
||||
Section: web
|
||||
Priority: optional
|
||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||
Build-Depends: debhelper-compat (= 13),
|
||||
Build-Depends: debhelper-compat (= 13)
|
||||
Standards-Version: 4.6.2
|
||||
Homepage: https://www.sencha.com/
|
||||
|
||||
Package: libjs-extjs
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends},
|
||||
Breaks: proxmox-widget-toolkit (<< 3.1-1),
|
||||
Depends: ${misc:Depends}
|
||||
Breaks: proxmox-widget-toolkit (<< 3.1-1)
|
||||
Description: cross-browser JavaScript library
|
||||
Ext JS is a cross-browser JavaScript library for building rich internet
|
||||
applications.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user