File: rules

package info (click to toggle)
fdroidserver 2.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 18,948 kB
  • sloc: python: 34,139; xml: 2,186; sh: 1,362; java: 293; makefile: 54; javascript: 23
file content (17 lines) | stat: -rwxr-xr-x 398 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-

MAKEFILE = $(firstword $(MAKEFILE_LIST))
DEBIAN_DIR = $(dir $(MAKEFILE))

export LC_ALL = C.UTF-8

# The test suite is rather intensive with lots of dependencies, so it
# is better left to autopkgtest.
export PYBUILD_DISABLE=test

%:
	dh $@ --buildsystem=pybuild

override_dh_compress:
	dh_compress -X usr/share/doc/fdroidserver/examples