[Git][debian-gis-team/pycsw][master] Don't override dh_auto_install.

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Sun Jul 16 13:45:23 BST 2023



Bas Couwenberg pushed to branch master at Debian GIS Project / pycsw


Commits:
4b9f64c8 by Bas Couwenberg at 2023-07-16T14:41:23+02:00
Don't override dh_auto_install.

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -9,6 +9,7 @@ pycsw (2.6.1+dfsg-4) UNRELEASED; urgency=medium
   * Bump Standards-Version to 4.6.2, no changes.
   * Bump debhelper compat to 13.
   * Don't override dh_auto_test for custom pybuild system.
+  * Don't override dh_auto_install.
 
  -- Angelos Tzotsos <gcpp.kalxas at gmail.com>  Thu, 23 Jun 2022 14:00:00 +0300
 


=====================================
debian/rules
=====================================
@@ -4,6 +4,7 @@
 export PYBUILD_NAME=pycsw
 export PYBUILD_TEST_CUSTOM=1
 export PYBUILD_TEST_ARGS=cd {dir} && PYTHONPATH={dir} {interpreter} -m pytest -v -k 'not harvesting' tests/
+export PYBUILD_INSTALL_ARGS=--install-scripts=/usr/lib/{package}
 
 include /usr/share/dpkg/pkg-info.mk
 
@@ -24,9 +25,6 @@ override_dh_auto_build:
 override_dh_auto_test:
 	dh_auto_test || echo "Ignoring test failures"
 
-override_dh_auto_install:
-	PYBUILD_INSTALL_ARGS="--install-scripts=/usr/lib/{package}" dh_auto_install
-
 override_dh_install:
 	dh_install
 



View it on GitLab: https://salsa.debian.org/debian-gis-team/pycsw/-/commit/4b9f64c824eeba7271204a5a0b8c845fef407cfe

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/pycsw/-/commit/4b9f64c824eeba7271204a5a0b8c845fef407cfe
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/20230716/0f39cf29/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list