[Git][debian-gis-team/python-pyproj][master] 2 commits: Add Rules-Requires-Root to control file.

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Tue Nov 29 08:41:04 GMT 2022



Bas Couwenberg pushed to branch master at Debian GIS Project / python-pyproj


Commits:
eb2de912 by Bas Couwenberg at 2022-11-29T09:05:16+01:00
Add Rules-Requires-Root to control file.

- - - - -
9161cf5b by Bas Couwenberg at 2022-11-29T09:21:40+01:00
Add patch to not set RPATH in libraries.

- - - - -


4 changed files:

- debian/changelog
- debian/control
- + debian/patches/rpath.patch
- + debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+python-pyproj (3.4.0-2) UNRELEASED; urgency=medium
+
+  * Add Rules-Requires-Root to control file.
+  * Add patch to not set RPATH in libraries.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Tue, 29 Nov 2022 09:05:14 +0100
+
 python-pyproj (3.4.0-1) unstable; urgency=medium
 
   * New upstream release.


=====================================
debian/control
=====================================
@@ -25,6 +25,7 @@ Standards-Version: 4.6.1
 Vcs-Browser: https://salsa.debian.org/debian-gis-team/python-pyproj
 Vcs-Git: https://salsa.debian.org/debian-gis-team/python-pyproj.git
 Homepage: https://github.com/pyproj4/pyproj
+Rules-Requires-Root: no
 
 Package: python3-pyproj
 Architecture: any


=====================================
debian/patches/rpath.patch
=====================================
@@ -0,0 +1,16 @@
+Description: Don't set RPATH in libraries.
+Author: Bas Couwenberg <sebastic at debian.org>
+Forwarded: not-needed
+
+--- a/setup.py
++++ b/setup.py
+@@ -175,9 +175,6 @@ def get_extension_modules():
+     ext_options = {
+         "include_dirs": include_dirs,
+         "library_dirs": library_dirs,
+-        "runtime_library_dirs": (
+-            library_dirs if os.name != "nt" and sys.platform != "cygwin" else None
+-        ),
+         "libraries": get_libraries(library_dirs),
+     }
+     # setup cythonized modules


=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+rpath.patch



View it on GitLab: https://salsa.debian.org/debian-gis-team/python-pyproj/-/compare/54d11affd3cc1f040811326c86a683b68d8b7b27...9161cf5b7e8de2ea894da497133e77bb4031082d

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-pyproj/-/compare/54d11affd3cc1f040811326c86a683b68d8b7b27...9161cf5b7e8de2ea894da497133e77bb4031082d
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/pkg-grass-devel/attachments/20221129/6e6c1681/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list