[Git][debian-gis-team/osmosis][master] Remove generated files in clean target.

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Sun Aug 13 07:29:41 BST 2023



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


Commits:
b4decd68 by Bas Couwenberg at 2023-08-13T08:25:46+02:00
Remove generated files in clean target.

- - - - -


3 changed files:

- debian/changelog
- + debian/clean
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -4,6 +4,7 @@ osmosis (0.48.3-3) UNRELEASED; urgency=medium
   * Update lintian overrides.
   * 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>  Mon, 28 Nov 2022 18:26:31 +0100
 


=====================================
debian/clean
=====================================
@@ -0,0 +1,5 @@
+osmosis-core/src/main/java/org/openstreetmap/osmosis/core/OsmosisConstants.java
+osmosis-core/src/main/resources/org/openstreetmap/osmosis/core/plugin/plugin.xml
+
+package/lib/
+package/build/


=====================================
debian/rules
=====================================
@@ -17,12 +17,6 @@ override_dh_auto_build:
 override_dh_auto_test:
 	dh_auto_test -- --project-prop osmosisBuildType=RELEASE check -x test -x checkstyleMain -x checkstyleTest
 
-override_dh_clean:
-	rm -rf package/lib package/build/distribution/*
-
-	dh_clean osmosis-core/src/main/java/org/openstreetmap/osmosis/core/OsmosisConstants.java \
-	         osmosis-core/src/main/resources/org/openstreetmap/osmosis/core/plugin/plugin.xml
-
 override_dh_installchangelogs:
 	dh_installchangelogs -- package/changes.txt
 



View it on GitLab: https://salsa.debian.org/debian-gis-team/osmosis/-/commit/b4decd6841c3144d2639b3d4f40a829c1a806eba

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/osmosis/-/commit/b4decd6841c3144d2639b3d4f40a829c1a806eba
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/f0102c6a/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list