This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pinentry-x2go. from 4f5370d pinentry-x2go.spec: install new man page. new 70db7c5 pinentry-x2go.spec: install man page into buildroot, not real system. The 1 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 | 1 + pinentry-x2go.spec | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pinentry-x2go.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pinentry-x2go. commit 70db7c5c9073d381c1ccc0c2b465e342467a7e18 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Dec 5 01:50:38 2018 +0100 pinentry-x2go.spec: install man page into buildroot, not real system. --- debian/changelog | 1 + pinentry-x2go.spec | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 37f2933..5826bdb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ pinentry-x2go (0.7.5.11-0x2go1) UNRELEASED; urgency=medium * New upstream version (0.7.5.11): * pinentry-x2go.spec: - Install new man page. + - Install man page into buildroot, not real system. -- X2Go Release Manager <git-admin@x2go.org> Tue, 04 Dec 2018 05:46:30 +0100 diff --git a/pinentry-x2go.spec b/pinentry-x2go.spec index 30cc828..3f0832b 100644 --- a/pinentry-x2go.spec +++ b/pinentry-x2go.spec @@ -47,8 +47,8 @@ pushd pinentry-x2go/ # Why on earth does every goddamn build system have to use different names # for DESTDIR, and force strip on us? make install DESTDIR="%{buildroot}" INSTALL_ROOT="%{buildroot}" STRIP="true" -install -d -m 755 '%{_mandir}/man1/' -install -m 644 'pinentry-x2go.1' '%{_mandir}/man1/' +install -d -m 755 '%{buildroot}/%{_mandir}/man1/' +install -m 644 'pinentry-x2go.1' '%{buildroot}/%{_mandir}/man1/' popd %files -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pinentry-x2go.git