[apertium-eo-ca] 01/01: Simple rules file, fixed dependency, S-V to 3.9.8, Fixed Vcs-Git URL
Kartik Mistry
kartik at moszumanska.debian.org
Thu Jul 7 16:07:45 UTC 2016
This is an automated email from the git hooks/post-receive script.
kartik pushed a commit to branch master
in repository apertium-eo-ca.
commit 3169f97e4e4c39d81a5d04c798477a58be903916
Author: Kartik Mistry <kartik.mistry at gmail.com>
Date: Thu Jul 7 21:37:37 2016 +0530
Simple rules file, fixed dependency, S-V to 3.9.8, Fixed Vcs-Git URL
---
debian/changelog | 13 ++++++++++++-
debian/control | 7 +++----
debian/rules | 22 ++--------------------
3 files changed, 17 insertions(+), 25 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 306fd4f..3df3ebf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,15 @@
-apertium-eo-ca (0.9.1~r60655-1) unstable; urgency=low
+apertium-eo-ca (0.9.1~r61315-2) UNRELEASED; urgency=medium
+
+ * debian/control:
+ + Updated Standards-Version to 3.9.8
+ + Removed Build-Deps on locales.
+ + Updated Vcs-Git URL.
+ * debian/rules:
+ + Simplify rules file.
+
+ -- Kartik Mistry <kartik at debian.org> Thu, 07 Jul 2016 21:35:54 +0530
+
+apertium-eo-ca (0.9.1~r61315-1) unstable; urgency=low
[ Tino Didriksen ]
* New upstream release.
diff --git a/debian/control b/debian/control
index c00cae4..af27260 100644
--- a/debian/control
+++ b/debian/control
@@ -2,18 +2,17 @@ Source: apertium-eo-ca
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 (>= 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-eo-ca.git
+Vcs-Git: https://anonscm.debian.org/cgit/debian-science/packages/apertium-eo-ca.git
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/apertium-eo-ca.git
Package: apertium-eo-ca
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-eo-ca.git
More information about the debian-science-commits
mailing list