This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gokdrive. from 5ac41c1 x2gokdrive.spec: rename binary package to xorg-x11-server-x2gokdrive to be consistent with Fedora/*SuSE package naming. new 71ebd21 x2gokdrive.spec: it's still %endif, not %fi. new 6976669 debian/rules: add missing single quotes - two strings were merged into one by accident. 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 | 2 +- x2gokdrive.spec | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gokdrive. commit 69766691c2e0adb4cf93d79039f89fc9471b1c55 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Oct 26 23:28:34 2019 +0200 debian/rules: add missing single quotes - two strings were merged into one by accident. --- debian/changelog | 2 ++ debian/rules | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 12bdd9b..a8edb80 100644 --- a/debian/changelog +++ b/debian/changelog @@ -50,6 +50,8 @@ x2gokdrive (0.0.0.1-0x2go1) UNRELEASED; urgency=medium + Avoid xargs, use find's -exec feature. + More and better quoting. + Verbosely remove *.la files. + + Add missing single quotes - two strings were merged into one by + accident. * debian/rules.flags: + Define NULL variable and use it throughout the file. diff --git a/debian/rules b/debian/rules index 90237f2..55d13e3 100755 --- a/debian/rules +++ b/debian/rules @@ -22,7 +22,7 @@ override_dh_auto_configure: # inject x2gokdrive into xorg-server build tree cp 'Makefile.am' *'.c' *'.h' '$(CURDIR)/BUILD/xorg-server/hw/kdrive/x2gokdrive/' - cp -r '$(CURDIR)/man/ BUILD/xorg-server/hw/kdrive/x2gokdrive/' + cp -r '$(CURDIR)/man/' 'BUILD/xorg-server/hw/kdrive/x2gokdrive/' # patch xorg-server build tree, so that it will build x2gokdrive set -x; \ -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gokdrive. commit 71ebd2134924786d8dedba2936baf0576b2c980b Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Oct 26 23:27:26 2019 +0200 x2gokdrive.spec: it's still %endif, not %fi. --- debian/changelog | 1 + x2gokdrive.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 6fa2ccd..12bdd9b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -32,6 +32,7 @@ x2gokdrive (0.0.0.1-0x2go1) UNRELEASED; urgency=medium + Sync dependency lists with debian/control. + Rename binary package to xorg-x11-server-x2gokdrive to be consistent with Fedora/*SuSE package naming. + + It's still %endif, not %fi. * debian/rules: + Remove weird empty variable reference construct. + Whitespace-only fixes. diff --git a/x2gokdrive.spec b/x2gokdrive.spec index 8a7bc03..97c481c 100644 --- a/x2gokdrive.spec +++ b/x2gokdrive.spec @@ -89,7 +89,7 @@ BuildRequires: pkgconfig(xdmcp) BuildRequires: pkgconfig(xfont2) %else BuildRequires: pkgconfig(xfont) -%fi +%endif BuildRequires: pkgconfig(xkbfile) BuildRequires: pkgconfig(pixman-1) BuildRequires: pkgconfig(pciaccess) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git