[rxtx] 15/17: Update changelog
Markus Koschany
apo at moszumanska.debian.org
Fri Oct 27 13:06:07 UTC 2017
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository rxtx.
commit e6e270b941c4ad66f3e09b288a1e43697029ff66
Author: Markus Koschany <apo at debian.org>
Date: Fri Oct 27 14:49:10 2017 +0200
Update changelog
---
debian/README.debian | 2 +-
debian/changelog | 243 ++++++++++++++++++++++++++++++++++++++++++++--
debian/README.debian | 23 -----
debian/changelog | 269 ---------------------------------------------------
4 files changed, 234 insertions(+), 303 deletions(-)
diff --git a/debian/README.debian b/debian/README.debian
index 39db4c2..c560769 100644
--- a/debian/README.debian
+++ b/debian/README.debian
@@ -15,7 +15,7 @@ The Debian Package rxtx
-----------------------
rxtx is a native interface to serial ports in java by Trent Jarvi
-<taj at parcelfarce.linux.theplanet.co.uk>. This is a native lib for jdk 1.1.*/1.2.*.
+<taj at parcelfarce.linux.theplanet.co.uk>. This is a native lib for jdk 1.1.*/1.2.*.
Copies of the latest RXTX will be on http://www.frii.com/~jarvi/rxtx/download.html
The primary source for information/support is http://www.frii.com/~jarvi/rxtx/.
diff --git a/debian/changelog b/debian/changelog
index 842bbda..5ca279f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,15 +1,240 @@
-Mon Mar 11 15:18:22 MST 2002
+rxtx (2.2pre2+dfsg1-1) unstable; urgency=medium
-Note:
+ * Team upload.
+ * Repack the upstream tarball and remove prebuilt jar files and CVS
+ directories.
+ * Switch to compat level 10.
+ * Drop librxtx-java-dbg binary package and use the automatic -dbgsym package
+ instead.
+ * Declare compliance with Debian Policy 4.1.1.
+ * Add java9.patch and support Java 9 by building with -source/-target 1.8.
+ Thanks to Chris West for the report. (Closes: #873999)
+ * Add privacy-breach.patch and fix various Lintian warnings about
+ privacy breach.
-Debian packages are not maintained in the rxtx tree. For the latest package,
-please go to:
+ -- Markus Koschany <apo at debian.org> Fri, 27 Oct 2017 13:54:14 +0200
-ftp://ftp.debian.org/debian/pool/contrib/r/rxtx/
+rxtx (2.2pre2-13) unstable; urgency=medium
-Maintainer: Mario Joussen <joussen at debian.org>
+ * Team upload.
+ * debian/copyright:
+ - Correct Format and remove broken Source link.
+ - Update Upstream-Source and contact email address in copyright
+ * debian/control:
+ - Update upstream in debian/control.
+ - Update Vcs links to use canonical URLs.
+ - Add tmancill at debian.org to Uploaders.
-------------------- Old ChangeLog ----------------------------------
+ -- tony mancill <tmancill at debian.org> Sun, 20 Jul 2014 20:40:59 -0700
+
+rxtx (2.2pre2-12) unstable; urgency=medium
+
+ * Team upload.
+ * Apply patch for USB serial adapters at 38400 (Closes: #740098)
+ - Thank you to Jan Niehusmann for the analysis and patch.
+ * Apply patch for buffer overflow with long paths. (Closes: #731151)
+ - Thank you to Jose Luis Guardiola for the patch.
+ * Remove DMUA field from debian/control.
+ * Bump DH dependency from 8 to 9.
+ - Add patch for compilation with format-security as error.
+ * Bump Standards-Version to 3.9.5.
+
+ -- tony mancill <tmancill at debian.org> Tue, 25 Feb 2014 20:46:17 -0800
+
+rxtx (2.2pre2-11) unstable; urgency=low
+
+ * debian/patches/MonitorThread-daemon.patch
+ - Mark threads created by RXTX as daemon so JVM can shut down
+ gracefully. Thanks to Christopher Wellons (Closes: #674975)
+ * debian/patches/fhs_lock_buffer_overflow_fix.patch
+ - Prevents java from failing with buffer overflow when a locked serial
+ debice is opened. Thanks to Sergio Talens-Oliag (Closes: #673778)
+
+ -- Scott Howard <showard at debian.org> Sat, 02 Jun 2012 10:13:50 -0400
+
+rxtx (2.2pre2-10) unstable; 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 and added uninstall target
+ (Closes: #646356)
+
+ -- Scott Howard <showard at debian.org> Mon, 31 Oct 2011 03:04:52 -0400
+
+rxtx (2.2pre2-9) unstable; urgency=low
+
+ * debian/rules: dh_install -X.la for removal of *.la from libraries
+
+ -- Scott Howard <showard at debian.org> Tue, 04 Oct 2011 18:24:09 -0400
+
+rxtx (2.2pre2-8) UNRELEASED; urgency=low
+
+ * Updated kfreebsd_port.patch to follow FHS
+ * replaced debian_porting.patch with sys_io_h_check.patch to use
+ AC_CHECK_HEADERS to determine if sys/io.h is on a system. Thanks
+ to Nobuhiro Iwamatsu. (Closes: #609152)
+ * port_to_hurd.patch defines that HURD uses the FHS.
+
+ -- Scott Howard <showard at debian.org> Wed, 23 Feb 2011 23:28:09 -0500
+
+rxtx (2.2pre2-7) unstable; urgency=low
+
+ * Continued poritng effor: added --with autotools-dev
+ --with autoreconf to debian/rules
+
+ -- Scott Howard <showard at debian.org> Sun, 06 Feb 2011 12:56:21 -0500
+
+rxtx (2.2pre2-6) unstable; urgency=low
+
+ * debian/patches/kfreebsd_libpthread.patch
+ - libc_r is not available, use libpthread on kfreebsd
+ * Merge to unstable
+
+ -- Scott Howard <showard at debian.org> Sun, 06 Feb 2011 12:05:45 -0500
+
+rxtx (2.2pre2-5) experimental; urgency=low
+
+ * debian/patches/kreebsd_porting.patch
+ - Fixed a FTBFS from not defining __FreeBSD_kernel__
+ * Ported to s390 by adding it to debian_porting.patch.
+
+ -- Scott Howard <showard at debian.org> Fri, 04 Feb 2011 00:32:37 -0500
+
+rxtx (2.2pre2-4) experimental; urgency=low
+
+ * Updated debian/copyright.
+ * debian/compat is now 8
+ * debian/patches/debian_porting.patch
+ - Fixed a FTBFS in src/RawImp.c for systems without sys/io.h
+ (Closes: #609152)
+ * debian/patches/kreebsd_porting.patch
+ - Fixed a FTBFS from not defining __FreeBSD_kernel__
+ (Closes: #585089)
+ * debian/patches/zsystem_exception.patch
+ - Print error if initialization fails (Closes: #472053)
+
+ -- Scott Howard <showard at debian.org> Thu, 03 Feb 2011 21:05:47 -0500
+
+rxtx (2.2pre2-3) experimental; urgency=low
+
+ * Added ${java:Recommends} to debian/control to recommend links to
+ system installed javadocs per Debian Java Policy.
+ * Debian policy 3.9.1 (no changes).
+ * Added ttyACM_ports.patch to allow for enumeration of many additional
+ ports, including ttyACM used in Arduino Uno development boards.
+
+ -- Scott Howard <showard314 at gmail.com> Tue, 05 Oct 2010 09:42:49 -0400
+
+rxtx (2.2pre2-2) unstable; urgency=low
+
+ * Added javadoc to package
+ * Changed build depend on default-jdk-builddep to default-jdk
+
+ -- Scott Howard <showard314 at gmail.com> Thu, 24 Jun 2010 20:39:54 -0400
+
+rxtx (2.2pre2-1) unstable; urgency=low
+
+ * 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
+
+ -- Scott Howard <showard314 at gmail.com> Thu, 03 Jun 2010 23:19:16 -0400
+
+rxtx (2.1.7r2-4) unstable; urgency=low
+
+ * Changed Java build dependency to default-jdk-builddep.
+ (closes: Bug#491169)
+ * Changed Java dependency to java-runtime.
+ (closes: Bug#463115)
+
+ -- Mario Joussen <joussen at debian.org> Mon, 21 Jul 2008 18:20:31 +0200
+
+rxtx (2.1.7r2-3) unstable; urgency=low
+
+ * Removed check of UTS_RELEASE.
+ (closes: Bug#428998)
+
+ -- Mario Joussen <joussen at debian.org> Sat, 28 Jul 2007 16:13:55 +0200
+
+rxtx (2.1.7r2-2) unstable; urgency=low
+
+ * Fixed configure script for Java version 1.6.
+ (closes: Bug#417109)
+
+ -- Mario Joussen <joussen at debian.org> Tue, 3 Jul 2007 21:27:42 +0200
+
+rxtx (2.1.7r2-1) unstable; urgency=low
+
+ * New upstream release.
+ (closes: Bug#428998)
+
+ -- Mario Joussen <joussen at debian.org> Sat, 30 Jun 2007 12:43:58 +0200
+
+rxtx (2.1.7-2) unstable; urgency=low
+
+ * Fixed stupid bug in clean target.
+ (closes: Bug#354859)
+
+ -- Mario Joussen <joussen at debian.org> Wed, 1 Mar 2006 18:56:52 +0100
+
+rxtx (2.1.7-1) unstable; urgency=low
+
+ * New upstream release.
+ * Fixed broken build system to make package compilable with Kaffe
+ again. (closes: Bug#290420, Bug#301364)
+
+ -- Mario Joussen <joussen at debian.org> Sun, 26 Feb 2006 12:14:09 +0100
+
+rxtx (2.1.6-2) unstable; urgency=high
+
+ * Ship jar file instead of individual classfiles.
+ (closes: Bug#275916)
+ * Renamed binary package according to Java sub-policy.
+ * Changes to configure.in, so rxtx can be compiled with recent versions
+ of Kaffe and hence can be moved from contrib to main.
+ * Removed unnecessary postinst.
+ * Fixed Build-Depends and Depends to include a real package (kaffe-dev,
+ kaffe) in order to shut up lintian.
+ * Thanks for all these changes to Hilko Bengen <bengen at debian.org>.
+
+ -- Mario Joussen <joussen at debian.org> Sun, 17 Oct 2004 23:49:00 +0200
+
+rxtx (2.1.6-1) unstable; urgency=low
+
+ * New upstream release.
+ (closes: Bug#160368)
+
+ -- Mario Joussen <joussen at debian.org> Sat, 2 Nov 2002 15:26:07 +0100
+
+rxtx (1.5.9pre5-1) unstable; urgency=low
+
+ * New maintainer. (closes: Bug#133233)
+ * New upstream release. (closes: Bug#132572)
+ * Changed the dependencies according to the proposed Debian Java policy.
+ (closes: Bug#112353, Bug#74168, Bug#44469)
+ * Removed the included jar file and put the class files under
+ /usr/share/java/repository instead.
+
+ -- Mario Joussen <joussen at debian.org> Wed, 6 Mar 2002 00:50:09 +0100
rxtx (1.3.8-1) unstable; urgency=low
@@ -42,6 +267,4 @@ rxtx (1.3.3-1) unstable; urgency=low
-- Christian Leutloff <leutloff at debian.org> Mon, 28 Jun 1999 11:47:41 +0200
-Local variables:
-mode: debian-changelog
-End:
+
diff --git a/debian/README.debian b/debian/README.debian
deleted file mode 100644
index c560769..0000000
--- a/debian/README.debian
+++ /dev/null
@@ -1,23 +0,0 @@
-Mon Mar 11 15:18:22 MST 2002
-
-Note:
-
-Debian packages are not maintained in the rxtx tree. For the latest package,
-please go to:
-
-ftp://ftp.debian.org/debian/pool/contrib/r/rxtx/
-
-Maintainer: Mario Joussen <joussen at debian.org>
-
------------------------------- old README ------------------------------------
-
-The Debian Package rxtx
------------------------
-
-rxtx is a native interface to serial ports in java by Trent Jarvi
-<taj at parcelfarce.linux.theplanet.co.uk>. This is a native lib for jdk 1.1.*/1.2.*.
-
-Copies of the latest RXTX will be on http://www.frii.com/~jarvi/rxtx/download.html
-The primary source for information/support is http://www.frii.com/~jarvi/rxtx/.
-
-Christian Leutloff <leutloff at debian.org>, Mon, 28 Jun 1999 11:47:41 +0200
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index 8fc5590..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,269 +0,0 @@
-rxtx (2.2pre2+dfsg-1) unstable; urgency=medium
-
- * Team upload.
- * Repack the upstream tarball and remove prebuilt jar files.
- * Switch to compat level 10.
- * Drop librxtx-java-dbg binary package and use the automatic -dbgsym package
- instead.
- * Declare compliance with Debian Policy 4.1.1.
- * Add java9.patch and support Java 9 by building with -source/-target 1.8.
- Thanks to Chris West for the report. (Closes: #873999)
- * Add privacy-breach.patch and fix various Lintian warnings about
- privacy breach.
-
- -- Markus Koschany <apo at debian.org> Fri, 27 Oct 2017 13:54:14 +0200
-
-rxtx (2.2pre2-13) unstable; urgency=medium
-
- * Team upload.
- * debian/copyright:
- - Correct Format and remove broken Source link.
- - Update Upstream-Source and contact email address in copyright
- * debian/control:
- - Update upstream in debian/control.
- - Update Vcs links to use canonical URLs.
- - Add tmancill at debian.org to Uploaders.
-
- -- tony mancill <tmancill at debian.org> Sun, 20 Jul 2014 20:40:59 -0700
-
-rxtx (2.2pre2-12) unstable; urgency=medium
-
- * Team upload.
- * Apply patch for USB serial adapters at 38400 (Closes: #740098)
- - Thank you to Jan Niehusmann for the analysis and patch.
- * Apply patch for buffer overflow with long paths. (Closes: #731151)
- - Thank you to Jose Luis Guardiola for the patch.
- * Remove DMUA field from debian/control.
- * Bump DH dependency from 8 to 9.
- - Add patch for compilation with format-security as error.
- * Bump Standards-Version to 3.9.5.
-
- -- tony mancill <tmancill at debian.org> Tue, 25 Feb 2014 20:46:17 -0800
-
-rxtx (2.2pre2-11) unstable; urgency=low
-
- * debian/patches/MonitorThread-daemon.patch
- - Mark threads created by RXTX as daemon so JVM can shut down
- gracefully. Thanks to Christopher Wellons (Closes: #674975)
- * debian/patches/fhs_lock_buffer_overflow_fix.patch
- - Prevents java from failing with buffer overflow when a locked serial
- debice is opened. Thanks to Sergio Talens-Oliag (Closes: #673778)
-
- -- Scott Howard <showard at debian.org> Sat, 02 Jun 2012 10:13:50 -0400
-
-rxtx (2.2pre2-10) unstable; 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 and added uninstall target
- (Closes: #646356)
-
- -- Scott Howard <showard at debian.org> Mon, 31 Oct 2011 03:04:52 -0400
-
-rxtx (2.2pre2-9) unstable; urgency=low
-
- * debian/rules: dh_install -X.la for removal of *.la from libraries
-
- -- Scott Howard <showard at debian.org> Tue, 04 Oct 2011 18:24:09 -0400
-
-rxtx (2.2pre2-8) UNRELEASED; urgency=low
-
- * Updated kfreebsd_port.patch to follow FHS
- * replaced debian_porting.patch with sys_io_h_check.patch to use
- AC_CHECK_HEADERS to determine if sys/io.h is on a system. Thanks
- to Nobuhiro Iwamatsu. (Closes: #609152)
- * port_to_hurd.patch defines that HURD uses the FHS.
-
- -- Scott Howard <showard at debian.org> Wed, 23 Feb 2011 23:28:09 -0500
-
-rxtx (2.2pre2-7) unstable; urgency=low
-
- * Continued poritng effor: added --with autotools-dev
- --with autoreconf to debian/rules
-
- -- Scott Howard <showard at debian.org> Sun, 06 Feb 2011 12:56:21 -0500
-
-rxtx (2.2pre2-6) unstable; urgency=low
-
- * debian/patches/kfreebsd_libpthread.patch
- - libc_r is not available, use libpthread on kfreebsd
- * Merge to unstable
-
- -- Scott Howard <showard at debian.org> Sun, 06 Feb 2011 12:05:45 -0500
-
-rxtx (2.2pre2-5) experimental; urgency=low
-
- * debian/patches/kreebsd_porting.patch
- - Fixed a FTBFS from not defining __FreeBSD_kernel__
- * Ported to s390 by adding it to debian_porting.patch.
-
- -- Scott Howard <showard at debian.org> Fri, 04 Feb 2011 00:32:37 -0500
-
-rxtx (2.2pre2-4) experimental; urgency=low
-
- * Updated debian/copyright.
- * debian/compat is now 8
- * debian/patches/debian_porting.patch
- - Fixed a FTBFS in src/RawImp.c for systems without sys/io.h
- (Closes: #609152)
- * debian/patches/kreebsd_porting.patch
- - Fixed a FTBFS from not defining __FreeBSD_kernel__
- (Closes: #585089)
- * debian/patches/zsystem_exception.patch
- - Print error if initialization fails (Closes: #472053)
-
- -- Scott Howard <showard at debian.org> Thu, 03 Feb 2011 21:05:47 -0500
-
-rxtx (2.2pre2-3) experimental; urgency=low
-
- * Added ${java:Recommends} to debian/control to recommend links to
- system installed javadocs per Debian Java Policy.
- * Debian policy 3.9.1 (no changes).
- * Added ttyACM_ports.patch to allow for enumeration of many additional
- ports, including ttyACM used in Arduino Uno development boards.
-
- -- Scott Howard <showard314 at gmail.com> Tue, 05 Oct 2010 09:42:49 -0400
-
-rxtx (2.2pre2-2) unstable; urgency=low
-
- * Added javadoc to package
- * Changed build depend on default-jdk-builddep to default-jdk
-
- -- Scott Howard <showard314 at gmail.com> Thu, 24 Jun 2010 20:39:54 -0400
-
-rxtx (2.2pre2-1) unstable; urgency=low
-
- * 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
-
- -- Scott Howard <showard314 at gmail.com> Thu, 03 Jun 2010 23:19:16 -0400
-
-rxtx (2.1.7r2-4) unstable; urgency=low
-
- * Changed Java build dependency to default-jdk-builddep.
- (closes: Bug#491169)
- * Changed Java dependency to java-runtime.
- (closes: Bug#463115)
-
- -- Mario Joussen <joussen at debian.org> Mon, 21 Jul 2008 18:20:31 +0200
-
-rxtx (2.1.7r2-3) unstable; urgency=low
-
- * Removed check of UTS_RELEASE.
- (closes: Bug#428998)
-
- -- Mario Joussen <joussen at debian.org> Sat, 28 Jul 2007 16:13:55 +0200
-
-rxtx (2.1.7r2-2) unstable; urgency=low
-
- * Fixed configure script for Java version 1.6.
- (closes: Bug#417109)
-
- -- Mario Joussen <joussen at debian.org> Tue, 3 Jul 2007 21:27:42 +0200
-
-rxtx (2.1.7r2-1) unstable; urgency=low
-
- * New upstream release.
- (closes: Bug#428998)
-
- -- Mario Joussen <joussen at debian.org> Sat, 30 Jun 2007 12:43:58 +0200
-
-rxtx (2.1.7-2) unstable; urgency=low
-
- * Fixed stupid bug in clean target.
- (closes: Bug#354859)
-
- -- Mario Joussen <joussen at debian.org> Wed, 1 Mar 2006 18:56:52 +0100
-
-rxtx (2.1.7-1) unstable; urgency=low
-
- * New upstream release.
- * Fixed broken build system to make package compilable with Kaffe
- again. (closes: Bug#290420, Bug#301364)
-
- -- Mario Joussen <joussen at debian.org> Sun, 26 Feb 2006 12:14:09 +0100
-
-rxtx (2.1.6-2) unstable; urgency=high
-
- * Ship jar file instead of individual classfiles.
- (closes: Bug#275916)
- * Renamed binary package according to Java sub-policy.
- * Changes to configure.in, so rxtx can be compiled with recent versions
- of Kaffe and hence can be moved from contrib to main.
- * Removed unnecessary postinst.
- * Fixed Build-Depends and Depends to include a real package (kaffe-dev,
- kaffe) in order to shut up lintian.
- * Thanks for all these changes to Hilko Bengen <bengen at debian.org>.
-
- -- Mario Joussen <joussen at debian.org> Sun, 17 Oct 2004 23:49:00 +0200
-
-rxtx (2.1.6-1) unstable; urgency=low
-
- * New upstream release.
- (closes: Bug#160368)
-
- -- Mario Joussen <joussen at debian.org> Sat, 2 Nov 2002 15:26:07 +0100
-
-rxtx (1.5.9pre5-1) unstable; urgency=low
-
- * New maintainer. (closes: Bug#133233)
- * New upstream release. (closes: Bug#132572)
- * Changed the dependencies according to the proposed Debian Java policy.
- (closes: Bug#112353, Bug#74168, Bug#44469)
- * Removed the included jar file and put the class files under
- /usr/share/java/repository instead.
-
- -- Mario Joussen <joussen at debian.org> Wed, 6 Mar 2002 00:50:09 +0100
-
-rxtx (1.3.8-1) unstable; urgency=low
-
- * New upstream release
-
- -- Christian Leutloff <leutloff at debian.org> Thu, 18 Nov 1999 21:23:57 +0100
-
-rxtx (1.3.3-4) unstable; urgency=low
-
- * control: depends on jdk1.1 (>= 1.1.7v2)
-
- -- Christian Leutloff <leutloff at debian.org> Sun, 4 Jul 1999 12:48:05 +0200
-
-rxtx (1.3.3-3) unstable; urgency=low
-
- * fixed package layout
-
- -- Christian Leutloff <leutloff at debian.org> Sun, 4 Jul 1999 12:47:06 +0200
-
-rxtx (1.3.3-2) unstable; urgency=low
-
- * improve generation of the needed links (could be improved further) and
- package layout
-
- -- Christian Leutloff <leutloff at debian.org> Wed, 30 Jun 1999 10:25:58 +0200
-
-rxtx (1.3.3-1) unstable; urgency=low
-
- * Initial Release.
-
- -- Christian Leutloff <leutloff at debian.org> Mon, 28 Jun 1999 11:47:41 +0200
-
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/rxtx.git
More information about the pkg-java-commits
mailing list