[X2Go-Commits] [x2goclient] 02/02: debian/README.build-master-qt4: add instructions for generating the debian/control file.

git-admin at x2go.org git-admin at x2go.org
Wed May 12 18:49:18 CEST 2021


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch build-master-qt4
in repository x2goclient.

commit 938180eaa39c35134b93ed95051f279b6a599590
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Wed May 12 18:44:15 2021 +0200

    debian/README.build-master-qt4: add instructions for generating the debian/control file.
---
 debian/README.build-master-qt4 | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/debian/README.build-master-qt4 b/debian/README.build-master-qt4
new file mode 100644
index 0000000..7154409
--- /dev/null
+++ b/debian/README.build-master-qt4
@@ -0,0 +1,20 @@
+This branch should ONLY ever include this README file and the debian/control
+file that has been generated for Qt4 usage.
+
+Likewise, this branch should ONLY ever be used for building packages on
+launchpad - it's supposed to be merged into the master branch. Since the master
+branch MUST NOT contain any of these files, a merge should always happen
+conflict-free.
+
+Steps to generate the debian/control file:
+  - git checkout master
+  - touch debian/control.in
+  - debian/rules FORCE_VENDOR='ubuntu' FORCE_RELEASE_VER='19.10' \
+    'debian/control' (though any version < 20.0 will do)
+  - git add -f debian/control
+  - git stash
+  - git checkout build-master-qt4
+  - git stash apply
+  - git checkout --theirs debian/control
+  - git add debian/control
+  - git commit ...

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list