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

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Fri Aug 11 16:40:40 BST 2023



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


Commits:
e4ef2159 by Bas Couwenberg at 2023-08-11T17:34:22+02:00
Remove generated files in clean target.

- - - - -


3 changed files:

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


Changes:

=====================================
debian/changelog
=====================================
@@ -3,6 +3,7 @@ rasterio (1.3.8-2) UNRELEASED; urgency=medium
   * Team upload.
   * Use autopkgtest-pkg-pybuild testsuite.
   * Enable Salsa CI.
+  * Remove generated files in clean target.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sun, 16 Jul 2023 18:38:07 +0200
 


=====================================
debian/clean
=====================================
@@ -0,0 +1,6 @@
+*-info/
+.coverage
+gdal-config.txt
+VERSION.txt
+rasterio/*.c
+rasterio/_*.cpp


=====================================
debian/rules
=====================================
@@ -40,15 +40,6 @@ export PYBUILD_TEST_ARGS=--ignore tests/test_env.py \
 %:
 	dh $@ --with python3,numpy3 --buildsystem pybuild
 
-override_dh_clean:
-	dh_clean
-
-	$(RM) rasterio/*.c
-	$(RM) rasterio/_*.cpp
-	$(RM) VERSION.txt
-	$(RM) gdal-config.txt
-	$(RM) .coverage
-
 override_dh_auto_test:
 # Ignore test failures on problematic architectures only
 ifneq (,$(filter $(DEB_BUILD_ARCH),armel mips64el mipsel alpha hurd-i386 i64 kfreebsd-amd64 kfreebsd-i386 riscv64 sh4 sparc64 x32))



View it on GitLab: https://salsa.debian.org/debian-gis-team/rasterio/-/commit/e4ef21598bd9e2f54d530f940c573e6ead8545ce

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/rasterio/-/commit/e4ef21598bd9e2f54d530f940c573e6ead8545ce
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/3600991e/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list