KartikMistry has uploaded a new change for review. https://gerrit.wikimedia.org/r/294260
Change subject: apertium-cy-en: Rebuilt for Jessie ...................................................................... apertium-cy-en: Rebuilt for Jessie And some misc fixes. Bug: T107306 Change-Id: I319dc6b697bfae514490e7c5f6277b2d6fcb0d98 --- M debian/changelog M debian/compat M debian/control M debian/copyright M debian/docs M debian/rules 6 files changed, 40 insertions(+), 44 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/debs/contenttranslation/apertium-cy-en refs/changes/60/294260/1 diff --git a/debian/changelog b/debian/changelog index e884754..c039118 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,33 @@ -apertium-cy-en (0.1.1~r57554-1) trusty; urgency=low +apertium-cy-en (0.1.1~r57554-3+wmf1) jessie; urgency=low + + * Rebuild for Jessie. + + -- Kartik Mistry <[email protected]> Tue, 14 Jun 2016 12:36:23 +0530 + +apertium-cy-en (0.1.1~r57554-3) unstable; urgency=low + + * debian/control: + + Updated Standards-Version to 3.9.8 + + Fixed Depends. locales no longer needed. + + Updated Vcs-* URLs. + * debian/rules: + + Simplified rules for locales. + + -- Kartik Mistry <[email protected]> Tue, 14 Jun 2016 11:58:40 +0530 + +apertium-cy-en (0.1.1~r57554-2) unstable; urgency=low + + * Upload to unstable. + * debian/docs: + + Added ACKNOWLEDGEMENTS. + + Removed duplicate changelog file NEWS. + + -- Kartik Mistry <[email protected]> Sun, 09 Aug 2015 23:45:27 +0530 + +apertium-cy-en (0.1.1~r57554-1) experimental; urgency=low [ Tino Didriksen ] - * Initial release - * No significant changes in svn since tarball, so taking directly from svn + * Initial release. (Closes: #493260) + * No significant changes in svn since tarball, so taking directly from svn. - [ Kartik Mistry ] - * Rebuilt for Trusty. - * Fixed dependencies. - - -- Kartik Mistry <[email protected]> Thu, 11 Jun 2015 19:53:10 +0530 + -- Kartik Mistry <[email protected]> Mon, 03 Aug 2015 09:59:34 +0530 diff --git a/debian/compat b/debian/compat index 45a4fb7..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -8 +9 diff --git a/debian/control b/debian/control index 431cfd9..b3f21cb 100644 --- a/debian/control +++ b/debian/control @@ -2,27 +2,23 @@ Section: science Priority: optional Maintainer: Debian Science Team <[email protected]> -Uploaders: Tino Didriksen <[email protected]>, +Uploaders: Tino Didriksen <[email protected]>, Kartik Mistry <[email protected]> -Build-Depends: apertium (>= 3.3), +Build-Depends: apertium-dev (>= 3.4), autotools-dev, cg3, - debhelper (>= 8.0), + debhelper (>= 9), dh-autoreconf, gawk, - libapertium3-3.3-dev, - liblttoolbox3-3.3-dev (>= 3.3), - locales, - lttoolbox (>= 3.3), pkg-config (>= 0.21) -Standards-Version: 3.9.6 +Standards-Version: 3.9.8 Homepage: http://apertium.org/ -Vcs-Git: git://anonscm.debian.org/debian-science/packages/apertium-cy-en.git +Vcs-Git: https://anonscm.debian.org/cgit/debian-science/packages/apertium-cy-en.git Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/apertium-cy-en.git Package: apertium-cy-en Architecture: all -Depends: apertium (>= 3.3), cg3, ${misc:Depends}, ${shlibs:Depends} +Depends: apertium (>= 3.4), cg3, ${misc:Depends}, ${shlibs:Depends} Provides: apertium-en-cy Conflicts: apertium-en-cy Description: Apertium translation data for the Welsh-English pair diff --git a/debian/copyright b/debian/copyright index b853f12..dc541df 100644 --- a/debian/copyright +++ b/debian/copyright @@ -11,10 +11,6 @@ 2010-2014, Kevin Brubeck Unhammer <[email protected]> 2012, Anthony J. Bentley <[email protected]> License: GPL-2 - -Files: alt.xsl -Copyright: 2005, Universitat d'Alacant / Universidad de Alicante -License: GPL-2 This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2 of the License diff --git a/debian/docs b/debian/docs index 6f83607..e8d3b25 100644 --- a/debian/docs +++ b/debian/docs @@ -1,3 +1,3 @@ +ACKNOWLEDGEMENTS AUTHORS -NEWS README diff --git a/debian/rules b/debian/rules index 11004df..b5d222c 100755 --- a/debian/rules +++ b/debian/rules @@ -1,27 +1,9 @@ #!/usr/bin/make -f # -*- makefile -*- -# Sample debian/rules that uses debhelper. -# -# This file was originally written by Joey Hess and Craig Small. -# As a special exception, when this file is copied by dh-make into a -# dh-make output file, you may use that output file without restriction. -# This special exception was added by Craig Small in version 0.37 of dh-make. -# -# Modified to make a template file for a multi-binary package with separated -# build-arch and build-indep targets by Bill Allombert 2001 -# Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 - -# This has to be exported to make some magic below work. export DH_OPTIONS +export LC_ALL=C.UTF-8 %: - dh $@ --with autoreconf - -override_dh_auto_build: - mkdir -p debian/tmp/locale/ - localedef -f UTF-8 -i en_US ./debian/tmp/locale/en_US.UTF-8/ - export LOCPATH=$(CURDIR)/debian/tmp/locale/ && \ - export LC_ALL=en_US.UTF-8 && \ - dh_auto_build + dh $@ --fail-missing --with autoreconf -- To view, visit https://gerrit.wikimedia.org/r/294260 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I319dc6b697bfae514490e7c5f6277b2d6fcb0d98 Gerrit-PatchSet: 1 Gerrit-Project: operations/debs/contenttranslation/apertium-cy-en Gerrit-Branch: master Gerrit-Owner: KartikMistry <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
