KartikMistry has uploaded a new change for review. https://gerrit.wikimedia.org/r/197345
Change subject: Added missing Build-Depends ...................................................................... Added missing Build-Depends Change-Id: I6f4bbe5b24f4f57403b5ce0b48238977096f71c6 --- M debian/changelog M debian/control 2 files changed, 8 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/debs/contenttranslation/apertium-hbs refs/changes/45/197345/1 diff --git a/debian/changelog b/debian/changelog index f07f257..a7d2180 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +apertium-hbs (0.5.0~r57197-2) trusty; urgency=low + + * debian/control: + + Added missing Build-Depends on liblttoolbox3-3.3-dev + + -- Kartik Mistry <[email protected]> Tue, 17 Mar 2015 21:26:55 +0530 + apertium-hbs (0.5.0~r57197-1) trusty; urgency=low [ Tino Didriksen ] diff --git a/debian/control b/debian/control index 8d03647..3fc3ec9 100644 --- a/debian/control +++ b/debian/control @@ -12,6 +12,7 @@ hfst, libapertium3-3.3-dev, libhfst39-dev, + liblttoolbox3-3.3-dev (>= 3.3), locales, pkg-config (>= 0.21) Standards-Version: 3.9.6 -- To view, visit https://gerrit.wikimedia.org/r/197345 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6f4bbe5b24f4f57403b5ce0b48238977096f71c6 Gerrit-PatchSet: 1 Gerrit-Project: operations/debs/contenttranslation/apertium-hbs Gerrit-Branch: master Gerrit-Owner: KartikMistry <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
