This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository tinyows.
commit 6a9f7e4322b851c3940bdf010e0853f1b8885de9 Author: Bas Couwenberg <[email protected]> Date: Tue Oct 4 15:44:17 2016 +0200 Drop libxml2 build dependency, pulled in via libxml2-dev already. --- debian/changelog | 1 + debian/control | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5f107dc..601a460 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ tinyows (1.1.1-3) UNRELEASED; urgency=medium * Drop autotools-dev & autoconf build dependencies, pulled in via dh-autoreconf already. * Drop obsolete dpkg-dev (>= 1.16.1.1) build dependency. + * Drop libxml2 build dependency, pulled in via libxml2-dev already. -- Bas Couwenberg <[email protected]> Tue, 16 Feb 2016 23:43:54 +0100 diff --git a/debian/control b/debian/control index 359357d..4c52605 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,6 @@ Priority: optional Build-Depends: debhelper (>= 9), dh-autoreconf, libxml2-dev (>= 2.8.0), - libxml2 (>= 2.8.0), libpq-dev, postgis, libfcgi-dev, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/tinyows.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

