File: rules

package info (click to toggle)
libphp-adodb 5.20.9-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,488 kB
  • ctags: 10,365
  • sloc: php: 37,447; python: 601; xml: 117; sql: 32; sh: 22; makefile: 5
file content (13 lines) | stat: -rwxr-xr-x 347 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@ --with phpcomposer

override_dh_install:
	dh_install -X changelog.md
	# Fix the include directives in the example files
	find debian/libphp-adodb/usr/share/doc/libphp-adodb/ -name '*.php' -type f | xargs sed -i -e "s/\.\.\//adodb\//"