[Git][debian-gis-team/shapelib][master] Remove generated files in clean target.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Fri Aug 11 13:10:16 BST 2023
Bas Couwenberg pushed to branch master at Debian GIS Project / shapelib
Commits:
c0321e43 by Bas Couwenberg at 2023-08-11T14:08:01+02:00
Remove generated files in clean target.
- - - - -
3 changed files:
- debian/changelog
- + debian/clean
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -3,6 +3,7 @@ shapelib (1.5.0-4) UNRELEASED; urgency=medium
* Add Rules-Requires-Root to control file.
* Bump Standards-Version to 4.6.2, no changes.
* Bump debhelper compat to 13.
+ * Remove generated files in clean target.
-- Bas Couwenberg <sebastic at debian.org> Tue, 29 Nov 2022 17:29:29 +0100
=====================================
debian/clean
=====================================
@@ -0,0 +1,9 @@
+test*.dbf
+test*.shp
+test*.shx
+contrib/tests/test.dbf
+contrib/tests/test.shp
+contrib/tests/test.shx
+contrib/tests/test.out
+
+debian/man/*.1
=====================================
debian/rules
=====================================
@@ -12,9 +12,6 @@ UPSTREAM_VERSION = $(shell echo $(DEB_VERSION_UPSTREAM) | sed -e 's/\+.*//')
%:
dh $@
-override_dh_clean:
- dh_clean debian/man/*.1
-
override_dh_auto_build:
dh_auto_build
ronn -r --date="$(BUILD_DATE)" --manual=shplib debian/man/*.md
View it on GitLab: https://salsa.debian.org/debian-gis-team/shapelib/-/commit/c0321e43e9776f1ab42650ec2c829bd4814488a1
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/shapelib/-/commit/c0321e43e9776f1ab42650ec2c829bd4814488a1
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/4780db74/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list