[apertium-es-ca] 01/01: Added initial Debian packaging

Kartik Mistry kartik at moszumanska.debian.org
Thu Sep 25 09:01:08 UTC 2014


This is an automated email from the git hooks/post-receive script.

kartik pushed a commit to branch master
in repository apertium-es-ca.

commit 29fee243aced09c77fdf50ab339ff27419f921ba
Author: Kartik Mistry <kartik.mistry at gmail.com>
Date:   Thu Sep 25 14:17:02 2014 +0530

    Added initial Debian packaging
---
 debian/changelog     | 45 +++++++++++++++++++++++++++++++++++++++++++++
 debian/compat        |  1 +
 debian/control       | 27 +++++++++++++++++++++++++++
 debian/copyright     | 22 ++++++++++++++++++++++
 debian/docs          |  3 +++
 debian/rules         | 27 +++++++++++++++++++++++++++
 debian/source/format |  1 +
 7 files changed, 126 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..11abbe1
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,45 @@
+apertium-es-ca (1.2.1-1) experimental; urgency=low
+
+  [ Tino Didriksen ]
+  * New upstream release. Updated configure.ac/Makefile.am to build correctly.
+  * Updated debian/rules to use dh rules.
+
+  [ Kartik Mistry ]
+  * Added myself as Uploaders.
+  * wrap-and-sort control and other files.
+
+ -- Kartik Mistry <kartik at debian.org>  Thu, 25 Sep 2014 13:49:31 +0530
+
+apertium-es-ca (1.1.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rebuild package to fix "Unknown error matching regexp" (Closes: #726590)
+
+ -- Kartik Mistry <kartik at debian.org>  Mon, 07 Jul 2014 21:45:09 +0000
+
+apertium-es-ca (1.1.0-1) unstable; urgency=low
+
+  * New upstream release
+  * Added depends with apertium-pcre2
+
+ -- Francis Tyers <ftyers at prompsit.com>  Sun, 01 Mar 2009 21:12:33 +0000
+
+apertium-es-ca (1.0.5-2) unstable; urgency=low
+
+  * Fixed build-depends (Closes: #447462)
+
+ -- Francis Tyers <ftyers at prompsit.com>  Mon, 22 Oct 2007 16:25:09 +0100
+
+apertium-es-ca (1.0.5-1) unstable; urgency=low
+
+  * Licence changed to GPL
+  * Depends on apertium-3.0
+
+ -- Francis Tyers <ftyers at prompsit.com>  Mon, 08 Oct 2007 08:51:46 +0100
+
+apertium-es-ca (1.0.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #320934)
+
+ -- Francis Tyers <f.tyers at uea.ac.uk>  Mon, 18 Sep 2006 21:42:00 +0100
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..1cb8ac1
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,27 @@
+Source: apertium-es-ca
+Section: science
+Priority: optional
+Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Tino Didriksen <mail at tinodidriksen.com>,
+           Kartik Mistry <kartik at debian.org>
+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.5
+Homepage: http://apertium.org/
+
+Package: apertium-es-ca
+Architecture: all
+Depends: apertium (>= 3.3), ${misc:Depends}, ${shlibs:Depends}
+Provides: apertium-ca-es
+Conflicts: apertium-ca-es
+Description: Apertium translation data for the Spanish-Catalan pair
+ This data package provides Apertium language resources for translating
+ between the Spanish (es) and Catalan (ca) languages.
+ .
+ This package also provides Catalan to Spanish language pair.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..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 <apertium-pmc at dlsi.ua.es>
+ 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 <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..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 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/apertium-es-ca.git



More information about the debian-science-commits mailing list