[apertium] 02/02: Imported Debian patch 3.4.2~r68466-1
Tino Didriksen
tinodidriksen-guest at moszumanska.debian.org
Sat Jun 4 19:11:50 UTC 2016
This is an automated email from the git hooks/post-receive script.
tinodidriksen-guest pushed a commit to branch master
in repository apertium.
commit 23ea5ca028dd0f7240c44371856e6c38dabcad45
Merge: 252f463 31a02c7
Author: Tino Didriksen <tino at didriksen.cc>
Date: Wed May 25 11:27:01 2016 +0200
Imported Debian patch 3.4.2~r68466-1
CMakeLists.txt | 4 +-
COPYING | 41 +-
COPYING.hunalign | 20 +-
NEWS | 27 +-
apertium.m4 | 14 +-
apertium.pc.in | 2 +-
apertium/Makefile.am | 283 ++++--
apertium/a.cc | 50 +
apertium/a.h | 37 +
apertium/align.cc | 56 ++
apertium/align.h | 35 +
apertium/analysis.cc | 55 ++
apertium/analysis.h | 37 +
apertium/apertium-createmodes.awk | 37 +-
apertium/apertium-desmediawiki.1 | 6 +-
apertium/apertium-gen-modes.in | 85 ++
apertium/apertium-header.sh | 6 +-
apertium/apertium-multiple-translations.cc | 4 +-
apertium/apertium-prelatex.l | 2 +-
apertium/apertium-transfer.1 | 3 +
apertium/apertium-unformat.1 | 2 +-
apertium/apertium.1 | 2 +-
apertium/apertium_filter_ambiguity.cc | 4 +-
apertium/apertium_gen_wlist_lextor_translation.cc | 8 +-
apertium/apertium_interchunk.cc | 4 +-
apertium/apertium_lextor.cc | 8 +-
apertium/apertium_lextor_eval.cc | 8 +-
apertium/apertium_postchunk.cc | 4 +-
apertium/apertium_pretransfer.cc | 4 +-
apertium/apertium_re.cc | 7 +-
apertium/apertium_re.h | 4 +-
apertium/apertium_tagger.cc | 1082 ++++++++++++++++++++-
apertium/apertium_tagger.h | 105 ++
apertium/apertium_tagger_apply_new_rules.cc | 14 +-
apertium/apertium_tagger_readwords.cc | 8 +-
apertium/apertium_tmxbuild.cc | 4 +-
apertium/apertium_transfer.cc | 15 +-
apertium/basic_5_3_1_tagger.cc | 20 +
apertium/basic_5_3_1_tagger.h | 32 +
apertium/basic_5_3_2_tagger.cc | 20 +
apertium/basic_5_3_2_tagger.h | 33 +
apertium/basic_5_3_3_tagger.h | 35 +
apertium/basic_exception_type.cc | 20 +
apertium/basic_exception_type.h | 29 +
apertium/basic_stream_tagger.cc | 125 +++
apertium/basic_stream_tagger.h | 56 ++
apertium/basic_stream_tagger_trainer.cc | 59 ++
apertium/basic_stream_tagger_trainer.h | 41 +
apertium/basic_tagger.cc | 48 +
apertium/basic_tagger.h | 60 ++
apertium/collection.cc | 4 +-
apertium/collection.h | 4 +-
apertium/constant_manager.cc | 4 +-
apertium/constant_manager.h | 4 +-
apertium/constructor_eq_delete.h | 32 +
apertium/deformat.xsl | 4 +-
apertium/deserialiser.h | 255 +++++
apertium/endian_double_util.cc | 4 +-
apertium/endian_double_util.h | 4 +-
apertium/err_exception.h | 23 +
apertium/exception.h | 95 ++
apertium/exception_type.cc | 32 +
apertium/exception_type.h | 38 +
apertium/file_tagger.cc | 42 +
apertium/file_tagger.h | 52 +
apertium/format.dtd | 4 +-
apertium/format.rnc | 111 +++
apertium/format.rng | 303 ++++++
apertium/hmm.cc | 356 +++----
apertium/hmm.h | 53 +-
apertium/i.cc | 50 +
apertium/i.h | 38 +
apertium/interchunk.cc | 62 +-
apertium/interchunk.dtd | 4 +-
apertium/interchunk.h | 8 +-
apertium/interchunk.rnc | 353 +++++++
apertium/{transfer.rng => interchunk.rng} | 157 +--
apertium/interchunk_word.cc | 4 +-
apertium/interchunk_word.h | 4 +-
apertium/latex_accentsmap.cc | 4 +-
apertium/latex_accentsmap.h | 4 +-
apertium/lemma.cc | 55 ++
apertium/lemma.h | 36 +
apertium/lexchoice.xsl | 4 +-
apertium/lexchoicebil.xsl | 4 +-
apertium/lexical_unit.h | 32 +
apertium/lextor.cc | 24 +-
apertium/lextor.h | 4 +-
apertium/lextor_data.cc | 4 +-
apertium/lextor_data.h | 4 +-
apertium/lextor_eval.cc | 4 +-
apertium/lextor_eval.h | 4 +-
apertium/lextor_word.cc | 4 +-
apertium/lextor_word.h | 4 +-
apertium/linebreak.cc | 94 ++
apertium/linebreak.h | 36 +
apertium/lswpost.cc | 297 ++----
apertium/lswpost.h | 49 +-
apertium/modes-header.sh | 32 -
apertium/modes.dtd | 21 +-
apertium/modes.rnc | 30 +
apertium/modes.rng | 19 +-
apertium/modes2bash.xsl | 81 +-
apertium/modes2debugmodes.xsl | 162 +++
apertium/morpheme.cc | 57 ++
apertium/morpheme.h | 35 +
apertium/morpho_stream.cc | 4 +-
apertium/morpho_stream.h | 4 +-
apertium/new2old.xsl | 4 +-
apertium/optional.h | 123 +++
apertium/postchunk.cc | 61 +-
apertium/postchunk.dtd | 4 +-
apertium/postchunk.h | 8 +-
apertium/postchunk.rnc | 348 +++++++
apertium/{transfer.rng => postchunk.rng} | 205 ++--
apertium/reformat.xsl | 4 +-
apertium/serialiser.h | 284 ++++++
apertium/stream.cc | 774 +++++++++++++++
apertium/stream.h | 69 ++
apertium/stream_5_3_1_tagger.cc | 68 ++
apertium/stream_5_3_1_tagger.h | 53 +
apertium/stream_5_3_1_tagger_trainer.cc | 51 +
apertium/stream_5_3_1_tagger_trainer.h | 41 +
apertium/stream_5_3_2_tagger.cc | 104 ++
apertium/stream_5_3_2_tagger.h | 55 ++
apertium/stream_5_3_2_tagger_trainer.cc | 56 ++
apertium/stream_5_3_2_tagger_trainer.h | 38 +
apertium/stream_5_3_3_tagger.cc | 223 +++++
apertium/stream_5_3_3_tagger.h | 62 ++
apertium/stream_5_3_3_tagger_trainer.cc | 92 ++
apertium/stream_5_3_3_tagger_trainer.h | 39 +
apertium/streamed_type.h | 32 +
apertium/string_utils.cc | 4 +-
apertium/string_utils.h | 4 +-
apertium/tag.cc | 34 +
apertium/tag.h | 31 +
apertium/tagger.cc | 763 ---------------
apertium/tagger.dtd | 4 +-
apertium/tagger.h | 83 --
apertium/tagger.rnc | 122 +++
apertium/tagger.rng | 310 ++++++
apertium/tagger_data.cc | 4 +-
apertium/tagger_data.h | 4 +-
apertium/tagger_data_hmm.cc | 6 +-
apertium/tagger_data_hmm.h | 4 +-
apertium/tagger_data_lsw.cc | 4 +-
apertium/tagger_data_lsw.h | 4 +-
apertium/tagger_utils.cc | 104 +-
apertium/tagger_utils.h | 29 +-
apertium/tagger_word.cc | 8 +-
apertium/tagger_word.h | 4 +-
apertium/tmx_align_parameters.h | 3 +-
apertium/tmx_alignment.cc | 2 +-
apertium/tmx_builder.cc | 16 +-
apertium/tmx_builder.h | 4 +-
apertium/tmx_translate.cc | 4 +-
apertium/transfer.cc | 467 +++++----
apertium/transfer.dtd | 16 +-
apertium/transfer.h | 24 +-
apertium/transfer.rnc | 407 ++++++++
apertium/transfer.rng | 56 +-
apertium/transfer_data.cc | 4 +-
apertium/transfer_data.h | 4 +-
apertium/transfer_instr.cc | 4 +-
apertium/transfer_instr.h | 11 +-
apertium/transfer_mult.cc | 33 +-
apertium/transfer_mult.h | 7 +-
apertium/transfer_token.cc | 7 +-
apertium/transfer_token.h | 4 +-
apertium/transfer_word.cc | 7 +-
apertium/transfer_word.h | 4 +-
apertium/transfer_word_list.cc | 4 +-
apertium/transfer_word_list.h | 4 +-
apertium/transferpp.cc | 4 +-
apertium/trx_reader.cc | 29 +-
apertium/trx_reader.h | 7 +-
apertium/tsx_reader.cc | 8 +-
apertium/tsx_reader.h | 12 +-
apertium/ttag.h | 4 +-
apertium/unlocked_cstdio.h | 10 +-
apertium/utf_converter.cc | 4 +-
apertium/utf_converter.h | 4 +-
apertium/wchar_t_exception.h | 53 +
apertium/wchar_t_exception_type.cc | 90 ++
apertium/wchar_t_exception_type.h | 45 +
configure.ac | 77 +-
debian/changelog | 6 +
debian/control | 24 +-
debian/rules | 18 +-
189 files changed, 9136 insertions(+), 2556 deletions(-)
diff --cc debian/changelog
index 5f92eb7,0000000..28e10bb
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,232 -1,0 +1,238 @@@
++apertium (3.4.2~r68466-1) unstable; urgency=low
++
++ * New upstream release.
++
++ -- Tino Didriksen <tino at didriksen.cc> Wed, 25 May 2016 11:27:01 +0200
++
+apertium (3.4.0~r61013-5) unstable; urgency=medium
+
+ * Rebuild for lttoolbox, again.
+
+ -- Kartik Mistry <kartik at debian.org> Sat, 06 Feb 2016 17:41:55 +0530
+
+apertium (3.4.0~r61013-4) unstable; urgency=low
+
+ * Rebuild for new lttoolbox (>= 3.3.2~).
+ * debian/control:
+ + Updated lttoolbox dependency.
+ + Updated Vcs-* URLs.
+
+ -- Kartik Mistry <kartik at debian.org> Wed, 03 Feb 2016 09:57:51 +0530
+
+apertium (3.4.0~r61013-3) unstable; urgency=low
+
+ * Removed symbols file. It is causing build failures as of now.
+
+ -- Kartik Mistry <kartik at debian.org> Sun, 26 Jul 2015 09:30:49 -0500
+
+apertium (3.4.0~r61013-2) unstable; urgency=low
+
+ [ Tino Didriksen ]
+ * Disable static libraries.
+
+ [ Kartik Mistry ]
+ * debian/libapertium3-3.4-0.symbols:
+ + Added symbols control file.
+
+ -- Kartik Mistry <kartik at debian.org> Tue, 07 Jul 2015 14:13:22 +0530
+
+apertium (3.4.0~r61013-1) unstable; urgency=medium
+
+ [ Tino Didriksen ]
+ * New upstream snapshot.
+ * Upload to unstable.
+
+ [ Kartik Mistry ]
+ * Do not add apertium-all-dev, apertium-all-languages and apertium-all-pairs
+ metapackage until we package all dependencies.
+
+ -- Kartik Mistry <kartik at debian.org> Tue, 30 Jun 2015 19:59:07 +0530
+
+apertium (3.3.0.56825-2) experimental; urgency=low
+
+ * Add PCRE workaround patch (Closes: #757539) (Closes: #767069)
+
+ -- Tino Didriksen <mail at tinodidriksen.com> Tue, 28 Oct 2014 09:30:00 +0100
+
+apertium (3.3.0.56825-1) experimental; urgency=low
+
+ [ Tino Didriksen ]
+ * New upstream release
+ * Standards-Version updated to version 3.9.6
+ * Using upstream release from svn, to avoid pre-generated automake files
+ * Re-done packaging to take advantage of debhelper 9
+ * Added multiarch support
+ * Builds with clang (Closes: #748976)
+ * 3.3 includes all of 3.2 (Closes: #753459)
+
+ [ Kartik Mistry ]
+ * Added myself as uploader.
+ * wrap-and-sort control and install files.
+ * Updated VCS-* fields.
+ * Added debian/watch file.
+
+ -- Kartik Mistry <kartik at debian.org> Wed, 24 Sep 2014 10:23:13 +0530
+
+apertium (3.1.0-2) unstable; urgency=low
+
+ * Team upload
+ * Package migrated to Debian Science
+ * Standards-Version updated to version 3.9.3
+
+ -- Sylvestre Ledru <sylvestre at debian.org> Tue, 05 Jun 2012 21:50:34 +0200
+
+apertium (3.1.0-1.4) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Fix FTBFS (Closes: #660715)
+ - depend on dh-autoreconf and set compat to 7
+ - add dh_autoreconf{,-clean} to debian/rules
+
+ -- Jonathan Wiltshire <jmw at debian.org> Sat, 03 Mar 2012 11:59:00 +0000
+
+apertium (3.1.0-1.3) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Don't ship .la files (Closes: #621304).
+
+ -- Luk Claes <luk at debian.org> Sat, 18 Jun 2011 15:58:21 +0200
+
+apertium (3.1.0-1.2) unstable; urgency=high
+
+ * Non-maintainer upload.
+ * High-urgency upload for RC bugfix.
+ * Fix bashisms in various shell scripts in this package, since /bin/sh will
+ not be bash by default in squeeze. Thanks to Andres Mejia for the initial
+ version of this patch. Closes: #464491.
+ * Set source format 3.0 (quilt) since we're patching the upstream source.
+ * Drop versioned build-dep on libpcre3-dev (<< 7.9) which prevents us from
+ rebuilding the package. Closes: #581334.
+ * Drop versioned dep on libpcre3 (<< 7.9) as well. The versioned dependency
+ actually exists between libpcre3 and the individual dictionary packages
+ containing the compiled regexps, apertium itself is entirely agnostic
+ regarding libpcre3 versions and should not have this hard-coded.
+ * Lintian fixes:
+ - add missing ${misc:Depends} to libapertium3-3.1-0-dev.
+ - bump standards-version to 3.8.4 (no changes required).
+
+ -- Steve Langasek <vorlon at debian.org> Sun, 20 Jun 2010 21:56:56 +0000
+
+apertium (3.1.0-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Changed Provides: apertium-pcre1 -> apertium-pcr2 (Closes: #503861)
+ * Closes security in unstable that was in t-p-u. (Closes: #496395)
+
+ -- Miguel Gea Milvaques <xerakko at debian.org> Fri, 20 Feb 2009 00:00:27 +0100
+
+apertium (3.1.0-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Francis Tyers <ftyers at prompsit.com> Tue, 03 Feb 2009 20:14:08 +0000
+
+apertium (3.0.7+1-2~lenny2) testing-proposed-updates; urgency=low
+
+ * Fix PCRE dependency nightmare. (Closes: #503861)
+ * Fix mktemp security symlink thing. (Closes: #496395)
+
+ -- Francis Tyers <ftyers at prompsit.com> Wed, 3 Nov 2008 22:47:00 +0000
+
+apertium (3.0.7+1-2) unstable; urgency=medium
+
+ * Fix syntax error in previous upload. Patch thanks to Xavi
+ Drudis Ferran. (Closes: #498618)
+
+ -- Francis Tyers <ftyers at prompsit.com> Sat, 13 Sep 2008 11:10:07 +0100
+
+apertium (3.0.7+1-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Replace pid-based, hardcoded and $RANDOM-based temporary file names
+ to prevent against symlink attacks. Based mostly on a patch by Moritz
+ Muehlenhoff <jmm at inutil.org>. (Closes: #496395)
+
+ -- Chris Lamb <chris at chris-lamb.co.uk> Sat, 06 Sep 2008 22:36:07 +0100
+
+apertium (3.0.7+1-1) unstable; urgency=low
+
+ * Fix FTBFS gcc-4.3. Closes: #417083
+
+ -- Francis Tyers <ftyers at prompsit.com> Wed, 26 Mar 2008 21:42:14 +0000
+
+apertium (3.0.5-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Francis Tyers <ftyers at prompsit.com> Thu, 06 Dec 2007 12:01:18 +0000
+
+apertium (3.0.4-1) unstable; urgency=low
+
+ * New upstream release
+ * Double-free bug fixed. (Closes: #446785)
+
+ -- Francis Tyers <ftyers at prompsit.com> Thu, 18 Oct 2007 21:11:47 +0100
+
+apertium (3.0.3-1) unstable; urgency=low
+
+ * New upstream release
+ * Now it doesn't over-optimise (Closes: #396001)
+ * Optimisation was causing segfaults on amd64 systems,
+ optimisations were removed, now does not
+ segfault (Closes: #446785)
+
+ -- Francis Tyers <ftyers at prompsit.com> Tue, 16 Oct 2007 19:52:24 +0100
+
+apertium (3.0.2-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Francis Tyers <ftyers at prompsit.com> Sun, 14 Oct 2007 19:39:10 +0100
+
+apertium (3.0.1-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Francis Tyers <ftyers at prompsit.com> Wed, 03 Oct 2007 09:39:10 +0100
+
+apertium (3.0.0-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Francis Tyers <ftyers at prompsit.com> Tue, 02 Oct 2007 20:30:16 +0100
+
+apertium (2.0.2-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Francis Tyers <f.tyers at uea.ac.uk> Thu, 5 Apr 2007 23:48:03 +0100
+
+apertium (2.0.1-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Francis Tyers <f.tyers at uea.ac.uk> Sat, 24 Mar 2007 14:37:23 +0000
+
+apertium (1.0.3-3) unstable; urgency=high
+
+ * Added install dependency for lttoolbox (Closes: #407050)
+
+ -- Francis Tyers <f.tyers at uea.ac.uk> Fri, 19 Jan 2007 10:08:28 +0000
+
+apertium (1.0.3-2) unstable; urgency=low
+
+ * Added lttoolbox dependency (Closes: #407050)
+
+ -- Francis Tyers <f.tyers at uea.ac.uk> Thu, 18 Jan 2007 09:28:16 +0000
+
+apertium (1.0.3-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Francis Tyers <f.tyers at uea.ac.uk> Thu, 9 Nov 2006 12:30:55 +0000
+
+apertium (1.0.1-1) unstable; urgency=low
+
+ * Initial release Closes: #320930
+
+ -- Francis Tyers <f.tyers at uea.ac.uk> Sun, 4 Jun 2006 23:56:02 +0100
diff --cc debian/control
index f43133f,0000000..a372c2f
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,79 -1,0 +1,93 @@@
+Source: apertium
+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: autoconf,
+ autotools-dev,
+ debhelper (>= 9.0),
+ dh-autoreconf,
+ dh-exec (>= 0.3),
+ flex (>= 2.5.33),
+ libpcre3-dev,
+ libxml2-dev,
+ libxml2-utils (>= 2.6.24),
- lttoolbox-dev (>= 3.3.1),
++ lttoolbox-dev (>= 3.3.3~r68466),
+ pkg-config (>= 0.20),
++ python3,
+ xsltproc (>= 1.1.16)
- Standards-Version: 3.9.6
++Standards-Version: 3.9.7
+Homepage: http://apertium.org/
+Vcs-Git: https://anonscm.debian.org/cgit/debian-science/packages/apertium.git
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/apertium.git
+
+Package: apertium
+Architecture: any
+Depends: libxml2-utils (>= 2.6.24),
- lttoolbox (>= 3.3.1),
++ lttoolbox (>= 3.3.3~r68466),
+ xsltproc (>= 1.1.16),
+ ${misc:Depends},
+ ${shlibs:Depends}
+Description: Shallow-transfer machine translation engine
+ An open-source shallow-transfer machine translation
+ engine, Apertium is initially aimed at related-language pairs.
+ .
+ It uses finite-state transducers for lexical processing,
+ hidden Markov models for part-of-speech tagging, and
+ finite-state based chunking for structural transfer.
+ .
+ The system is largely based upon systems already developed by
+ the Transducens group at the Universitat d'Alacant, such as
+ interNOSTRUM (Spanish-Catalan, http://www.internostrum.com/welcome.php)
+ and Traductor Universia (Spanish-Portuguese,
+ http://traductor.universia.net).
+ .
+ It will be possible to use Apertium to build machine translation
+ systems for a variety of related-language pairs simply providing
+ the linguistic data needed in the right format.
+
+Package: libapertium3-3.4-0
+Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Provides: libapertium
+Conflicts: libapertium, libapertium3
+Replaces: libapertium, libapertium3
+Description: Shared library for Apertium
+ An open-source shallow-transfer machine translation
+ engine, Apertium is initially aimed at related-language pairs.
+ .
+ This package contains shared library for the Apertium
+ shallow-transfer machine translation engine.
+
+Package: apertium-dev
+Architecture: any
+Depends: apertium (= ${binary:Version}),
+ libpcre3-dev,
+ libxml2-dev,
- lttoolbox-dev (>= 3.3.1),
++ lttoolbox-dev (>= 3.3.3~r68466),
+ ${misc:Depends},
+ ${shlibs:Depends}
+Conflicts: libapertium3-dev
+Replaces: libapertium3-dev
+Description: Development tools and library for Apertium
+ An open-source shallow-transfer machine translation
+ engine, Apertium is initially aimed at related-language pairs.
+ .
+ This package contains development files for the Apertium
+ shallow-transfer machine translation engine.
++
++Package: apertium-all-dev
++Architecture: all
++Depends: apertium-dev (= ${binary:Version}),
++ apertium-lex-tools (>= 0.1.1~r60994),
++ cg3 (>= 0.9.9~r11621),
++ hfst (>= 3.10.0~r2798),
++ libhfst45-dev (>= 3.10.0~r2798),
++ ${misc:Depends}
++Description: Metapackage for all tools required for Apertium development
++ A metapackage to get all tools required for development of Apertium
++ languages and pairs, such as lttoolbox, apertium, apertium-lex-tools,
++ cg3, and hfst.
diff --cc debian/rules
index e3e8700,0000000..1adddc7
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,23 -1,0 +1,15 @@@
+#!/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
+
+%:
- dh $@ --with autoreconf
++ dh $@ --fail-missing --with autoreconf
+
+override_dh_auto_configure:
+ dh_auto_configure -- --disable-static
++
++override_dh_auto_install:
++ dh_auto_install
++ find $(CURDIR) -type f -name '*.la' -exec rm -f '{}' \;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/apertium.git
More information about the debian-science-commits
mailing list