~ubuntu-branches/ubuntu/maverick/rxtx/maverick

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Scott Howard
  • Date: 2010-06-03 23:19:16 UTC
  • mfrom: (4.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20100603231916-8bapendemannfwau
Tags: 2.2pre2-1
* New upstream release:
  - Fixes JVM crash and UnsatisfiedLinkError/NoClassDefFoundError
    (Closes: #523139) (Closes: #489701)
  - Fixes amd64 support (Closes: #574395)
* Added debian/watch file
* Switched to source format 3.0 (quilt)
  - moved debian changes into patch in debian/patches
* Changed rules to use dh
* Fixed multiple lintian errors and multiple warnings
  - Policy version 3.8.4
* Section moved to java from libs
* Moved to team maintenance: Maintainer: Debian Java maintainers
  - Mario and I moved to uploaders
* DM Uploads Allowed: yes
* Build depends on javahelper
  - Binary depends on ${java:Depends}, use jh_installlibs for versioned
    install
  - Versioned naming of RXTXcomm.jar (Debian java policy)
* Added VCS tags to debian/control
* Libs now install in /usr/lib/jni instead of /usr/lib
* Added doc-base file

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: rxtx
2
 
Section: libs
 
2
Section: java
3
3
Priority: optional
4
 
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5
 
XSBC-Original-Maintainer: Mario Joussen <joussen@debian.org>
6
 
Build-Depends: debhelper (>> 5.0.0), libtool, default-jdk-builddep
7
 
Standards-Version: 3.8.0
 
4
Maintainer: Debian Java maintainers <pkg-java-maintainers@lists.alioth.debian.org>
 
5
Uploaders: Mario Joussen <joussen@debian.org>, Scott Howard <showard314@gmail.com>
 
6
DM-Upload-Allowed: yes
 
7
Build-Depends: debhelper (>= 7.0.50~), libtool, javahelper, default-jdk-builddep
 
8
Standards-Version: 3.8.4
8
9
Homepage: http://www.rxtx.org
 
10
Vcs-Git: git://git.debian.org/pkg-java/rxtx.git
 
11
Vcs-Browser: http://git.debian.org/?p=pkg-java/rxtx.git
 
12
 
9
13
 
10
14
Package: librxtx-java
11
15
Architecture: any
12
 
Depends: ${shlibs:Depends}, java-runtime
 
16
Depends: ${shlibs:Depends}, ${misc:Depends}, ${java:Depends}
13
17
Provides: lib-rxtx-java
14
18
Conflicts: lib-rxtx-java
15
19
Description: Full Java CommAPI implementation