From f6f1241e078bbaa98542f6ed8c71aae4cbf58d12 Mon Sep 17 00:00:00 2001 From: Asriel Dreemurr Date: Fri, 3 Sep 2021 23:12:21 +0300 Subject: [PATCH] Import into UBPorts and build with CI --- debian/Jenkinsfile | 10 ++++++++++ debian/changelog | 2 +- debian/compat | 2 +- debian/control | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 debian/Jenkinsfile diff --git a/debian/Jenkinsfile b/debian/Jenkinsfile new file mode 100644 index 0000000..e541067 --- /dev/null +++ b/debian/Jenkinsfile @@ -0,0 +1,10 @@ +@Library('ubports-build-tools') _ + +buildAndProvideDebianPackage() + +// Or if the package consists entirely of arch-independent packages: +// (optional optimization, will confuse BlueOcean's live view at build stage) +// buildAndProvideDebianPackage(/* isArchIndependent */ true) + +// Optionally, to skip building on some architectures (amd64 is always built): +// buildAndProvideDebianPackage(false, /* ignoredArchs */ ['arm64']) diff --git a/debian/changelog b/debian/changelog index 3cf38d3..463a1e0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -waydroid (1.0.0) master; urgency=medium +waydroid (1.0.0) xenial; urgency=medium * Initial release. diff --git a/debian/compat b/debian/compat index b1bd38b..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -13 +9 diff --git a/debian/control b/debian/control index 230a34a..50e23b9 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: waydroid Maintainer: Erfan Abdi Section: misc Priority: optional -Build-Depends: debhelper (>= 10), +Build-Depends: debhelper (>= 9), dh-python, python3 Standards-Version: 4.5.0.3 -- 2.47.3