Alexandros Kosiaris has submitted this change and it was merged. Change subject: apertium-br-fr: Rebuild for Jessie ......................................................................
apertium-br-fr: Rebuild for Jessie Change-Id: I8b663c8816f1e35b781d6c1328e27b82d9d3c2ff --- M debian/changelog M debian/control M debian/copyright M debian/docs M debian/rules A debian/watch 6 files changed, 29 insertions(+), 27 deletions(-) Approvals: Alexandros Kosiaris: Looks good to me, approved jenkins-bot: Verified diff --git a/debian/changelog b/debian/changelog index 8c9d3d3..f4cb69a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +apertium-br-fr (0.5.0~r61325-1+wmf1) jessie-wikimedia; urgency=low + + * Rebuild for Jessie. + + -- Kartik Mistry <[email protected]> Mon, 19 Sep 2016 19:35:37 +0530 + apertium-br-fr (0.5.0+svn~57870-1) trusty; urgency=low * Initial release based on Tino Didriksen's work. diff --git a/debian/control b/debian/control index 9d96a02..d03b673 100644 --- a/debian/control +++ b/debian/control @@ -2,25 +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 (>= 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-br-fr.git +Vcs-Git: https://anonscm.debian.org/cgit/debian-science/packages/apertium-br-fr.git Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/apertium-br-fr.git Package: apertium-br-fr Architecture: all -Depends: apertium (>= 3.3), cg3, ${misc:Depends}, ${shlibs:Depends} +Depends: apertium (>= 3.4), cg3, ${misc:Depends}, ${shlibs:Depends} Provides: apertium-fr-br Conflicts: apertium-fr-br Description: Apertium linguistic data to translate between Breton and French diff --git a/debian/copyright b/debian/copyright index 60dc927..bd4c6ae 100644 --- a/debian/copyright +++ b/debian/copyright @@ -10,6 +10,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 @@ -25,8 +27,14 @@ On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". +Files: lexchoicebil.xsl +Copyright: 2005, Universitat d'Alacant / Universidad de Alicante +License: GPL-2+ + Files: debian/* -Copyright: 2014, Apertium Project Management Committee <[email protected]> +Copyright: 2014-2015, Apertium Project Management Committee <[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 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..0539901 100755 --- a/debian/rules +++ b/debian/rules @@ -1,27 +1,12 @@ #!/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 + dh $@ --fail-missing --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 +override_dh_installchangelogs: + dh_installchangelogs -k NEWS diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..13160d9 --- /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-br-fr \ +.*=apertium-br-fr(?:[_\-]v?|)(\d[^\s/]*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz) -- To view, visit https://gerrit.wikimedia.org/r/311418 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I8b663c8816f1e35b781d6c1328e27b82d9d3c2ff Gerrit-PatchSet: 2 Gerrit-Project: operations/debs/contenttranslation/apertium-br-fr 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
