Change in osmo-gbproxy[master]: debian: fix installing pdfs for -doc package

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Tue Feb 2 18:11:05 UTC 2021


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-gbproxy/+/22602 )

Change subject: debian: fix installing pdfs for -doc package
......................................................................

debian: fix installing pdfs for -doc package

Don't comment out the pdf glob, it works as intended when building the
package on OBS. I had disabled it, because with dpkg-buildpackage,
override_dh_auto_configure from debian/ruls gets ignored, leading to
--enable-manuals missing in ./configure, and to the pdf file not being
present. But apparently, dpkg-buildpackage just always ignores this,
it's the same with other Osmocom repositories.

Related: OS#4992
Change-Id: I67c71af1406516e1262792b0d7566b3a9470e37f
---
M debian/osmo-gbproxy-doc.install
1 file changed, 1 insertion(+), 2 deletions(-)

Approvals:
  Jenkins Builder: Verified
  daniel: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved



diff --git a/debian/osmo-gbproxy-doc.install b/debian/osmo-gbproxy-doc.install
index d934088..cb5b384 100644
--- a/debian/osmo-gbproxy-doc.install
+++ b/debian/osmo-gbproxy-doc.install
@@ -1,2 +1 @@
-# FIXME: debian package doesn't generate manuals yet, see OS#4992
-# usr/share/doc/osmo-gbproxy-doc/*.pdf
+usr/share/doc/osmo-gbproxy-doc/*.pdf

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-gbproxy/+/22602
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-gbproxy
Gerrit-Branch: master
Gerrit-Change-Id: I67c71af1406516e1262792b0d7566b3a9470e37f
Gerrit-Change-Number: 22602
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210202/d00dd6f5/attachment.htm>


More information about the gerrit-log mailing list