This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository mapnik.
commit 22dd9b46ab76ccd65a384ae638eafc72e7feba6b Author: Bas Couwenberg <[email protected]> Date: Thu Oct 27 23:45:16 2016 +0200 Change ttf-dejavu dependency to fonts-dejavu. --- debian/changelog | 1 + debian/control | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index d551bc2..e76fc5d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ mapnik (3.0.12+ds-2) UNRELEASED; urgency=medium * Add patch to fix 'dependencies' typo. * Drop unused override for hardening-no-pie. + * Change ttf-dejavu dependency to fonts-dejavu. -- Bas Couwenberg <[email protected]> Fri, 14 Oct 2016 21:53:45 +0200 diff --git a/debian/control b/debian/control index 4f60f0c..5556dab 100644 --- a/debian/control +++ b/debian/control @@ -38,9 +38,9 @@ Homepage: http://www.mapnik.org/ Package: libmapnik3.0 Architecture: any-amd64 i386 arm64 armel armhf powerpc ppc64el s390x alpha hppa m68k powerpcspe ppc64 sh4 sparc64 x32 -Depends: ${shlibs:Depends}, - ${misc:Depends}, - ttf-dejavu +Depends: fonts-dejavu, + ${shlibs:Depends}, + ${misc:Depends} Suggests: postgis Description: C++ toolkit for developing GIS applications (libraries) Mapnik is an OpenSource C++ toolkit for developing GIS -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/mapnik.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

