summaryrefslogtreecommitdiff
path: root/scripts/debian
diff options
context:
space:
mode:
authorruki <[email protected]>2020-09-08 23:02:55 +0800
committerruki <[email protected]>2020-09-08 23:02:55 +0800
commitb06850e9a3839c125c452eb8be8fcc99544a144b (patch)
tree597f926125df21a6d231bec9428bc4b8973e4ba0 /scripts/debian
parenta60e3691be27ed3f5a0d7651f7b720b7e75b7031 (diff)
update ppa
Diffstat (limited to 'scripts/debian')
-rw-r--r--scripts/debian/changelog90
-rw-r--r--scripts/debian/copyright2
-rwxr-xr-xscripts/debian/rules5
3 files changed, 5 insertions, 92 deletions
diff --git a/scripts/debian/changelog b/scripts/debian/changelog
index df050f8e0..50bbeab84 100644
--- a/scripts/debian/changelog
+++ b/scripts/debian/changelog
@@ -1,89 +1,5 @@
-xmake (2.1.5-1) yakkety; urgency=medium
+xmake (2.3.6-1) xenial; urgency=medium
- * update 2.1.5
+ * update 2.3.6
- -- ruki <[email protected]> Thu, 05 Aug 2017 21:22:12 +0800
-
-xmake (2.1.4-1) yakkety; urgency=medium
-
- * update 2.1.4
-
- -- ruki <[email protected]> Thu, 06 Apr 2017 21:22:12 +0800
-
-xmake (2.1.3-13) yakkety; urgency=medium
-
- * add uninstall
-
- -- ruki <[email protected]> Thu, 06 Apr 2017 21:22:12 +0800
-
-xmake (2.1.3-12) yakkety; urgency=medium
-
- * fix bin dir
-
- -- ruki <[email protected]> Thu, 06 Apr 2017 21:22:12 +0800
-
-xmake (2.1.3-11) yakkety; urgency=medium
-
- * modify install path
-
- -- ruki <[email protected]> Thu, 06 Apr 2017 21:22:12 +0800
-
-xmake (2.1.3-10) yakkety; urgency=medium
-
- * modify install script
-
- -- ruki <[email protected]> Thu, 06 Apr 2017 21:22:12 +0800
-
-xmake (2.1.3-9) yakkety; urgency=medium
-
- * remove test xmake
-
- -- ruki <[email protected]> Thu, 06 Apr 2017 21:22:12 +0800
-
-xmake (2.1.3-8) yakkety; urgency=medium
-
- * fix binary dir for install debian
-
- -- ruki <[email protected]> Thu, 06 Apr 2017 21:22:12 +0800
-
-xmake (2.1.3-7) yakkety; urgency=medium
-
- * modify install dir
-
- -- ruki <[email protected]> Thu, 06 Apr 2017 21:22:12 +0800
-
-xmake (2.1.3-6) yakkety; urgency=medium
-
- * remove sudo for install
-
- -- ruki <[email protected]> Thu, 06 Apr 2017 21:22:12 +0800
-
-xmake (2.1.3-5) yakkety; urgency=medium
-
- * modify permission problem
-
- -- ruki <[email protected]> Thu, 06 Apr 2017 21:22:12 +0800
-
-xmake (2.1.3-4) yakkety; urgency=medium
-
- * modify package ppa script
-
- -- ruki <[email protected]> Thu, 06 Apr 2017 21:22:12 +0800
-
-xmake (2.1.3-3) yakkety; urgency=medium
-
- * modify ppa install path
-
- -- ruki <[email protected]> Thu, 06 Apr 2017 21:22:12 +0800
-
-xmake (2.1.3-2) yakkety; urgency=medium
-
- * modify debian script
-
- -- ruki <[email protected]> Thu, 06 Apr 2017 21:22:12 +0800
-
-xmake (2.1.3-1) yakkety; urgency=medium
-
- * initial release
-
- -- ruki <[email protected]> Thu, 06 Apr 2017 21:22:12 +0800
+ -- ruki <[email protected]> Thu, 05 Aug 2020 21:22:12 +0800
diff --git a/scripts/debian/copyright b/scripts/debian/copyright
index f3faea133..6a7cf0cba 100644
--- a/scripts/debian/copyright
+++ b/scripts/debian/copyright
@@ -3,7 +3,7 @@ Upstream-Name: xmake
Source: https://github.com/xmake-io/xmake
Files: *
-Copyright: 2015-2017 ruki <[email protected]>
+Copyright: 2015-present ruki <[email protected]>
License: Apache-2.0
.
diff --git a/scripts/debian/rules b/scripts/debian/rules
index bbf394eb6..b64ef4e04 100755
--- a/scripts/debian/rules
+++ b/scripts/debian/rules
@@ -30,10 +30,7 @@ install: build
mkdir -p $(prefix)/bin
mkdir -p $(prefix)/share
cp -r $(CURDIR)/xmake $(prefix)/share
- cp $(CURDIR)/core/src/demo/demo.b $(prefix)/share/xmake/xmake
- echo '#!/bin/bash' > $(prefix)/bin/xmake
- echo 'export XMAKE_PROGRAM_DIR=/usr/share/xmake' >> $(prefix)/bin/xmake
- echo '/usr/share/xmake/xmake "$$@"' >> $(prefix)/bin/xmake
+ cp $(CURDIR)/core/src/demo/demo.b $(prefix)/bin/xmake
chmod 755 $(prefix)/bin/xmake
distclean: clean