[apertium-nno] 02/02: Imported Debian patch 0.6.0~r66076-1

Tino Didriksen tinodidriksen-guest at moszumanska.debian.org
Tue Mar 1 14:22:23 UTC 2016


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

tinodidriksen-guest pushed a commit to branch master
in repository apertium-nno.

commit 0c0b9e1afff8babc7311f8b155899af285cc355f
Merge: dfa9770 e196f82
Author: Tino Didriksen <tino at didriksen.cc>
Date:   Tue Mar 1 12:24:40 2016 +0000

    Imported Debian patch 0.6.0~r66076-1

 Makefile.am          |  10 +-
 apertium-nno.nno.dix | 429 ++++++++++++++++++++++++++-------------------------
 configure.ac         |  33 ++--
 debian/changelog     |   6 +
 debian/control       |   3 +-
 debian/copyright     |   2 +-
 debian/rules         |  23 +--
 debian/watch         |   4 +
 8 files changed, 258 insertions(+), 252 deletions(-)

diff --cc debian/changelog
index 0e77199,0000000..da34968
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,6 -1,0 +1,12 @@@
++apertium-nno (0.6.0~r66076-1) unstable; urgency=low
++
++  * New upstream release
++
++ -- Tino Didriksen <tino at didriksen.cc>  Tue, 01 Mar 2016 12:24:40 +0000
++
 +apertium-nno (0.5.0~r65328-1) unstable; urgency=low
 +
 +  [ Tino Didriksen ]
 +  * Initial release (Closes: #814226)
 +
 + -- Kartik Mistry <kartik at debian.org>  Tue, 09 Feb 2016 17:03:51 +0530
diff --cc debian/control
index 3f06c57,0000000..6e5f38d
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,24 -1,0 +1,23 @@@
 +Source: apertium-nno
 +Section: science
 +Priority: optional
 +Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 +Uploaders: Tino Didriksen <tino at didriksen.cc>,
 +           Kartik Mistry <kartik at debian.org>
 +Build-Depends: apertium-dev (>= 3.4),
 +               autotools-dev,
 +               cg3,
 +               debhelper (>= 9),
 +               dh-autoreconf,
 +               gawk,
-                locales,
 +               pkg-config (>= 0.21)
- Standards-Version: 3.9.6
++Standards-Version: 3.9.7
 +Homepage: http://apertium.org/
 +Vcs-Git: https://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.4), cg3, ${misc:Depends}, ${shlibs:Depends}
 +Description: Apertium single language data for Norwegian Nynorsk
 + Data package providing Apertium language resources for Norwegian Nynorsk
diff --cc debian/copyright
index 125468c,0000000..e66eca3
mode 100644,000000..100644
--- a/debian/copyright
+++ b/debian/copyright
@@@ -1,29 -1,0 +1,29 @@@
 +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 +Source: http://apertium.org/
 +
 +Files: *
 +Copyright: 2008-2010 Francis Tyers <ftyers at prompsit.com>
 +           2009-2016 Kevin Brubeck Unhammer <unhammer at fsfe.org>
-            2008-2010 Trond Trosterud <trond.trosterud at hum.uit.no>
++           2008-2016 Trond Trosterud <trond.trosterud at hum.uit.no>
 +License: GPL-2+
 +
 +Files: debian/*
 +Copyright: 2014, Apertium Project Management Committee <apertium-pmc at dlsi.ua.es>
 +License: GPL-2+
 +
 +License: GPL-2+
 + This program is free software: you can redistribute it and/or modify
 + it under the terms of the GNU General Public License as published by
 + the Free Software Foundation, either version 2 of the License, or
 + (at your option) any later version.
 + .
 + This package is distributed in the hope that it will be useful,
 + but WITHOUT ANY WARRANTY; without even the implied warranty of
 + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 + GNU General Public License for more details.
 + .
 + You should have received a copy of the GNU General Public License
 + along with this program. If not, see <http://www.gnu.org/licenses/>.
 + .
 + On Debian systems, the complete text of the GNU General
 + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
diff --cc debian/rules
index 11004df,0000000..c12d371
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,27 -1,0 +1,12 @@@
 +#!/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
++export LC_ALL=C.UTF-8
 +
 +%:
- 	dh $@ --with autoreconf
++	dh $@ --fail-missing --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:
++	# Disable test for now
diff --cc debian/watch
index 0000000,0000000..80d4f0f
new file mode 100644
--- /dev/null
+++ b/debian/watch
@@@ -1,0 -1,0 +1,4 @@@
++version=3
++opts=filenamemangle=s/\S*download=//g \
++https://qa.debian.org/cgi-bin/fakeupstream.cgi?upstream=sf/apertium/apertium-nno \
++.*=apertium-nno(?:[_\-]v?|)(\d[^\s/]*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz)

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



More information about the debian-science-commits mailing list