File: rules

package info (click to toggle)
gnote 0.8.3-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 11,340 kB
  • sloc: cpp: 23,090; sh: 11,154; ansic: 923; makefile: 493; xml: 164
file content (17 lines) | stat: -rwxr-xr-x 333 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

export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed

%:
	dh $@ 

override_dh_auto_configure:
	dh_auto_configure -- --disable-scrollkeeper --disable-static \
	                     --enable-applet

override_dh_install:
	find . -name "*.la" -delete
	dh_install

override_dh_installchangelogs:
	dh_installchangelogs NEWS