File: rules

package info (click to toggle)
php-xml-dtd 0.5.2%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 268 kB
  • ctags: 112
  • sloc: xml: 684; php: 416; makefile: 6
file content (12 lines) | stat: -rwxr-xr-x 305 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

%:
	dh $@ --buildsystem=phppear --with phppear

override_dh_auto_configure:
	dh_auto_configure -O--buildsystem=phppear
	# Remove references of package-1.*
	sed -i 's@^.*tests\/package-1.*$$@@' */package.xml
	# Remove references of role="data"
	sed -i '/ role="data" /d' */package.xml