[jftp] 28/40: Wrap and sort
Markus Koschany
apo at moszumanska.debian.org
Sat Apr 2 22:50:23 UTC 2016
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository jftp.
commit 52a0f9d7657eb3a9166ad40ced3ef78e4e087594
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Sat Jul 5 05:45:28 2014 +0000
Wrap and sort
---
debian/control | 39 ++++++++++++++++++++++++++++-----------
1 file changed, 28 insertions(+), 11 deletions(-)
diff --git a/debian/control b/debian/control
index c9b9a8f..8aabd9d 100644
--- a/debian/control
+++ b/debian/control
@@ -2,24 +2,41 @@ Source: jftp
Section: net
Priority: optional
Maintainer: Debian Java maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Varun Hiremath <varun at debian.org>, Kumar Appaiah <akumar at debian.org>,
- Niels Thykier <niels at thykier.net>
+Uploaders: Varun Hiremath <varun at debian.org>,
+ Kumar Appaiah <akumar at debian.org>,
+ Niels Thykier <niels at thykier.net>
Build-Depends: cdbs, debhelper (>= 7)
-Build-Depends-Indep: default-jdk, ant, libjcifs-java,
- libcommons-logging-java, libcommons-httpclient-java,
- liblog4j1.2-java, kunststoff, libyanfs-java, libj2ssh-java,
- libjsch-java, libjlayer-java
+Build-Depends-Indep: ant,
+ default-jdk,
+ kunststoff,
+ libcommons-httpclient-java,
+ libcommons-logging-java,
+ libj2ssh-java,
+ libjcifs-java,
+ libjlayer-java,
+ libjsch-java,
+ liblog4j1.2-java,
+ libyanfs-java
Standards-Version: 3.8.4
-Homepage: http://j-ftp.sourceforge.net
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/jftp
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/jftp
+Homepage: http://j-ftp.sourceforge.net
Package: jftp
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, openjdk-6-jre | openjdk-7,
- libjcifs-java, libcommons-logging-java, libcommons-httpclient-java,
- liblog4j1.2-java, kunststoff, libyanfs-java, libj2ssh-java,
- libjsch-java, libjlayer-java, java-wrappers
+Depends: java-wrappers,
+ kunststoff,
+ libcommons-httpclient-java,
+ libcommons-logging-java,
+ libj2ssh-java,
+ libjcifs-java,
+ libjlayer-java,
+ libjsch-java,
+ liblog4j1.2-java,
+ libyanfs-java,
+ openjdk-6-jre | openjdk-7,
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: Java GUI client for FTP, SMB, SFTP and NFS
JFtp is a graphical Java network and file transfer client. It
supports FTP using its own FTP API and various other protocols like
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jftp.git
More information about the pkg-java-commits
mailing list