Change in osmo-gsm-manuals[master]: debian: fix empty debian 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
Tue May 21 09:59:21 UTC 2019


osmith has uploaded this change for review. ( https://gerrit.osmocom.org/14114


Change subject: debian: fix empty debian package
......................................................................

debian: fix empty debian package

Replace '--with autotools_dev' with '--with autoreconf' in
debian/rules, so a ./configure file gets generated from configure.ac,
and the debian package scripts don't generate an empty package.

I did not notice this earlier, because when building the package locally
with dpkg-buildpackage, it was not empty. (That is probably, because my
local dir already had the configure script generated.)

Related: OS#3899
Change-Id: I483136cd28395ae8fc2c112cf659ee83255afe87
---
M debian/rules
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-manuals refs/changes/14/14114/1

diff --git a/debian/rules b/debian/rules
index 272596d..c79bbe8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,4 +2,4 @@
 
 #export DH_VERBOSE = 1
 %:
-	dh $@ --with autotools_dev
+	dh $@ --with autoreconf

-- 
To view, visit https://gerrit.osmocom.org/14114
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-gsm-manuals
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I483136cd28395ae8fc2c112cf659ee83255afe87
Gerrit-Change-Number: 14114
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190521/4eb6a299/attachment.htm>


More information about the gerrit-log mailing list