KartikMistry has uploaded a new change for review. https://gerrit.wikimedia.org/r/298250
Change subject: apertium-mk-en: Initial Debian packaging ...................................................................... apertium-mk-en: Initial Debian packaging Bug: T139918 Change-Id: I0e6523da027a72ac4a9f65e5dd97766a44f42c59 --- A debian/changelog A debian/compat A debian/control A debian/copyright A debian/docs A debian/rules A debian/source/format A debian/watch 8 files changed, 111 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/debs/contenttranslation/apertium-mk-en refs/changes/50/298250/1 diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..7251de8 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,14 @@ +apertium-mk-en (0.1.1~r57554-1+wmf1) jessie; urgency=low + + * Rebuild for Jessie. + + -- Kartik Mistry <[email protected]> Mon, 11 Jul 2016 13:17:19 +0530 + +apertium-mk-en (0.1.1~r57554-1) unstable; urgency=low + + [ Tino Didriksen ] + * Initial release. (Closes: #597412) + * Significant changes in svn since tarball, so mixing new build scripts with + old data files. + + -- Kartik Mistry <[email protected]> Thu, 07 Jul 2016 12:22:14 +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..cf6f0f9 --- /dev/null +++ b/debian/control @@ -0,0 +1,26 @@ +Source: apertium-mk-en +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, + pkg-config (>= 0.21) +Standards-Version: 3.9.8 +Homepage: http://apertium.org/ +Vcs-Git: https://anonscm.debian.org/cgit/debian-science/packages/apertium-mk-en.git +Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/apertium-mk-en.git + +Package: apertium-mk-en +Architecture: all +Depends: apertium (>= 3.4), cg3, ${misc:Depends}, ${shlibs:Depends} +Provides: apertium-en-mk +Conflicts: apertium-en-mk +Description: Apertium translation data for the Macedonian-English pair + Data package providing Apertium language resources for translating + between the Macedonian and English languages. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..b633c31 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,53 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Source: http://apertium.org/ + +Files: * +Copyright: 2010-2012, Francis M. Tyers <[email protected]> + 2010, Jim O'Regan <[email protected]> + 2010, Trond Trosterud <[email protected]> + 2012-2013, Filip Petkovski <[email protected]> + 2012-2014, Kevin Brubeck Unhammer <[email protected]> + 2012, Anthony J. Bentley <[email protected]> + 2013, Lord_of_Life <[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 + . + 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 2 can be found in "/usr/share/common-licenses/GPL-2". + +Files: debian/* +Copyright: 2014, Apertium Project Management Committee <[email protected]> +License: GPL-2+ + +Files: lexchoicebil.xsl +Copyright: 2005, Universitat d'Alacant / Universidad de Alicante +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, either version 2 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 2 can be found in "/usr/share/common-licenses/GPL-2". 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..b5d222c --- /dev/null +++ b/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +#export DH_VERBOSE=1 +export DH_OPTIONS +export LC_ALL=C.UTF-8 + +%: + dh $@ --fail-missing --with autoreconf 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) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..66b2a34 --- /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-mk-en \ +.*=apertium-mk-en(?:[_\-]v?|)(\d[^\s/]*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz) -- To view, visit https://gerrit.wikimedia.org/r/298250 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I0e6523da027a72ac4a9f65e5dd97766a44f42c59 Gerrit-PatchSet: 1 Gerrit-Project: operations/debs/contenttranslation/apertium-mk-en Gerrit-Branch: master Gerrit-Owner: KartikMistry <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
