Filippo Giunchedi has uploaded a new change for review. ( 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(-) git pull ssh://gerrit.wikimedia.org:29418/operations/debs/python-thumbor-wikimedia refs/changes/17/372117/1 diff --git a/debian/changelog b/debian/changelog index de09b02..ba5ec49 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: newchange Gerrit-Change-Id: Id09b25bbab027004964961e02e4f123713ab28da Gerrit-PatchSet: 1 Gerrit-Project: operations/debs/python-thumbor-wikimedia Gerrit-Branch: master Gerrit-Owner: Filippo Giunchedi <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
