Alexandros Kosiaris has submitted this change and it was merged.

Change subject: apertium-nno-nob: Rebuild for Jessie
......................................................................


apertium-nno-nob: Rebuild for Jessie

Change-Id: Ib429b10dd36a769ff5dd034ae5f9ee6bfb271353
---
M debian/changelog
M debian/control
M debian/copyright
M debian/rules
4 files changed, 33 insertions(+), 59 deletions(-)

Approvals:
  Alexandros Kosiaris: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/debian/changelog b/debian/changelog
index 5807d3c..45b5c2c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+apertium-nno-nob (1.1.0~r66076-1+wmf1) jessie-wikimedia; urgency=low
+
+  * Rebuild for Jessie.
+
+ -- Kartik Mistry <kar...@debian.org>  Mon, 19 Sep 2016 19:32:32 +0530
+
 apertium-nno-nob (1.0.0+svn~57977-1) trusty; urgency=low
 
   [ Kartik Mistry ]
diff --git a/debian/control b/debian/control
index 8048d94..8ad0925 100644
--- a/debian/control
+++ b/debian/control
@@ -2,28 +2,30 @@
 Section: science
 Priority: optional
 Maintainer: Debian Science Team 
<debian-science-maintain...@lists.alioth.debian.org>
-Uploaders: Tino Didriksen <m...@tinodidriksen.com>,
+Uploaders: Tino Didriksen <t...@didriksen.cc>,
            Kartik Mistry <kar...@debian.org>
-Build-Depends: apertium (>= 3.3),
-               apertium-nno,
-               apertium-nob,
+Build-Depends: apertium-dev (>= 3.4),
+               apertium-lex-tools,
+               apertium-nno (>= 0.6.0~r66076),
+               apertium-nob (>= 0.6.0~r66076),
                autotools-dev,
                cg3,
-               debhelper (>= 9.0),
+               debhelper (>= 9),
                dh-autoreconf,
                gawk,
-               libapertium3-3.3-dev,
-               liblttoolbox3-3.3-dev,
-               locales,
                pkg-config (>= 0.21)
-Standards-Version: 3.9.6
+Standards-Version: 3.9.7
 Homepage: http://apertium.org/
-Vcs-Git: git://anonscm.debian.org/debian-science/packages/apertium-nno-nob.git
+Vcs-Git: 
https://anonscm.debian.org/cgit/debian-science/packages/apertium-nno-nob.git
 Vcs-Browser: 
https://anonscm.debian.org/cgit/debian-science/packages/apertium-nno-nob.git
 
 Package: apertium-nno-nob
 Architecture: all
-Depends: apertium (>= 3.3), cg3, ${misc:Depends}, ${shlibs:Depends}
+Depends: apertium (>= 3.4),
+         apertium-lex-tools,
+         cg3,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Provides: apertium-nob-nno
 Conflicts: apertium-nob-nno
 Description: Apertium translation data for the Norwegian Nynorsk-Norwegian 
Bokmål pair
diff --git a/debian/copyright b/debian/copyright
index 243d948..d34a223 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,31 +2,19 @@
 Source: http://apertium.org/
 
 Files: *
-Copyright: 2008-2010, Francis Tyers <fty...@prompsit.com>
-           2009-2014, Kevin Brubeck Unhammer <unham...@fsfe.org>
-           2008-2010, Trond Trosterud <trond.troste...@hum.uit.no>
-License: GPL-2
-
-Files: lexchoicebil.xsl
-Copyright: 2005, Universitat d'Alacant / Universidad de Alicante
-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
- .
- This package is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- GNU General Public License for more details.
- .
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>.
- .
- On Debian systems, the complete text of the GNU General
- Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+Copyright: 2009-2016, Kevin Brubeck Unhammer <unham...@fsfe.org>
+           2008-2016, Trond Trosterud <trond.troste...@hum.uit.no>
+           2008-2011, Francis M. Tyers <fty...@prompsit.com>
+                2010, Sjurum <mosha...@users.sourceforge.net>
+           2008-2009, Jim O'Regan <jore...@gmail.com>
+                2009, Jacob Nordfalk <jacob.nordf...@gmail.com>
+                2008, Frode Håvik Korneliussen <fro...@users.sourceforge.net>
+License: GPL-2+
 
 Files: debian/*
-Copyright: 2014, Apertium Project Management Committee 
<apertium-...@dlsi.ua.es>
+Copyright: 2014-2016, Apertium Project Management Committee 
<apertium-...@dlsi.ua.es>
+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
diff --git a/debian/rules b/debian/rules
index eab18d6..c12d371 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,34 +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:
-       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_test
+       # Disable test for now

-- 
To view, visit https://gerrit.wikimedia.org/r/311422
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib429b10dd36a769ff5dd034ae5f9ee6bfb271353
Gerrit-PatchSet: 1
Gerrit-Project: operations/debs/contenttranslation/apertium-nno-nob
Gerrit-Branch: master
Gerrit-Owner: KartikMistry <kartik.mis...@gmail.com>
Gerrit-Reviewer: Alexandros Kosiaris <akosia...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to