This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository fyba.
commit 383cf0a25f5f99b83bb4ea75107fb4be89f24027 Author: Bas Couwenberg <[email protected]> Date: Sun Aug 28 18:31:20 2016 +0200 Drop autoconf & libtool build dependencies, pulled in via dh-autoreconf. --- debian/changelog | 1 + debian/control | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index e37915f..c05b9e5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ fyba (4.1.1-4) UNRELEASED; urgency=medium * Team upload. * Change Maintainer to Debian GIS project, move Ruben to Uploaders. * Restructure control file with cme. + * Drop autoconf & libtool build dependencies, pulled in via dh-autoreconf. -- Bas Couwenberg <[email protected]> Sun, 28 Aug 2016 18:28:11 +0200 diff --git a/debian/control b/debian/control index 138858a..cb1bf85 100644 --- a/debian/control +++ b/debian/control @@ -5,8 +5,6 @@ Section: libs Priority: optional Build-Depends: debhelper (>= 9), autotools-dev, - autoconf, - libtool, dh-autoreconf Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/fyba.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/fyba.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

