Your message dated Sun, 17 Apr 2011 10:14:43 +0000
with message-id <e1qbp07-00082u...@franck.debian.org>
and subject line Bug#621857: fixed in javatools 0.33
has caused the Debian Bug report #621857,
regarding dh sequencing isn't the same as cdbs sequencing
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 ow...@bugs.debian.org
immediately.)


-- 
621857: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=621857
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: javahelper
Version: 0.32
Severity: normal

  Hello,

  I've just been hit by a problem with respect to the sequencing in
dh:

insert_after("jh_installlibs", "jh_classpath");
insert_after("jh_classpath", "jh_manifest");

  This means that all manifest-related actions will be taken *AFTER*
the installation of the jars, which is bad since that means that in
the debian/package.classpath file for instance, one must specify the
target rather than the source. While one would normally write

  stuff.jar first-dep.jar second.jar

  one has to write

  debian/stuff/usr/share/java/stuff-version.jar ...

  This is pretty painful at best ;-)...

  BTW, I'm grateful for javahelper ! I think that eventually all java
libs should be transitioned to use it (well, at least those in control
of the java team), that would make java packaging a great deal easier.

  Cheers,

        Vincent

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.38-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages javahelper depends on:
ii  bsdmainutils                  8.2.2      collection of more utilities from 
ii  dctrl-tools                   2.18       Command-line tools to process Debi
ii  debhelper                     8.1.3      helper programs for debian/rules
ii  devscripts                    2.10.71    scripts to make the life of a Debi
ii  dpkg-dev                      1.16.0.1   Debian package development tools
ii  fastjar                       2:0.98-3   Jar creation utility
ii  libarchive-zip-perl           1.30-4     Perl module for manipulation of ZI

javahelper recommends no packages.

Versions of packages javahelper suggests:
ii  cvs                       1:1.12.13-12   Concurrent Versions System
ii  gawk                      1:3.1.7.dfsg-5 GNU awk, a pattern scanning and pr
pn  tofrodos                  <none>         (no description available)

-- no debconf information




--- End Message ---
--- Begin Message ---
Source: javatools
Source-Version: 0.33

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

jarwrapper_0.33_all.deb
  to main/j/javatools/jarwrapper_0.33_all.deb
java-propose-classpath_0.33_all.deb
  to main/j/javatools/java-propose-classpath_0.33_all.deb
javahelper_0.33_all.deb
  to main/j/javatools/javahelper_0.33_all.deb
javatools_0.33.dsc
  to main/j/javatools/javatools_0.33.dsc
javatools_0.33.tar.gz
  to main/j/javatools/javatools_0.33.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 621...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Niels Thykier <ni...@thykier.net> (supplier of updated javatools 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 ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 17 Apr 2011 11:39:48 +0200
Source: javatools
Binary: jarwrapper javahelper java-propose-classpath
Architecture: source all
Version: 0.33
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
Changed-By: Niels Thykier <ni...@thykier.net>
Description: 
 jarwrapper - Run executable Java .jar files
 java-propose-classpath - Helper script to suggest a classpath for jar files
 javahelper - Helper scripts for packaging Java programs
Closes: 593351 612404 617897 621857 623035
Changes: 
 javatools (0.33) unstable; urgency=low
 .
   [ Matthew Johnson ]
   * Fixed some bugs in jh_makepkg (Closes: #593351)
   * Support epochs in jh_installibs version mangling (Closes: #617897)
 .
   [ Niels Thykier ]
   * Bumped Standards-Version 3.9.2 - no changes required.
     - Also bumped S-V in jh_makepkg.
   * Removed DMUA flag; no longer needed.
   * Removed -5/--sun5 option from jh_makepkg.
   * Used gcj-jdk instead of java-gcj-compat-dev in jh_makepkg.
   * Put the JDK dependency in Build-Depends of the control files
     generated by jh_makepkg, since it is needed by the clean rule.
   * Made cdbs run jh_installlibs before jh_manifest and jh_classpath.
     (Closes: #621857)
   * Converted tutorial into markdown format.
   * jh_installlibs now properly picks up the version of native packages.
     (Closes: #612404)
   * Made jh_installlibs respect its --tmpdir option. Previously it was
     silently ignored.
   * Added missing B-D-I on perl (for pod2man).
   * Migrated jh_generateorbitdir to the perl Manifest handler.
   * Fixed typo in jh_generateorbitdir and in jh_compilefeatures.
   * Fixed jh_classpath, which was horribly broken after the 0.32 upload.
     - It now adds debian/<pkg> automatically if it appears to be needed.
   * Made jh_manifest check the package dir if given a jar file, if said
     jar file does not exist.
   * Updated file suggestions for jh_classpath and added a note about
     the sequence change in the tutorial.
   * Updated jh_makepkg:
     - It now creates a separate doc package for the javadoc if making
       a library package.
     - It now adds ${java:Recommends} to all binary packages added.
   * Replaced old copyright template with a DEP-5 version.  Thanks to
     Martin Quinson for the suggestion and the template.
     (Closes: #623035)
Checksums-Sha1: 
 e94cb395378f5597c790f032dbd13c3aa2f1f234 1707 javatools_0.33.dsc
 fbf28547cda47b9efc158db69619d2b1072d56e5 54544 javatools_0.33.tar.gz
 3e11ff7dd2485ce6bcb26a103c6270756713d1c7 14216 jarwrapper_0.33_all.deb
 0d3d95c02e529393e34d3db10736744d61ce96b6 85238 javahelper_0.33_all.deb
 676ea8a0618a9418ee44c1b6dd681661e0482553 11402 
java-propose-classpath_0.33_all.deb
Checksums-Sha256: 
 8c4df45a86507ece0d22218a1f2f387dc36aabc4354620b35bb9f905d145aa79 1707 
javatools_0.33.dsc
 fa3dda27ea2ce0ffd45fb65f804a07de1d9b7f07b542a6a1dadd2027d3b4a2e2 54544 
javatools_0.33.tar.gz
 82d0dcdafa4c39d9302a5e1f72679da9ee8d5a8d9e6235493574b4637eabdd01 14216 
jarwrapper_0.33_all.deb
 ad3855585d3cac04693456497e53a5f640edb584e6a621dee2150851cfd33ca3 85238 
javahelper_0.33_all.deb
 36ae13ee5b1678e482ef5020556a0faef3f7986182766243a403ee6c9c79f1e3 11402 
java-propose-classpath_0.33_all.deb
Files: 
 d390b93b055a3ed0d55d1b8e03e86b1f 1707 java optional javatools_0.33.dsc
 930cb8c5c74718eb823d40cee114e2b2 54544 java optional javatools_0.33.tar.gz
 a736f51e2679d0fd047876a4b8168f6c 14216 java optional jarwrapper_0.33_all.deb
 d113afd293f9b3b8d1fd944564d4dc45 85238 java optional javahelper_0.33_all.deb
 307d0126bd55a4224e3b38ac4d327db8 11402 java optional 
java-propose-classpath_0.33_all.deb

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

iQIcBAEBCAAGBQJNqrgUAAoJEAVLu599gGRCvUwQAJIxroW7jLfdRapfWyhUG5Cj
GmwD3vE+XvkzKzKygOs/hfK39a6HwamKnnMqc6j9UcptunLMRMhvf/k1NMP4EWUF
WuplFu1mYsRse3TGiEkv+1NX/NjASVw0XFJnYKLGoFXWKvvJSJpBvTHBVLDXoTxX
gPe+YQn4QdYaHNgi4+4Oq/KLcfM+SdeOVYxPg2c8lHo1YlKWI4dfWRFhLNF5pkcC
+6wFP/MXMgDd/4HT6VYH1DkAYlmSdSWTaxArBq670L/7GMD3ZMJDl7R7jYfvahJY
w0lTh77E0QqCjBeniZEFbZ7KAoJoHkezJ6RFrJU8aqkRotrGeOIQnZNoCwMet8ZV
O8ogXmN5avqP/b6RBH1zrcIQyQcNvTMWMpJNZp1vMSf/OJOA4yjGrLrEexHK449v
Eu0a7K+cxqHkHvscbdJZoOeBfsSYn2l985pL1oOsxj2ESm5rGCHgDx0deuVpjqwH
H6yQz+IvlcBHfA5SFNJ9e8ggpV+YBcr3bXRuFhBHb0h03pop7vZaQaX7X83KBREP
PbP2dGq4yqkJA011Cj+/3cVhluFhA+bP7ZIMG8HCRibmoGF6YSGyMtrT6GYDd9FU
rJPnVHPfpCP4VE6uwlD2KjAWKihr11IlMZoQP0Y8jbNSN9x+JZkvvObyGjin7B69
lMmxkt51ne2Dj7lVAPL+
=2aED
-----END PGP SIGNATURE-----



--- End Message ---
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to