File: rules

package info (click to toggle)
libdata-treedumper-renderer-gtk-perl 0.02-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 112 kB
  • ctags: 7
  • sloc: perl: 169; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 161 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export DEB_BUILD_OPTIONS=nocheck

override_dh_auto_install:
	dh_auto_install
	-find $(CURDIR)/debian/ -name "gtk_test.pl" -delete

%:
	dh $@