File: rules

package info (click to toggle)
graphs 1.8.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 3,160 kB
  • sloc: python: 4,860; xml: 220; makefile: 6
file content (15 lines) | stat: -rwxr-xr-x 382 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
export DH_VERBOSE = 1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

export PYBUILD_NAME = graphs
# To make blhc happy, make sure the individual Vala and C compiler invocations
# happening during the install step get logged.
export PYBUILD_INSTALL_ARGS = --verbose

%:
	dh $@ --buildsystem=pybuild