diff -Nru apertium-oc-ca-1.0.6~r57551/debian/changelog apertium-oc-ca-1.0.6~r57551/debian/changelog --- apertium-oc-ca-1.0.6~r57551/debian/changelog 2015-07-31 06:29:11.000000000 +0000 +++ apertium-oc-ca-1.0.6~r57551/debian/changelog 2016-07-07 09:26:53.000000000 +0000 @@ -1,3 +1,14 @@ +apertium-oc-ca (1.0.6~r57551-2) unstable; urgency=low + + * debian/rules: + + Simplify rules file. + * debian/control: + + Removed dependency on locales. + + Updated Vcs-Git URL. + + Updated to Standards-Version 3.9.8 + + -- Kartik Mistry Thu, 07 Jul 2016 14:56:22 +0530 + apertium-oc-ca (1.0.6~r57551-1) unstable; urgency=low [ Tino Didriksen ] diff -Nru apertium-oc-ca-1.0.6~r57551/debian/control apertium-oc-ca-1.0.6~r57551/debian/control --- apertium-oc-ca-1.0.6~r57551/debian/control 2015-07-31 06:27:47.000000000 +0000 +++ apertium-oc-ca-1.0.6~r57551/debian/control 2016-07-07 09:23:05.000000000 +0000 @@ -2,24 +2,22 @@ Section: science Priority: optional Maintainer: Debian Science Team -Uploaders: Tino Didriksen , +Uploaders: Tino Didriksen , Kartik Mistry -Build-Depends: apertium (>= 3.3), - apertium-dev, +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-oc-ca.git +Vcs-Git: https://anonscm.debian.org/cgit/debian-science/packages/apertium-oc-ca.git Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/apertium-oc-ca.git Package: apertium-oc-ca Architecture: all -Depends: apertium (>= 3.3), ${misc:Depends}, ${shlibs:Depends} +Depends: apertium (>= 3.4), ${misc:Depends}, ${shlibs:Depends} Provides: apertium-ca-oc Conflicts: apertium-ca-oc Description: Apertium translation data for the Occitan-Catalan pair diff -Nru apertium-oc-ca-1.0.6~r57551/debian/rules apertium-oc-ca-1.0.6~r57551/debian/rules --- apertium-oc-ca-1.0.6~r57551/debian/rules 2015-07-31 06:26:41.000000000 +0000 +++ apertium-oc-ca-1.0.6~r57551/debian/rules 2016-07-07 11:25:18.000000000 +0000 @@ -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_installchangelogs: + dh_installchangelogs -k NEWS