[med-svn] [Git][med-team/python-awkward][master] 3 commits: use dh_python3 correctly

Sascha Steinbiss (@satta) gitlab at salsa.debian.org
Mon Feb 19 20:19:19 GMT 2024



Sascha Steinbiss pushed to branch master at Debian Med / python-awkward


Commits:
fcddb40b by Sascha Steinbiss at 2024-02-19T21:18:52+01:00
use dh_python3 correctly

- - - - -
3206deb6 by Sascha Steinbiss at 2024-02-19T21:18:58+01:00
add hardening flags

- - - - -
b81bbd73 by Sascha Steinbiss at 2024-02-19T21:19:02+01:00
dch -r

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,5 +1,6 @@
-python-awkward (2.6.1-1) UNRELEASED; urgency=medium
+python-awkward (2.6.1-1) unstable; urgency=medium
 
-  * Initial release (Closes: #<bug>)
+  [ Andreas Tille ]
+  * Initial release (Closes: #1064291)
 
- -- Andreas Tille <tille at debian.org>  Sat, 17 Feb 2024 19:13:57 +0100
+ -- Sascha Steinbiss <satta at debian.org>  Mon, 19 Feb 2024 18:28:57 +0100


=====================================
debian/control
=====================================
@@ -31,12 +31,7 @@ Package: python3-awkward
 Architecture: any
 Depends: ${misc:Depends},
          ${shlibs:Depends},
-         ${python3:Depends},
-         python3-packaging,
-         python3-numpy,
-         python3-fsspec,
-         python3-typing-extensions,
-         python3-importlib-metadata
+         ${python3:Depends}
 Description: manipulate JSON-like data with NumPy-like idioms
  Awkward Array is a library for nested, variable-sized data, including
  arbitrary-length lists, records, mixed types, and missing data, using
@@ -45,4 +40,3 @@ Description: manipulate JSON-like data with NumPy-like idioms
  Arrays are dynamically typed, but operations on them are compiled and fast.
  Their behavior coincides with NumPy when array dimensions are regular and
  generalizes when they're not.
-


=====================================
debian/rules
=====================================
@@ -3,6 +3,7 @@
 export PYBUILD_DESTDIR = debian/tmp_i_mean_it
 export PYBUILD_TEST_ARGS=-v
 export PY_IGNORE_IMPORTMISMATCH=1
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
 	dh $@ --buildsystem=pybuild
@@ -22,7 +23,7 @@ override_dh_install:
 	dh_install --sourcedir=debian/tmp_i_mean_it
 
 override_dh_python3:
-	dh_python3 --no-ext-rename /usr/lib/python3/dist-packages/awkward_cpp/lib/*
+	dh_python3 --no-ext-rename
 
 override_dh_auto_test:
 	# pass



View it on GitLab: https://salsa.debian.org/med-team/python-awkward/-/compare/b53d7cd6d377ac201cb28c1567ca8863c1ef3f69...b81bbd73b08d6bb984db011bb93d46cc34c5ab27

-- 
View it on GitLab: https://salsa.debian.org/med-team/python-awkward/-/compare/b53d7cd6d377ac201cb28c1567ca8863c1ef3f69...b81bbd73b08d6bb984db011bb93d46cc34c5ab27
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/20240219/a53d92e9/attachment-0001.htm>


More information about the debian-med-commit mailing list