[apertium-en-es] 04/04: Sync control and rules files, Updated compat and copyright
Kartik Mistry
kartik at moszumanska.debian.org
Tue Jun 14 14:04:11 UTC 2016
This is an automated email from the git hooks/post-receive script.
kartik pushed a commit to branch master
in repository apertium-en-es.
commit 8df32a087bc7b5a655a943dcc5e5a6e4fc8b3102
Author: Kartik Mistry <kartik.mistry at gmail.com>
Date: Tue Jun 14 19:34:02 2016 +0530
Sync control and rules files, Updated compat and copyright
---
debian/changelog | 13 +++++++++++++
debian/compat | 2 +-
debian/control | 9 ++++-----
debian/copyright | 2 --
debian/rules | 22 ++--------------------
5 files changed, 20 insertions(+), 28 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 86684cb..fc9fa20 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+apertium-en-es (0.8.0~r57502-2) unstable; urgency=low
+
+ [ Tino Didriksen ]
+ * debian/control:
+ + Updated to Standards-Version 3.9.8
+ + Fixed Vcs-Git URL
+ + No longer depends on locales
+ * debian/rules:
+ + Simplified rules, removed use of locales.
+ * Fixed debian/copyright.
+
+ -- Kartik Mistry <kartik at debian.org> Tue, 14 Jun 2016 19:31:00 +0530
+
apertium-en-es (0.8.0~r57502-1) unstable; urgency=low
[ Tino Didriksen ]
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 f2aa36e..61df160 100644
--- a/debian/control
+++ b/debian/control
@@ -2,18 +2,17 @@ Source: apertium-en-es
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,
- debhelper (>= 8.0),
+ debhelper (>= 9),
dh-autoreconf,
gawk,
- locales,
pkg-config (>= 0.21)
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
Homepage: http://apertium.org/
-Vcs-Git: git://anonscm.debian.org/debian-science/packages/apertium-en-es.git
+Vcs-Git: https://anonscm.debian.org/cgit/debian-science/packages/apertium-en-es.git
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/apertium-en-es.git
Package: apertium-en-es
diff --git a/debian/copyright b/debian/copyright
index 1fa857c..98453d8 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -14,8 +14,6 @@ Files: alt.xsl
translate-to-default-equivalent.xsl
Copyright: 2005, Universitat d'Alacant / Universidad de Alicante
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, version 2 of the License
diff --git a/debian/rules b/debian/rules
index 11004df..b5d222c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,27 +1,9 @@
#!/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
-
-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
+ dh $@ --fail-missing --with autoreconf
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/apertium-en-es.git
More information about the debian-science-commits
mailing list