[MediaWiki-commits] [Gerrit] Add initial Debian packaging - change (operations...apertium-lex-tools)

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

Change subject: Add initial Debian packaging
..


Add initial Debian packaging

Change-Id: Ib55630aba7aefad1081a4c517417fba96a9ba95b
---
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, 87 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..940f2f5
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+apertium-lex-tools (0.1.0+svn~57414-1) trusty; urgency=low
+
+  [ Tino Didriksen ]
+  * Initial release based on upstream SVN.
+
+ -- Kartik Mistry   Wed, 01 Oct 2014 16:50:33 +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..7e83e86
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,30 @@
+Source: apertium-lex-tools
+Section: science
+Priority: optional
+Maintainer: Debian Science Team 

+Uploaders: Tino Didriksen ,
+   Kartik Mistry 
+Build-Depends: autoconf,
+   autotools-dev,
+   debhelper (>= 9.0),
+   dh-autoreconf,
+   flex (>= 2.5.33),
+   gawk,
+   libapertium3-3.3-dev,
+   liblttoolbox3-3.3-dev,
+   libpcre3-dev,
+   libxml2-dev,
+   libxml2-utils (>= 2.6.24),
+   pkg-config (>= 0.20),
+   xsltproc (>= 1.1.16),
+   zlib1g-dev
+Standards-Version: 3.9.5
+Homepage: http://apertium.org/
+Vcs-Git: 
git://anonscm.debian.org/debian-science/packages/apertium-lex-tools.git
+Vcs-Browser: 
https://anonscm.debian.org/cgit/debian-science/packages/apertium-lex-tools.git
+
+Package: apertium-lex-tools
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: Constraint-based lexical selection module
+ Constraint-based lexical selection module used by Apertium
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..35e65f6
--- /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-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..2350341
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,20 @@
+#!/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 $@ --parallel --with autoreconf
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)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 000..306ec03
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+version=3
+opts=filenamemangle=s/\S*download=//g \
+https://qa.debian.org/cgi-bin/fakeupstream.cgi?upstream=sf/apertium/apertium-lex-tools
 \
+.*=apertium-lex-tools(?:[_\-]v?|)(\d[^\s/]*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz)

-- 
To view, visit https://gerrit.wikimedia.org/r/164050
To unsubscribe, visit https://gerrit.wikime

[MediaWiki-commits] [Gerrit] Add initial Debian packaging - change (operations...apertium-lex-tools)

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

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

Change subject: Add initial Debian packaging
..

Add initial Debian packaging

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


  git pull 
ssh://gerrit.wikimedia.org:29418/operations/debs/contenttranslation/apertium-lex-tools
 refs/changes/50/164050/1

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..940f2f5
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+apertium-lex-tools (0.1.0+svn~57414-1) trusty; urgency=low
+
+  [ Tino Didriksen ]
+  * Initial release based on upstream SVN.
+
+ -- Kartik Mistry   Wed, 01 Oct 2014 16:50:33 +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..7e83e86
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,30 @@
+Source: apertium-lex-tools
+Section: science
+Priority: optional
+Maintainer: Debian Science Team 

+Uploaders: Tino Didriksen ,
+   Kartik Mistry 
+Build-Depends: autoconf,
+   autotools-dev,
+   debhelper (>= 9.0),
+   dh-autoreconf,
+   flex (>= 2.5.33),
+   gawk,
+   libapertium3-3.3-dev,
+   liblttoolbox3-3.3-dev,
+   libpcre3-dev,
+   libxml2-dev,
+   libxml2-utils (>= 2.6.24),
+   pkg-config (>= 0.20),
+   xsltproc (>= 1.1.16),
+   zlib1g-dev
+Standards-Version: 3.9.5
+Homepage: http://apertium.org/
+Vcs-Git: 
git://anonscm.debian.org/debian-science/packages/apertium-lex-tools.git
+Vcs-Browser: 
https://anonscm.debian.org/cgit/debian-science/packages/apertium-lex-tools.git
+
+Package: apertium-lex-tools
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: Constraint-based lexical selection module
+ Constraint-based lexical selection module used by Apertium
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..35e65f6
--- /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-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..2350341
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,20 @@
+#!/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 $@ --parallel --with autoreconf
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)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 000..306ec03
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+version=3
+opts=filenamemangle=s/\S*download=//g \
+https://qa.debian.org/cgi-bin/fakeupstream.cgi?upstream=sf/apertium/apertium-lex-tools
 \
+.*=apertium-lex-tools(?:[_\-]v?|)(\d[^\s/]*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz)

-- 
To view, visit ht