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 <[email protected]> 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.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
