[apertium-kaz] 09/12: Better controls

Tino Didriksen tinodidriksen-guest at moszumanska.debian.org
Wed Aug 10 17:02:24 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-kaz.

commit ad67837efe474bdcc458100f946770f1e75552c4
Author: Tino Didriksen <tino at didriksen.cc>
Date:   Mon Jun 20 08:27:01 2016 +0000

    Better controls
---
 debian/compat    |  2 +-
 debian/control   | 15 ++++++++-------
 debian/copyright |  4 ++++
 debian/rules     | 23 ++++-------------------
 4 files changed, 17 insertions(+), 27 deletions(-)

diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index be2f698..d0a155f 100644
--- a/debian/control
+++ b/debian/control
@@ -2,21 +2,22 @@ Source: apertium-kaz
 Section: science
 Priority: optional
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
-Uploaders: Tino Didriksen <mail at tinodidriksen.com>,
+Uploaders: Tino Didriksen <tino at didriksen.cc>,
            Kartik Mistry <kartik at debian.org>
 Build-Depends: apertium-dev (>= 3.4),
                autotools-dev,
                cg3,
-               debhelper (>= 8.0),
+               debhelper (>= 9),
                dh-autoreconf,
                gawk,
                hfst,
-               libhfst42-dev,
-               locales,
-               pkg-config (>= 0.21)
-Standards-Version: 3.9.6
+               hfst-ospell-dev,
+               libhfst46-dev,
+               pkg-config (>= 0.21),
+               zip
+Standards-Version: 3.9.8
 Homepage: http://apertium.org/
-Vcs-Git: git://anonscm.debian.org/debian-science/packages/apertium-kaz.git
+Vcs-Git: https://anonscm.debian.org/cgit/debian-science/packages/apertium-kaz.git
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/apertium-kaz.git
 
 Package: apertium-kaz
diff --git a/debian/copyright b/debian/copyright
index 1796df1..0036aa7 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -19,6 +19,8 @@ Copyright:      2011, Nathan Maxson
                 2014, Sjurum <moshagen at users.sourceforge.net>
                 2014, Zhenisbek Assylbekov <zhenisbek at 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, version 3 of the License
@@ -37,6 +39,8 @@ License: GPL-3
 Files: debian/*
 Copyright: 2014, Apertium Project Management Committee <apertium-pmc at dlsi.ua.es>
 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
diff --git a/debian/rules b/debian/rules
index 11004df..2e04300 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,27 +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_configure:
+	dh_auto_configure -- --enable-ospell

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



More information about the debian-science-commits mailing list