File: rules

package info (click to toggle)
mysql-sandbox 3.2.05-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, stretch, trixie
  • size: 916 kB
  • ctags: 182
  • sloc: perl: 9,878; sh: 191; makefile: 8
file content (12 lines) | stat: -rwxr-xr-x 216 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

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

%:
	dh $@

override_dh_auto_install:
	dh_auto_install
	rename 's/\.sh//' $(TMP)/usr/bin/*.sh