Skip to content
Commits on Source (9)
omegat (3.6.0.10-1) UNRELEASED; urgency=medium
* New maintainer.
* New upstream release.
-- Andrej Shadura <andrewsh@debian.org> Mon, 20 Aug 2018 16:22:50 +0200
omegat (3.6.0.10+dfsg-1) unstable; urgency=medium
* New maintainer (Closes: #878053).
* New upstream release (Closes: #737369).
* Refresh debian/copyright.
* Add Files-Excluded.
* Refresh patches:
- Fix the hunspell patch
- Remove old patches
- Rename do-not-load-jmyspell.patch
- Add a patch to add a missing dependency, bmsi.util.Diff.
- Add a patch to load the changelog from the standard location.
- Add a patch to update usage of DictZip.
* Strip missing dependencies:
- Disable Git and Subversion support
- Disable SuperTMXMerge
- Disable LanguageTool
- Disable LuceneKoreanTokenizer
* Update the JAR dependencies
* Use the SVG in the desktop file, it looks much better.
* Add debian/clean.
* Simplify rules using debhelper 9.
* Merge dirs and omegat.dirs
* Document copyrights for Diff.java
* Wrap and sort debian/control.
* Add missing build dependencies.
* Depend on java-runtime, not a specific version of it.
* Generate things in debian, not in the source root.
* Use javahelper to patch the JAR and generate Depends.
* Update Vcs-* and Homepage.
* Bump Standards-Version.
-- Andrej Shadura <andrewsh@debian.org> Fri, 04 Jan 2019 21:32:28 +0100
omegat (2.3.0.1+dfsg-4) unstable; urgency=medium
......
......@@ -3,7 +3,8 @@ Section: editors
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Tiago Saboga <tiagosaboga@gmail.com>
Andrej Shadura <andrewsh@debian.org>
# Tiago Saboga <tiagosaboga@gmail.com>
Build-Depends:
ant,
debhelper (>= 9),
......@@ -13,6 +14,7 @@ Build-Depends-Indep:
docbook-to-man,
groovy,
imagemagick,
jaxb,
libactivation-java,
libcommons-io-java,
libcommons-lang-java,
......@@ -35,10 +37,10 @@ Build-Depends-Indep:
libvldocking-java,
javahelper,
tofrodos
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-java/omegat.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/omegat.git
Homepage: http://www.omegat.org
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/java-team/omegat.git
Vcs-Browser: https://salsa.debian.org/java-team/omegat
Homepage: https://www.omegat.org
Package: omegat
Architecture: all
......
#!/usr/bin/make -f
# include /usr/share/quilt/quilt.make
include debian/ant.properties
%:
dh "$@" --with javahelper
override_dh_auto_clean:
mkdir -p lib
dh_auto_clean
override_dh_auto_configure:
docbook-to-man debian/omegat.sgml > debian/omegat.1
convert images/OmegaT.svg debian/OmegaT.xpm
mkdir -p lib
echo usr/share/omegat/OmegaT.jar /usr/share/omegat/lib/lib-mnemonics.jar $(filter-out ${reference.lib-mnemonics.jar},${javac.classpath:%:=%}) > debian/omegat.classpath
override_dh_auto_build:
......@@ -25,4 +27,4 @@ override_dh_auto_install:
override_dh_installchangelogs:
dh_installchangelogs -k release/changes.txt
.PHONY: override_dh_auto_configure override_dh_auto_install override_dh_auto_install override_dh_installchangelogs get-orig-source
.PHONY: override_dh_auto_clean override_dh_auto_configure override_dh_auto_install override_dh_auto_install override_dh_installchangelogs get-orig-source