diff options
| author | Michael Biebl <biebl@debian.org> | 2014-04-01 23:55:32 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2014-04-01 23:55:32 +0200 |
| commit | 0ed22250c2f94b011f6d616c6fef38050cbfe31a (patch) | |
| tree | 6a50cfea2119069883b4a60fafeea3faada22c1b /debian/rules | |
| parent | f4a60d6109f887ca26ed5ef5d348c12890324a7b (diff) | |
Rely on dh v9 to set flags from dpkg-buildflags.
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index 92823651..467b7351 100755 --- a/debian/rules +++ b/debian/rules @@ -1,8 +1,5 @@ #!/usr/bin/make -f -DPKG_EXPORT_BUILDFLAGS = 1 -include /usr/share/dpkg/buildflags.mk - DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) %: |