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 | |
| parent | f4a60d6109f887ca26ed5ef5d348c12890324a7b (diff) | |
Rely on dh v9 to set flags from dpkg-buildflags.
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rw-r--r-- | debian/control | 1 | ||||
| -rwxr-xr-x | debian/rules | 3 |
3 files changed, 1 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index dee20baf..8a30bb5e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ network-manager (0.9.8.8-5) UNRELEASED; urgency=medium * Convert to multi-arch. Mark libnm-glib4, libnm-glib-vpn1 and libnm-util2 as M-A: same. As pppd has not been converted yet, keep installing the ppp plugin to /usr/lib/pppd/2.4.5/. + * Rely on dh v9 to set flags from dpkg-buildflags. -- Michael Biebl <biebl@debian.org> Tue, 01 Apr 2014 23:22:57 +0200 diff --git a/debian/control b/debian/control index 338efce3..414f0afd 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,6 @@ Priority: optional Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org> Uploaders: Michael Biebl <biebl@debian.org>, Sjoerd Simons <sjoerd@debian.org> Build-Depends: debhelper (>= 9), - dpkg-dev (>= 1.16.1), dh-systemd (>= 1.14), autotools-dev, pkg-config, 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) %: |