diff options
| author | Torsten Werner <twerner@debian.org> | 2011-09-25 22:29:10 +0200 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2011-09-26 15:24:43 +0000 |
| commit | dfb69701caef7b1cd2fd4a80896c4ea9d2081e7f (patch) | |
| tree | 4533ca2640176510982a438ad8c120f1f6055b43 | |
| parent | 53b5f451b242ad59e8af95c85819851ec43dd43d (diff) | |
0.2.9-3 (patches unapplied)import/0.2.9-3ubuntu/raring-develubuntu/raringubuntu/quantal-develubuntu/quantalubuntu/precise-develubuntu/precisedebian/wheezy
Imported using git-ubuntu import.
Notes
Notes:
* Team upload.
* Switch to debhelper level 7.
* Remove Java runtime from Depends.
* Update Standards-Version: 3.9.2.
* Improve short Description.
| -rw-r--r-- | debian/changelog | 10 | ||||
| -rw-r--r-- | debian/compat | 2 | ||||
| -rw-r--r-- | debian/control | 10 |
3 files changed, 16 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog index a77b5c1..9bcc491 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +libj2ssh-java (0.2.9-3) unstable; urgency=low + + * Team upload. + * Switch to debhelper level 7. + * Remove Java runtime from Depends. + * Update Standards-Version: 3.9.2. + * Improve short Description. + + -- Torsten Werner <twerner@debian.org> Sun, 25 Sep 2011 22:29:10 +0200 + libj2ssh-java (0.2.9-2) unstable; urgency=low * Team Upload diff --git a/debian/compat b/debian/compat index 7ed6ff8..7f8f011 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -5 +7 diff --git a/debian/control b/debian/control index 3944a20..2fba1be 100644 --- a/debian/control +++ b/debian/control @@ -3,17 +3,17 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org> Uploaders: Varun Hiremath <varunhiremath@gmail.com>, Kumar Appaiah <akumar@ee.iitm.ac.in> -Build-Depends: cdbs, debhelper (>= 5) +Build-Depends: cdbs, debhelper (>= 7) Build-Depends-Indep: default-jdk, ant, libcommons-logging-java, libxerces2-java, libbcprov-java -Standards-Version: 3.8.4 +Standards-Version: 3.9.2 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libj2ssh-java Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libj2ssh-java Homepage: http://sshtools.sourceforge.net Package: libj2ssh-java Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, default-jre-headless | java2-runtime -Description: a Java library for the SSH protocol +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Java library for the SSH protocol J2SSH is an object-orientated Java library implementation of the SSH version 2 protocol. It provides a rich, powerful, and extensible SSH API that enables developers to gain access to SSH servers and to @@ -30,7 +30,7 @@ Package: libj2ssh-java-doc Section: doc Architecture: all Depends: ${misc:Depends} -Description: a Java library for the SSH protocol - documentation and examples +Description: Java library for the SSH protocol - documentation and examples J2SSH is an object-orientated Java library implementation of the SSH version 2 protocol. It provides a rich, powerful, and extensible SSH API that enables developers to gain access to SSH servers and to |
