File: rules

package info (click to toggle)
mate-user-share 1.26.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,324 kB
  • sloc: ansic: 2,261; makefile: 166; xml: 116; sh: 26
file content (17 lines) | stat: -rwxr-xr-x 409 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
	--libexecdir=/usr/lib/mate-user-share/ \
	--with-httpd=/usr/lib/apache2/mpm-worker/apache2 \
	--with-modules-path=/usr/lib/apache2/modules/ \

execute_after_dh_auto_install:
	rm -f debian/tmp/usr/lib/*/caja/extensions-2.0/libcaja-user-share.la

override_dh_makeshlibs:
	dh_makeshlibs -V --exclude=libcaja-share-extension.so