File: rules

package info (click to toggle)
libdbix-password-perl 1.9-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 116 kB
  • ctags: 7
  • sloc: perl: 63; makefile: 9
file content (23 lines) | stat: -rwxr-xr-x 565 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/usr/bin/make -f

include /usr/share/quilt/quilt.make

%:
	dh $@

override_dh_auto_configure: $(QUILT_STAMPFN)
	dh_auto_configure

# Do not try to run the test script - it actually attempts to connect
# to databases!
#
override_dh_auto_test:

# We can't really use "clean: unpatch" here since we're modifying
# the build system (Makefile.PL) and bad things happen if "make clean"
# finds out that Makefile.PL has been modified and tries to re-run
# the original interactive configuration.
#
override_dh_auto_clean:
	dh_auto_clean
	$(MAKE) -f debian/rules unpatch