[Git][debian-gis-team/ogdi-dfsg][master] Use execute_after instead of override in rules file.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Sun Aug 13 06:57:35 BST 2023
Bas Couwenberg pushed to branch master at Debian GIS Project / ogdi-dfsg
Commits:
15d8ba62 by Bas Couwenberg at 2023-08-13T07:55:06+02:00
Use execute_after instead of override in rules file.
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -4,6 +4,7 @@ ogdi-dfsg (4.1.0+ds-7) UNRELEASED; urgency=medium
* Bump Standards-Version to 4.6.2, no changes.
* Bump debhelper compat to 13.
* Remove generated files in clean target.
+ * Use execute_after instead of override in rules file.
-- Bas Couwenberg <sebastic at debian.org> Wed, 18 Jan 2023 17:03:42 +0100
=====================================
debian/rules
=====================================
@@ -44,8 +44,7 @@ override_dh_auto_install:
$(RM) $(CURDIR)/debian/tmp/usr/lib/ogdi/libskeleton.so
-override_dh_install:
- dh_install
+execute_after_dh_install:
sed -i -e 's@$(CURDIR)/debian/tmp@@g' \
debian/*/usr/bin/ogdi-config \
debian/*/usr/share/pkgconfig/ogdi.pc
View it on GitLab: https://salsa.debian.org/debian-gis-team/ogdi-dfsg/-/commit/15d8ba62c1be5cb34e7d896fe29aaf730dc84355
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/ogdi-dfsg/-/commit/15d8ba62c1be5cb34e7d896fe29aaf730dc84355
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/20230813/7bea1d65/attachment.htm>
More information about the Pkg-grass-devel
mailing list