From Holger Freyther holger@freyther.de:
Holger Freyther has uploaded a new change for review.
Change subject: debian: Fix packaging and make sure python2 exists ......................................................................
debian: Fix packaging and make sure python2 exists
Change-Id: Iaa26f4331966d015b193d2ab1e34621b1e319ef1 --- M debian/control 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/37/37/1
diff --git a/debian/control b/debian/control index 42ebdba..468bd07 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Section: libs Priority: optional Maintainer: Harald Welte laforge@gnumonks.org -Build-Depends: debhelper (>= 9), autotools-dev, autoconf, automake, libtool, dh-autoreconf, libdpkg-perl, git, doxygen, libpcsclite-dev, pkg-config, libtalloc-dev +Build-Depends: debhelper (>= 9), autotools-dev, autoconf, automake, libtool, dh-autoreconf, libdpkg-perl, git, doxygen, libpcsclite-dev, pkg-config, libtalloc-dev, python-minimal Standards-Version: 3.9.6 Homepage: http://bb.osmocom.org/trac/wiki/libosmocore Vcs-Git: git://git.osmocom.org/libosmocore.git
From Neels Hofmeyr nhofmeyr@sysmocom.de:
Neels Hofmeyr has posted comments on this change.
Change subject: debian: Fix packaging and make sure python2 exists ......................................................................
Patch Set 1:
(1 comment)
https://gerrit.osmocom.org/#/c/37/1//COMMIT_MSG Commit Message:
Line 7: debian: Fix packaging and make sure python2 exists "and"? I see only one change. "Fix packaging: make sure python2 exists"?
From Holger Freyther holger@freyther.de:
Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
to look at the new patch set (#2).
Change subject: debian: Fix packaging by requiring python-minimal ......................................................................
debian: Fix packaging by requiring python-minimal
We require the python2 binary to generate code. In Debian this is provided by python-minimal. Add it to the build-depends to fix building packages.
Change-Id: Iaa26f4331966d015b193d2ab1e34621b1e319ef1 --- M debian/control 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/37/37/2
From Holger Freyther holger@freyther.de:
Holger Freyther has posted comments on this change.
Change subject: debian: Fix packaging by requiring python-minimal ......................................................................
Patch Set 2: Code-Review+2
From Holger Freyther holger@freyther.de:
Holger Freyther has submitted this change and it was merged.
Change subject: debian: Fix packaging by requiring python-minimal ......................................................................
debian: Fix packaging by requiring python-minimal
We require the python2 binary to generate code. In Debian this is provided by python-minimal. Add it to the build-depends to fix building packages.
Change-Id: Iaa26f4331966d015b193d2ab1e34621b1e319ef1 Reviewed-on: https://gerrit.osmocom.org/37 Tested-by: Jenkins Builder Reviewed-by: Holger Freyther holger@freyther.de --- M debian/control 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified Holger Freyther: Looks good to me, approved
diff --git a/debian/control b/debian/control index 42ebdba..468bd07 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Section: libs Priority: optional Maintainer: Harald Welte laforge@gnumonks.org -Build-Depends: debhelper (>= 9), autotools-dev, autoconf, automake, libtool, dh-autoreconf, libdpkg-perl, git, doxygen, libpcsclite-dev, pkg-config, libtalloc-dev +Build-Depends: debhelper (>= 9), autotools-dev, autoconf, automake, libtool, dh-autoreconf, libdpkg-perl, git, doxygen, libpcsclite-dev, pkg-config, libtalloc-dev, python-minimal Standards-Version: 3.9.6 Homepage: http://bb.osmocom.org/trac/wiki/libosmocore Vcs-Git: git://git.osmocom.org/libosmocore.git