File: rules

package info (click to toggle)
cl-portable-aserve 20190720.gitcac1d69%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,240 kB
  • sloc: lisp: 22,564; makefile: 55; sh: 36
file content (17 lines) | stat: -rwxr-xr-x 654 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

%:
	dh $@

execute_after_dh_install:
	find debian/cl-acl-compat/ -name .cvsignore -delete
	find debian/cl-aserve/ -name .cvsignore -delete
	find debian/cl-webactions/ -name .cvsignore -delete
	chmod -x debian/cl-acl-compat/usr/share/common-lisp/source/acl-compat/chunked.lisp \
		debian/cl-acl-compat/usr/share/common-lisp/source/acl-compat/test-acl-socket.lisp

override_dh_installchangelogs:
	dh_installchangelogs -p cl-webactions aserve/webactions/ChangeLog
	dh_installchangelogs -p cl-aserve aserve/ChangeLog
	dh_installchangelogs -p cl-htmlgen aserve/htmlgen/ChangeLog
	dh_installchangelogs -p cl-acl-compat acl-compat/ChangeLog