KartikMistry has uploaded a new change for review. https://gerrit.wikimedia.org/r/294020
Change subject: aperium-apy: New upstream release ...................................................................... aperium-apy: New upstream release Bug: T107306 Change-Id: I44b050019d1f069d56e868b6014c523375ec278c --- M debian/apertium-apy.init M debian/apertium-apy.install M debian/apertium-apy.upstart M debian/changelog M debian/control M debian/copyright 6 files changed, 23 insertions(+), 16 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/debs/contenttranslation/apertium-apy refs/changes/20/294020/1 diff --git a/debian/apertium-apy.init b/debian/apertium-apy.init index 54d193a..53eaa5b 100644 --- a/debian/apertium-apy.init +++ b/debian/apertium-apy.init @@ -23,7 +23,7 @@ DAEMON_ARGS="" PIDFILE=/var/run/$NAME.pid SCRIPTNAME=/etc/init.d/$NAME -LC_ALL=en_US.utf-8 +LC_ALL=C.UTF-8 # Exit if the package is not installed [ -e "$SCRIPT_PATH" ] || exit 0 diff --git a/debian/apertium-apy.install b/debian/apertium-apy.install index 7cd78d6..0dc7826 100644 --- a/debian/apertium-apy.install +++ b/debian/apertium-apy.install @@ -1,6 +1,5 @@ - *.py usr/share/apertium-apy -Makefile usr/share/apertium-apy +*.db usr/share/apertium-apy serverlist-example usr/share/doc/apertium-apy tools/*.py usr/share/apertium-apy tools/*.sql usr/share/apertium-apy diff --git a/debian/apertium-apy.upstart b/debian/apertium-apy.upstart index 365bc13..80386e1 100644 --- a/debian/apertium-apy.upstart +++ b/debian/apertium-apy.upstart @@ -6,7 +6,7 @@ setuid "apertium" setgid "apertium" -env LC_ALL=en_US.utf-8 +env LC_ALL=C.UTF-8 exec /usr/bin/python3 /usr/share/apertium-apy/servlet.py /usr/share/apertium/modes diff --git a/debian/changelog b/debian/changelog index 5970130..122765e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +apertium-apy (0.9.1~r343-1) jessie; urgency=low + + * New upstream release snapshot. + * Rebuild for Jessie. + + -- Kartik Mistry <[email protected]> Mon, 13 Jun 2016 10:04:27 +0530 + apertium-apy (0.1+svn~61425-1) trusty; urgency=low * New upstream snapshot: diff --git a/debian/control b/debian/control index 40e0035..bae3a2e 100644 --- a/debian/control +++ b/debian/control @@ -1,28 +1,29 @@ Source: apertium-apy Section: science Priority: optional -Maintainer: Kartik Mistry <[email protected]> -Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~), python3-dev, sqlite3 -Standards-Version: 3.9.6 +Maintainer: Debian Science Team <[email protected]> +Uploaders: Kartik Mistry <[email protected]>, + Tino Didriksen <[email protected]> +Build-Depends: debhelper (>= 9), + dpkg-dev (>= 1.16.1~), + python3 (>= 3.2), + sqlite3 +Standards-Version: 3.9.8 Homepage: http://apertium.org -Vcs-Git: https://git.wikimedia.org/summary/?r=operations/debs/contenttranslation/apertium-apy.git +Vcs-Git: https://anonscm.debian.org/debian-science/packages/apertium-apy.git +Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/apertium-apy.git Package: apertium-apy -Architecture: any +Architecture: all Depends: adduser, - apertium (>= 3.3), - libxml2-dev, - libxslt-dev, logrotate, - python3-dev, + python3 (>= 3.2), python3-lxml, python3-pip, python3-tornado (>= 3.1), - zlib1g-dev, ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends} -Enhances: cxserver Description: Apertium APY service This package contains Apertium APY which is simple Apertium API written in Python 3 meant as a drop-in replacement for diff --git a/debian/copyright b/debian/copyright index 88326e9..5ae9bf3 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,6 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: apertium-apy -Source: http://svn.code.sf.net/p/apertium/svn/trunk/apertium-tools +Source: https://github.com/goavki/apertium-apy Files: * Copyright: 2005-2007, Universitat d'Alacant / Universidad de Alicante -- To view, visit https://gerrit.wikimedia.org/r/294020 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I44b050019d1f069d56e868b6014c523375ec278c Gerrit-PatchSet: 1 Gerrit-Project: operations/debs/contenttranslation/apertium-apy Gerrit-Branch: master Gerrit-Owner: KartikMistry <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
