File: rules

package info (click to toggle)
visual-regexp 3.1-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 400 kB
  • sloc: tcl: 3,963; xml: 37; sh: 11; makefile: 9
file content (15 lines) | stat: -rwxr-xr-x 295 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
#export DH_VERBOSE = 1

DDEST=debian/visual-regexp/usr/bin

%:
	dh $@

override_dh_auto_install:
	mkdir -p $(DDEST)
	install -m 755 $(CURDIR)/visual_regexp.tcl \
	$(CURDIR)/$(DDEST)/visual-regexp

override_dh_installchangelogs:
	dh_installchangelogs debian/upstream/changelog