File: rules

package info (click to toggle)
php-guzzlehttp 5.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,560 kB
  • ctags: 2,519
  • sloc: php: 11,610; makefile: 182; python: 22; sh: 6
file content (23 lines) | stat: -rwxr-xr-x 571 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
%:
	dh $@ --with phpcomposer,sphinxdoc -XTests

override_dh_auto_build:
	dh_auto_build
	$(MAKE) -C docs latexpdf

override_dh_auto_clean:
	$(MAKE) -C docs clean
	dh_auto_clean

override_dh_link:
	rm -r debian/php-guzzlehttp-doc/usr/share/doc/php-guzzlehttp/html/_static/css
	rm -r debian/php-guzzlehttp-doc/usr/share/doc/php-guzzlehttp/html/_static/fonts
	rm -r debian/php-guzzlehttp-doc/usr/share/doc/php-guzzlehttp/html/_static/js
	dh_link

override_dh_sphinxdoc:
	dh_sphinxdoc --exclude=jquery.js

get-orig-source:
	uscan --verbose --rename --force