This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch modern-packaging in repository postgis.
commit e5db21cd9e206eea560f3cd1fd2d5f360c1afe4c Author: Bas Couwenberg <[email protected]> Date: Sat Oct 8 22:11:22 2016 +0200 Rely on dpkg-buildflags instead of including buildflags.mk. --- debian/changelog | 1 + debian/rules | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index cd51f93..348ca23 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ postgis (2.3.0+dfsg-3) UNRELEASED; urgency=medium * Drop explicit liblwgeom-2.3-0 dependency from -postgis-2.3 package, already set via ${shlibs:Depends}. * Rewrite rules file to use dh sequencer. + * Rely on dpkg-buildflags instead of including buildflags.mk. -- Bas Couwenberg <[email protected]> Sat, 08 Oct 2016 19:52:11 +0200 diff --git a/debian/rules b/debian/rules index b38b943..9bf92e3 100755 --- a/debian/rules +++ b/debian/rules @@ -14,9 +14,6 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) VENDOR_DERIVES_FROM_UBUNTU ?= $(shell dpkg-vendor --derives-from Ubuntu && echo yes) -DPKG_EXPORT_BUILDFLAGS = 1 -include /usr/share/dpkg/buildflags.mk - CHECK = check ifneq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS))) CHECK = -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/postgis.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

