Your message dated Wed, 01 Apr 2009 23:32:04 +0000
with message-id <[email protected]>
and subject line Bug#522129: fixed in libqdwizard-java 2.1+svn17-1
has caused the Debian Bug report #522129,
regarding libqdwizard-java: New upstream release 2.1 (patch)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
522129: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=522129
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libqdwizard-java
Version: 2.0.2-2
Severity: wishlist
Tags: patch

Hi,

I've prepared a new release of libqdwizard-java for upstream 2.1.
It's targeted and needed by jajuk upstream release 1.7.1.

Can you please review this ?

  * New upstream release
    - Upstream haven't provided any tarballs so we are stuck
      using SVN revision 17
  * Reworked debian/orig-tar.{sh|excludes} to use SVN repository
    to extract 2.1 release
  * debian/rules:
    - change get-orig-source from uscan to orig-tar.sh
    - use default-java as JAVA_HOME
  * debian/control:
    - Build-Depends on default-jdk-builddep
    - Change section to "java"
    - Bump Standards-Version to 3.8.1 (no changes needed)
  * Add myself as Uploaders

You'll find the patch attached or you can find my work on pkg-java SVN 
repository (r8160)

Cheers,
-- 
Damien Raude-Morvan / www.drazzib.com

Index: debian/control
===================================================================
--- debian/control	(révision 8159)
+++ debian/control	(copie de travail)
@@ -1,11 +1,11 @@
 Source: libqdwizard-java
-Section: libs
+Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <[email protected]>
-Uploaders: Varun Hiremath <[email protected]>, Torsten Werner <[email protected]>
+Uploaders: Varun Hiremath <[email protected]>, Torsten Werner <[email protected]>, Damien Raude-Morvan <[email protected]>
 Build-Depends: cdbs, debhelper (>= 5)
-Build-Depends-Indep: ant, java-gcj-compat-dev
-Standards-Version: 3.7.3
+Build-Depends-Indep: ant, default-jdk-builddep
+Standards-Version: 3.8.1
 Homepage: http://qdwizard.sourceforge.net/
 Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/libqdwizard-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libqdwizard-java/
Index: debian/changelog
===================================================================
--- debian/changelog	(révision 8159)
+++ debian/changelog	(copie de travail)
@@ -1,3 +1,21 @@
+libqdwizard-java (2.1+svn17-1) UNRELEASED; urgency=low
+
+  * New upstream release
+    - Upstream haven't provided any tarballs so we are stuck
+      using SVN revision 17
+  * Reworked debian/orig-tar.{sh|excludes} to use SVN repository
+    to extract 2.1 release
+  * debian/rules:
+    - change get-orig-source from uscan to orig-tar.sh
+    - use default-java as JAVA_HOME
+  * debian/control:
+    - Build-Depends on default-jdk-builddep
+    - Change section to "java"
+    - Bump Standards-Version to 3.8.1 (no changes needed)
+  * Add myself as Uploaders
+
+ -- Damien Raude-Morvan <[email protected]>  Wed, 01 Apr 2009 01:37:00 +0200
+
 libqdwizard-java (2.0.2-2) unstable; urgency=low
 
   * Include the missing *.properties files in the qdwizard jar.
Index: debian/rules
===================================================================
--- debian/rules	(révision 8159)
+++ debian/rules	(copie de travail)
@@ -3,7 +3,7 @@
 include /usr/share/cdbs/1/class/ant.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 
-JAVA_HOME            := /usr/lib/jvm/java-gcj
+JAVA_HOME            := /usr/lib/jvm/default-java
 DEB_ANT_BUILDFILE    := debian/build.xml
 DEB_ANT_BUILD_TARGET := jar javadoc
 
@@ -13,4 +13,4 @@
 	  /usr/share/java/qdwizard.jar
 
 get-orig-source:
-	-uscan --upstream-version 0
+	sh debian/orig-tar.sh $(DEB_UPSTREAM_VERSION)
Index: debian/orig-tar.exclude
===================================================================
--- debian/orig-tar.exclude	(révision 0)
+++ debian/orig-tar.exclude	(révision 0)
@@ -0,0 +1,4 @@
+*.jar
+*/doc/javadoc/*
+*/.svn*
+*/CVS*
Index: debian/orig-tar.sh
===================================================================
--- debian/orig-tar.sh	(révision 8159)
+++ debian/orig-tar.sh	(copie de travail)
@@ -1,13 +1,15 @@
 #!/bin/sh -e
 
-# called by uscan with '--upstream-version' <version> <file>
-TAR=../libqdwizard-java_$2.orig.tar.gz
-DIR=QDWizard
+# $1 version
+TAR=../libqdwizard-java_$1.orig.tar.gz
+DIR=QDWizard-$1
+VERSION=`echo $1 | sed -e 's/\+.*//g' | sed -e 's/\./_/g'`
+REVISION=`echo $1 | sed -e 's/.*svn//'`
 
-# clean up the upstream tarball
-unzip $3
-tar -c -z -f $TAR --exclude '*.jar' --exclude '*/doc/javadoc/*' --exclude '*/.svn*' --exclude '*/CVS*' $DIR
-rm -rf $DIR $3
+# Get upstream tarball from SVN
+svn export -r $REVISION https://qdwizard.svn.sourceforge.net/svnroot/qdwizard/QDWizard/ $DIR
+GZIP=--best tar -c -z -f $TAR -X debian/orig-tar.exclude $DIR
+rm -rf $DIR
 
 # move to directory 'tarballs'
 if [ -r .svn/deb-layout ]; then

--- End Message ---
--- Begin Message ---
Source: libqdwizard-java
Source-Version: 2.1+svn17-1

We believe that the bug you reported is fixed in the latest version of
libqdwizard-java, which is due to be installed in the Debian FTP archive:

libqdwizard-java_2.1+svn17-1.diff.gz
  to pool/main/libq/libqdwizard-java/libqdwizard-java_2.1+svn17-1.diff.gz
libqdwizard-java_2.1+svn17-1.dsc
  to pool/main/libq/libqdwizard-java/libqdwizard-java_2.1+svn17-1.dsc
libqdwizard-java_2.1+svn17-1_all.deb
  to pool/main/libq/libqdwizard-java/libqdwizard-java_2.1+svn17-1_all.deb
libqdwizard-java_2.1+svn17.orig.tar.gz
  to pool/main/libq/libqdwizard-java/libqdwizard-java_2.1+svn17.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Varun Hiremath <[email protected]> (supplier of updated libqdwizard-java package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 01 Apr 2009 17:59:27 -0400
Source: libqdwizard-java
Binary: libqdwizard-java
Architecture: source all
Version: 2.1+svn17-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
<[email protected]>
Changed-By: Varun Hiremath <[email protected]>
Description: 
 libqdwizard-java - Simple Java Swing Wizard API
Closes: 522129
Changes: 
 libqdwizard-java (2.1+svn17-1) unstable; urgency=low
 .
   [ Damien Raude-Morvan ]
   * New upstream release
     - Upstream haven't provided any tarballs so we are stuck
       using SVN revision 17
   * Reworked debian/orig-tar.{sh|excludes} to use SVN repository
     to extract 2.1 release
   * debian/rules:
     - change get-orig-source from uscan to orig-tar.sh
     - use default-java as JAVA_HOME
   * debian/control:
     - Build-Depends on default-jdk-builddep
     - Change section to "java"
     - Bump Standards-Version to 3.8.1 (no changes needed)
   * Add myself as Uploaders
 .
   [ Varun Hiremath ]
   * Accept changes made by Damien Raude-Morvan (Closes: #522129)
Checksums-Sha1: 
 3ec706a3e3ed76d96bd615bc793a5abd687c4e7c 1439 libqdwizard-java_2.1+svn17-1.dsc
 484f61a1a5478adc1790c2c545b7bed4eb19d162 82112 
libqdwizard-java_2.1+svn17.orig.tar.gz
 bcd0ae284cc6c6aa533abe6f2c92eaf4d7b1e70d 3518 
libqdwizard-java_2.1+svn17-1.diff.gz
 38512729e14461d03432b9557d1ae34680c4224a 33102 
libqdwizard-java_2.1+svn17-1_all.deb
Checksums-Sha256: 
 1721177e5b9427108800342e0ebae3b4e60524eb286f263631998377c921b4c7 1439 
libqdwizard-java_2.1+svn17-1.dsc
 60d5b25f3da6cce713f32f0b1b43b98dce072a11a598da08f573c145b3e0742b 82112 
libqdwizard-java_2.1+svn17.orig.tar.gz
 977a124c47ffae01a1c519b2acfeab3b81560e8aa36c4688e0761f345b4c6346 3518 
libqdwizard-java_2.1+svn17-1.diff.gz
 e0aab317d89f052d1efe4e3efd77b0cee87601c16b089db152e6a8e27a240afc 33102 
libqdwizard-java_2.1+svn17-1_all.deb
Files: 
 fcff28f5493147a751f39cae530d6fb7 1439 java optional 
libqdwizard-java_2.1+svn17-1.dsc
 9ab81fb10a049f0cb5726c3db7ded3b7 82112 java optional 
libqdwizard-java_2.1+svn17.orig.tar.gz
 e21ce079b9faa58bff3fa5d2fdde6552 3518 java optional 
libqdwizard-java_2.1+svn17-1.diff.gz
 18df75a994c20245377d3c7809c5ec08 33102 java optional 
libqdwizard-java_2.1+svn17-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAknT97oACgkQPEFSUMxFMZfr0QCfW65p5mtR++g5htMfFMHgQh5X
MCMAnRScCqwTrIZUNGSMiTSeBg8pzLII
=r5Uj
-----END PGP SIGNATURE-----



--- End Message ---
_______________________________________________
pkg-java-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

Reply via email to