This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pinentry-x2go. from ac4e759 Continue development new 4f5370d pinentry-x2go.spec: install new man page. 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 | 5 ++++- pinentry-x2go.spec | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) -- 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 4f5370dbaad618bfd03fd2db5afca78bf560b4c8 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Dec 4 07:50:36 2018 +0100 pinentry-x2go.spec: install new man page. --- debian/changelog | 5 ++++- pinentry-x2go.spec | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0be83ca..37f2933 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,9 @@ pinentry-x2go (0.7.5.11-0x2go1) UNRELEASED; urgency=medium - * Continue development + [ Mihai Moldovan ] + * New upstream version (0.7.5.11): + * pinentry-x2go.spec: + - Install new man page. -- 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 540145f..30cc828 100644 --- a/pinentry-x2go.spec +++ b/pinentry-x2go.spec @@ -47,10 +47,13 @@ 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/' popd %files %defattr(-,root,root) %{_bindir}/pinentry-x2go +%{_mandir}/man1/pinentry-x2go.1* %changelog -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pinentry-x2go.git