[Git][debian-gis-team/pgrouting][master] Remove generated files in clean target.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Sun Aug 13 08:06:32 BST 2023
Bas Couwenberg pushed to branch master at Debian GIS Project / pgrouting
Commits:
3ff59131 by Bas Couwenberg at 2023-08-13T08:49:35+02:00
Remove generated files in clean target.
- - - - -
3 changed files:
- debian/changelog
- debian/clean
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -2,6 +2,7 @@ pgrouting (3.5.0-2) UNRELEASED; urgency=medium
* Team upload.
* Bump debhelper compat to 13.
+ * Remove generated files in clean target.
-- Bas Couwenberg <sebastic at debian.org> Mon, 12 Jun 2023 20:39:34 +0200
=====================================
debian/clean
=====================================
@@ -4,4 +4,9 @@ lib/pgrouting.control
lib/pgrouting.sql
lib/pgrouting_dd_legacy.sql
lib/pgrouting_legacy.sql
+locale/*/LC_MESSAGES/*.mo
+src/version/version.h
+
+debian/postgresql-*-pgrouting.install
+debian/postgresql-*-pgrouting-scripts.install
=====================================
debian/rules
=====================================
@@ -21,10 +21,6 @@ include /usr/share/postgresql-common/pgxs_debian_control.mk
override_dh_auto_clean:
+pg_buildext clean build-%v
-override_dh_clean:
- dh_clean debian/postgresql-*-pgrouting.install \
- debian/postgresql-*-pgrouting-scripts.install
-
override_dh_auto_configure:
set -e; \
for v in $$(pg_buildext supported-versions); do \
View it on GitLab: https://salsa.debian.org/debian-gis-team/pgrouting/-/commit/3ff5913169f45c49e39f5754fd0660af1fa7e406
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/pgrouting/-/commit/3ff5913169f45c49e39f5754fd0660af1fa7e406
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/755ddf47/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list