[libmecab-java] 01/06: Wrap and sort
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Dec 1 09:04:03 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libmecab-java.
commit ea47988a32dd0cd025c76808366e2161847303e5
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Fri Dec 1 09:47:15 2017 +0100
Wrap and sort
---
debian/control | 16 +++++++++-------
debian/copyright | 3 +--
2 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/debian/control b/debian/control
index f26821f..af7ebb1 100644
--- a/debian/control
+++ b/debian/control
@@ -3,16 +3,20 @@ Section: java
Priority: optional
Maintainer: Debian Java maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki at debian.org>
-Build-Depends: debhelper (>= 10), cdbs,
- libmecab-dev(>= 0.99.6), default-jdk, mecab-jumandic
+Build-Depends:
+ cdbs,
+ debhelper (>= 10),
+ default-jdk,
+ libmecab-dev(>= 0.99.6),
+ mecab-jumandic
Standards-Version: 4.0.0
-Homepage: http://sourceforge.net/projects/mecab/
Vcs-Git: https://anonscm.debian.org/git/pkg-java/libmecab-java.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libmecab-java.git
+Homepage: http://sourceforge.net/projects/mecab/
Package: libmecab-java
Architecture: all
-Depends: ${misc:Depends}, libmecab-jni
+Depends: libmecab-jni, ${misc:Depends}
Description: mecab binding for Java - java classes
Mecab is a morphological analysis system. It reads Japanese
sentences from the standard input, segments them into morpheme
@@ -22,10 +26,9 @@ Description: mecab binding for Java - java classes
.
This package is built for Java.
-
Package: libmecab-jni
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
Description: mecab binding for Java - native interface
Mecab is a morphological analysis system. It reads Japanese
sentences from the standard input, segments them into morpheme
@@ -34,4 +37,3 @@ Description: mecab binding for Java - native interface
information, etc).
.
This package is built for Java.
-
diff --git a/debian/copyright b/debian/copyright
index 774a81f..4a81da0 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -24,7 +24,7 @@ License: BSD-3-clause
copyright notice, this list of conditions and the
following disclaimer in the documentation and/or other
materials provided with the distribution.
- .
+ .
* Neither the name of the Nippon Telegraph and Telegraph Corporation
nor the names of its contributors may be used to endorse or
promote products derived from this software without specific
@@ -56,4 +56,3 @@ License: LGPL-2+
.
On Debian systems, the complete text of version 2 of the GNU Lesser General
Public License can be found in `/usr/share/common-licenses/LGPL-2'.
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libmecab-java.git
More information about the pkg-java-commits
mailing list