This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gomatebindings. from 700eec0 x2gomatebindings.spec: change mate-file-manager-devel build dependency to caja-devel for newer distros. new e57ea74 debian/rules: change "testing" version to 999. new b7f11eb debian/rules: also give Raspbian distros the same treatment as Debian ones. The 2 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/changelog | 3 +++ debian/rules | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) -- Alioth's /srv/git/code.x2go.org/x2gomatebindings.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 e57ea746048e09e654bb311049547f3e94deadd2 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Aug 22 02:53:47 2017 +0200 debian/rules: change "testing" version to 999. Compatible with our buildscripts. --- debian/changelog | 2 ++ debian/rules | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d3019f3..b3be5e5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ x2gomatebindings (0.0.1.5-0~x2go1) UNRELEASED; urgency=medium [ Mihai Moldovan ] + * debian/rules: + - Change "testing" version to 999. Compatible with our buildscripts. * x2gomatebindings.spec: - Change mate-file-manager-devel build dependency to caja-devel for newer distros. The package was renamed in Fedora and OpenSuSE a while ago, diff --git a/debian/rules b/debian/rules index a089bc0..10e6a44 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,7 @@ ifeq ($(shell dpkg-vendor --is Debian && 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 = 9990 + RELEASE_VER = 999 endif ifeq ($(RELEASE_VER),unstable) RELEASE_VER = 9999 -- Alioth's /srv/git/code.x2go.org/x2gomatebindings.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 b7f11eb9ff48e901116120ef5cae0568489a909f Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Aug 22 02:54:50 2017 +0200 debian/rules: also give Raspbian distros the same treatment as Debian ones. --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b3be5e5..41b75e4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ x2gomatebindings (0.0.1.5-0~x2go1) UNRELEASED; urgency=medium [ Mihai Moldovan ] * debian/rules: - Change "testing" version to 999. Compatible with our buildscripts. + - Also give Raspbian distros the same treatment as Debian ones. * x2gomatebindings.spec: - Change mate-file-manager-devel build dependency to caja-devel for newer distros. The package was renamed in Fedora and OpenSuSE a while ago, diff --git a/debian/rules b/debian/rules index 10e6a44..0093a80 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ RELEASE_VER_MINOR = 0 SUBSTVARS = -Vdist:Depends="libgtk2.0-bin" USE_GTK = 2.0 -ifeq ($(shell dpkg-vendor --is Debian && echo yes),yes) +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) -- Alioth's /srv/git/code.x2go.org/x2gomatebindings.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gomatebindings.git