File: rules

package info (click to toggle)
libgeo-osm-tiles-perl 0.04-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 156 kB
  • ctags: 18
  • sloc: perl: 463; makefile: 10
file content (15 lines) | stat: -rwxr-xr-x 361 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

PACKAGE = $(shell dh_listpackages)
TMP     = $(CURDIR)/debian/$(PACKAGE)

%:
	dh $@

override_dh_auto_test:
	http_proxy= NO_NETWORK=1 dh_auto_test

override_dh_auto_install:
	dh_auto_install
	file-rename 's/\.pl$$//'        $(TMP)/usr/bin/downloadosmtiles.pl
	file-rename 's/\.pl\.1p$$/.1p/' $(TMP)/usr/share/man/man1/downloadosmtiles.pl.1p