This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gomatebindings. from 8a7cf36 Fix incorrect usage of gettext and stop breaking locales of caja. (Fixes: 1424). new 85767cd debian/Jenkinsfile: Add file. Initiate CI builds. new b0244c3 debian/: Drop gtk-2.0 / gtk-3 selection logic. MATE is on GTK+-3 since Debian 10 now. Support for earlier Debian version has been dropped. new d1cebba Merge branch 'personal/sunweaver/add-Jenkinsfile' into 'master' The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/Jenkinsfile | 6 ++++++ debian/control | 1 + debian/rules | 35 +---------------------------------- 3 files changed, 8 insertions(+), 34 deletions(-) create mode 100644 debian/Jenkinsfile -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gomatebindings.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gomatebindings. commit b0244c3f930df47f455550bad28c21f2dea26afb Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Jan 4 19:59:41 2024 +0100 debian/: Drop gtk-2.0 / gtk-3 selection logic. MATE is on GTK+-3 since Debian 10 now. Support for earlier Debian version has been dropped. --- debian/control | 1 + debian/rules | 35 +---------------------------------- 2 files changed, 2 insertions(+), 34 deletions(-) diff --git a/debian/control b/debian/control index a2a7790..7523ed7 100644 --- a/debian/control +++ b/debian/control @@ -39,6 +39,7 @@ Depends: mate-session-manager (>= 1.6.0), caja (>= 1.6.0), gnome-colors-common, + libgtk-3-bin, Conflicts: x2gognomebindings (<< 2.0.2.0), Breaks: diff --git a/debian/rules b/debian/rules index 0093a80..0a79ecd 100755 --- a/debian/rules +++ b/debian/rules @@ -1,38 +1,5 @@ #!/usr/bin/make -f -RELEASE_VER = 0 -RELEASE_VER_MAJOR = 0 -RELEASE_VER_MINOR = 0 -SUBSTVARS = -Vdist:Depends="libgtk2.0-bin" -USE_GTK = 2.0 - -ifeq ($(shell { dpkg-vendor --is Debian && echo yes; } || { dpkg-vendor --is Raspbian && echo yes; }),yes) - RELEASE_VER = $(shell /usr/bin/lsb_release -r | /bin/sed -e 's/[ ]*//g' | /usr/bin/cut -d ':' -f '2' | /usr/bin/cut -d '.' -f '1') -# Let's fake testing's and unstable's "release version"... -ifeq ($(RELEASE_VER),testing) - RELEASE_VER = 999 -endif -ifeq ($(RELEASE_VER),unstable) - RELEASE_VER = 9999 -endif -ifeq ($(shell /bin/bash -c '(( $(RELEASE_VER) >= 9 )) && echo yes'),yes) - SUBSTVARS = -Vdist:Depends="libgtk-3-bin" - USE_GTK = 3.0 -endif -else ifeq ($(shell dpkg-vendor --is Ubuntu && echo yes),yes) - RELEASE_VER_MAJOR = $(shell /usr/bin/lsb_release -r | /bin/sed -e 's/[ ]*//g' | /usr/bin/cut -d ':' -f '2' | /usr/bin/cut -d '.' -f '1') - RELEASE_VER_MINOR = $(shell /usr/bin/lsb_release -r | /bin/sed -e 's/[ ]*//g' | /usr/bin/cut -d ':' -f '2' | /usr/bin/cut -d '.' -f '2') -ifeq ($(shell /bin/bash -c '(( $(RELEASE_VER_MAJOR) == 16 )) && echo yes'),yes) -ifeq ($(shell /bin/bash -c '(( $(RELEASE_VER_MINOR) >= 10 )) && echo yes'),yes) - SUBSTVARS = -Vdist:Depends="libgtk-3-bin" - USE_GTK = 3.0 -endif -else ifeq ($(shell /bin/bash -c '(( $(RELEASE_VER_MAJOR) > 16 )) && echo yes'),yes) - SUBSTVARS = -Vdist:Depends="libgtk-3-bin" - USE_GTK = 3.0 -endif -endif - %: dh $@ @@ -41,7 +8,7 @@ override_dh_auto_configure: cp /usr/share/misc/config.guess . NOCONFIGURE=1 ./autogen.sh dh_auto_configure $(DHFLAGS) -- \ - --with-gtk=$(USE_GTK) + --with-gtk=3.0 override_dh_auto_install: make -C po DESTDIR=../debian/x2gomatebindings install -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gomatebindings.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gomatebindings. commit 85767cd42fc29806a4603ad2ebea510b24e6354e Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Jan 4 13:03:11 2024 +0100 debian/Jenkinsfile: Add file. Initiate CI builds. --- debian/Jenkinsfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/Jenkinsfile b/debian/Jenkinsfile new file mode 100644 index 0000000..9aacc01 --- /dev/null +++ b/debian/Jenkinsfile @@ -0,0 +1,6 @@ +@Library('jenkins-ci-tools') _ +buildDebianPackage( + /* isArchIndependent */ false, + /* ignoredArchs */ [], + /* isHeavyPackage */ false +) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gomatebindings.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gomatebindings. commit d1cebbae96e409494f98cdfd3940bc73701dae9e Merge: 8a7cf36 b0244c3 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Jan 5 07:42:28 2024 +0000 Merge branch 'personal/sunweaver/add-Jenkinsfile' into 'master' debian/Jenkinsfile: Add file. Initiate CI builds. See merge request x2go/bindings/x2gomatebindings!1 debian/Jenkinsfile | 6 ++++++ debian/control | 1 + debian/rules | 35 +---------------------------------- 3 files changed, 8 insertions(+), 34 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gomatebindings.git