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/.

osmith gerrit-no-reply at lists.osmocom.org
Mon Feb 1 15:00:15 UTC 2021


osmith has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-gbproxy refs/changes/02/22602/1

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-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210201/b89a4551/attachment.htm>


More information about the gerrit-log mailing list