[Git][debian-gis-team/routino][master] Add patch to not break dh_auto_clean.

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Thu May 8 06:55:10 BST 2025



Bas Couwenberg pushed to branch master at Debian GIS Project / routino


Commits:
d72a4b03 by Bas Couwenberg at 2025-05-08T07:49:35+02:00
Add patch to not break dh_auto_clean.

- - - - -


4 changed files:

- debian/changelog
- + debian/patches/clean.patch
- debian/patches/series
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+routino (3.4.3-2) UNRELEASED; urgency=medium
+
+  * Add patch to not break dh_auto_clean.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Thu, 08 May 2025 07:49:02 +0200
+
 routino (3.4.3-1) unstable; urgency=medium
 
   * Move from experimental to unstable.


=====================================
debian/patches/clean.patch
=====================================
@@ -0,0 +1,25 @@
+Description: Don't remove files included in upstream tarball.
+Author: Bas Couwenberg <sebastic at debian.org>
+Forwarded: not-needed
+
+--- a/web/Makefile
++++ b/web/Makefile
+@@ -208,14 +208,14 @@ distclean-all-data: clean-all-data
+ distclean-all-doc: clean-all-doc
+ 
+ distclean-all-profiles: clean-all-profiles
+-	-cd $(WEBWWWDIR)  && rm -f $(PROFILE_FILES)
++	-cd $(WEBWWWDIR)  && -echo rm -f $(PROFILE_FILES)
+ 
+ distclean-all-translations: clean-all-translations
+-	-cd $(WEBWWWDIR)  && rm -f router.html*
+-	-cd $(WEBWWWDIR)  && rm -f visualiser.html*
++	-cd $(WEBWWWDIR)  && -echo rm -f router.html*
++	-cd $(WEBWWWDIR)  && -echo rm -f visualiser.html*
+ 
+ distclean-all-icons: clean-all-icons
+-	-cd $(WEBICONDIR) && rm -f ball-*.png limit-*.png marker-*.png
++	-cd $(WEBICONDIR) && -echo rm -f ball-*.png limit-*.png marker-*.png
+ 
+ ########
+ 


=====================================
debian/patches/series
=====================================
@@ -6,3 +6,4 @@ mapprops
 hardening
 #map_bounds
 #use_openlayers
+clean.patch


=====================================
debian/rules
=====================================
@@ -20,9 +20,6 @@ MANPAGES:=$(wildcard debian/man/*.*.xml)
 %:
 	dh $@
 
-override_dh_auto_clean:
-	dh_auto_clean || echo "Ignoring clean failure"
-
 execute_before_dh_auto_build-arch:
 	# Create man pages from DocBook XML
 	for x in $(MANPAGES) ; do \



View it on GitLab: https://salsa.debian.org/debian-gis-team/routino/-/commit/d72a4b030fff90874da41f1a59f01801cd044365

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/routino/-/commit/d72a4b030fff90874da41f1a59f01801cd044365
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/20250508/34a878a9/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list