[Git][debian-gis-team/mkgmap-splitter][master] Remove generated files in clean target.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Fri Aug 11 11:08:35 BST 2023
Bas Couwenberg pushed to branch master at Debian GIS Project / mkgmap-splitter
Commits:
c512c038 by Bas Couwenberg at 2023-08-11T12:06:27+02:00
Remove generated files in clean target.
- - - - -
3 changed files:
- debian/changelog
- + debian/clean
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -3,6 +3,7 @@ mkgmap-splitter (0.0.0+svn653-2) UNRELEASED; urgency=medium
* Bump Standards-Version to 4.6.2, no changes.
* Update URLs to use HTTPS.
* Bump debhelper compat to 13.
+ * Remove generated files in clean target.
-- Bas Couwenberg <sebastic at debian.org> Wed, 18 Jan 2023 17:02:41 +0100
=====================================
debian/clean
=====================================
@@ -0,0 +1,5 @@
+dist/
+test-reports/
+tmp/
+
+debian/man/*.1
=====================================
debian/rules
=====================================
@@ -11,9 +11,6 @@ MANPAGES:=$(wildcard debian/man/*.*.xml)
%:
dh $@ --with javahelper
-override_dh_clean:
- dh_clean debian/man/*.1
-
override_dh_auto_build:
# Create man pages from DocBook XML
for x in $(MANPAGES) ; do \
View it on GitLab: https://salsa.debian.org/debian-gis-team/mkgmap-splitter/-/commit/c512c03888d466961fae2b078128fa1503be8558
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/mkgmap-splitter/-/commit/c512c03888d466961fae2b078128fa1503be8558
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/20230811/ca321bc3/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list