File: rules

package info (click to toggle)
libphp-adodb 5.21.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,232 kB
  • sloc: php: 35,838; xml: 52; sql: 32; 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\//"