Bas Couwenberg pushed to branch master at Debian GIS Project / ruby-netcdf


Commits:
fbfd9f3e by Bas Couwenberg at 2023-08-13T14:57:33+02:00
Remove generated files in clean target.

- - - - -


3 changed files:

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


Changes:

=====================================
debian/changelog
=====================================
@@ -3,6 +3,7 @@ ruby-netcdf (0.8.0-4) UNRELEASED; urgency=medium
   * Team upload.
   * Bump Standards-Version to 4.6.2, no changes.
   * Bump debhelper compat to 13.
+  * Remove generated files in clean target.
 
  -- Bas Couwenberg <[email protected]>  Wed, 18 Jan 2023 17:19:11 +0100
 


=====================================
debian/clean
=====================================
@@ -0,0 +1,5 @@
+*.nc
+ext/numru/.RUBY*
+ext/numru/Makefile
+ext/numru/netcdfraw.o
+ext/numru/netcdfraw.so


=====================================
debian/rules
=====================================
@@ -8,14 +8,5 @@ export DH_RUBY_GEMSPEC = ruby-netcdf.gemspec
 %:
        dh $@ --buildsystem ruby --with ruby
 
-override_dh_auto_install:
-       dh_auto_install
+execute_after_dh_auto_install:
        rm -fr $(CURDIR)/debian/ruby-netcdf/usr/bin
-
-override_dh_auto_clean:
-       dh_auto_clean
-       rm -f $(CURDIR)/ext/numru/Makefile
-       rm -f $(CURDIR)/ext/numru/netcdfraw.o
-       rm -f $(CURDIR)/ext/numru/netcdfraw.so
-       rm -f $(CURDIR)/ext/numru/.RUBY*
-       rm -f $(CURDIR)/*.nc



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/ruby-netcdf/-/commit/fbfd9f3e69381a9250f79e1da28f201f3e0dbec6

-- 
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/ruby-netcdf/-/commit/fbfd9f3e69381a9250f79e1da28f201f3e0dbec6
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
Pkg-grass-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to