Filippo Giunchedi has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/372117 )
Change subject: Add gsfonts build and runtime dependency ...................................................................... Add gsfonts build and runtime dependency Change-Id: Id09b25bbab027004964961e02e4f123713ab28da --- M debian/changelog M debian/control 2 files changed, 8 insertions(+), 1 deletion(-) Approvals: jenkins-bot: Verified Filippo Giunchedi: Looks good to me, approved diff --git a/debian/changelog b/debian/changelog index de09b02..4284ab7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-thumbor-wikimedia (1.2-2) jessie-wikimedia; urgency=medium + + * Add gsfonts build and runtime dependency + + -- Filippo Giunchedi <[email protected]> Wed, 16 Aug 2017 10:42:15 +0200 + python-thumbor-wikimedia (1.2-1) jessie-wikimedia; urgency=low * New upstream release diff --git a/debian/control b/debian/control index e111a8f..81679cc 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ djvulibre-bin, ffmpeg, ghostscript, + gsfonts, gifsicle (>= 1.88), imagemagick, libimage-exiftool-perl, @@ -32,7 +33,7 @@ Package: python-thumbor-wikimedia Architecture: all -Depends: ${misc:Depends}, ${python:Depends}, djvulibre-bin, ffmpeg, ghostscript, gifsicle (>= 1.88), imagemagick, libimage-exiftool-perl, librsvg2-bin, libvips-tools, python-libthumbor (>= 1.3.2), python-manhole, python-memcache, python-swiftclient (>= 2.5.0), python-thumbor-community-core, thumbor (>= 6.3.2), webp, xcftools, xvfb +Depends: ${misc:Depends}, ${python:Depends}, djvulibre-bin, ffmpeg, ghostscript, gsfonts, gifsicle (>= 1.88), imagemagick, libimage-exiftool-perl, librsvg2-bin, libvips-tools, python-libthumbor (>= 1.3.2), python-manhole, python-memcache, python-swiftclient (>= 2.5.0), python-thumbor-community-core, thumbor (>= 6.3.2), webp, xcftools, xvfb Suggests: cgroup-tools Provides: ${python:Provides} Description: Thumbor wikimedia extensions -- To view, visit https://gerrit.wikimedia.org/r/372117 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Id09b25bbab027004964961e02e4f123713ab28da Gerrit-PatchSet: 2 Gerrit-Project: operations/debs/python-thumbor-wikimedia Gerrit-Branch: master Gerrit-Owner: Filippo Giunchedi <[email protected]> Gerrit-Reviewer: Filippo Giunchedi <[email protected]> Gerrit-Reviewer: Gilles <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
