[SCM] Packaging for rxtx branch, master, updated. debian/2.2pre2-9-2-g438de20

Scott Howard showard at debian.org
Sun Oct 30 16:09:17 UTC 2011


The following commit has been merged in the master branch:
commit 438de204ca82b946306660e088292b92f8b3c677
Author: Scott Howard <showard at debian.org>
Date:   Sun Oct 30 12:09:06 2011 -0400

    Added librxtx-java-dbg package

diff --git a/debian/changelog b/debian/changelog
index 21f5328..1350400 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ rxtx (2.2pre2-10) UNRELEASED; urgency=low
   * debian/patches/multiple_property_dirs.patch
     - handles the case where the "java.ext.dirs" system property contains
       more than one directory. (Closes: #646069) Thanks Philip Ashmore.
+  * Added librxtx-java-dbg package
 
- -- Scott Howard <showard at debian.org>  Fri, 28 Oct 2011 13:07:30 -0400
+ -- Scott Howard <showard at debian.org>  Sun, 30 Oct 2011 09:05:27 -0400
 
 rxtx (2.2pre2-9) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 619de53..2ca9d21 100644
--- a/debian/control
+++ b/debian/control
@@ -2,11 +2,11 @@ Source: rxtx
 Section: java
 Priority: optional
 Maintainer: Debian Java maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Mario Joussen <joussen at debian.org>, Scott Howard <showard at debian.org>
+Uploaders: Scott Howard <showard at debian.org>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 8), libtool, javahelper, default-jdk,
  dh-autoreconf, autotools-dev
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Homepage: http://www.rxtx.org
 Vcs-Git: git://git.debian.org/pkg-java/rxtx.git
 Vcs-Browser: http://git.debian.org/?p=pkg-java/rxtx.git
@@ -22,3 +22,15 @@ Description: Full Java CommAPI implementation
  RXTX is a full implementation of the Java CommAPI from Sun. It contains
  native libraries providing serial and parallel communication for the
  Java Development Toolkit.
+
+Package: librxtx-java-dbg
+Architecture: any
+Section: debug
+Priority:extra
+Depends: ${shlibs:Depends}, ${misc:Depends}, librxtx-java (= ${binary:Version})
+Description: Full Java CommAPI implementation, Debugging Symbols
+ RXTX is a full implementation of the Java CommAPI from Sun. It contains
+ native libraries providing serial and parallel communication for the
+ Java Development Toolkit.
+ .
+ This package contains the debugging symbols for librxtx-java.
diff --git a/debian/rules b/debian/rules
index 8def587..0d6adc8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,3 +16,6 @@ override_dh_install:
 
 override_dh_installchangelogs:
 	dh_installchangelogs ChangeLog
+
+override_dh_strip:
+	dh_strip --dbg-package=librxtx-java-dbg

-- 
Packaging for rxtx



More information about the pkg-java-commits mailing list