[Git][java-team/omegat][master] 9 commits: Update the changelog

Andrej Shadura gitlab at salsa.debian.org
Fri Jan 4 20:40:10 GMT 2019


Andrej Shadura pushed to branch master at Debian Java Maintainers / omegat


Commits:
7b800cda by Andrej Shadura at 2019-01-04T19:49:27Z
Update the changelog

- - - - -
18d8b2ee by Andrej Shadura at 2019-01-04T20:03:24Z
Create lib/ during dh_auto_clean

- - - - -
f7917667 by Andrej Shadura at 2019-01-04T20:03:45Z
Remove no longer necessary commented-out line

- - - - -
54ef55eb by Andrej Shadura at 2019-01-04T20:14:55Z
Build-Depend on jaxb for xjc

- - - - -
736dd72a by Andrej Shadura at 2019-01-04T20:22:43Z
Install the manpage from the new location

- - - - -
c178c19f by Andrej Shadura at 2019-01-04T20:29:45Z
Update Vcs-* and Homepage

- - - - -
27ff5545 by Andrej Shadura at 2019-01-04T20:31:08Z
Bump S-V

- - - - -
417438a6 by Andrej Shadura at 2019-01-04T20:31:48Z
Add myself to Uploaders

- - - - -
14a132cc by Andrej Shadura at 2019-01-04T20:32:59Z
Update the changelog

- - - - -


4 changed files:

- debian/changelog
- debian/control
- debian/omegat.manpages
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,9 +1,36 @@
-omegat (3.6.0.10-1) UNRELEASED; urgency=medium
-
-  * New maintainer.
-  * New upstream release.
-
- -- Andrej Shadura <andrewsh at 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 at debian.org>  Fri, 04 Jan 2019 21:32:28 +0100
 
 omegat (2.3.0.1+dfsg-4) unstable; urgency=medium
 


=====================================
debian/control
=====================================
@@ -3,7 +3,8 @@ Section: editors
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders:
- Tiago Saboga <tiagosaboga at gmail.com>
+ Andrej Shadura <andrewsh at debian.org>
+# Tiago Saboga <tiagosaboga at 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


=====================================
debian/omegat.manpages
=====================================
@@ -1 +1 @@
-omegat.1
+debian/omegat.1


=====================================
debian/rules
=====================================
@@ -1,15 +1,17 @@
 #!/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



View it on GitLab: https://salsa.debian.org/java-team/omegat/compare/e8418f8f1f5413a8253acefc0a913108a726b3f1...14a132cc7e0ab70483ca5dc7626ca1fa84731d75

-- 
View it on GitLab: https://salsa.debian.org/java-team/omegat/compare/e8418f8f1f5413a8253acefc0a913108a726b3f1...14a132cc7e0ab70483ca5dc7626ca1fa84731d75
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20190104/36914a16/attachment.html>


More information about the pkg-java-commits mailing list