File: rules

package info (click to toggle)
kphotoalbum 4.7.2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 24,492 kB
  • ctags: 5,760
  • sloc: cpp: 42,225; xml: 1,352; python: 819; sh: 491; perl: 57; makefile: 14
file content (21 lines) | stat: -rwxr-xr-x 403 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/make -f

export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed

%:
	dh $@ --parallel --with kde

override_dh_auto_build:
	dh_auto_build
	/usr/bin/docbook-to-man debian/kphotoalbum.sgml > kphotoalbum.1

override_dh_auto_clean:
	dh_auto_clean
	rm -f kphotoalbum.1

get-orig-source-dpatch:
	 @@dh_testdir
	 @@[ -d ../tarballs/. ]
	 @@dpatch-get-origtargz ../tarballs

.PHONY: override_dh_auto_test