[pkg-java] r10864 - in trunk/jlgui/debian: . patches

Niels Thykier nthykier-guest at alioth.debian.org
Fri Oct 23 16:24:28 UTC 2009


Author: nthykier-guest
Date: 2009-10-23 16:24:28 +0000 (Fri, 23 Oct 2009)
New Revision: 10864

Added:
   trunk/jlgui/debian/README.source
Removed:
   trunk/jlgui/debian/README.Debian-source
Modified:
   trunk/jlgui/debian/changelog
   trunk/jlgui/debian/control
   trunk/jlgui/debian/copyright
   trunk/jlgui/debian/patches/build.diff
   trunk/jlgui/debian/patches/create_confdir.diff
   trunk/jlgui/debian/watch
Log:
jlgui (3.0-10) unstable; urgency=low

  * Fixed misspelled dependency. (Closes: #551847)
  * Corrected Homepage and Vcs-* fields.
  * Renamed README.Debian-source to README.source and added information.
    about the patch system in use.
  * Bumped Standards-Version to 3.8.3 - no changes required.
  * Updated watchfile to use sf.net.
  * Created short descriptions for patches.
  * Updated debian/copyright
    - correct reference to LGPL-2
    - corrected copyright symbol

 -- Niels Thykier <niels at thykier.net>  Fri, 23 Oct 2009 18:21:57 +0200


Deleted: trunk/jlgui/debian/README.Debian-source
===================================================================
--- trunk/jlgui/debian/README.Debian-source	2009-10-23 15:27:52 UTC (rev 10863)
+++ trunk/jlgui/debian/README.Debian-source	2009-10-23 16:24:28 UTC (rev 10864)
@@ -1,13 +0,0 @@
-jlgui
-=====
-
-The upstream supplied source package contains binary jar files.
-Currently no clean source distribution exists. Therefore, the upstream
-sources were modified to comply with the Debian Free Software
-Guidelines.
-
-Use the rules/get-orig-source target to create the orig.tar.gz.
-For more details on repackaging of upstream sources please see the 
-debian/orig-tar.sh file.
-
--- Varun Hiremath <varunhiremath at gmail.com>  Mon, 27 Aug 2007 19:02:53 +0530

Added: trunk/jlgui/debian/README.source
===================================================================
--- trunk/jlgui/debian/README.source	                        (rev 0)
+++ trunk/jlgui/debian/README.source	2009-10-23 16:24:28 UTC (rev 10864)
@@ -0,0 +1,25 @@
+jlgui
+=====
+
+The upstream supplied source package contains binary jar files.
+Currently no clean source distribution exists. Therefore, the upstream
+sources were modified to comply with the Debian Free Software
+Guidelines.
+
+Use the rules/get-orig-source target to create the orig.tar.gz.
+For more details on repackaging of upstream sources please see the 
+debian/orig-tar.sh file.
+
+-- Varun Hiremath <varunhiremath at gmail.com>  Mon, 27 Aug 2007 19:02:53 +0530
+
+Patches
+=======
+
+This package uses quilt to maintain patches.
+
+Please read the README.source provided with the documentation
+of the quilt package for information about how to add, remove,
+apply and unapply patched to/from the build.
+
+-- Niels Thykier <niels at thykier.net> Fri, 23 Oct 2009 17:11:53 +0200
+

Modified: trunk/jlgui/debian/changelog
===================================================================
--- trunk/jlgui/debian/changelog	2009-10-23 15:27:52 UTC (rev 10863)
+++ trunk/jlgui/debian/changelog	2009-10-23 16:24:28 UTC (rev 10864)
@@ -1,3 +1,18 @@
+jlgui (3.0-10) UNRELEASED; urgency=low
+
+  * Fixed misspelled dependency. (Closes: #551847)
+  * Corrected Homepage and Vcs-* fields.
+  * Renamed README.Debian-source to README.source and added information.
+    about the patch system in use.
+  * Bumped Standards-Version to 3.8.3 - no changes required.
+  * Updated watchfile to use sf.net.
+  * Created short descriptions for patches.
+  * Updated debian/copyright
+    - correct reference to LGPL-2
+    - corrected copyright symbol
+
+ -- Niels Thykier <niels at thykier.net>  Fri, 23 Oct 2009 16:52:22 +0200
+
 jlgui (3.0-9) unstable; urgency=low
 
   * Change Build-Depends: default-jdk.

Modified: trunk/jlgui/debian/control
===================================================================
--- trunk/jlgui/debian/control	2009-10-23 15:27:52 UTC (rev 10863)
+++ trunk/jlgui/debian/control	2009-10-23 16:24:28 UTC (rev 10864)
@@ -2,19 +2,20 @@
 Section: sound
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Varun Hiremath <varun at debian.org>, Torsten Werner <twerner at debian.org>
+Uploaders: Varun Hiremath <varun at debian.org>, Torsten Werner <twerner at debian.org>,
+ Niels Thykier <niels at thykier.net>
 Build-Depends: ant, cdbs, debhelper (>= 5), default-jdk, libbasicplayer-java,
  libcommons-logging-java, libjlayer-java, libkjdsp-java,
  libtritonus-java, libjmac-java, quilt
-Standards-Version: 3.8.2
-Homepage: http://www.javazoom.net/jlgui/jlgui.html
-Vcs-Svn: https://bollin.googlecode.com/svn/jlgui/trunk
-Vcs-Browser: http://bollin.googlecode.com/svn/jlgui/trunk
+Standards-Version: 3.8.3
+Homepage: http://sourceforge.net/projects/jlgui
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/jlgui/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/jlgui
 
 Package: jlgui
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends},
- openjdk6-jre, libbasicplayer-java, libcommons-logging-java,
+ openjdk-6-jre, libbasicplayer-java, libcommons-logging-java,
  libjlayer-java, libkjdsp-java, libmp3spi-java, libtritonus-java,
  libvorbisspi-java, libjmac-java
 Recommends: kdebase-data, libjflac-java, libjspeex-java

Modified: trunk/jlgui/debian/copyright
===================================================================
--- trunk/jlgui/debian/copyright	2009-10-23 15:27:52 UTC (rev 10863)
+++ trunk/jlgui/debian/copyright	2009-10-23 16:24:28 UTC (rev 10864)
@@ -9,10 +9,10 @@
    Scott Pennell <spennell6 at comcast.net>
    Dmitry Vaguine <davagin at udm.ru>
 
-Copyright: (C) 2007 Joseph Hines <jhines at psyberrealm.com>
-	   (C) 2007 Dong Yang <john_yang at 263.net>
-	   (C) 2007 Scott Pennell <spennell6 at comcast.net>
-	   (C) 2007 Dmitry Vaguine <davagin at udm.ru>
+Copyright: © 2007 Joseph Hines <jhines at psyberrealm.com>
+	   © 2007 Dong Yang <john_yang at 263.net>
+	   © 2007 Scott Pennell <spennell6 at comcast.net>
+	   © 2007 Dmitry Vaguine <davagin at udm.ru>
 
 License:
     This package is free software; you can redistribute it and/or
@@ -26,7 +26,7 @@
     Lesser General Public License for more details.
 
     On Debian systems, the complete text of the GNU Lesser General
-    Public License can be found in `/usr/share/common-licenses/LGPL'.
+    Public License can be found in `/usr/share/common-licenses/LGPL-2'.
 
-The Debian packaging is (C) 2007, Varun Hiremath <varunhiremath at gmail.com> and
+The Debian packaging is © 2007, Varun Hiremath <varunhiremath at gmail.com> and
 is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Modified: trunk/jlgui/debian/patches/build.diff
===================================================================
--- trunk/jlgui/debian/patches/build.diff	2009-10-23 15:27:52 UTC (rev 10863)
+++ trunk/jlgui/debian/patches/build.diff	2009-10-23 16:24:28 UTC (rev 10864)
@@ -1,3 +1,5 @@
+Description: Corrects encoding
+
 Index: jlgui-3.0/build.xml
 ===================================================================
 --- jlgui-3.0.orig/build.xml	2007-10-12 09:39:38.000000000 +0200

Modified: trunk/jlgui/debian/patches/create_confdir.diff
===================================================================
--- trunk/jlgui/debian/patches/create_confdir.diff	2009-10-23 15:27:52 UTC (rev 10863)
+++ trunk/jlgui/debian/patches/create_confdir.diff	2009-10-23 16:24:28 UTC (rev 10864)
@@ -1,3 +1,5 @@
+Description: Changes the location of the user configuration files from current dir to a subdir in the user's home dir.
+
 diff -urN jlgui3.0.orig/src/javazoom/jlgui/player/amp/PlayerUI.java jlgui3.0/src/javazoom/jlgui/player/amp/PlayerUI.java
 --- jlgui3.0.orig/src/javazoom/jlgui/player/amp/PlayerUI.java	2007-10-10 20:01:38.000000000 +0530
 +++ jlgui3.0/src/javazoom/jlgui/player/amp/PlayerUI.java	2007-10-10 20:01:55.000000000 +0530

Modified: trunk/jlgui/debian/watch
===================================================================
--- trunk/jlgui/debian/watch	2009-10-23 15:27:52 UTC (rev 10863)
+++ trunk/jlgui/debian/watch	2009-10-23 16:24:28 UTC (rev 10864)
@@ -1,4 +1,3 @@
 version=3
-http://www.javazoom.net/jlgui/sources.html .*/jlgui(.*).tar.gz \
-  debian debian/orig-tar.sh
-
+http://sf.net/projects/jlgui/jlGui(.*).tar.gz \
+  debian debian/orig-tar\.sh




More information about the pkg-java-commits mailing list