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/.
Maksim Aristov gerrit-no-reply at lists.osmocom.orgMaksim Aristov has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/17490 )
Change subject: debian: Change python3 dependency to native arch
......................................................................
debian: Change python3 dependency to native arch
This small fix enables cross compilation using dpkg-buildpackage on multiarch:
https://wiki.debian.org/CrossCompiling#Building_with_dpkg-buildpackage
`apt build-dep -a<arch>` incorrectly installed non-native python for building
Change-Id: I85994447657cda757348855c3ee9978e8c7c2377
---
M debian/control
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/90/17490/1
diff --git a/debian/control b/debian/control
index cdf26bb..272fe7f 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@
libtalloc-dev,
libsctp-dev,
libusb-1.0-0-dev,
- python3
+ python3:native
Standards-Version: 3.9.8
Vcs-Git: git://git.osmocom.org/libosmocore.git
Vcs-Browser: http://git.osmocom.org/libosmocore/
--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/17490
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I85994447657cda757348855c3ee9978e8c7c2377
Gerrit-Change-Number: 17490
Gerrit-PatchSet: 1
Gerrit-Owner: Maksim Aristov <maristov at bstation.ru>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200317/78c246e9/attachment.htm>