[med-svn] [Git][med-team/python-awkward][master] 2 commits: Fix Vcs fields
Andreas Tille (@tille)
gitlab at salsa.debian.org
Sun Feb 18 11:28:34 GMT 2024
Andreas Tille pushed to branch master at Debian Med / python-awkward
Commits:
4514e8d3 by Andreas Tille at 2024-02-18T10:15:30+01:00
Fix Vcs fields
- - - - -
5b9cffb2 by Andreas Tille at 2024-02-18T12:28:07+01:00
Try to get awkward-cpp build (but failed so far)
- - - - -
2 changed files:
- debian/control
- debian/rules
Changes:
=====================================
debian/control
=====================================
@@ -6,14 +6,15 @@ Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
+ cmake,
python3-all,
python3-hatchling,
python3-hatch-fancy-pypi-readme,
python3-pytest <!nocheck>,
python3-numpy <!nocheck>
Standards-Version: 4.6.2
-Vcs-Browser: https://salsa.debian.org/med-team/awkward
-Vcs-Git: https://salsa.debian.org/med-team/awkward.git
+Vcs-Browser: https://salsa.debian.org/med-team/python-awkward
+Vcs-Git: https://salsa.debian.org/med-team/python-awkward.git
Homepage: https://github.com/scikit-hep/awkward
Rules-Requires-Root: no
=====================================
debian/rules
=====================================
@@ -4,8 +4,18 @@
export PYBUILD_NAME=awkward
+include /usr/share/dpkg/default.mk
+
# for hardening you might like to uncomment this:
# export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
dh $@ --buildsystem=pybuild
+
+override_dh_auto_configure:
+ dh_auto_configure --sourcedir=awkward-cpp --buildsystem=cmake -DSKBUILD_PROJECT_VERSION=$(DEB_VERSION_UPSTREAM)
+ dh_auto_configure
+
+override_dh_auto_build:
+ dh_auto_build --sourcedir=awkward-cpp --buildsystem=cmake
+ dh_auto_build
View it on GitLab: https://salsa.debian.org/med-team/python-awkward/-/compare/8b9a3996eada8e30b2dc17cc8cd88ba20cd57521...5b9cffb2d2ea0df57fe992263b0937ffa60262cf
--
View it on GitLab: https://salsa.debian.org/med-team/python-awkward/-/compare/8b9a3996eada8e30b2dc17cc8cd88ba20cd57521...5b9cffb2d2ea0df57fe992263b0937ffa60262cf
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20240218/66a61d25/attachment-0001.htm>
More information about the debian-med-commit
mailing list