[MediaWiki-commits] [Gerrit] Added initial Debian packaging - change (operations...apertium-dan)

2015-05-07 Thread Alexandros Kosiaris (Code Review)
Alexandros Kosiaris has submitted this change and it was merged.

Change subject: Added initial Debian packaging
..


Added initial Debian packaging

Bug: T91493
Change-Id: Ic33bc044e98f3ed5353a51d5c6d918095ea7a2e2
---
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, 97 insertions(+), 0 deletions(-)

Approvals:
  Alexandros Kosiaris: Verified; Looks good to me, approved



diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..86b2621
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,11 @@
+apertium-dan (0.1.0-1) trusty; urgency=low
+
+  [ Tino Didriksen ]
+  * Initial release.
+
+  [ Kartik Mistry ]
+  * Rebuilt for Trusty.
+  * Fixed dependencies.
+  * Skip tests until we figure out failing tests with upstream.
+
+ -- Kartik Mistry   Thu, 07 May 2015 15:47:07 +0530
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..06e1da5
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,29 @@
+Source: apertium-dan
+Section: science
+Priority: optional
+Maintainer: Debian Science Team 

+Uploaders: Tino Didriksen ,
+   Kartik Mistry 
+Build-Depends: apertium (>= 3.3),
+   autotools-dev,
+   cg3,
+   debhelper (>= 8.0),
+   dh-autoreconf,
+   gawk,
+   hfst,
+   libapertium3-3.3-dev,
+   libhfst39-dev,
+   liblttoolbox3-3.3-dev (>= 3.3),
+   locales,
+   lttoolbox (>= 3.3),
+   pkg-config (>= 0.21)
+Standards-Version: 3.9.6
+Homepage: http://apertium.org/
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/apertium-dan.git
+Vcs-Browser: 
https://anonscm.debian.org/cgit/debian-science/packages/apertium-dan.git
+
+Package: apertium-dan
+Architecture: all
+Depends: apertium (>= 3.3), cg3, hfst, ${misc:Depends}, ${shlibs:Depends}
+Description: Apertium single language data for Danish
+ Data package providing Apertium language resources for Danish
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..8f6f23c
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,22 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: http://apertium.org/
+
+Files: *
+Copyright: 2014, Apertium Project Management Committee 

+ See AUTHORS for more copyrights.
+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 .
+ .
+ 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 000..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 000..5bf66a6
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,30 @@
+#!/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
+
+%:
+   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
+
+override_dh_auto_test:
+   # Disabled until fixed at upstream.
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
To view, visit https://gerrit.wikimedia.org/r/195897
To unsubscribe, visit https://gerrit.wik

[MediaWiki-commits] [Gerrit] Added initial Debian packaging - change (operations...apertium-hbs-mkd)

2015-03-24 Thread Alexandros Kosiaris (Code Review)
Alexandros Kosiaris has submitted this change and it was merged.

Change subject: Added initial Debian packaging
..


Added initial Debian packaging

Bug: T89936
Change-Id: I6cc828503cc39425f2fd30a9a17bc83c3597cecc
---
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, 139 insertions(+), 0 deletions(-)

Approvals:
  Alexandros Kosiaris: Verified; Looks good to me, approved



diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..9a61883
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,11 @@
+apertium-hbs-mkd (0.1.0~r57554-1) trusty; urgency=low
+
+  [ Tino Didriksen ]
+  * Initial release
+  * No tarball release, so taking directly from svn
+
+  [ Kartik Mistry ]
+  * debian/control:
++ Fixed dependencies.
+
+ -- Kartik Mistry   Mon, 09 Mar 2015 18:09:24 +0530
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..11fbfd7
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,34 @@
+Source: apertium-hbs-mkd
+Section: science
+Priority: optional
+Maintainer: Debian Science Team 

+Uploaders: Tino Didriksen ,
+   Kartik Mistry 
+Build-Depends: apertium,
+   apertium-lex-tools,
+   autotools-dev,
+   cg3,
+   debhelper (>= 8.0),
+   dh-autoreconf,
+   gawk,
+   libapertium3-3.3-dev,
+   locales,
+   lttoolbox,
+   pkg-config (>= 0.21)
+Standards-Version: 3.9.6
+Homepage: http://apertium.org/
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/apertium-hbs-mkd.git
+Vcs-Browser: 
https://anonscm.debian.org/cgit/debian-science/packages/apertium-hbs-mkd.git
+
+Package: apertium-hbs-mkd
+Architecture: all
+Depends: apertium (>= 3.3),
+ apertium-lex-tools,
+ cg3,
+ ${misc:Depends},
+ ${shlibs:Depends}
+Provides: apertium-mkd-hbs
+Conflicts: apertium-mkd-hbs
+Description: Apertium translation data for the Serbo-Croatian-Macedonian pair
+ Data package providing Apertium language resources for translating
+ between the Serbo-Croatian and Macedonian languages.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..50383fd
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,62 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: http://apertium.org/
+
+Files: *
+Copyright: 2007-2013, Ivica Dimitrijev
+   2007-2013, Dejan Čabrilo
+   2007-2008, Jim O'Regan 
+   2007-2008, Proleter 
+   2007-2014, Francis M. Tyers 
+2007, Jernej Vicic 
+2007, Troy 
+2008, Misoss 
+2009, Pminervini 
+   2011-2012, Ljubisha Rus 
+   2011-2013, Hrvoje Peradin 
+2011, Trond Trosterud 
+   2012-2013, Filip Petkovski 
+   2012-2014, Kevin Brubeck Unhammer 
+2012, Anthony J. Bentley 

+2012, Cromulen7 
+License: GPL-2
+
+Files: alt.xsl
+Copyright: 2005, Universitat d'Alacant / Universidad de Alicante
+License: GPL-2
+
+Files: autogen.sh
+Copyright: 2002, Daniel Elstner  
+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 .
+ .
+ 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 

+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 .
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can b

[MediaWiki-commits] [Gerrit] Added initial Debian packaging - change (operations...apertium-hbs-slv)

2015-03-19 Thread Alexandros Kosiaris (Code Review)
Alexandros Kosiaris has submitted this change and it was merged.

Change subject: Added initial Debian packaging
..


Added initial Debian packaging

Bug: T89936
Change-Id: I2177c8edf852c69ec749fac8c836edf7a8cc92c1
---
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, 127 insertions(+), 0 deletions(-)

Approvals:
  Alexandros Kosiaris: Verified; Looks good to me, approved



diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..420e6a2
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,8 @@
+apertium-hbs-slv (0.5.0~r43858-1) trusty; urgency=low
+
+  [ Tino Didriksen ]
+  * Initial release
+  * Significant changes in svn since tarball, so mixing new build scripts with
+old data files
+
+ -- Kartik Mistry   Mon, 09 Mar 2015 21:04:44 +0530
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..224f728
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,35 @@
+Source: apertium-hbs-slv
+Section: science
+Priority: optional
+Maintainer: Debian Science Team 

+Uploaders: Tino Didriksen ,
+   Kartik Mistry 
+Build-Depends: apertium,
+   apertium-hbs,
+   apertium-lex-tools,
+   autotools-dev,
+   cg3,
+   debhelper (>= 8.0),
+   dh-autoreconf,
+   gawk,
+   libapertium3-3.3-dev,
+   locales,
+   lttoolbox,
+   pkg-config (>= 0.21)
+Standards-Version: 3.9.5
+Homepage: http://apertium.org/
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/apertium-hbs-slv.git
+Vcs-Browser: 
https://anonscm.debian.org/cgit/debian-science/packages/apertium-hbs-slv.git
+
+Package: apertium-hbs-slv
+Architecture: all
+Depends: apertium (>= 3.3),
+ apertium-lex-tools,
+ cg3,
+ ${misc:Depends},
+ ${shlibs:Depends}
+Provides: apertium-slv-hbs
+Conflicts: apertium-slv-hbs
+Description: Apertium translation data for the Serbo-Croatian-Slovenian pair
+ Data package providing Apertium language resources for translating
+ between the Serbo-Croatian and Slovenian languages.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..dabe670
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,48 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: http://apertium.org/
+
+Files: *
+Copyright: 2000-2013, Hrvoje Peradin
+   2000-2012, Aleš Horvat
+   2009-2013, Francis Tyers
+   2000-2013, Filip Petkovski
+2009, Dejan Čabrilo
+2009, Ivica Dimitrijev
+License: GPL-2
+
+Files: alt.xsl
+Copyright: 2005, Universitat d'Alacant / Universidad de Alicante
+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 .
+ .
+ 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 

+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 .
+ .
+ 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 000..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 000..11004df
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,27 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+#
+# Th

[MediaWiki-commits] [Gerrit] Added initial Debian packaging - change (operations...apertium-mk-bg)

2015-03-19 Thread Alexandros Kosiaris (Code Review)
Alexandros Kosiaris has submitted this change and it was merged.

Change subject: Added initial Debian packaging
..


Added initial Debian packaging

Bug: T89936
Change-Id: Idb5cd54646e98d1dd9d5b6492383f633104512ce
---
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, 133 insertions(+), 0 deletions(-)

Approvals:
  Alexandros Kosiaris: Verified; Looks good to me, approved



diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..932d063
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+apertium-mk-bg (0.2.0~r49489-1) experimental; urgency=low
+
+  * Initial release
+  * No significant changes in svn since tarball, so taking directly from svn
+
+ -- Tino Didriksen   Mon, 13 Oct 2014 07:17:28 +
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..9c2f05d
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,28 @@
+Source: apertium-mk-bg
+Section: science
+Priority: optional
+Maintainer: Debian Science Team 

+Uploaders: Tino Didriksen ,
+   Kartik Mistry 
+Build-Depends: apertium,
+   cg3,
+   debhelper (>= 8.0),
+   dh-autoreconf,
+   gawk,
+   libapertium3-3.3-dev,
+   locales,
+   lttoolbox,
+   pkg-config (>= 0.21)
+Standards-Version: 3.9.6
+Homepage: http://apertium.org/
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/apertium-mk-bg.git
+Vcs-Browser: 
https://anonscm.debian.org/cgit/debian-science/packages/apertium-mk-bg.git
+
+Package: apertium-mk-bg
+Architecture: all
+Depends: apertium (>= 3.3), cg3, ${misc:Depends}, ${shlibs:Depends}
+Provides: apertium-bg-mk
+Conflicts: apertium-bg-mk
+Description: Apertium translation data for the Macedonian-Bulgarian pair
+ Data package providing Apertium language resources for translating
+ between the Macedonian and Bulgarian languages.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..2714f87
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,63 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: http://apertium.org/
+
+Files: *
+Copyright: 2010-2013, Kevin Brubeck Unhammer 
+   2010-2014, Francis M. Tyers 
+2010, Jim O'Regan 
+2010, Tihomir Rangelov 
+2011, Pminervini 
+2011, Trond Trosterud 
+2012, Anthony J. Bentley 

+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, version 3 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 .
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
+
+Files: autogen.sh
+Copyright: 2002, Daniel Elstner  
+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 .
+ .
+ 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 

+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 

[MediaWiki-commits] [Gerrit] Added initial Debian packaging - change (operations...apertium-mk)

2015-03-18 Thread Alexandros Kosiaris (Code Review)
Alexandros Kosiaris has submitted this change and it was merged.

Change subject: Added initial Debian packaging
..


Added initial Debian packaging

Bug: T89936
Change-Id: I833d58b42872ce03d7394ebd93fe583c227832f6
---
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, 89 insertions(+), 0 deletions(-)

Approvals:
  Alexandros Kosiaris: Verified; Looks good to me, approved



diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..e3e6c2b
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+apertium-mkd (0.1.0-1) trusty; urgency=low
+
+  [ Tino Didriksen ]
+  * Initial release
+
+ -- Kartik Mistry   Mon, 09 Mar 2015 18:00:38 +0530
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..203bcff
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,29 @@
+Source: apertium-mkd
+Section: science
+Priority: optional
+Maintainer: Debian Science Team 

+Uploaders: Tino Didriksen ,
+   Kartik Mistry 
+Build-Depends: apertium (>= 3.3),
+   autotools-dev,
+   cg3,
+   debhelper (>= 8.0),
+   dh-autoreconf,
+   gawk,
+   hfst,
+   libapertium3-3.3-dev,
+   libhfst39-dev,
+   liblttoolbox3-3.3-dev (>= 3.3),
+   locales,
+   lttoolbox,
+   pkg-config (>= 0.21)
+Standards-Version: 3.9.6
+Homepage: http://apertium.org/
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/apertium-mkd.git
+Vcs-Browser: 
https://anonscm.debian.org/cgit/debian-science/packages/apertium-mkd.git
+
+Package: apertium-mkd
+Architecture: all
+Depends: apertium (>= 3.3), cg3, hfst, ${misc:Depends}, ${shlibs:Depends}
+Description: Apertium single language data for Macedonian
+ Data package providing Apertium language resources for Macedonian
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..8f6f23c
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,22 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: http://apertium.org/
+
+Files: *
+Copyright: 2014, Apertium Project Management Committee 

+ See AUTHORS for more copyrights.
+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 .
+ .
+ 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 000..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 000..11004df
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,27 @@
+#!/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
+
+%:
+   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
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
To view, visit https://gerrit.wikimedia.org/r/195244
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I833d58b42872ce03d7394ebd93fe583c227832f6
Gerrit-PatchSet: 4
Gerrit-Project: operations/debs/contenttranslation/apertium-mk
Gerrit-Branch: mast

[MediaWiki-commits] [Gerrit] Added initial Debian packaging - change (operations...apertium-af-nl)

2015-03-18 Thread Alexandros Kosiaris (Code Review)
Alexandros Kosiaris has submitted this change and it was merged.

Change subject: Added initial Debian packaging
..


Added initial Debian packaging

Bug: T91750
Change-Id: I12cd71242532c72ff611d9b4841f35578eeb3006
---
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, 122 insertions(+), 0 deletions(-)

Approvals:
  Alexandros Kosiaris: Verified; Looks good to me, approved



diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..eda1ca2
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,7 @@
+apertium-af-nl (0.2.0~r57554-1) trusty; urgency=low
+
+  [ Tino Didriksen ]
+  * Initial release
+  * No significant changes in svn since tarball, so taking directly from svn
+
+ -- Kartik Mistry   Wed, 11 Mar 2015 08:42:25 +0530
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..b57cf29
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,28 @@
+Source: apertium-af-nl
+Section: science
+Priority: optional
+Maintainer: Debian Science Team 

+Uploaders: Tino Didriksen ,
+   Kartik Mistry 
+Build-Depends: apertium,
+   autotools-dev,
+   debhelper (>= 8.0),
+   dh-autoreconf,
+   gawk,
+   libapertium3-3.3-dev,
+   liblttoolbox3-3.3-dev (>= 3.3),
+   locales,
+   pkg-config (>= 0.21)
+Standards-Version: 3.9.6
+Homepage: http://apertium.org/
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/apertium-af-nl.git
+Vcs-Browser: 
https://anonscm.debian.org/cgit/debian-science/packages/apertium-af-nl.git
+
+Package: apertium-af-nl
+Architecture: all
+Depends: apertium (>= 3.3), ${misc:Depends}, ${shlibs:Depends}
+Provides: apertium-nl-af
+Conflicts: apertium-nl-af
+Description: Apertium translation data for the Afrikaans-Dutch pair
+ Data package providing Apertium language resources for translating
+ between the Afrikaans and Dutch languages.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..626e648
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,51 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: http://apertium.org/
+
+Files: *
+Copyright: 2007-2008, Frank Naudé 
+   2008-2011, Jim O'Regan 
+   2008-2013, Francis M. Tyers 
+   2010-2012, Pim Otte 
+   2011-2013, Kevin Brubeck Unhammer 
+2011, Keegan Crankshaw 
+2012, Anthony J. Bentley 

+2012, Laurens Teirlynck 
+2013, Trond Trosterud 
+License: GPL-2
+
+Files: autogen.sh
+Copyright: 2002, Daniel Elstner  
+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 .
+ .
+ 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 

+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 .
+ .
+ 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 000..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 000..11004df
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,27 @@
+#!/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 ex

[MediaWiki-commits] [Gerrit] Added initial Debian packaging - change (operations...apertium-hbs)

2015-03-17 Thread Alexandros Kosiaris (Code Review)
Alexandros Kosiaris has submitted this change and it was merged.

Change subject: Added initial Debian packaging
..


Added initial Debian packaging

Bug: T89936
Change-Id: Ic9ec66e6d5a751a6a5cac742e0479dc2928e8cea
---
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, 130 insertions(+), 0 deletions(-)

Approvals:
  Alexandros Kosiaris: Verified; Looks good to me, approved



diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..f07f257
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,7 @@
+apertium-hbs (0.5.0~r57197-1) trusty; urgency=low
+
+  [ Tino Didriksen ]
+  * Initial release
+  * No tarball release, so taking directly from svn
+
+ -- Kartik Mistry   Mon, 09 Mar 2015 16:54:41 +0530
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..8d03647
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,26 @@
+Source: apertium-hbs
+Section: science
+Priority: optional
+Maintainer: Debian Science Team 

+Uploaders: Tino Didriksen ,
+   Kartik Mistry 
+Build-Depends: autotools-dev,
+   cg3,
+   debhelper (>= 8.0),
+   dh-autoreconf,
+   gawk,
+   hfst,
+   libapertium3-3.3-dev,
+   libhfst39-dev,
+   locales,
+   pkg-config (>= 0.21)
+Standards-Version: 3.9.6
+Homepage: http://apertium.org/
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/apertium-hbs.git
+Vcs-Browser: 
https://anonscm.debian.org/cgit/debian-science/packages/apertium-hbs.git
+
+Package: apertium-hbs
+Architecture: all
+Depends: apertium (>= 3.3), cg3, hfst, ${misc:Depends}, ${shlibs:Depends}
+Description: Apertium single language data for Serbo-Croatian
+ Data package providing Apertium language resources for Serbo-Croatian
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..b82ee4a
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,65 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: http://apertium.org/
+
+Files: *
+Copyright: 2000-2012, Aleš Horvat
+   2009-2014, Francis M. Tyers 
+2009, Dejan Čabrilo
+2009, Ivica Dimitrijev
+   2011-2013, Filip Petkovski 
+   2011-2014, Hrvoje Peradin 
+   2013-2014, Kevin Brubeck Unhammer 
+2014, Barbara Dujmic 
+2014, Nikola Ljubešić 
+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, version 3 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 .
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
+
+Files: alt.xsl
+Copyright: 2005, Universitat d'Alacant / Universidad de Alicante
+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 .
+ .
+ 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 

+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 

[MediaWiki-commits] [Gerrit] Added initial Debian packaging - change (operations...apertium-dan)

2015-03-12 Thread KartikMistry (Code Review)
KartikMistry has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/195897

Change subject: Added initial Debian packaging
..

Added initial Debian packaging

Bug: T91493
Change-Id: Ic33bc044e98f3ed5353a51d5c6d918095ea7a2e2
---
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, 93 insertions(+), 0 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/operations/debs/contenttranslation/apertium-dan
 refs/changes/97/195897/1

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..2d9e73a
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,10 @@
+apertium-dan (0.1.0-1) trusty; urgency=low
+
+  [ Tino Didriksen ]
+  * Initial release.
+
+  [ Kartik Mistry ]
+  * Rebuilt for Trusty.
+  * Fixed dependencies.
+
+ -- Kartik Mistry   Wed, 11 Mar 2015 19:25:56 +0530
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..33b9c5f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,26 @@
+Source: apertium-dan
+Section: science
+Priority: optional
+Maintainer: Debian Science Team 

+Uploaders: Tino Didriksen ,
+   Kartik Mistry 
+Build-Depends: autotools-dev,
+   cg3,
+   debhelper (>= 8.0),
+   dh-autoreconf,
+   gawk,
+   hfst,
+   libapertium3-3.3-dev,
+   libhfst39-dev,
+   locales,
+   pkg-config (>= 0.21)
+Standards-Version: 3.9.6
+Homepage: http://apertium.org/
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/apertium-dan.git
+Vcs-Browser: 
https://anonscm.debian.org/cgit/debian-science/packages/apertium-dan.git
+
+Package: apertium-dan
+Architecture: all
+Depends: apertium (>= 3.3), cg3, hfst, ${misc:Depends}, ${shlibs:Depends}
+Description: Apertium single language data for Danish
+ Data package providing Apertium language resources for Danish
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..8f6f23c
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,22 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: http://apertium.org/
+
+Files: *
+Copyright: 2014, Apertium Project Management Committee 

+ See AUTHORS for more copyrights.
+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 .
+ .
+ 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 000..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 000..6aa16d0
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,30 @@
+#!/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
+
+%:
+   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
+
+override_dh_auto_test:
+   EB_SKIPDBTESTS=1
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
To view, visit https://gerrit.wikimedia.org/r/195897
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic33bc044e98f3ed5353a51d5c6d918095ea7a2e2
Gerrit-PatchSet: 

[MediaWiki-commits] [Gerrit] Added initial Debian packaging - change (operations...apertium-fr-es)

2015-03-12 Thread KartikMistry (Code Review)
KartikMistry has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/195577

Change subject: Added initial Debian packaging
..

Added initial Debian packaging

Bug: T92252
Change-Id: I6cceb9f764dfd3f353fa951f5d2644406e5f827b
---
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, 143 insertions(+), 0 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/operations/debs/contenttranslation/apertium-fr-es
 refs/changes/77/195577/1

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..a23b53e
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,27 @@
+apertium-fr-es (0.9.2~r27040-1) trusty; urgency=low
+
+  [ Tino Didriksen ]
+  * New upstream release
+  * Significant changes in svn since tarball, so mixing new build scripts with
+old data files
+  * Re-done packaging to take advantage of debhelper 9
+
+  [ Kartik Mistry ]
+  * Fixed dependencies.
+  * Rebuilt for Trusty.
+
+ -- Kartik Mistry   Tue, 10 Mar 2015 21:08:28 +0530
+
+apertium-fr-es (0.9.0-1) unstable; urgency=low
+
+  * New upstream release
+  * Added dependency to apertium-pcre2
+
+ -- Francis Tyers   Tue, 03 Mar 2009 21:21:52 +
+
+apertium-fr-es (0.8.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #465770)
+
+
+ -- Francis Tyers   Thu, 14 Feb 2008 16:34:15 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..98b0cf8
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,30 @@
+Source: apertium-fr-es
+Section: science
+Priority: optional
+Maintainer: Debian Science Team 

+Uploaders: Tino Didriksen ,
+   Kartik Mistry 
+Build-Depends: apertium-lex-tools,
+   autotools-dev,
+   debhelper (>= 8.0),
+   dh-autoreconf,
+   gawk,
+   libapertium3-3.3-dev,
+   locales,
+   pkg-config (>= 0.21)
+Standards-Version: 3.9.6
+Homepage: http://apertium.org/
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/apertium-fr-es.git
+Vcs-Browser: 
https://anonscm.debian.org/cgit/debian-science/packages/apertium-fr-es.git
+
+Package: apertium-fr-es
+Architecture: all
+Depends: apertium (>= 3.3),
+ apertium-lex-tools,
+ ${misc:Depends},
+ ${shlibs:Depends}
+Provides: apertium-es-fr
+Conflicts: apertium-es-fr
+Description: Apertium translation data for the French-Spanish pair
+ Data package providing Apertium language resources for translating
+ between the French and Spanish languages.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..5bc64e0
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,50 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: http://apertium.org/
+
+Files: *
+Copyright: 2007, Eleka Ingenieritza Linguistikoa S.L.
+ Prompsit Language Engineering S.L.
+   2012, Bernard Chardonneau
+License: GPL-2
+
+Files: alt.xsl
+ translate-to-default-equivalent.xsl
+Copyright: 2005, Universitat d'Alacant / Universidad de Alicante
+License: GPL-2
+
+Files: autogen.sh
+Copyright: 2002, Daniel Elstner  
+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 .
+ .
+ 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 

+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 .
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/sha

[MediaWiki-commits] [Gerrit] Added initial Debian packaging - change (operations...apertium-af-nl)

2015-03-10 Thread KartikMistry (Code Review)
KartikMistry has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/195838

Change subject: Added initial Debian packaging
..

Added initial Debian packaging

Bug: T90127
Change-Id: I12cd71242532c72ff611d9b4841f35578eeb3006
---
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, 120 insertions(+), 0 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/operations/debs/contenttranslation/apertium-af-nl
 refs/changes/38/195838/1

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..eda1ca2
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,7 @@
+apertium-af-nl (0.2.0~r57554-1) trusty; urgency=low
+
+  [ Tino Didriksen ]
+  * Initial release
+  * No significant changes in svn since tarball, so taking directly from svn
+
+ -- Kartik Mistry   Wed, 11 Mar 2015 08:42:25 +0530
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..581e213
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,26 @@
+Source: apertium-af-nl
+Section: science
+Priority: optional
+Maintainer: Debian Science Team 

+Uploaders: Tino Didriksen ,
+   Kartik Mistry 
+Build-Depends: autotools-dev,
+   debhelper (>= 8.0),
+   dh-autoreconf,
+   gawk,
+   libapertium3-3.3-dev,
+   locales,
+   pkg-config (>= 0.21)
+Standards-Version: 3.9.6
+Homepage: http://apertium.org/
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/apertium-af-nl.git
+Vcs-Browser: 
https://anonscm.debian.org/cgit/debian-science/packages/apertium-af-nl.git
+
+Package: apertium-af-nl
+Architecture: all
+Depends: apertium (>= 3.3), ${misc:Depends}, ${shlibs:Depends}
+Provides: apertium-nl-af
+Conflicts: apertium-nl-af
+Description: Apertium translation data for the Afrikaans-Dutch pair
+ Data package providing Apertium language resources for translating
+ between the Afrikaans and Dutch languages.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..626e648
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,51 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: http://apertium.org/
+
+Files: *
+Copyright: 2007-2008, Frank Naudé 
+   2008-2011, Jim O'Regan 
+   2008-2013, Francis M. Tyers 
+   2010-2012, Pim Otte 
+   2011-2013, Kevin Brubeck Unhammer 
+2011, Keegan Crankshaw 
+2012, Anthony J. Bentley 

+2012, Laurens Teirlynck 
+2013, Trond Trosterud 
+License: GPL-2
+
+Files: autogen.sh
+Copyright: 2002, Daniel Elstner  
+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 .
+ .
+ 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 

+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 .
+ .
+ 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 000..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 000..11004df
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,27 @@
+#!/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 e

[MediaWiki-commits] [Gerrit] Added initial Debian packaging - change (operations...apertium-mk-bg)

2015-03-09 Thread KartikMistry (Code Review)
KartikMistry has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/195284

Change subject: Added initial Debian packaging
..

Added initial Debian packaging

Bug: T89936
Change-Id: Idb5cd54646e98d1dd9d5b6492383f633104512ce
---
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, 132 insertions(+), 0 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/operations/debs/contenttranslation/apertium-mk-bg
 refs/changes/84/195284/1

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..932d063
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+apertium-mk-bg (0.2.0~r49489-1) experimental; urgency=low
+
+  * Initial release
+  * No significant changes in svn since tarball, so taking directly from svn
+
+ -- Tino Didriksen   Mon, 13 Oct 2014 07:17:28 +
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..bc4e280
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,27 @@
+Source: apertium-mk-bg
+Section: science
+Priority: optional
+Maintainer: Debian Science Team 

+Uploaders: Tino Didriksen ,
+   Kartik Mistry 
+Build-Depends: autotools-dev,
+   cg3,
+   debhelper (>= 8.0),
+   dh-autoreconf,
+   gawk,
+   libapertium3-3.3-dev,
+   locales,
+   pkg-config (>= 0.21)
+Standards-Version: 3.9.6
+Homepage: http://apertium.org/
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/apertium-mk-bg.git
+Vcs-Browser: 
https://anonscm.debian.org/cgit/debian-science/packages/apertium-mk-bg.git
+
+Package: apertium-mk-bg
+Architecture: all
+Depends: apertium (>= 3.3), cg3, ${misc:Depends}, ${shlibs:Depends}
+Provides: apertium-bg-mk
+Conflicts: apertium-bg-mk
+Description: Apertium translation data for the Macedonian-Bulgarian pair
+ Data package providing Apertium language resources for translating
+ between the Macedonian and Bulgarian languages.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..2714f87
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,63 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: http://apertium.org/
+
+Files: *
+Copyright: 2010-2013, Kevin Brubeck Unhammer 
+   2010-2014, Francis M. Tyers 
+2010, Jim O'Regan 
+2010, Tihomir Rangelov 
+2011, Pminervini 
+2011, Trond Trosterud 
+2012, Anthony J. Bentley 

+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, version 3 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 .
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
+
+Files: autogen.sh
+Copyright: 2002, Daniel Elstner  
+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 .
+ .
+ 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 

+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 Licen

[MediaWiki-commits] [Gerrit] Added initial Debian packaging - change (operations...apertium-hbs-slv)

2015-03-09 Thread KartikMistry (Code Review)
KartikMistry has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/195275

Change subject: Added initial Debian packaging
..

Added initial Debian packaging

Bug: T89936
Change-Id: I2177c8edf852c69ec749fac8c836edf7a8cc92c1
---
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, 125 insertions(+), 0 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/operations/debs/contenttranslation/apertium-hbs-slv
 refs/changes/75/195275/1

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..420e6a2
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,8 @@
+apertium-hbs-slv (0.5.0~r43858-1) trusty; urgency=low
+
+  [ Tino Didriksen ]
+  * Initial release
+  * Significant changes in svn since tarball, so mixing new build scripts with
+old data files
+
+ -- Kartik Mistry   Mon, 09 Mar 2015 21:04:44 +0530
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..4443fa0
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,33 @@
+Source: apertium-hbs-slv
+Section: science
+Priority: optional
+Maintainer: Debian Science Team 

+Uploaders: Tino Didriksen ,
+   Kartik Mistry 
+Build-Depends: apertium-hbs,
+   apertium-lex-tools,
+   autotools-dev,
+   cg3,
+   debhelper (>= 8.0),
+   dh-autoreconf,
+   gawk,
+   libapertium3-3.3-dev,
+   locales,
+   pkg-config (>= 0.21)
+Standards-Version: 3.9.5
+Homepage: http://apertium.org/
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/apertium-hbs-slv.git
+Vcs-Browser: 
https://anonscm.debian.org/cgit/debian-science/packages/apertium-hbs-slv.git
+
+Package: apertium-hbs-slv
+Architecture: all
+Depends: apertium (>= 3.3),
+ apertium-lex-tools,
+ cg3,
+ ${misc:Depends},
+ ${shlibs:Depends}
+Provides: apertium-slv-hbs
+Conflicts: apertium-slv-hbs
+Description: Apertium translation data for the Serbo-Croatian-Slovenian pair
+ Data package providing Apertium language resources for translating
+ between the Serbo-Croatian and Slovenian languages.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..dabe670
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,48 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: http://apertium.org/
+
+Files: *
+Copyright: 2000-2013, Hrvoje Peradin
+   2000-2012, Aleš Horvat
+   2009-2013, Francis Tyers
+   2000-2013, Filip Petkovski
+2009, Dejan Čabrilo
+2009, Ivica Dimitrijev
+License: GPL-2
+
+Files: alt.xsl
+Copyright: 2005, Universitat d'Alacant / Universidad de Alicante
+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 .
+ .
+ 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 

+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 .
+ .
+ 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 000..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 000..11004df
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,27 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that 

[MediaWiki-commits] [Gerrit] Added initial Debian packaging - change (operations...apertium-hbs-mkd)

2015-03-09 Thread KartikMistry (Code Review)
KartikMistry has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/195264

Change subject: Added initial Debian packaging
..

Added initial Debian packaging

Bug: T89936
Change-Id: I6cc828503cc39425f2fd30a9a17bc83c3597cecc
---
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, 137 insertions(+), 0 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/operations/debs/contenttranslation/apertium-hbs-mkd
 refs/changes/64/195264/1

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..9a61883
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,11 @@
+apertium-hbs-mkd (0.1.0~r57554-1) trusty; urgency=low
+
+  [ Tino Didriksen ]
+  * Initial release
+  * No tarball release, so taking directly from svn
+
+  [ Kartik Mistry ]
+  * debian/control:
++ Fixed dependencies.
+
+ -- Kartik Mistry   Mon, 09 Mar 2015 18:09:24 +0530
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..404541d
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,32 @@
+Source: apertium-hbs-mkd
+Section: science
+Priority: optional
+Maintainer: Debian Science Team 

+Uploaders: Tino Didriksen ,
+   Kartik Mistry 
+Build-Depends: apertium-lex-tools,
+   autotools-dev,
+   cg3,
+   debhelper (>= 8.0),
+   dh-autoreconf,
+   gawk,
+   libapertium3-3.3-dev,
+   locales,
+   pkg-config (>= 0.21)
+Standards-Version: 3.9.6
+Homepage: http://apertium.org/
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/apertium-hbs-mkd.git
+Vcs-Browser: 
https://anonscm.debian.org/cgit/debian-science/packages/apertium-hbs-mkd.git
+
+Package: apertium-hbs-mkd
+Architecture: all
+Depends: apertium (>= 3.3),
+ apertium-lex-tools,
+ cg3,
+ ${misc:Depends},
+ ${shlibs:Depends}
+Provides: apertium-mkd-hbs
+Conflicts: apertium-mkd-hbs
+Description: Apertium translation data for the Serbo-Croatian-Macedonian pair
+ Data package providing Apertium language resources for translating
+ between the Serbo-Croatian and Macedonian languages.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..50383fd
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,62 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: http://apertium.org/
+
+Files: *
+Copyright: 2007-2013, Ivica Dimitrijev
+   2007-2013, Dejan Čabrilo
+   2007-2008, Jim O'Regan 
+   2007-2008, Proleter 
+   2007-2014, Francis M. Tyers 
+2007, Jernej Vicic 
+2007, Troy 
+2008, Misoss 
+2009, Pminervini 
+   2011-2012, Ljubisha Rus 
+   2011-2013, Hrvoje Peradin 
+2011, Trond Trosterud 
+   2012-2013, Filip Petkovski 
+   2012-2014, Kevin Brubeck Unhammer 
+2012, Anthony J. Bentley 

+2012, Cromulen7 
+License: GPL-2
+
+Files: alt.xsl
+Copyright: 2005, Universitat d'Alacant / Universidad de Alicante
+License: GPL-2
+
+Files: autogen.sh
+Copyright: 2002, Daniel Elstner  
+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 .
+ .
+ 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 

+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 .
+ .
+ On Debian systems, the complete text of the GNU General
+ Public

[MediaWiki-commits] [Gerrit] Added initial Debian packaging - change (operations...apertium-mk)

2015-03-09 Thread KartikMistry (Code Review)
KartikMistry has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/195244

Change subject: Added initial Debian packaging
..

Added initial Debian packaging

Bug: T89936
Change-Id: I833d58b42872ce03d7394ebd93fe583c227832f6
---
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, 86 insertions(+), 0 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/operations/debs/contenttranslation/apertium-mk 
refs/changes/44/195244/1

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..e3e6c2b
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+apertium-mkd (0.1.0-1) trusty; urgency=low
+
+  [ Tino Didriksen ]
+  * Initial release
+
+ -- Kartik Mistry   Mon, 09 Mar 2015 18:00:38 +0530
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..50def6f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,26 @@
+Source: apertium-mkd
+Section: science
+Priority: optional
+Maintainer: Debian Science Team 

+Uploaders: Tino Didriksen ,
+   Kartik Mistry 
+Build-Depends: autotools-dev,
+   cg3,
+   debhelper (>= 8.0),
+   dh-autoreconf,
+   gawk,
+   hfst,
+   libapertium3-3.3-dev,
+   libhfst39-dev,
+   locales,
+   pkg-config (>= 0.21)
+Standards-Version: 3.9.6
+Homepage: http://apertium.org/
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/apertium-mkd.git
+Vcs-Browser: 
https://anonscm.debian.org/cgit/debian-science/packages/apertium-mkd.git
+
+Package: apertium-mkd
+Architecture: all
+Depends: apertium (>= 3.3), cg3, hfst, ${misc:Depends}, ${shlibs:Depends}
+Description: Apertium single language data for Macedonian
+ Data package providing Apertium language resources for Macedonian
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..8f6f23c
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,22 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: http://apertium.org/
+
+Files: *
+Copyright: 2014, Apertium Project Management Committee 

+ See AUTHORS for more copyrights.
+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 .
+ .
+ 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 000..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 000..11004df
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,27 @@
+#!/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
+
+%:
+   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
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
To view, visit https://gerrit.wikimedia.org/r/195244
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I833d58b42872ce03d7394ebd93fe583c227832f6
Gerrit-PatchSet: 1
Gerrit-Project: operations/debs/contenttranslation/apertium-mk
Gerrit-Branch: master
Gerrit-Owner: KartikMistry 

___

[MediaWiki-commits] [Gerrit] Added initial Debian packaging - change (operations...apertium-hbs)

2015-03-09 Thread KartikMistry (Code Review)
KartikMistry has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/195229

Change subject: Added initial Debian packaging
..

Added initial Debian packaging

Change-Id: Ic9ec66e6d5a751a6a5cac742e0479dc2928e8cea
---
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, 130 insertions(+), 0 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/operations/debs/contenttranslation/apertium-hbs
 refs/changes/29/195229/1

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..f07f257
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,7 @@
+apertium-hbs (0.5.0~r57197-1) trusty; urgency=low
+
+  [ Tino Didriksen ]
+  * Initial release
+  * No tarball release, so taking directly from svn
+
+ -- Kartik Mistry   Mon, 09 Mar 2015 16:54:41 +0530
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..8d03647
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,26 @@
+Source: apertium-hbs
+Section: science
+Priority: optional
+Maintainer: Debian Science Team 

+Uploaders: Tino Didriksen ,
+   Kartik Mistry 
+Build-Depends: autotools-dev,
+   cg3,
+   debhelper (>= 8.0),
+   dh-autoreconf,
+   gawk,
+   hfst,
+   libapertium3-3.3-dev,
+   libhfst39-dev,
+   locales,
+   pkg-config (>= 0.21)
+Standards-Version: 3.9.6
+Homepage: http://apertium.org/
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/apertium-hbs.git
+Vcs-Browser: 
https://anonscm.debian.org/cgit/debian-science/packages/apertium-hbs.git
+
+Package: apertium-hbs
+Architecture: all
+Depends: apertium (>= 3.3), cg3, hfst, ${misc:Depends}, ${shlibs:Depends}
+Description: Apertium single language data for Serbo-Croatian
+ Data package providing Apertium language resources for Serbo-Croatian
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..b82ee4a
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,65 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: http://apertium.org/
+
+Files: *
+Copyright: 2000-2012, Aleš Horvat
+   2009-2014, Francis M. Tyers 
+2009, Dejan Čabrilo
+2009, Ivica Dimitrijev
+   2011-2013, Filip Petkovski 
+   2011-2014, Hrvoje Peradin 
+   2013-2014, Kevin Brubeck Unhammer 
+2014, Barbara Dujmic 
+2014, Nikola Ljubešić 
+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, version 3 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 .
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
+
+Files: alt.xsl
+Copyright: 2005, Universitat d'Alacant / Universidad de Alicante
+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 .
+ .
+ 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 

+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 Lice

[MediaWiki-commits] [Gerrit] Added initial Debian packaging - change (operations...apertium-nno-nob)

2014-12-17 Thread Alexandros Kosiaris (Code Review)
Alexandros Kosiaris has submitted this change and it was merged.

Change subject: Added initial Debian packaging
..


Added initial Debian packaging

Bug: T78381
Change-Id: Id05e24878ce57a794235e24cedc509664d2b0bc1
---
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, 130 insertions(+), 0 deletions(-)

Approvals:
  Alexandros Kosiaris: Verified; Looks good to me, approved



diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..5807d3c
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,11 @@
+apertium-nno-nob (1.0.0+svn~57977-1) trusty; urgency=low
+
+  [ Kartik Mistry ]
+  * Rebuilt for Trusty.
+
+  [ Tino Didriksen ]
+  * Initial release
+  * Significant changes in svn since tarball, so mixing new build scripts with
+old data files
+
+ -- Kartik Mistry   Wed, 17 Dec 2014 14:51:09 +0530
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..8048d94
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,31 @@
+Source: apertium-nno-nob
+Section: science
+Priority: optional
+Maintainer: Debian Science Team 

+Uploaders: Tino Didriksen ,
+   Kartik Mistry 
+Build-Depends: apertium (>= 3.3),
+   apertium-nno,
+   apertium-nob,
+   autotools-dev,
+   cg3,
+   debhelper (>= 9.0),
+   dh-autoreconf,
+   gawk,
+   libapertium3-3.3-dev,
+   liblttoolbox3-3.3-dev,
+   locales,
+   pkg-config (>= 0.21)
+Standards-Version: 3.9.6
+Homepage: http://apertium.org/
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/apertium-nno-nob.git
+Vcs-Browser: 
https://anonscm.debian.org/cgit/debian-science/packages/apertium-nno-nob.git
+
+Package: apertium-nno-nob
+Architecture: all
+Depends: apertium (>= 3.3), cg3, ${misc:Depends}, ${shlibs:Depends}
+Provides: apertium-nob-nno
+Conflicts: apertium-nob-nno
+Description: Apertium translation data for the Norwegian Nynorsk-Norwegian 
Bokmål pair
+ Data package providing Apertium language resources for translating
+ between the Norwegian Nynorsk and Norwegian Bokmål languages.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..243d948
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,45 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: http://apertium.org/
+
+Files: *
+Copyright: 2008-2010, Francis Tyers 
+   2009-2014, Kevin Brubeck Unhammer 
+   2008-2010, Trond Trosterud 
+License: GPL-2
+
+Files: lexchoicebil.xsl
+Copyright: 2005, Universitat d'Alacant / Universidad de Alicante
+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 .
+ .
+ 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 

+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 .
+ .
+ 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 000..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 000..eab18d6
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,34 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+#
+# This file was originally written by Joey Hess and Craig Small.
+# 

[MediaWiki-commits] [Gerrit] Added initial Debian packaging - change (operations...apertium-nob)

2014-12-17 Thread Alexandros Kosiaris (Code Review)
Alexandros Kosiaris has submitted this change and it was merged.

Change subject: Added initial Debian packaging
..


Added initial Debian packaging

Bug: T78381
Change-Id: I9ddeccb828a267b0afea8a374e6f6d991a70593b
---
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, 91 insertions(+), 0 deletions(-)

Approvals:
  Alexandros Kosiaris: Verified; Looks good to me, approved



diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..bef8adc
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,11 @@
+apertium-nob (0.1.0+svn~58076-1) trusty; urgency=low
+
+  * Rebuilt for Trusty.
+
+ -- Kartik Mistry   Wed, 17 Dec 2014 12:52:35 +0530
+
+apertium-nob (0.1.0-1) experimental; urgency=low
+
+  * Initial release
+
+ -- Tino Didriksen   Mon, 19 May 2014 14:31:49 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..5482e37
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,26 @@
+Source: apertium-nob
+Section: science
+Priority: optional
+Maintainer: Debian Science Team 

+Uploaders: Tino Didriksen ,
+   Kartik Mistry 
+Build-Depends: apertium (>= 3.3),
+   autotools-dev,
+   cg3,
+   debhelper (>= 8.0),
+   dh-autoreconf,
+   gawk,
+   libapertium3-3.3-dev,
+   liblttoolbox3-3.3-dev,
+   locales,
+   pkg-config (>= 0.21)
+Standards-Version: 3.9.6
+Homepage: http://apertium.org/
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/apertium-nob.git
+Vcs-Browser: 
https://anonscm.debian.org/cgit/debian-science/packages/apertium-nob.git
+
+Package: apertium-nob
+Architecture: all
+Depends: apertium (>= 3.3), cg3, ${misc:Depends}, ${shlibs:Depends}
+Description: Apertium single language data for Norwegian Bokmål
+ Data package providing Apertium language resources for Norwegian Bokmål
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..8f6f23c
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,22 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: http://apertium.org/
+
+Files: *
+Copyright: 2014, Apertium Project Management Committee 

+ See AUTHORS for more copyrights.
+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 .
+ .
+ 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 000..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 000..11004df
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,27 @@
+#!/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
+
+%:
+   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
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
To view, visit https://gerrit.wikimedia.org/r/180424
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I9ddeccb828a267b0afea8a374e6f6d991a70593b
Gerrit-PatchSet: 1
Gerrit-Project: operations/debs/contenttr

[MediaWiki-commits] [Gerrit] Added initial Debian packaging - change (operations...apertium-nno)

2014-12-17 Thread Alexandros Kosiaris (Code Review)
Alexandros Kosiaris has submitted this change and it was merged.

Change subject: Added initial Debian packaging
..


Added initial Debian packaging

Bug: T78381
Change-Id: I942e5b51d80225098799c068eeaae33363337a09
---
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, 93 insertions(+), 0 deletions(-)

Approvals:
  Alexandros Kosiaris: Verified; Looks good to me, approved



diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..e067c23
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,12 @@
+apertium-nno (0.1.0+svn~58076-1) trusty; urgency=low
+
+  * Rebuilt for Trusty.
+  * Updated long description.
+
+ -- Kartik Mistry   Wed, 17 Dec 2014 11:57:14 +0530
+
+apertium-nno (0.1.0-1) experimental; urgency=low
+
+  * Initial release
+
+ -- Tino Didriksen   Mon, 19 May 2014 14:31:49 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..81906ad
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,27 @@
+Source: apertium-nno
+Section: science
+Priority: optional
+Maintainer: Debian Science Team 

+Uploaders: Tino Didriksen ,
+   Kartik Mistry 
+Build-Depends: apertium (>= 3.3),
+   autotools-dev,
+   cg3,
+   debhelper (>= 8.0),
+   dh-autoreconf,
+   gawk,
+   libapertium3-3.3-dev,
+   liblttoolbox3-3.3-dev,
+   locales,
+   pkg-config (>= 0.21)
+Standards-Version: 3.9.6
+Homepage: http://apertium.org/
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/apertium-nno.git
+Vcs-Browser: 
https://anonscm.debian.org/cgit/debian-science/packages/apertium-nno.git
+
+Package: apertium-nno
+Architecture: all
+Depends: apertium (>= 3.3), cg3, ${misc:Depends}, ${shlibs:Depends}
+Description: Apertium single language data for Norwegian Nynorsk
+ This package provides data of Apertium language resources for
+ Norwegian Nynorsk (nno).
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..8f6f23c
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,22 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: http://apertium.org/
+
+Files: *
+Copyright: 2014, Apertium Project Management Committee 

+ See AUTHORS for more copyrights.
+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 .
+ .
+ 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 000..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 000..11004df
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,27 @@
+#!/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
+
+%:
+   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
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
To view, visit https://gerrit.wikimedia.org/r/180405
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I942e5b51d80225098799c068eeaae33363337a09
Gerrit-Patc

[MediaWiki-commits] [Gerrit] Added initial Debian packaging - change (operations...apertium-nno-nob)

2014-12-17 Thread KartikMistry (Code Review)
KartikMistry has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/180426

Change subject: Added initial Debian packaging
..

Added initial Debian packaging

Bug: T78381
Change-Id: Id05e24878ce57a794235e24cedc509664d2b0bc1
---
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, 123 insertions(+), 0 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/operations/debs/contenttranslation/apertium-nno-nob
 refs/changes/26/180426/1

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..5807d3c
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,11 @@
+apertium-nno-nob (1.0.0+svn~57977-1) trusty; urgency=low
+
+  [ Kartik Mistry ]
+  * Rebuilt for Trusty.
+
+  [ Tino Didriksen ]
+  * Initial release
+  * Significant changes in svn since tarball, so mixing new build scripts with
+old data files
+
+ -- Kartik Mistry   Wed, 17 Dec 2014 14:51:09 +0530
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..8048d94
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,31 @@
+Source: apertium-nno-nob
+Section: science
+Priority: optional
+Maintainer: Debian Science Team 

+Uploaders: Tino Didriksen ,
+   Kartik Mistry 
+Build-Depends: apertium (>= 3.3),
+   apertium-nno,
+   apertium-nob,
+   autotools-dev,
+   cg3,
+   debhelper (>= 9.0),
+   dh-autoreconf,
+   gawk,
+   libapertium3-3.3-dev,
+   liblttoolbox3-3.3-dev,
+   locales,
+   pkg-config (>= 0.21)
+Standards-Version: 3.9.6
+Homepage: http://apertium.org/
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/apertium-nno-nob.git
+Vcs-Browser: 
https://anonscm.debian.org/cgit/debian-science/packages/apertium-nno-nob.git
+
+Package: apertium-nno-nob
+Architecture: all
+Depends: apertium (>= 3.3), cg3, ${misc:Depends}, ${shlibs:Depends}
+Provides: apertium-nob-nno
+Conflicts: apertium-nob-nno
+Description: Apertium translation data for the Norwegian Nynorsk-Norwegian 
Bokmål pair
+ Data package providing Apertium language resources for translating
+ between the Norwegian Nynorsk and Norwegian Bokmål languages.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..243d948
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,45 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: http://apertium.org/
+
+Files: *
+Copyright: 2008-2010, Francis Tyers 
+   2009-2014, Kevin Brubeck Unhammer 
+   2008-2010, Trond Trosterud 
+License: GPL-2
+
+Files: lexchoicebil.xsl
+Copyright: 2005, Universitat d'Alacant / Universidad de Alicante
+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 .
+ .
+ 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 

+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 .
+ .
+ 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 000..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 000..11004df
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,27 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhel

[MediaWiki-commits] [Gerrit] Added initial Debian packaging - change (operations...apertium-nob)

2014-12-17 Thread KartikMistry (Code Review)
KartikMistry has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/180424

Change subject: Added initial Debian packaging
..

Added initial Debian packaging

Bug: T78381
Change-Id: I9ddeccb828a267b0afea8a374e6f6d991a70593b
---
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, 91 insertions(+), 0 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/operations/debs/contenttranslation/apertium-nob
 refs/changes/24/180424/1

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..bef8adc
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,11 @@
+apertium-nob (0.1.0+svn~58076-1) trusty; urgency=low
+
+  * Rebuilt for Trusty.
+
+ -- Kartik Mistry   Wed, 17 Dec 2014 12:52:35 +0530
+
+apertium-nob (0.1.0-1) experimental; urgency=low
+
+  * Initial release
+
+ -- Tino Didriksen   Mon, 19 May 2014 14:31:49 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..5482e37
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,26 @@
+Source: apertium-nob
+Section: science
+Priority: optional
+Maintainer: Debian Science Team 

+Uploaders: Tino Didriksen ,
+   Kartik Mistry 
+Build-Depends: apertium (>= 3.3),
+   autotools-dev,
+   cg3,
+   debhelper (>= 8.0),
+   dh-autoreconf,
+   gawk,
+   libapertium3-3.3-dev,
+   liblttoolbox3-3.3-dev,
+   locales,
+   pkg-config (>= 0.21)
+Standards-Version: 3.9.6
+Homepage: http://apertium.org/
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/apertium-nob.git
+Vcs-Browser: 
https://anonscm.debian.org/cgit/debian-science/packages/apertium-nob.git
+
+Package: apertium-nob
+Architecture: all
+Depends: apertium (>= 3.3), cg3, ${misc:Depends}, ${shlibs:Depends}
+Description: Apertium single language data for Norwegian Bokmål
+ Data package providing Apertium language resources for Norwegian Bokmål
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..8f6f23c
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,22 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: http://apertium.org/
+
+Files: *
+Copyright: 2014, Apertium Project Management Committee 

+ See AUTHORS for more copyrights.
+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 .
+ .
+ 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 000..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 000..11004df
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,27 @@
+#!/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
+
+%:
+   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
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
To view, visit https://gerrit.wikimedia.org/r/180424
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9ddeccb828a267b0afea8a374

[MediaWiki-commits] [Gerrit] Added initial Debian packaging - change (operations...apertium-nno)

2014-12-16 Thread KartikMistry (Code Review)
KartikMistry has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/180405

Change subject: Added initial Debian packaging
..

Added initial Debian packaging

Bug: T78381
Change-Id: I942e5b51d80225098799c068eeaae33363337a09
---
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, 93 insertions(+), 0 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/operations/debs/contenttranslation/apertium-nno
 refs/changes/05/180405/1

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..e067c23
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,12 @@
+apertium-nno (0.1.0+svn~58076-1) trusty; urgency=low
+
+  * Rebuilt for Trusty.
+  * Updated long description.
+
+ -- Kartik Mistry   Wed, 17 Dec 2014 11:57:14 +0530
+
+apertium-nno (0.1.0-1) experimental; urgency=low
+
+  * Initial release
+
+ -- Tino Didriksen   Mon, 19 May 2014 14:31:49 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..81906ad
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,27 @@
+Source: apertium-nno
+Section: science
+Priority: optional
+Maintainer: Debian Science Team 

+Uploaders: Tino Didriksen ,
+   Kartik Mistry 
+Build-Depends: apertium (>= 3.3),
+   autotools-dev,
+   cg3,
+   debhelper (>= 8.0),
+   dh-autoreconf,
+   gawk,
+   libapertium3-3.3-dev,
+   liblttoolbox3-3.3-dev,
+   locales,
+   pkg-config (>= 0.21)
+Standards-Version: 3.9.6
+Homepage: http://apertium.org/
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/apertium-nno.git
+Vcs-Browser: 
https://anonscm.debian.org/cgit/debian-science/packages/apertium-nno.git
+
+Package: apertium-nno
+Architecture: all
+Depends: apertium (>= 3.3), cg3, ${misc:Depends}, ${shlibs:Depends}
+Description: Apertium single language data for Norwegian Nynorsk
+ This package provides data of Apertium language resources for
+ Norwegian Nynorsk (nno).
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..8f6f23c
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,22 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: http://apertium.org/
+
+Files: *
+Copyright: 2014, Apertium Project Management Committee 

+ See AUTHORS for more copyrights.
+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 .
+ .
+ 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 000..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 000..11004df
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,27 @@
+#!/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
+
+%:
+   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
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
To view, visit https://gerrit.wikimedia.org/r/180405
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newch

[MediaWiki-commits] [Gerrit] Added initial Debian packaging - change (operations...apertium-sv-da)

2014-12-15 Thread Alexandros Kosiaris (Code Review)
Alexandros Kosiaris has submitted this change and it was merged.

Change subject: Added initial Debian packaging
..


Added initial Debian packaging

Bug: T77963
Change-Id: I8e851953fd6152a5715d7a0584d66c851297562a
---
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, 122 insertions(+), 0 deletions(-)

Approvals:
  Alexandros Kosiaris: Verified; Looks good to me, approved



diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..45d655c
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,12 @@
+apertium-sv-da (0.5.1+svn~57989-1) trusty; urgency=low
+
+  [ Kartik Mistry ]
+  * Rebuilt for Trusty.
+  * Updated debian/compat to 9.
+
+  [ Tino Didriksen ]
+  * Initial release
+  * Significant changes in svn since tarball, so mixing new build scripts with
+old data files
+
+ -- Kartik Mistry   Fri, 12 Dec 2014 14:17:06 +0530
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..60bcc85
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,27 @@
+Source: apertium-sv-da
+Section: science
+Priority: optional
+Maintainer: Debian Science Team 

+Uploaders: Tino Didriksen ,
+   Kartik Mistry 
+Build-Depends: apertium (>= 3.3),
+   autotools-dev,
+   debhelper (>= 8.0),
+   dh-autoreconf,
+   gawk,
+   libapertium3-3.3-dev,
+   locales,
+   pkg-config (>= 0.21)
+Standards-Version: 3.9.6
+Homepage: http://apertium.org/
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/apertium-sv-da.git
+Vcs-Browser: 
https://anonscm.debian.org/cgit/debian-science/packages/apertium-sv-da.git
+
+Package: apertium-sv-da
+Architecture: all
+Depends: apertium (>= 3.3), ${misc:Depends}, ${shlibs:Depends}
+Provides: apertium-da-sv
+Conflicts: apertium-da-sv
+Description: Apertium translation data for the Swedish-Danish pair
+ Data package providing Apertium language resources for translating
+ between the Swedish and Danish languages.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..ebf85e2
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,47 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: http://apertium.org/
+
+Files: *
+Copyright: 2012-2013, Per Tunedal
+   2008-2010, Francis Tyers 
+   2009-2010, Jacob Nordfalk 
+   2008-2009, Michael Kristensen
+   2005-2009, Universitat d'Alacant (Transducens group)
+License: GPL-2
+
+Files: autogen.sh
+Copyright: 2002, Daniel Elstner  
+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 .
+ .
+ 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 

+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 .
+ .
+ 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 000..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 000..11004df
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,27 @@
+#!/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,

[MediaWiki-commits] [Gerrit] Added initial Debian packaging - change (operations...apertium-en-ca)

2014-12-12 Thread Alexandros Kosiaris (Code Review)
Alexandros Kosiaris has submitted this change and it was merged.

Change subject: Added initial Debian packaging
..


Added initial Debian packaging

Bug: T77963

Change-Id: Ief8adedb474f68c29a405df21cdf6cdcbd4c8145
---
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, 153 insertions(+), 0 deletions(-)

Approvals:
  Alexandros Kosiaris: Verified; Looks good to me, approved



diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..eefec5d
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,37 @@
+apertium-en-ca (0.9.3+svn~57977-1) trusty; urgency=low
+
+  [ Kartik Mistry ]
+  * Rebuilt for Trusty.
+
+  [ Tino Didriksen ]
+  * New upstream release
+  * Significant changes in svn since tarball, so mixing new build scripts with
+old data files
+  * Re-done packaging to take advantage of debhelper 9
+
+ -- Kartik Mistry   Thu, 11 Dec 2014 17:37:40 +0530
+
+apertium-en-ca (0.8.9-1) unstable; urgency=low
+
+  * New upstream release
+  * Added dependency on apertium-pcre2
+
+ -- Francis Tyers   Fri, 27 Mar 2009 11:27:13 +
+
+apertium-en-ca (0.8.4-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Francis Tyers   Wed, 19 Mar 2008 13:50:02 +
+
+apertium-en-ca (0.8.3-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Francis Tyers   Fri, 07 Dec 2007 14:25:08 +
+
+apertium-en-ca (0.8.2-1) unstable; urgency=low
+
+  * Initial release (Closes: #418544)
+
+ -- Francis Tyers   Thu, 04 Oct 2007 14:24:41 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..e51bb33
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,27 @@
+Source: apertium-en-ca
+Section: science
+Priority: optional
+Maintainer: Debian Science Team 

+Uploaders: Tino Didriksen ,
+   Kartik Mistry 
+Build-Depends: apertium (>= 3.3),
+   autotools-dev,
+   debhelper (>= 9),
+   dh-autoreconf,
+   gawk,
+   libapertium3-3.3-dev,
+   locales,
+   pkg-config (>= 0.21)
+Standards-Version: 3.9.6
+Homepage: http://apertium.org/
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/apertium-en-ca.git
+Vcs-Browser: 
https://anonscm.debian.org/cgit/debian-science/packages/apertium-en-ca.git
+
+Package: apertium-en-ca
+Architecture: all
+Depends: apertium (>= 3.3), ${misc:Depends}, ${shlibs:Depends}
+Provides: apertium-ca-en
+Conflicts: apertium-ca-en
+Description: Apertium translation data for the English-Catalan pair
+ Data package providing Apertium language resources for translating
+ between the English and Catalan languages.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..5728862
--- /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: 2005-2007, Universitat d'Alacant (Transducens group)
+  Universitat Pompeu Fabra
+2009, Paul "greenbreen" Breen
+   2009-2010, Jimmy O'Regan
+License: GPL-2
+
+Files: alt.xsl
+ filterbil.xsl
+ filter.xsl
+ translate-to-default-equivalent.xsl
+Copyright: 2005, Universitat d'Alacant / Universidad de Alicante
+License: GPL-2
+
+Files: autogen.sh
+Copyright: 2002, Daniel Elstner  
+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 .
+ .
+ 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 

+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 Pub

[MediaWiki-commits] [Gerrit] Added initial Debian packaging - change (operations...apertium-sv-da)

2014-12-12 Thread KartikMistry (Code Review)
KartikMistry has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/179428

Change subject: Added initial Debian packaging
..

Added initial Debian packaging

Bug: T77963
Change-Id: I8e851953fd6152a5715d7a0584d66c851297562a
---
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, 122 insertions(+), 0 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/operations/debs/contenttranslation/apertium-sv-da
 refs/changes/28/179428/1

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..45d655c
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,12 @@
+apertium-sv-da (0.5.1+svn~57989-1) trusty; urgency=low
+
+  [ Kartik Mistry ]
+  * Rebuilt for Trusty.
+  * Updated debian/compat to 9.
+
+  [ Tino Didriksen ]
+  * Initial release
+  * Significant changes in svn since tarball, so mixing new build scripts with
+old data files
+
+ -- Kartik Mistry   Fri, 12 Dec 2014 14:17:06 +0530
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..60bcc85
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,27 @@
+Source: apertium-sv-da
+Section: science
+Priority: optional
+Maintainer: Debian Science Team 

+Uploaders: Tino Didriksen ,
+   Kartik Mistry 
+Build-Depends: apertium (>= 3.3),
+   autotools-dev,
+   debhelper (>= 8.0),
+   dh-autoreconf,
+   gawk,
+   libapertium3-3.3-dev,
+   locales,
+   pkg-config (>= 0.21)
+Standards-Version: 3.9.6
+Homepage: http://apertium.org/
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/apertium-sv-da.git
+Vcs-Browser: 
https://anonscm.debian.org/cgit/debian-science/packages/apertium-sv-da.git
+
+Package: apertium-sv-da
+Architecture: all
+Depends: apertium (>= 3.3), ${misc:Depends}, ${shlibs:Depends}
+Provides: apertium-da-sv
+Conflicts: apertium-da-sv
+Description: Apertium translation data for the Swedish-Danish pair
+ Data package providing Apertium language resources for translating
+ between the Swedish and Danish languages.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..ebf85e2
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,47 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: http://apertium.org/
+
+Files: *
+Copyright: 2012-2013, Per Tunedal
+   2008-2010, Francis Tyers 
+   2009-2010, Jacob Nordfalk 
+   2008-2009, Michael Kristensen
+   2005-2009, Universitat d'Alacant (Transducens group)
+License: GPL-2
+
+Files: autogen.sh
+Copyright: 2002, Daniel Elstner  
+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 .
+ .
+ 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 

+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 .
+ .
+ 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 000..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 000..11004df
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,27 @@
+#!/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 ex

[MediaWiki-commits] [Gerrit] Added initial Debian packaging - change (operations...apertium-en-ca)

2014-12-11 Thread KartikMistry (Code Review)
KartikMistry has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/179117

Change subject: Added initial Debian packaging
..

Added initial Debian packaging

Change-Id: Ief8adedb474f68c29a405df21cdf6cdcbd4c8145
---
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, 153 insertions(+), 0 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/operations/debs/contenttranslation/apertium-en-ca
 refs/changes/17/179117/1

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..eefec5d
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,37 @@
+apertium-en-ca (0.9.3+svn~57977-1) trusty; urgency=low
+
+  [ Kartik Mistry ]
+  * Rebuilt for Trusty.
+
+  [ Tino Didriksen ]
+  * New upstream release
+  * Significant changes in svn since tarball, so mixing new build scripts with
+old data files
+  * Re-done packaging to take advantage of debhelper 9
+
+ -- Kartik Mistry   Thu, 11 Dec 2014 17:37:40 +0530
+
+apertium-en-ca (0.8.9-1) unstable; urgency=low
+
+  * New upstream release
+  * Added dependency on apertium-pcre2
+
+ -- Francis Tyers   Fri, 27 Mar 2009 11:27:13 +
+
+apertium-en-ca (0.8.4-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Francis Tyers   Wed, 19 Mar 2008 13:50:02 +
+
+apertium-en-ca (0.8.3-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Francis Tyers   Fri, 07 Dec 2007 14:25:08 +
+
+apertium-en-ca (0.8.2-1) unstable; urgency=low
+
+  * Initial release (Closes: #418544)
+
+ -- Francis Tyers   Thu, 04 Oct 2007 14:24:41 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..e51bb33
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,27 @@
+Source: apertium-en-ca
+Section: science
+Priority: optional
+Maintainer: Debian Science Team 

+Uploaders: Tino Didriksen ,
+   Kartik Mistry 
+Build-Depends: apertium (>= 3.3),
+   autotools-dev,
+   debhelper (>= 9),
+   dh-autoreconf,
+   gawk,
+   libapertium3-3.3-dev,
+   locales,
+   pkg-config (>= 0.21)
+Standards-Version: 3.9.6
+Homepage: http://apertium.org/
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/apertium-en-ca.git
+Vcs-Browser: 
https://anonscm.debian.org/cgit/debian-science/packages/apertium-en-ca.git
+
+Package: apertium-en-ca
+Architecture: all
+Depends: apertium (>= 3.3), ${misc:Depends}, ${shlibs:Depends}
+Provides: apertium-ca-en
+Conflicts: apertium-ca-en
+Description: Apertium translation data for the English-Catalan pair
+ Data package providing Apertium language resources for translating
+ between the English and Catalan languages.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..5728862
--- /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: 2005-2007, Universitat d'Alacant (Transducens group)
+  Universitat Pompeu Fabra
+2009, Paul "greenbreen" Breen
+   2009-2010, Jimmy O'Regan
+License: GPL-2
+
+Files: alt.xsl
+ filterbil.xsl
+ filter.xsl
+ translate-to-default-equivalent.xsl
+Copyright: 2005, Universitat d'Alacant / Universidad de Alicante
+License: GPL-2
+
+Files: autogen.sh
+Copyright: 2002, Daniel Elstner  
+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 .
+ .
+ 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 

+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

[MediaWiki-commits] [Gerrit] Added initial Debian packaging - change (operations...apertium-eo-en)

2014-12-04 Thread Alexandros Kosiaris (Code Review)
Alexandros Kosiaris has submitted this change and it was merged.

Change subject: Added initial Debian packaging
..


Added initial Debian packaging

Bug: T76318
Change-Id: I6d36e081b8acc609b7e18e288f9213807bc4886a
---
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, 118 insertions(+), 0 deletions(-)

Approvals:
  Alexandros Kosiaris: Verified; Looks good to me, approved



diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..8a60a17
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,13 @@
+apertium-eo-en (1.0.0+svn~57870-1) trusty; urgency=low
+
+  * Initial release based on Tino Didriksen's work.
+
+ -- Kartik Mistry   Tue, 02 Dec 2014 11:20:15 +0530
+
+apertium-eo-en (1.0.0~r19299-1) unstable; urgency=low
+
+  * Initial release
+  * Significant changes in svn since tarball, so mixing new build scripts with
+old data files
+
+ -- Tino Didriksen   Mon, 13 Oct 2014 07:17:28 +
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..e16dc2a
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,28 @@
+Source: apertium-eo-en
+Section: science
+Priority: optional
+Maintainer: Debian Science Team 

+Uploaders: Tino Didriksen ,
+   Kartik Mistry 
+Build-Depends: apertium (>= 3.3),
+   autotools-dev,
+   debhelper (>= 9),
+   dh-autoreconf,
+   gawk,
+   libapertium3-3.3-dev,
+   locales,
+   pkg-config (>= 0.21)
+Standards-Version: 3.9.6
+Homepage: http://apertium.org/
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/apertium-eo-en.git
+Vcs-Browser: 
https://anonscm.debian.org/cgit/debian-science/packages/apertium-eo-en.git
+
+Package: apertium-eo-en
+Architecture: all
+Depends: apertium (>= 3.3), ${misc:Depends}, ${shlibs:Depends}
+Provides: apertium-en-eo
+Conflicts: apertium-en-eo
+Description: Apertium linguistic data to translate between Esperanto and 
English
+ This is a linguistic package for the Apertium shallow-transfer
+ machine translation system. The package can be used to translate
+ between Esperanto and English.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..4e8371e
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,46 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: http://apertium.org/
+
+Files: *
+Copyright: 2008-2009, Jacob Nordfalk 
+2009, Hèctor Alòs i Font 
+   2005-2007, Universitat d'Alacant (Transducens group) - English data
+   2005-2007, Universitat Pompeu Fabra - English data
+License: GPL-2
+
+Files: autogen.sh
+Copyright: 2002, Daniel Elstner  
+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 .
+ .
+ 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 

+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 .
+ .
+ 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 000..6f12db5
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,2 @@
+AUTHORS
+README
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 000..11004df
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,27 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+#
+# This file was originally written by Joey 

[MediaWiki-commits] [Gerrit] Added initial Debian packaging - change (operations...apertium-br-fr)

2014-12-02 Thread Alexandros Kosiaris (Code Review)
Alexandros Kosiaris has submitted this change and it was merged.

Change subject: Added initial Debian packaging
..


Added initial Debian packaging

Bug: T76318
Change-Id: If0c86068889fd096c1428d08275dbb2b2c7d8d24
---
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, 118 insertions(+), 0 deletions(-)

Approvals:
  Alexandros Kosiaris: Verified; Looks good to me, approved



diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..8c9d3d3
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,13 @@
+apertium-br-fr (0.5.0+svn~57870-1) trusty; urgency=low
+
+  * Initial release based on Tino Didriksen's work.
+
+ -- Kartik Mistry   Tue, 02 Dec 2014 10:43:01 +0530
+
+apertium-br-fr (0.5.0~r36358-1) unstable; urgency=low
+
+  * Initial release
+  * Significant changes in svn since tarball, so mixing new build scripts with
+old data files
+
+ -- Tino Didriksen   Mon, 13 Oct 2014 07:17:28 +
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..9d96a02
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,29 @@
+Source: apertium-br-fr
+Section: science
+Priority: optional
+Maintainer: Debian Science Team 

+Uploaders: Tino Didriksen ,
+   Kartik Mistry 
+Build-Depends: apertium (>= 3.3),
+   autotools-dev,
+   cg3,
+   debhelper (>= 9),
+   dh-autoreconf,
+   gawk,
+   libapertium3-3.3-dev,
+   locales,
+   pkg-config (>= 0.21)
+Standards-Version: 3.9.6
+Homepage: http://apertium.org/
+Vcs-Git: git://anonscm.debian.org/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}
+Provides: apertium-fr-br
+Conflicts: apertium-fr-br
+Description: Apertium linguistic data to translate between Breton and French
+ This is a linguistic package for the Apertium shallow-transfer
+ machine translation system. The package can be used to translate
+ between Breton and French.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..60dc927
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,45 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: http://apertium.org/
+
+Files: *
+Copyright: 2008-2011, Francis Tyers 
+   2009-2011, Fulup Jakez 
+   2009, Gwenvael Jekel 
+License: GPL-2
+
+Files: autogen.sh
+Copyright: 2002, Daniel Elstner  
+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 .
+ .
+ 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 

+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 .
+ .
+ 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 000..6f12db5
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,2 @@
+AUTHORS
+README
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 000..11004df
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,27 @@
+#!/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-ma

[MediaWiki-commits] [Gerrit] Added initial Debian packaging - change (operations...apertium-eo-en)

2014-12-01 Thread KartikMistry (Code Review)
KartikMistry has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/176886

Change subject: Added initial Debian packaging
..

Added initial Debian packaging

Bug: T76318
Change-Id: I6d36e081b8acc609b7e18e288f9213807bc4886a
---
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, 118 insertions(+), 0 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/operations/debs/contenttranslation/apertium-eo-en
 refs/changes/86/176886/1

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..8a60a17
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,13 @@
+apertium-eo-en (1.0.0+svn~57870-1) trusty; urgency=low
+
+  * Initial release based on Tino Didriksen's work.
+
+ -- Kartik Mistry   Tue, 02 Dec 2014 11:20:15 +0530
+
+apertium-eo-en (1.0.0~r19299-1) unstable; urgency=low
+
+  * Initial release
+  * Significant changes in svn since tarball, so mixing new build scripts with
+old data files
+
+ -- Tino Didriksen   Mon, 13 Oct 2014 07:17:28 +
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..38862ca
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,28 @@
+Source: apertium-eo-en
+Section: science
+Priority: optional
+Maintainer: Debian Science Team 

+Uploaders: Tino Didriksen ,
+   Kartik Mistry 
+Build-Depends: apertium (>= 3.3),
+   autotools-dev,
+   debhelper (>= 8.0),
+   dh-autoreconf,
+   gawk,
+   libapertium3-3.3-dev,
+   locales,
+   pkg-config (>= 0.21)
+Standards-Version: 3.9.6
+Homepage: http://apertium.org/
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/apertium-eo-en.git
+Vcs-Browser: 
https://anonscm.debian.org/cgit/debian-science/packages/apertium-eo-en.git
+
+Package: apertium-eo-en
+Architecture: all
+Depends: apertium (>= 3.3), ${misc:Depends}, ${shlibs:Depends}
+Provides: apertium-en-eo
+Conflicts: apertium-en-eo
+Description: Apertium linguistic data to translate between Esperanto and 
English
+ This is a linguistic package for the Apertium shallow-transfer
+ machine translation system. The package can be used to translate
+ between Esperanto and English.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..4e8371e
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,46 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: http://apertium.org/
+
+Files: *
+Copyright: 2008-2009, Jacob Nordfalk 
+2009, Hèctor Alòs i Font 
+   2005-2007, Universitat d'Alacant (Transducens group) - English data
+   2005-2007, Universitat Pompeu Fabra - English data
+License: GPL-2
+
+Files: autogen.sh
+Copyright: 2002, Daniel Elstner  
+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 .
+ .
+ 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 

+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 .
+ .
+ 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 000..6f12db5
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,2 @@
+AUTHORS
+README
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 000..11004df
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,27 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debi

[MediaWiki-commits] [Gerrit] Added initial Debian packaging - change (operations...apertium-br-fr)

2014-12-01 Thread KartikMistry (Code Review)
KartikMistry has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/176885

Change subject: Added initial Debian packaging
..

Added initial Debian packaging

Bug: T76318
Change-Id: If0c86068889fd096c1428d08275dbb2b2c7d8d24
---
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, 118 insertions(+), 0 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/operations/debs/contenttranslation/apertium-br-fr
 refs/changes/85/176885/1

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..8c9d3d3
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,13 @@
+apertium-br-fr (0.5.0+svn~57870-1) trusty; urgency=low
+
+  * Initial release based on Tino Didriksen's work.
+
+ -- Kartik Mistry   Tue, 02 Dec 2014 10:43:01 +0530
+
+apertium-br-fr (0.5.0~r36358-1) unstable; urgency=low
+
+  * Initial release
+  * Significant changes in svn since tarball, so mixing new build scripts with
+old data files
+
+ -- Tino Didriksen   Mon, 13 Oct 2014 07:17:28 +
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..3cf2023
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,29 @@
+Source: apertium-br-fr
+Section: science
+Priority: optional
+Maintainer: Debian Science Team 

+Uploaders: Tino Didriksen ,
+   Kartik Mistry 
+Build-Depends: apertium (>= 3.3),
+   autotools-dev,
+   cg3,
+   debhelper (>= 8.0),
+   dh-autoreconf,
+   gawk,
+   libapertium3-3.3-dev,
+   locales,
+   pkg-config (>= 0.21)
+Standards-Version: 3.9.6
+Homepage: http://apertium.org/
+Vcs-Git: git://anonscm.debian.org/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}
+Provides: apertium-fr-br
+Conflicts: apertium-fr-br
+Description: Apertium linguistic data to translate between Breton and French
+ This is a linguistic package for the Apertium shallow-transfer
+ machine translation system. The package can be used to translate
+ between Breton and French.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..60dc927
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,45 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: http://apertium.org/
+
+Files: *
+Copyright: 2008-2011, Francis Tyers 
+   2009-2011, Fulup Jakez 
+   2009, Gwenvael Jekel 
+License: GPL-2
+
+Files: autogen.sh
+Copyright: 2002, Daniel Elstner  
+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 .
+ .
+ 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 

+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 .
+ .
+ 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 000..6f12db5
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,2 @@
+AUTHORS
+README
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 000..11004df
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,27 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+#
+# This file was originally written by Joey Hess and Craig Small.
+

[MediaWiki-commits] [Gerrit] Added initial Debian packaging - change (operations...apertium-apy)

2014-10-18 Thread Alexandros Kosiaris (Code Review)
Alexandros Kosiaris has submitted this change and it was merged.

Change subject: Added initial Debian packaging
..


Added initial Debian packaging

Change-Id: I7c1f5c750317b44eff962a819f8bad1fb908dbec
---
A debian/README.source
A debian/apertium-apy.init
A debian/apertium-apy.install
A debian/apertium-apy.logrotate
A debian/apertium-apy.postinst
A debian/apertium-apy.postrm
A debian/apertium-apy.service
A debian/changelog
A debian/compat
A debian/control
A debian/copyright
A debian/rules
A debian/source/format
A debian/upstart/apertium-apy.conf
A debian/watch
15 files changed, 429 insertions(+), 0 deletions(-)

Approvals:
  Alexandros Kosiaris: Verified; Looks good to me, approved



diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 000..535fcd7
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,7 @@
+apertium-apy for Debian
+---
+
+apertium-apy is part of apertium-tools from upstream Apertium repository.
+
+ -- Kartik Mistry   Wed, 08 Oct 2014 21:21:33 +0530
+
diff --git a/debian/apertium-apy.init b/debian/apertium-apy.init
new file mode 100644
index 000..54d193a
--- /dev/null
+++ b/debian/apertium-apy.init
@@ -0,0 +1,181 @@
+#!/bin/sh
+### BEGIN INIT INFO
+# Provides:  apertium-apy
+# Required-Start:$local_fs $network $remote_fs $syslog
+# Required-Stop: $local_fs $network $remote_fs $syslog
+# Default-Start: 2 3 4 5
+# Default-Stop:  0 1 6
+# Short-Description: Apertium APY service
+# Description:   Apertium APY is simple API for Apertium written in Python3
+### END INIT INFO
+
+# Authors: Gabriel Wicke ,
+#  Kartik Mistry 
+
+# Do NOT "set -e"
+
+# PATH should only include /usr/* if it runs after the mountnfs.sh script
+PATH=/sbin:/usr/sbin:/bin:/usr/bin
+DESC="Apertium APY service"
+NAME=apertium-apy
+SCRIPT_PATH=/usr/share/apertium-apy/servlet.py
+DAEMON="/usr/bin/python3 $SCRIPT_PATH /usr/share/apertium/modes"
+DAEMON_ARGS=""
+PIDFILE=/var/run/$NAME.pid
+SCRIPTNAME=/etc/init.d/$NAME
+LC_ALL=en_US.utf-8
+
+# Exit if the package is not installed
+[ -e "$SCRIPT_PATH" ] || exit 0
+
+# Read configuration variable file if it is present
+[ -r /etc/default/$NAME ] && . /etc/default/$NAME
+
+# export the port and host env vars, if set
+export PORT
+export INTERFACE
+
+# Load the VERBOSE setting and other rcS variables
+. /lib/init/vars.sh
+
+# Define LSB log_* functions.
+# Depend on lsb-base (>= 3.2-14) to ensure that this file is present
+# and status_of_proc is working.
+. /lib/lsb/init-functions
+
+#
+# Function that starts the daemon/service
+#
+do_start()
+{
+   # up the number of fds [sockets] from 1024
+   ulimit -n 64000
+
+   # Return
+   #   0 if daemon has been started
+   #   1 if daemon was already running
+   #   2 if daemon could not be started
+
+   # calling /bin/sh is a hack needed to get output redirection on Ubuntu
+   # 12.04 LTS, see below
+   start-stop-daemon --start --quiet --pidfile $PIDFILE -bm \
+   -c apertium:apertium --test \
+   --exec /bin/sh -- \
+   -c "$DAEMON $DAEMON_ARGS >> /var/log/apertium/apertium-apy.log 
2>&1" \
+   || return 1
+   start-stop-daemon --start --quiet --pidfile $PIDFILE -bm \
+   -c apertium:apertium \
+   --exec /bin/sh -- \
+   -c "$DAEMON $DAEMON_ARGS >> /var/log/apertium/apertium-apy.log 
2>&1" \
+   || return 2
+   echo "Started apertium-apy on port $PORT"
+
+   # Cleaner version of the above, but does not work with Ubuntu 12.04
+   # LTS as the --no-close parameter is not yet supported there
+   #start-stop-daemon --start --quiet --pidfile $PIDFILE -bm --no-close \
+   #   -c apertium:apertium \
+   #   --exec $DAEMON -- $DAEMON_ARGS >> 
/var/log/apertium/apertium-apy.log 2>&1 \
+   #   || return 2
+
+   # Add code here, if necessary, that waits for the process to be ready
+   # to handle requests from services started subsequently which depend
+   # on this one.  As a last resort, sleep for some time.
+sleep 5
+}
+
+#
+# Function that stops the daemon/service
+#
+do_stop()
+{
+   # Return
+   #   0 if daemon has been stopped
+   #   1 if daemon was already stopped
+   #   2 if daemon could not be stopped
+   #   other if a failure occurred
+   start-stop-daemon --stop --quiet --retry=TERM/60/KILL/5 --pidfile 
$PIDFILE --name $NAME
+   RETVAL="$?"
+   [ "$RETVAL" = 2 ] && return 2
+   # Wait for children to finish too if this is a daemon that forks
+   # and if the daemon is only ever run from this initscript.
+   # If the above conditions are not satisfied then add some other code
+   # that waits for the process to drop all resources that could be
+   # needed by services started subsequently.  A last resort is to
+   # sleep for some

[MediaWiki-commits] [Gerrit] Added initial Debian packaging - change (operations...apertium)

2014-10-17 Thread Alexandros Kosiaris (Code Review)
Alexandros Kosiaris has submitted this change and it was merged.

Change subject: Added initial Debian packaging
..


Added initial Debian packaging

Change-Id: I076b6dc5d57018fa930a977dca7c4b4299a3ed6e
---
A debian/apertium.install
A debian/changelog
A debian/compat
A debian/control
A debian/copyright
A debian/docs
A debian/libapertium3-3.3-0.install
A debian/libapertium3-3.3-0.postinst
A debian/libapertium3-3.3-dev.install
A debian/libapertium3-3.3-dev.links
A debian/rules
A debian/source/format
A debian/watch
13 files changed, 349 insertions(+), 0 deletions(-)

Approvals:
  Filippo Giunchedi: Looks good to me, but someone else must approve
  Alexandros Kosiaris: Verified; Looks good to me, approved



diff --git a/debian/apertium.install b/debian/apertium.install
new file mode 100644
index 000..a833141
--- /dev/null
+++ b/debian/apertium.install
@@ -0,0 +1,2 @@
+debian/tmp/usr/bin
+debian/tmp/usr/share
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..c63f959
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,182 @@
+apertium (3.3.0.56825-1) trusty; urgency=low
+
+  [ Tino Didriksen ]
+  * New upstream release
+  * Standards-Version updated to version 3.9.5
+  * Using upstream release from svn, to avoid pre-generated automake files
+  * Re-done packaging to take advantage of debhelper 9
+  * Added multiarch support
+  * Builds with clang (Closes: #748976)
+  * 3.3 includes all of 3.2 (Closes: #753459)
+
+  [ Kartik Mistry ]
+  * Added myself as uploader.
+  * wrap-and-sort control and install files.
+  * Updated VCS-* fields.
+  * Added debian/watch file.
+
+ -- Kartik Mistry   Wed, 24 Sep 2014 10:23:13 +0530
+
+apertium (3.1.0-2) unstable; urgency=low
+
+  * Team upload
+  * Package migrated to Debian Science
+  * Standards-Version updated to version 3.9.3
+
+ -- Sylvestre Ledru   Tue, 05 Jun 2012 21:50:34 +0200
+
+apertium (3.1.0-1.4) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS (Closes: #660715)
+- depend on dh-autoreconf and set compat to 7
+- add dh_autoreconf{,-clean} to debian/rules
+
+ -- Jonathan Wiltshire   Sat, 03 Mar 2012 11:59:00 +
+
+apertium (3.1.0-1.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Don't ship .la files (Closes: #621304).
+
+ -- Luk Claes   Sat, 18 Jun 2011 15:58:21 +0200
+
+apertium (3.1.0-1.2) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * High-urgency upload for RC bugfix.
+  * Fix bashisms in various shell scripts in this package, since /bin/sh will
+not be bash by default in squeeze.  Thanks to Andres Mejia for the initial
+version of this patch.  Closes: #464491.
+  * Set source format 3.0 (quilt) since we're patching the upstream source.
+  * Drop versioned build-dep on libpcre3-dev (<< 7.9) which prevents us from
+rebuilding the package.  Closes: #581334.
+  * Drop versioned dep on libpcre3 (<< 7.9) as well.  The versioned dependency
+actually exists between libpcre3 and the individual dictionary packages
+containing the compiled regexps, apertium itself is entirely agnostic
+regarding libpcre3 versions and should not have this hard-coded.
+  * Lintian fixes:
+- add missing ${misc:Depends} to libapertium3-3.1-0-dev.
+- bump standards-version to 3.8.4 (no changes required).
+
+ -- Steve Langasek   Sun, 20 Jun 2010 21:56:56 +
+
+apertium (3.1.0-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Changed Provides: apertium-pcre1 -> apertium-pcr2  (Closes: #503861)
+  * Closes security in unstable that was in t-p-u. (Closes: #496395)
+
+ -- Miguel Gea Milvaques   Fri, 20 Feb 2009 00:00:27 +0100
+
+apertium (3.1.0-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Francis Tyers   Tue, 03 Feb 2009 20:14:08 +
+
+apertium (3.0.7+1-2~lenny2) testing-proposed-updates; urgency=low
+
+  * Fix PCRE dependency nightmare. (Closes: #503861)
+  * Fix mktemp security symlink thing. (Closes: #496395)
+
+ -- Francis Tyers   Wed, 3 Nov 2008 22:47:00 +
+
+apertium (3.0.7+1-2) unstable; urgency=medium
+
+  * Fix syntax error in previous upload. Patch thanks to Xavi
+Drudis Ferran. (Closes: #498618)
+
+ -- Francis Tyers   Sat, 13 Sep 2008 11:10:07 +0100
+
+apertium (3.0.7+1-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Replace pid-based, hardcoded and $RANDOM-based temporary file names
+to prevent against symlink attacks. Based mostly on a patch by Moritz
+Muehlenhoff . (Closes: #496395)
+
+ -- Chris Lamb   Sat, 06 Sep 2008 22:36:07 +0100
+
+apertium (3.0.7+1-1) unstable; urgency=low
+
+  * Fix FTBFS gcc-4.3.  Closes: #417083
+
+ -- Francis Tyers   Wed, 26 Mar 2008 21:42:14 +
+
+apertium (3.0.5-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Francis Tyers   Thu, 06 Dec 2007 12:01:18 +
+
+apertium (3.0.4-1) unstable; urgency=low
+
+  * New upstream release
+  * Double-free bug fixed. (Closes: #446785)
+
+ -- Francis Tyer

[MediaWiki-commits] [Gerrit] Added initial Debian packaging - change (operations...apertium-pt-ca)

2014-10-15 Thread Alexandros Kosiaris (Code Review)
Alexandros Kosiaris has submitted this change and it was merged.

Change subject: Added initial Debian packaging
..


Added initial Debian packaging

Change-Id: If09d0521e64b3f6bdf450303fe7cfe4100877c01
---
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, 108 insertions(+), 0 deletions(-)

Approvals:
  Alexandros Kosiaris: Verified; Looks good to me, approved



diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..05d5ccf
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,23 @@
+apertium-pt-ca (0.8.2+svn~57507-1) trusty; urgency=low
+
+  [ Tino Didriksen ]
+  * New upstream release based on SVN snapshot.
+
+  [ Kartik Mistry ]
+  * Added debian/watch file.
+
+ -- Kartik Mistry   Wed, 08 Oct 2014 17:31:11 +0530
+
+apertium-pt-ca (0.8.1-1) unstable; urgency=low
+
+  * New upstream release
+  * Added dependency on apertium-pcre2
+
+ -- Francis Tyers   Wed, 04 Mar 2009 21:53:12 +
+
+apertium-pt-ca (0.8.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #486796)
+
+ -- Francis Tyers   Wed, 18 Jun 2008 10:24:41 +0100
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..eaea21c
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,27 @@
+Source: apertium-pt-ca
+Section: science
+Priority: optional
+Maintainer: Debian Science Team 

+Uploaders: Tino Didriksen ,
+   Kartik Mistry 
+Build-Depends: apertium (>= 3.3),
+   autotools-dev,
+   debhelper (>= 9.0),
+   dh-autoreconf,
+   gawk,
+   libapertium3-3.3-dev,
+   locales,
+   pkg-config (>= 0.21)
+Standards-Version: 3.9.6
+Homepage: http://apertium.org/
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/apertium-pt-ca.git
+Vcs-Browser: 
https://anonscm.debian.org/cgit/debian-science/packages/apertium-pt-ca.git
+
+Package: apertium-pt-ca
+Architecture: all
+Depends: apertium (>= 3.3), ${misc:Depends}, ${shlibs:Depends}
+Provides: apertium-ca-pt
+Conflicts: apertium-ca-pt
+Description: Apertium translation data for the Portuguese-Catalan pair
+ Data package providing Apertium language resources for translating
+ between the Portuguese and Catalan languages.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..8f6f23c
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,22 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: http://apertium.org/
+
+Files: *
+Copyright: 2014, Apertium Project Management Committee 

+ See AUTHORS for more copyrights.
+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 .
+ .
+ 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 000..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 000..11004df
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,27 @@
+#!/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
+
+%:
+   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
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 000..163

[MediaWiki-commits] [Gerrit] Added initial Debian packaging - change (operations...apertium-en-es)

2014-10-15 Thread Alexandros Kosiaris (Code Review)
Alexandros Kosiaris has submitted this change and it was merged.

Change subject: Added initial Debian packaging
..


Added initial Debian packaging

Change-Id: Ifc99fa9050701e21c72541bac4a0a1a5c2d8509b
---
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, 115 insertions(+), 0 deletions(-)

Approvals:
  Alexandros Kosiaris: Verified; Looks good to me, approved



diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..37947f0
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,30 @@
+apertium-en-es (0.8.0+svn~57502-1) trusty; urgency=low
+
+  [ Tino Didriksen ]
+  * New upstream release based on SVN snapshot.
+
+  [ Kartik Mistry ]
+  * debian/control:
++ Added myself to uploaders.
++ Updated Standards-Version to 3.9.6
+  * Added debian/watch file.
+
+ -- Kartik Mistry   Wed, 08 Oct 2014 10:00:15 +0530
+
+apertium-en-es (0.6.0-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Rebuild against apertium 3.1 fix build-depends and configure.ac
+accordingly. Rebuild ./configure to avoid relying on autoconf at
+build-time. Fix FTBFS. Thanks to Thomas Viehmann for the patch.
+(Closes: #527792)
+  * debian/rules: clean up more properly upon "clean"
+
+ -- Stefano Zacchiroli   Tue, 08 Sep 2009 21:44:37 +0200
+
+apertium-en-es (0.6.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #471720)
+
+ -- Francis Tyers   Wed, 19 Mar 2008 19:53:51 +
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..d437f9a
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,27 @@
+Source: apertium-en-es
+Section: science
+Priority: optional
+Maintainer: Debian Science Team 

+Uploaders: Tino Didriksen ,
+   Kartik Mistry 
+Build-Depends: apertium (>= 3.3),
+   autotools-dev,
+   debhelper (>= 9.0),
+   dh-autoreconf,
+   gawk,
+   libapertium3-3.3-dev,
+   locales,
+   pkg-config (>= 0.21)
+Standards-Version: 3.9.6
+Homepage: http://apertium.org/
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/apertium-en-es.git
+Vcs-Browser: 
https://anonscm.debian.org/cgit/debian-science/packages/apertium-en-es.git
+
+Package: apertium-en-es
+Architecture: all
+Depends: apertium (>= 3.3), ${misc:Depends}, ${shlibs:Depends}
+Provides: apertium-es-en
+Conflicts: apertium-es-en
+Description: Apertium translation data for the English-Spanish pair
+ Data package providing Apertium language resources for translating
+ between the English and Spanish languages.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..8f6f23c
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,22 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: http://apertium.org/
+
+Files: *
+Copyright: 2014, Apertium Project Management Committee 

+ See AUTHORS for more copyrights.
+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 .
+ .
+ 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 000..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 000..11004df
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,27 @@
+#!/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
+
+%:
+   dh $@ --with autoreconf

[MediaWiki-commits] [Gerrit] Added initial Debian packaging - change (operations...apertium-apy)

2014-10-13 Thread KartikMistry (Code Review)
KartikMistry has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/166393

Change subject: Added initial Debian packaging
..

Added initial Debian packaging

Change-Id: I7c1f5c750317b44eff962a819f8bad1fb908dbec
---
A debian/README.source
A debian/apertium-apy.init
A debian/apertium-apy.install
A debian/apertium-apy.logratate
A debian/apertium-apy.postinst
A debian/apertium-apy.postrm
A debian/apertium-apy.service
A debian/changelog
A debian/compat
A debian/control
A debian/copyright
A debian/rules
A debian/source/format
A debian/upstart/apertium-apy.conf
A debian/watch
15 files changed, 428 insertions(+), 0 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/operations/debs/contenttranslation/apertium-apy
 refs/changes/93/166393/1

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 000..535fcd7
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,7 @@
+apertium-apy for Debian
+---
+
+apertium-apy is part of apertium-tools from upstream Apertium repository.
+
+ -- Kartik Mistry   Wed, 08 Oct 2014 21:21:33 +0530
+
diff --git a/debian/apertium-apy.init b/debian/apertium-apy.init
new file mode 100644
index 000..673c8bb
--- /dev/null
+++ b/debian/apertium-apy.init
@@ -0,0 +1,180 @@
+#!/bin/sh
+### BEGIN INIT INFO
+# Provides:  apertium-apy
+# Required-Start:$local_fs $network $remote_fs $syslog
+# Required-Stop: $local_fs $network $remote_fs $syslog
+# Default-Start: 2 3 4 5
+# Default-Stop:  0 1 6
+# Short-Description: Apertium APY service
+# Description:   Apertium APY is simple API for Apertium written in Python3
+### END INIT INFO
+
+# Authors: Gabriel Wicke ,
+#  Kartik Mistry 
+
+# Do NOT "set -e"
+
+# PATH should only include /usr/* if it runs after the mountnfs.sh script
+PATH=/sbin:/usr/sbin:/bin:/usr/bin
+DESC="Apertium APY service"
+NAME=apertium-apy
+SCRIPT_PATH=/usr/share/apertium-apy/servlet.py
+DAEMON="python3 $SCRIPT_PATH -p 80 /usr/share/apertium/modes"
+DAEMON_ARGS=""
+PIDFILE=/var/run/$NAME.pid
+SCRIPTNAME=/etc/init.d/$NAME
+
+# Exit if the package is not installed
+[ -e "$SCRIPT_PATH" ] || exit 0
+
+# Read configuration variable file if it is present
+[ -r /etc/default/$NAME ] && . /etc/default/$NAME
+
+# export the port and host env vars, if set
+export PORT
+export INTERFACE
+
+# Load the VERBOSE setting and other rcS variables
+. /lib/init/vars.sh
+
+# Define LSB log_* functions.
+# Depend on lsb-base (>= 3.2-14) to ensure that this file is present
+# and status_of_proc is working.
+. /lib/lsb/init-functions
+
+#
+# Function that starts the daemon/service
+#
+do_start()
+{
+   # up the number of fds [sockets] from 1024
+   ulimit -n 64000
+
+   # Return
+   #   0 if daemon has been started
+   #   1 if daemon was already running
+   #   2 if daemon could not be started
+
+   # calling /bin/sh is a hack needed to get output redirection on Ubuntu
+   # 12.04 LTS, see below
+   start-stop-daemon --start --quiet --pidfile $PIDFILE -bm \
+   -c apertium:apertium --test \
+   --exec /bin/sh -- \
+   -c "$DAEMON $DAEMON_ARGS >> /var/log/apertium/apertium-apy.log 
2>&1" \
+   || return 1
+   start-stop-daemon --start --quiet --pidfile $PIDFILE -bm \
+   -c apertium:apertium \
+   --exec /bin/sh -- \
+   -c "$DAEMON $DAEMON_ARGS >> /var/log/apertium/apertium-apy.log 
2>&1" \
+   || return 2
+   echo "Started apertium-apy on port $PORT"
+
+   # Cleaner version of the above, but does not work with Ubuntu 12.04
+   # LTS as the --no-close parameter is not yet supported there
+   #start-stop-daemon --start --quiet --pidfile $PIDFILE -bm --no-close \
+   #   -c apertium:apertium \
+   #   --exec $DAEMON -- $DAEMON_ARGS >> 
/var/log/apertium/apertium-apy.log 2>&1 \
+   #   || return 2
+
+   # Add code here, if necessary, that waits for the process to be ready
+   # to handle requests from services started subsequently which depend
+   # on this one.  As a last resort, sleep for some time.
+sleep 5
+}
+
+#
+# Function that stops the daemon/service
+#
+do_stop()
+{
+   # Return
+   #   0 if daemon has been stopped
+   #   1 if daemon was already stopped
+   #   2 if daemon could not be stopped
+   #   other if a failure occurred
+   start-stop-daemon --stop --quiet --retry=TERM/60/KILL/5 --pidfile 
$PIDFILE --name $NAME
+   RETVAL="$?"
+   [ "$RETVAL" = 2 ] && return 2
+   # Wait for children to finish too if this is a daemon that forks
+   # and if the daemon is only ever run from this initscript.
+   # If the above conditions are not satisfied then add some other code
+   # that waits for the process to drop all resources that could be
+   # needed by services started subsequen

[MediaWiki-commits] [Gerrit] Added initial Debian packaging - change (operations...apertium-es-pt)

2014-10-10 Thread Alexandros Kosiaris (Code Review)
Alexandros Kosiaris has submitted this change and it was merged.

Change subject: Added initial Debian packaging
..


Added initial Debian packaging

Change-Id: I46b11d60e493765060b31533666c8ce85ea4ba4c
---
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, 121 insertions(+), 0 deletions(-)

Approvals:
  Alexandros Kosiaris: Verified; Looks good to me, approved



diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..e44db28
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,36 @@
+apertium-es-pt (1.1.5+svn~57507-1) trusty; urgency=low
+
+  [ Tino Didriksen ]
+  * New upstream release based on SVN snapshot.
+
+  [ Kartik Mistry ]
+  * Added debian/watch file.
+
+ -- Kartik Mistry   Wed, 08 Oct 2014 18:14:06 +0530
+
+apertium-es-pt (1.0.3-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Rebuild against apertium 3.1: fix build dependency and configure.ac
+accordingly; re-run autoconf. (Closes: #527789)
+
+ -- Stefano Zacchiroli   Tue, 15 Sep 2009 16:22:51 +0200
+
+apertium-es-pt (1.0.3-2) unstable; urgency=low
+
+  * Fixed Build-Depends (Closes: #446594)
+
+ -- Francis Tyers   Mon, 22 Oct 2007 16:27:44 +0100
+
+apertium-es-pt (1.0.3-1) unstable; urgency=low
+
+  * Depends on apertium 3.0, build system now autoconf
+
+ -- Francis Tyers   Mon, 08 Oct 2007 08:30:42 +0100
+
+apertium-es-pt (0.9-1) unstable; urgency=low
+
+  * Initial release (Closes: #388151)
+
+ -- Francis Tyers   Mon, 18 Sep 2006 21:42:00 +0100
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..8252d82
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,27 @@
+Source: apertium-es-pt
+Section: science
+Priority: optional
+Maintainer: Debian Science Team 

+Uploaders: Tino Didriksen ,
+   Kartik Mistry 
+Build-Depends: apertium (>= 3.3),
+   autotools-dev,
+   debhelper (>= 9.0),
+   dh-autoreconf,
+   gawk,
+   libapertium3-3.3-dev,
+   locales,
+   pkg-config (>= 0.21)
+Standards-Version: 3.9.6
+Homepage: http://apertium.org/
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/apertium-es-pt.git
+Vcs-Browser: 
https://anonscm.debian.org/cgit/debian-science/packages/apertium-es-pt.git
+
+Package: apertium-es-pt
+Architecture: all
+Depends: apertium (>= 3.3), ${misc:Depends}, ${shlibs:Depends}
+Provides: apertium-pt-es
+Conflicts: apertium-pt-es
+Description: Apertium translation data for the Spanish-Portuguese pair
+ Data package providing Apertium language resources for translating
+ between the Spanish and Portuguese languages.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..8f6f23c
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,22 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: http://apertium.org/
+
+Files: *
+Copyright: 2014, Apertium Project Management Committee 

+ See AUTHORS for more copyrights.
+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 .
+ .
+ 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 000..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 000..11004df
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,27 @@
+#!/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 wor

[MediaWiki-commits] [Gerrit] Added initial Debian packaging - change (operations...apertium-pt-ca)

2014-10-08 Thread KartikMistry (Code Review)
KartikMistry has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/165475

Change subject: Added initial Debian packaging
..

Added initial Debian packaging

Change-Id: If09d0521e64b3f6bdf450303fe7cfe4100877c01
---
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, 108 insertions(+), 0 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/operations/debs/contenttranslation/apertium-pt-ca
 refs/changes/75/165475/1

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..f64aeaa
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,23 @@
+apertium-pt-ca (0.8.2+svn~57507-1) experimental; urgency=low
+
+  [ Tino Didriksen ]
+  * New upstream release based on SVN snapshot.
+
+  [ Kartik Mistry ]
+  * Added debian/watch file.
+
+ -- Kartik Mistry   Wed, 08 Oct 2014 17:31:11 +0530
+
+apertium-pt-ca (0.8.1-1) unstable; urgency=low
+
+  * New upstream release
+  * Added dependency on apertium-pcre2
+
+ -- Francis Tyers   Wed, 04 Mar 2009 21:53:12 +
+
+apertium-pt-ca (0.8.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #486796)
+
+ -- Francis Tyers   Wed, 18 Jun 2008 10:24:41 +0100
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..95319b2
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,27 @@
+Source: apertium-pt-ca
+Section: science
+Priority: optional
+Maintainer: Debian Science Team 

+Uploaders: Tino Didriksen ,
+   Kartik Mistry 
+Build-Depends: apertium (>= 3.3),
+   autotools-dev,
+   debhelper (>= 8.0),
+   dh-autoreconf,
+   gawk,
+   libapertium3-3.3-dev,
+   locales,
+   pkg-config (>= 0.21)
+Standards-Version: 3.9.6
+Homepage: http://apertium.org/
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/apertium-pt-ca.git
+Vcs-Browser: 
https://anonscm.debian.org/cgit/debian-science/packages/apertium-pt-ca.git
+
+Package: apertium-pt-ca
+Architecture: all
+Depends: apertium (>= 3.3), ${misc:Depends}, ${shlibs:Depends}
+Provides: apertium-ca-pt
+Conflicts: apertium-ca-pt
+Description: Apertium translation data for the Portuguese-Catalan pair
+ Data package providing Apertium language resources for translating
+ between the Portuguese and Catalan languages.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..8f6f23c
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,22 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: http://apertium.org/
+
+Files: *
+Copyright: 2014, Apertium Project Management Committee 

+ See AUTHORS for more copyrights.
+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 .
+ .
+ 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 000..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 000..11004df
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,27 @@
+#!/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
+
+%:
+   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
diff --git a/de

[MediaWiki-commits] [Gerrit] Added initial Debian packaging - change (operations...apertium-es-pt)

2014-10-08 Thread KartikMistry (Code Review)
KartikMistry has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/165473

Change subject: Added initial Debian packaging
..

Added initial Debian packaging

Change-Id: I46b11d60e493765060b31533666c8ce85ea4ba4c
---
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, 121 insertions(+), 0 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/operations/debs/contenttranslation/apertium-es-pt
 refs/changes/73/165473/1

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..e44db28
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,36 @@
+apertium-es-pt (1.1.5+svn~57507-1) trusty; urgency=low
+
+  [ Tino Didriksen ]
+  * New upstream release based on SVN snapshot.
+
+  [ Kartik Mistry ]
+  * Added debian/watch file.
+
+ -- Kartik Mistry   Wed, 08 Oct 2014 18:14:06 +0530
+
+apertium-es-pt (1.0.3-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Rebuild against apertium 3.1: fix build dependency and configure.ac
+accordingly; re-run autoconf. (Closes: #527789)
+
+ -- Stefano Zacchiroli   Tue, 15 Sep 2009 16:22:51 +0200
+
+apertium-es-pt (1.0.3-2) unstable; urgency=low
+
+  * Fixed Build-Depends (Closes: #446594)
+
+ -- Francis Tyers   Mon, 22 Oct 2007 16:27:44 +0100
+
+apertium-es-pt (1.0.3-1) unstable; urgency=low
+
+  * Depends on apertium 3.0, build system now autoconf
+
+ -- Francis Tyers   Mon, 08 Oct 2007 08:30:42 +0100
+
+apertium-es-pt (0.9-1) unstable; urgency=low
+
+  * Initial release (Closes: #388151)
+
+ -- Francis Tyers   Mon, 18 Sep 2006 21:42:00 +0100
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..ba8dbdd
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,27 @@
+Source: apertium-es-pt
+Section: science
+Priority: optional
+Maintainer: Debian Science Team 

+Uploaders: Tino Didriksen ,
+   Kartik Mistry 
+Build-Depends: apertium (>= 3.3),
+   autotools-dev,
+   debhelper (>= 8.0),
+   dh-autoreconf,
+   gawk,
+   libapertium3-3.3-dev,
+   locales,
+   pkg-config (>= 0.21)
+Standards-Version: 3.9.6
+Homepage: http://apertium.org/
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/apertium-es-pt.git
+Vcs-Browser: 
https://anonscm.debian.org/cgit/debian-science/packages/apertium-es-pt.git
+
+Package: apertium-es-pt
+Architecture: all
+Depends: apertium (>= 3.3), ${misc:Depends}, ${shlibs:Depends}
+Provides: apertium-pt-es
+Conflicts: apertium-pt-es
+Description: Apertium translation data for the Spanish-Portuguese pair
+ Data package providing Apertium language resources for translating
+ between the Spanish and Portuguese languages.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..8f6f23c
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,22 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: http://apertium.org/
+
+Files: *
+Copyright: 2014, Apertium Project Management Committee 

+ See AUTHORS for more copyrights.
+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 .
+ .
+ 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 000..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 000..11004df
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,27 @@
+#!/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.
+#ex

[MediaWiki-commits] [Gerrit] Added initial Debian packaging - change (operations...apertium-en-es)

2014-10-08 Thread KartikMistry (Code Review)
KartikMistry has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/165471

Change subject: Added initial Debian packaging
..

Added initial Debian packaging

Change-Id: Ifc99fa9050701e21c72541bac4a0a1a5c2d8509b
---
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, 115 insertions(+), 0 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/operations/debs/contenttranslation/apertium-en-es
 refs/changes/71/165471/1

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..eef9393
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,30 @@
+apertium-en-es (0.8.0+svn~57502-1) trusty; urgency=low
+
+  [ Tino Didriksen ]
+  * New upstream release based on SVN snapshot.
+
+  [ Kartik Mistry ]
+  * debian/control:
++ Added myself as uploaders.
++ Updated Standards-Version to 3.9.6
+  * Added debian/watch file.
+
+ -- Kartik Mistry   Wed, 08 Oct 2014 10:00:15 +0530
+
+apertium-en-es (0.6.0-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Rebuild against apertium 3.1 fix build-depends and configure.ac
+accordingly. Rebuild ./configure to avoid relying on autoconf at
+build-time. Fix FTBFS. Thanks to Thomas Viehmann for the patch.
+(Closes: #527792)
+  * debian/rules: clean up more properly upon "clean"
+
+ -- Stefano Zacchiroli   Tue, 08 Sep 2009 21:44:37 +0200
+
+apertium-en-es (0.6.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #471720)
+
+ -- Francis Tyers   Wed, 19 Mar 2008 19:53:51 +
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..6a37b83
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,27 @@
+Source: apertium-en-es
+Section: science
+Priority: optional
+Maintainer: Debian Science Team 

+Uploaders: Tino Didriksen ,
+   Kartik Mistry 
+Build-Depends: apertium (>= 3.3),
+   autotools-dev,
+   debhelper (>= 8.0),
+   dh-autoreconf,
+   gawk,
+   libapertium3-3.3-dev,
+   locales,
+   pkg-config (>= 0.21)
+Standards-Version: 3.9.6
+Homepage: http://apertium.org/
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/apertium-en-es.git
+Vcs-Browser: 
https://anonscm.debian.org/cgit/debian-science/packages/apertium-en-es.git
+
+Package: apertium-en-es
+Architecture: all
+Depends: apertium (>= 3.3), ${misc:Depends}, ${shlibs:Depends}
+Provides: apertium-es-en
+Conflicts: apertium-es-en
+Description: Apertium translation data for the English-Spanish pair
+ Data package providing Apertium language resources for translating
+ between the English and Spanish languages.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..8f6f23c
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,22 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: http://apertium.org/
+
+Files: *
+Copyright: 2014, Apertium Project Management Committee 

+ See AUTHORS for more copyrights.
+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 .
+ .
+ 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 000..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 000..11004df
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,27 @@
+#!/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 

[MediaWiki-commits] [Gerrit] Added initial Debian packaging - change (operations...apertium)

2014-09-29 Thread KartikMistry (Code Review)
KartikMistry has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/163577

Change subject: Added initial Debian packaging
..

Added initial Debian packaging

Change-Id: I076b6dc5d57018fa930a977dca7c4b4299a3ed6e
---
A debian/apertium.install
A debian/changelog
A debian/compat
A debian/control
A debian/copyright
A debian/docs
A debian/libapertium3-3.3-0.install
A debian/libapertium3-3.3-0.postinst
A debian/libapertium3-3.3-dev.install
A debian/libapertium3-3.3-dev.links
A debian/rules
A debian/source/format
A debian/watch
13 files changed, 349 insertions(+), 0 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/operations/debs/contenttranslation/apertium 
refs/changes/77/163577/1

diff --git a/debian/apertium.install b/debian/apertium.install
new file mode 100644
index 000..a833141
--- /dev/null
+++ b/debian/apertium.install
@@ -0,0 +1,2 @@
+debian/tmp/usr/bin
+debian/tmp/usr/share
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..43e1c29
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,182 @@
+apertium (3.3.0.56825-1) experimental; urgency=low
+
+  [ Tino Didriksen ]
+  * New upstream release
+  * Standards-Version updated to version 3.9.5
+  * Using upstream release from svn, to avoid pre-generated automake files
+  * Re-done packaging to take advantage of debhelper 9
+  * Added multiarch support
+  * Builds with clang (Closes: #748976)
+  * 3.3 includes all of 3.2 (Closes: #753459)
+
+  [ Kartik Mistry ]
+  * Added myself as uploader.
+  * wrap-and-sort control and install files.
+  * Updated VCS-* fields.
+  * Added debian/watch file.
+
+ -- Kartik Mistry   Wed, 24 Sep 2014 10:23:13 +0530
+
+apertium (3.1.0-2) unstable; urgency=low
+
+  * Team upload
+  * Package migrated to Debian Science
+  * Standards-Version updated to version 3.9.3
+
+ -- Sylvestre Ledru   Tue, 05 Jun 2012 21:50:34 +0200
+
+apertium (3.1.0-1.4) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS (Closes: #660715)
+- depend on dh-autoreconf and set compat to 7
+- add dh_autoreconf{,-clean} to debian/rules
+
+ -- Jonathan Wiltshire   Sat, 03 Mar 2012 11:59:00 +
+
+apertium (3.1.0-1.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Don't ship .la files (Closes: #621304).
+
+ -- Luk Claes   Sat, 18 Jun 2011 15:58:21 +0200
+
+apertium (3.1.0-1.2) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * High-urgency upload for RC bugfix.
+  * Fix bashisms in various shell scripts in this package, since /bin/sh will
+not be bash by default in squeeze.  Thanks to Andres Mejia for the initial
+version of this patch.  Closes: #464491.
+  * Set source format 3.0 (quilt) since we're patching the upstream source.
+  * Drop versioned build-dep on libpcre3-dev (<< 7.9) which prevents us from
+rebuilding the package.  Closes: #581334.
+  * Drop versioned dep on libpcre3 (<< 7.9) as well.  The versioned dependency
+actually exists between libpcre3 and the individual dictionary packages
+containing the compiled regexps, apertium itself is entirely agnostic
+regarding libpcre3 versions and should not have this hard-coded.
+  * Lintian fixes:
+- add missing ${misc:Depends} to libapertium3-3.1-0-dev.
+- bump standards-version to 3.8.4 (no changes required).
+
+ -- Steve Langasek   Sun, 20 Jun 2010 21:56:56 +
+
+apertium (3.1.0-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Changed Provides: apertium-pcre1 -> apertium-pcr2  (Closes: #503861)
+  * Closes security in unstable that was in t-p-u. (Closes: #496395)
+
+ -- Miguel Gea Milvaques   Fri, 20 Feb 2009 00:00:27 +0100
+
+apertium (3.1.0-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Francis Tyers   Tue, 03 Feb 2009 20:14:08 +
+
+apertium (3.0.7+1-2~lenny2) testing-proposed-updates; urgency=low
+
+  * Fix PCRE dependency nightmare. (Closes: #503861)
+  * Fix mktemp security symlink thing. (Closes: #496395)
+
+ -- Francis Tyers   Wed, 3 Nov 2008 22:47:00 +
+
+apertium (3.0.7+1-2) unstable; urgency=medium
+
+  * Fix syntax error in previous upload. Patch thanks to Xavi
+Drudis Ferran. (Closes: #498618)
+
+ -- Francis Tyers   Sat, 13 Sep 2008 11:10:07 +0100
+
+apertium (3.0.7+1-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Replace pid-based, hardcoded and $RANDOM-based temporary file names
+to prevent against symlink attacks. Based mostly on a patch by Moritz
+Muehlenhoff . (Closes: #496395)
+
+ -- Chris Lamb   Sat, 06 Sep 2008 22:36:07 +0100
+
+apertium (3.0.7+1-1) unstable; urgency=low
+
+  * Fix FTBFS gcc-4.3.  Closes: #417083
+
+ -- Francis Tyers   Wed, 26 Mar 2008 21:42:14 +
+
+apertium (3.0.5-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Francis Tyers   Thu, 06 Dec 2007 12:01:18 +
+
+apertium (3.0.4-1) unstable; urgency=low
+
+  * New upstream release
+  * Double-free bug fixed. (Closes: #446785)
+
+ -- Franci