KartikMistry has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/377392 )

Change subject: apertium-tur: Initial Debian packaging
......................................................................

apertium-tur: Initial Debian packaging

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


  git pull 
ssh://gerrit.wikimedia.org:29418/operations/debs/contenttranslation/apertium-tur
 refs/changes/92/377392/1

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..14e2694
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,12 @@
+apertium-tur (0.1.0~r81882-1+wmf1) jessie-wikimedia; urgency=low
+
+  * Rebuild for Jessie.
+
+ -- Kartik Mistry <kar...@debian.org>  Tue, 12 Sep 2017 09:08:22 +0530
+
+apertium-tur (0.1.0~r81882-1) unstable; urgency=low
+
+  [ Tino Didriksen ]
+  * Initial release (Closes: #875431)
+
+ -- Kartik Mistry <kar...@debian.org>  Mon, 11 Sep 2017 17:11:08 +0530
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..5175a79
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: apertium-tur
+Section: science
+Priority: optional
+Maintainer: Debian Science Team 
<debian-science-maintain...@lists.alioth.debian.org>
+Uploaders: Tino Didriksen <t...@didriksen.cc>,
+           Kartik Mistry <kar...@debian.org>
+Build-Depends: apertium-dev (>= 3.4),
+               autotools-dev,
+               cg3,
+               debhelper (>= 9),
+               dh-autoreconf,
+               gawk,
+               hfst,
+               libhfst49-dev,
+               pkg-config (>= 0.21)
+Standards-Version: 4.0.0
+Homepage: http://apertium.org/
+Vcs-Git: 
https://anonscm.debian.org/cgit/debian-science/packages/apertium-tur.git
+Vcs-Browser: 
https://anonscm.debian.org/cgit/debian-science/packages/apertium-tur.git
+
+Package: apertium-tur
+Architecture: all
+Depends: apertium (>= 3.4), cg3, hfst, ${misc:Depends}, ${shlibs:Depends}
+Description: Apertium single language data for Turkish
+ Data package providing Apertium language resources for Turkish
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..54c2b07
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,35 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: http://apertium.org/
+
+Files: *
+Copyright: 2011-2017, Francis M. Tyers <fty...@prompsit.com>
+           2016-2017, Memduh Gökırmak <memd...@gmail.com>
+                2017, Ilnar Salimzyan <ilnar.salimz...@gmail.com>
+                2017, Sevilay Beyatli <sevilaybaya...@gmail.com>
+           2013-2016, Kevin Brubeck Unhammer <unham...@fsfe.org>
+                2016, Tommi Pirinen <flam...@iki.fi>
+           2011-2015, Jonathan North Washington <jonwa...@indiana.edu>
+                2014, Trond Trosterud <trond.troste...@hum.uit.no>
+           2011-2012, Gianluca Grossi <gianluca.gro...@me.com>
+                2012, Aglimzan <aglim...@users.sourceforge.net>
+                2012, Hèctor Alòs i Font <hectora...@gmail.com>
+                2012, Cristipiticul <cristipiti...@users.sourceforge.net>
+                2011, Yusuf Tezcan <yatez...@users.sourceforge.net>
+License: GPL-3+
+
+License: GPL-3+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..6f83607
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,3 @@
+AUTHORS
+NEWS
+README
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..c12d371
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+#export DH_VERBOSE=1
+export DH_OPTIONS
+export LC_ALL=C.UTF-8
+
+%:
+       dh $@ --fail-missing --with autoreconf
+
+override_dh_auto_test:
+       # Disable test for now
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..97a183b
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/apertium/apertium-tur-(\d\S+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I88087e04900eb9a575da924ec6e1c15788e420f8
Gerrit-PatchSet: 1
Gerrit-Project: operations/debs/contenttranslation/apertium-tur
Gerrit-Branch: master
Gerrit-Owner: KartikMistry <kartik.mis...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to