Alexandros Kosiaris has submitted this change and it was merged. Change subject: apertium-es-ast: Rebuild for Jessie and cleanup ......................................................................
apertium-es-ast: Rebuild for Jessie and cleanup Bug: T107306 Change-Id: Iae679328c79ff9468b56ccc117558c4adcb8ff31 --- M debian/changelog M debian/compat M debian/control M debian/rules 4 files changed, 19 insertions(+), 30 deletions(-) Approvals: Alexandros Kosiaris: Looks good to me, approved jenkins-bot: Verified diff --git a/debian/changelog b/debian/changelog index 4b13239..b6ecfe8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +apertium-es-ast (1.1.0~r60158-1+wmf1) jessie-wikimedia; urgency=low + + * Rebuild for Jessie. + * Cleanup debian/rules. + * debian/control: + + Fixed dependencies. + + Fixed Vcs-Git URL. + + -- Kartik Mistry <[email protected]> Thu, 23 Jun 2016 12:50:30 +0530 + apertium-es-ast (1.1.0~r60158-1) trusty; urgency=low [ Tino Didriksen ] 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 ab5c034..f7703c6 100644 --- a/debian/control +++ b/debian/control @@ -2,25 +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 (>= 8.0), + debhelper (>= 9), dh-autoreconf, gawk, - libapertium3-3.3-dev, - 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-es-ast.git +Vcs-Git: https://anonscm.debian.org/cgit/debian-science/packages/apertium-es-ast.git Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/apertium-es-ast.git Package: apertium-es-ast Architecture: all -Depends: apertium (>= 3.3), ${misc:Depends}, ${shlibs:Depends} +Depends: apertium (>= 3.4), ${misc:Depends}, ${shlibs:Depends} Provides: apertium-ast-es Conflicts: apertium-ast-es Description: Apertium translation data for the Spanish-Asturian pair 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/295624 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iae679328c79ff9468b56ccc117558c4adcb8ff31 Gerrit-PatchSet: 2 Gerrit-Project: operations/debs/contenttranslation/apertium-es-ast 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
