File: rules

package info (click to toggle)
gnome-photos 3.22.5-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 7,584 kB
  • ctags: 4,869
  • sloc: ansic: 40,397; sh: 4,125; xml: 910; makefile: 881; python: 68
file content (14 lines) | stat: -rwxr-xr-x 332 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --with gnome

override_dh_install:
# Use debian/docs to install docs instead of duplicating the copyright file
	dh_install
	-rm -r debian/gnome-photos/usr/share/doc

override_dh_auto_test: