Codebase list ruby-netcdf / HEAD
Remove generated files in clean target. Bas Couwenberg 8 months ago
3 changed file(s) with 7 addition(s) and 10 deletion(s). Raw diff Collapse all Expand all
22 * Team upload.
33 * Bump Standards-Version to 4.6.2, no changes.
44 * Bump debhelper compat to 13.
5 * Remove generated files in clean target.
56
67 -- Bas Couwenberg <sebastic@debian.org> Wed, 18 Jan 2023 17:19:11 +0100
78
0 *.nc
1 ext/numru/.RUBY*
2 ext/numru/Makefile
3 ext/numru/netcdfraw.o
4 ext/numru/netcdfraw.so
77 %:
88 dh $@ --buildsystem ruby --with ruby
99
10 override_dh_auto_install:
11 dh_auto_install
10 execute_after_dh_auto_install:
1211 rm -fr $(CURDIR)/debian/ruby-netcdf/usr/bin
13
14 override_dh_auto_clean:
15 dh_auto_clean
16 rm -f $(CURDIR)/ext/numru/Makefile
17 rm -f $(CURDIR)/ext/numru/netcdfraw.o
18 rm -f $(CURDIR)/ext/numru/netcdfraw.so
19 rm -f $(CURDIR)/ext/numru/.RUBY*
20 rm -f $(CURDIR)/*.nc