File: rules

package info (click to toggle)
adwaita-icon-theme 3.22.0-1%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 87,980 kB
  • ctags: 83
  • sloc: sh: 480; perl: 377; makefile: 335; python: 81
file content (13 lines) | stat: -rwxr-xr-x 263 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk

%:
	dh $@ --with gnome

override_dh_auto_clean:
	dh_auto_clean
	./debian/copyright.pl > debian/copyright

override_dh_autoreconf:
	dh_autoreconf "NOCONFIGURE=1 gnome-autogen.sh"