KartikMistry has uploaded a new change for review. https://gerrit.wikimedia.org/r/294264
Change subject: apertium-en-ca: New upstream release and Jessie build ...................................................................... apertium-en-ca: New upstream release and Jessie build And some misc fixes. Bug: T107306 Change-Id: I68b450731748fe82e6d1e99437d233cd28238f1e --- M debian/changelog M debian/control M debian/copyright M debian/rules 4 files changed, 28 insertions(+), 32 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/debs/contenttranslation/apertium-en-ca refs/changes/64/294264/1 diff --git a/debian/changelog b/debian/changelog index eefec5d..458d11e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,21 @@ -apertium-en-ca (0.9.3+svn~57977-1) trusty; urgency=low +apertium-en-ca (0.9.3~r61328-2+wmf1) jessie; urgency=low - [ Kartik Mistry ] - * Rebuilt for Trusty. + * Rebuild for Jessie. + + -- Kartik Mistry <[email protected]> Tue, 14 Jun 2016 13:22:19 +0530 + +apertium-en-ca (0.9.3~r61328-2) unstable; urgency=low + + * debian/control: + + Do not depends on locales + + Updated Standards-Version to 3.9.8 + + Fixed Vcs-Git URL + * debian/rules: + + Simplified rules file after removing locales dependency. + + -- Kartik Mistry <[email protected]> Tue, 14 Jun 2016 13:08:38 +0530 + +apertium-en-ca (0.9.3~r61328-1) unstable; urgency=low [ Tino Didriksen ] * New upstream release @@ -9,7 +23,7 @@ old data files * Re-done packaging to take advantage of debhelper 9 - -- Kartik Mistry <[email protected]> Thu, 11 Dec 2014 17:37:40 +0530 + -- Kartik Mistry <[email protected]> Thu, 09 Jul 2015 19:31:49 +0530 apertium-en-ca (0.8.9-1) unstable; urgency=low diff --git a/debian/control b/debian/control index e51bb33..7cb00e3 100644 --- a/debian/control +++ b/debian/control @@ -2,24 +2,22 @@ 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, debhelper (>= 9), dh-autoreconf, gawk, - libapertium3-3.3-dev, - locales, 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-en-ca.git +Vcs-Git: https://anonscm.debian.org/cgit/debian-science/packages/apertium-en-ca.git Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/apertium-en-ca.git Package: apertium-en-ca Architecture: all -Depends: apertium (>= 3.3), ${misc:Depends}, ${shlibs:Depends} +Depends: apertium (>= 3.4), ${misc:Depends}, ${shlibs:Depends} Provides: apertium-ca-en Conflicts: apertium-ca-en Description: Apertium translation data for the English-Catalan pair diff --git a/debian/copyright b/debian/copyright index 5728862..36171fb 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,7 +4,7 @@ Files: * Copyright: 2005-2007, Universitat d'Alacant (Transducens group) Universitat Pompeu Fabra - 2009, Paul "greenbreen" Breen + 2009, Paul "greenbreen" Breen 2009-2010, Jimmy O'Regan License: GPL-2 @@ -18,6 +18,8 @@ Files: autogen.sh Copyright: 2002, Daniel Elstner <[email protected]> License: GPL-2 + +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/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/294264 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I68b450731748fe82e6d1e99437d233cd28238f1e Gerrit-PatchSet: 1 Gerrit-Project: operations/debs/contenttranslation/apertium-en-ca Gerrit-Branch: master Gerrit-Owner: KartikMistry <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
