[apertium-fr-es] 01/01: Fixed package version, synced control and rules from upstream packaging
Kartik Mistry
kartik at moszumanska.debian.org
Mon Jun 20 12:49:52 UTC 2016
This is an automated email from the git hooks/post-receive script.
kartik pushed a commit to branch master
in repository apertium-fr-es.
commit fda3162c4f3a1f4ab87165fa6a42b2e091a0e979
Author: Kartik Mistry <kartik.mistry at gmail.com>
Date: Mon Jun 20 18:19:44 2016 +0530
Fixed package version, synced control and rules from upstream packaging
---
debian/changelog | 14 ++++++++++++++
debian/control | 7 +++----
debian/rules | 22 ++--------------------
3 files changed, 19 insertions(+), 24 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ee8d956..8fa0b66 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+apertium-fr-es (0.9.2~r61322-1+svn58461-1) unstable; urgency=low
+
+ [ Kartik Mistry ]
+ * Fix package version.
+
+ [ Tino Didriksen ]
+ * debian/control:
+ + Fixed Vcs-Git URL.
+ + Updated to Standards-Version 3.9.8
+ + Removed Build-Depends on locales.
+ * Simple debian/rules files to not use locales.
+
+ -- Kartik Mistry <kartik at debian.org> Mon, 20 Jun 2016 18:19:14 +0530
+
apertium-fr-es (0.9.2~r58461-1) unstable; urgency=low
[ Tino Didriksen ]
diff --git a/debian/control b/debian/control
index 0e8afe4..f1f43cc 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: apertium-fr-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),
apertium-lex-tools,
@@ -10,11 +10,10 @@ Build-Depends: apertium-dev (>= 3.4),
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-fr-es.git
+Vcs-Git: https://anonscm.debian.org/cgit/debian-science/packages/apertium-fr-es.git
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/apertium-fr-es.git
Package: apertium-fr-es
diff --git a/debian/rules b/debian/rules
index 5bf66a6..c187abb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,30 +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
-
-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
override_dh_auto_test:
# Disabled until fixed at upstream.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/apertium-fr-es.git
More information about the debian-science-commits
mailing list