Alexandros Kosiaris has submitted this change and it was merged. Change subject: apertium-eo-en: New upstream version and Jessie rebuild ......................................................................
apertium-eo-en: New upstream version and Jessie rebuild Bug: T107306 Change-Id: Ife7b147f9937188946e374cb8dc1c5dbc1e8e023 --- M debian/changelog M debian/control M debian/copyright M debian/docs M debian/rules A debian/watch 6 files changed, 25 insertions(+), 27 deletions(-) Approvals: Alexandros Kosiaris: Looks good to me, approved jenkins-bot: Verified diff --git a/debian/changelog b/debian/changelog index 8a60a17..3b0e8e5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +apertium-eo-en (1.0.0~r63833-1+wmf1) jessie-wikimedia; urgency=low + + * New upstream release. + * Rebuild for Jessie. + * debian/control: + + Fixed dependencies. + + Fixed Vcs URLs. + * Simplified debian/rules to remove locales usage. + + -- Kartik Mistry <[email protected]> Wed, 15 Jun 2016 16:52:22 +0530 + apertium-eo-en (1.0.0+svn~57870-1) trusty; urgency=low * Initial release based on Tino Didriksen's work. diff --git a/debian/control b/debian/control index e16dc2a..282aaea 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-eo-en.git +Vcs-Git: https://anonscm.debian.org/cgit/debian-science/packages/apertium-eo-en.git Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/apertium-eo-en.git Package: apertium-eo-en Architecture: all -Depends: apertium (>= 3.3), ${misc:Depends}, ${shlibs:Depends} +Depends: apertium (>= 3.4), ${misc:Depends}, ${shlibs:Depends} Provides: apertium-en-eo Conflicts: apertium-en-eo Description: Apertium linguistic data to translate between Esperanto and English diff --git a/debian/copyright b/debian/copyright index 4e8371e..dcb1c03 100644 --- a/debian/copyright +++ b/debian/copyright @@ -11,6 +11,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/docs b/debian/docs index 6f12db5..6f83607 100644 --- a/debian/docs +++ b/debian/docs @@ -1,2 +1,3 @@ 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 diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..ec8d294 --- /dev/null +++ b/debian/watch @@ -0,0 +1,4 @@ +version=3 +opts=filenamemangle=s/\S*download=//g \ +https://qa.debian.org/cgi-bin/fakeupstream.cgi?upstream=sf/apertium/apertium-eo-en \ +.*=apertium-eo-en(?:[_\-]v?|)(\d[^\s/]*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz) -- To view, visit https://gerrit.wikimedia.org/r/294472 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ife7b147f9937188946e374cb8dc1c5dbc1e8e023 Gerrit-PatchSet: 2 Gerrit-Project: operations/debs/contenttranslation/apertium-eo-en Gerrit-Branch: master Gerrit-Owner: KartikMistry <[email protected]> Gerrit-Reviewer: Alexandros Kosiaris <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
