File: rules

package info (click to toggle)
libwww-bugzilla-perl 1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 148 kB
  • ctags: 27
  • sloc: perl: 805; makefile: 9
file content (13 lines) | stat: -rwxr-xr-x 231 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

%:
	dh --with quilt $@

override_dh_auto_configure:
	mkdir -p $(CURDIR)/lib
	cp -r $(CURDIR)/WWW $(CURDIR)/lib
	dh_auto_configure

override_dh_clean:
	[ ! -d $(CURDIR)/lib ] || $(RM) -rv $(CURDIR)/lib
	dh_clean