Alexandros Kosiaris has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/372230 )
Change subject: apertium-rus: Initial Debian packaging ...................................................................... apertium-rus: Initial Debian packaging Bug: T172381 Change-Id: Ic32d27dcabd2ba0fe75c4f052bd901d52007efd7 --- A debian/changelog A debian/compat A debian/control A debian/copyright A debian/docs A debian/rules A debian/source/format 7 files changed, 98 insertions(+), 0 deletions(-) Approvals: Alexandros Kosiaris: Looks good to me, approved jenkins-bot: Verified diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..953f99a --- /dev/null +++ b/debian/changelog @@ -0,0 +1,12 @@ +apertium-rus (0.1.0~r81184-1+wmf1) jessie-wikimedia; urgency=low + + * Rebuild for Jessie. + + -- Kartik Mistry <[email protected]> Thu, 17 Aug 2017 11:27:03 +0530 + +apertium-rus (0.1.0~r81184-1) unstable; urgency=low + + [ Tino Didriksen ] + * Initial release (Closes: #871013) + + -- Kartik Mistry <[email protected]> Wed, 09 Aug 2017 23:34:03 +0530 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..d101f0d --- /dev/null +++ b/debian/control @@ -0,0 +1,25 @@ +Source: apertium-rus +Section: science +Priority: optional +Maintainer: Debian Science Team <[email protected]> +Uploaders: Tino Didriksen <[email protected]>, + Kartik Mistry <[email protected]> +Build-Depends: apertium-dev (>= 3.4), + autotools-dev, + cg3, + debhelper (>= 9), + dh-autoreconf, + gawk, + hfst, + libhfst-dev, + pkg-config (>= 0.21) +Standards-Version: 4.0.0 +Homepage: http://apertium.org/ +Vcs-Git: https://anonscm.debian.org/cgit/debian-science/packages/apertium-rus.git +Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/apertium-rus.git + +Package: apertium-rus +Architecture: all +Depends: apertium (>= 3.4), cg3, hfst, ${misc:Depends}, ${shlibs:Depends} +Description: Apertium single language data for Russian + Data package providing Apertium language resources for Russian diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..8811212 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,44 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Source: http://apertium.org/ + +Files: * +Copyright: 2017, John Lyell <[email protected]> + 2015-2017, Balzhan Abduali <[email protected]> + 2012-2017, Francis M. Tyers <[email protected]> + 2016-2017, Мария Шеянова <[email protected]> + 2013-2017, Trond Trosterud <[email protected]> + 2015-2017, Aida Sundetova <[email protected]> + 2017, [email protected] + 2013-2016, Robert Reynolds <[email protected]> + 2013-2016, Kevin Brubeck Unhammer <[email protected]> + 2016, Vladislav Kiryukhin <[email protected]> + 2015-2016, Saule Zholdybekova <[email protected]> + 2015-2016, Zhadyra Akhmadieva <[email protected]> + 2015, Jonathan North Washington <[email protected]> + 2015, Malika Abakan <[email protected]> + 2015, Yerbolat Kaldashbekov <[email protected]> + 2013-2015, Ilnar Salimzyan <[email protected]> + 2015, Ekaterina Ageeva <[email protected]> + 2013, Jim O'Regan <[email protected]> +License: GPL-3+ + +Files: debian/* +Copyright: 2014-2017, Apertium Project Management Committee <[email protected]> +License: GPL-3+ + +License: GPL-3+ + 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, either version 3 of the License, or + (at your option) any later version. + . + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + . + On Debian systems, the complete text of the GNU General + Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..6f83607 --- /dev/null +++ b/debian/docs @@ -0,0 +1,3 @@ +AUTHORS +NEWS +README diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..c12d371 --- /dev/null +++ b/debian/rules @@ -0,0 +1,12 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +#export DH_VERBOSE=1 +export DH_OPTIONS +export LC_ALL=C.UTF-8 + +%: + dh $@ --fail-missing --with autoreconf + +override_dh_auto_test: + # Disable test for now diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) -- To view, visit https://gerrit.wikimedia.org/r/372230 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic32d27dcabd2ba0fe75c4f052bd901d52007efd7 Gerrit-PatchSet: 1 Gerrit-Project: operations/debs/contenttranslation/apertium-rus Gerrit-Branch: master Gerrit-Owner: KartikMistry <[email protected]> Gerrit-Reviewer: Alexandros Kosiaris <[email protected]> Gerrit-Reviewer: KartikMistry <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
