[SCM] jedit - Java plugin-based editor for programmers branch, master, updated. debian/4.5.2+dfsg-1-12-gff5837d

Gabriele Giacone 1o5g4r8o at gmail.com
Sun Mar 24 20:45:36 UTC 2013


The following commit has been merged in the master branch:
commit ebe06d85590e500efb9bcd282a84562f7fdb7d3f
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date:   Sun Mar 24 21:31:26 2013 +0100

    wrap-n-sort.

diff --git a/debian/control b/debian/control
index ed45ef9..b116e2c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,22 @@ Section: editors
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Gabriele Giacone <1o5g4r8o at gmail.com>
-Build-Depends: debhelper (>= 7.0.50~), javahelper (>= 0.24), ant, ant-optional,
- docbook-xsl, xsltproc, imagemagick, quilt (>= 0.46-7~), bsh-src (>= 2.0b4-11),
- docbook-xml, ant-contrib, bsh, docbook-xsl-saxon, libbsf-java, libcommons-logging-java,
- junit
+Build-Depends: ant,
+               ant-contrib,
+               ant-optional,
+               bsh,
+               bsh-src (>= 2.0b4-11),
+               debhelper (>= 7.0.50~),
+               docbook-xml,
+               docbook-xsl,
+               docbook-xsl-saxon,
+               imagemagick,
+               javahelper (>= 0.24),
+               junit,
+               libbsf-java,
+               libcommons-logging-java,
+               quilt (>= 0.46-7~),
+               xsltproc
 Build-Depends-Indep: openjdk-6-jdk | sun-java6-jdk
 Standards-Version: 3.9.3
 DM-Upload-Allowed: yes
@@ -17,7 +29,9 @@ Homepage: http://www.jedit.org/
 Package: jedit
 Architecture: all
 Pre-Depends: dpkg (>= 1.15.6~)
-Depends: ${misc:Depends}, openjdk-6-jre | sun-java6-jre, java-wrappers (>= 0.1.14)
+Depends: java-wrappers (>= 0.1.14),
+         openjdk-6-jre | sun-java6-jre,
+         ${misc:Depends}
 Description: Plugin-based editor for programmers
  As one of the most feature rich editors available, jEdit boasts support for
  syntax highlighting in more than 140 languages. jEdit combines the power of
@@ -33,9 +47,9 @@ Description: Plugin-based editor for programmers
  Its functionality is easily extended by the use of 'plugins' which can be
  downloaded, updated, and installed, all without exiting the editor. These
  include a built-in Console shell integration, which lets you execute
- interactive external commands inside your editor, as well as bind them to 
+ interactive external commands inside your editor, as well as bind them to
  keyboard shortcuts. The FTP plugin lets you browse and edit files on remote
  systems over FTP or SFTP. Other plugins provide shells, object oriented
  structure/code browsers, or completion popups for Java, XML, HTML, Ant,
  LaTeX, Python, Ruby, Perl, C, C++, bash, Scheme, Prolog, and many other
- languages. 
+ languages.
diff --git a/debian/copyright b/debian/copyright
index a11e702..2c14c6c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -6,7 +6,7 @@ Source: http://www.jedit.org/
 Files: *
 Copyright: 1999-2010, Contributors <jedit-devel at lists.sourceforge.net>
 License: GPL-2+
- On Debian systems the full text of the GNU General Public 
+ On Debian systems the full text of the GNU General Public
  License can be found in the `/usr/share/common-licenses/GPL-2'
  file.
 
@@ -121,13 +121,13 @@ License: other
 Files: debian/*
 Copyright: 2010, Gabriele Giacone <1o5g4r8o at gmail.com>
 License: GPL-2+
- On Debian systems the full text of the GNU General Public 
+ On Debian systems the full text of the GNU General Public
  License can be found in the `/usr/share/common-licenses/GPL-2'
  file.
 
 Files: debian/patches/00bsh-jedit debian/patches/01bsh-jedit-asm
 Copyright: 1999-2010, Contributors <jedit-devel at lists.sourceforge.net>
 License: GPL-2+
- On Debian systems the full text of the GNU General Public 
+ On Debian systems the full text of the GNU General Public
  License can be found in the `/usr/share/common-licenses/GPL-2'
  file.
diff --git a/debian/jedit.install b/debian/jedit.install
index 70a6411..2d82b85 100644
--- a/debian/jedit.install
+++ b/debian/jedit.install
@@ -1,9 +1,9 @@
-debian/jedit.sh		usr/share/jedit
 build/jedit.jar		usr/share/jedit
-build/modes		usr/share/jedit
+build/keymaps		usr/share/jedit
 build/macros		usr/share/jedit
+build/modes		usr/share/jedit
 build/properties	usr/share/jedit
 build/startup		usr/share/jedit
-build/keymaps		usr/share/jedit
 
+debian/jedit.sh		usr/share/jedit
 debian/lintian/jedit	usr/share/lintian/overrides

-- 
jedit - Java plugin-based editor for programmers



More information about the pkg-java-commits mailing list