Bug#621857: dh sequencing isn't the same as cdbs sequencing

2011-04-09 Thread Niels Thykier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On 2011-04-09 16:38, Vincent Fourmond wrote:
> Package: javahelper
> Version: 0.32
> Severity: normal
> 
>   Hello,
> 

Hi :)

>   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");
> 

Actually this was a deliberate choice, but we failed to convert cdbs to
this as well (see the 0.32 changelog entry).  I will reorder the cdbs
sequence to match the DH one with the next upload.

>   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 ;-)...
>

If you use the package files (debian/.jlibs) then you can skip the
debian/ part and you do not have to include the version either,
since jh_manifest/jh_classpath are able to update manifests via a symlink.
  I am not sure how jh_manifest handled it before 0.32, but I rewrote it
in perl, I made sure it worked correctly if it was passed a symlink (and
jh_classpath uses jh_manifest).

NB: The dependencies do not change in this case.

>   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:
> [...]

I would also very much like to see greater adoption of javahelper
through the java packages.  Particularly if we get the Java Library
Transition part implemented (debated at DebConf10 and on list).

~Niels

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCAAGBQJNoMkTAAoJEAVLu599gGRCpGcQAJv6S6LQGDy8kevMsHJVZanz
FnEZ4T/GddZtak5ebk4g92YYq3+S5TWQ9GNcNOVyzuHN8i5QT2z3IAW/AltB6/5A
VVizmzOyNGIlAKGCHQIMXFAnoR63ue2w00652ON4nl25p6HpzyK3X+dHq6BZ4Cx9
LM1ANn04peOHBNUfDjEsCK/I8Pt5N55Y12uU7YTu0kiYfbL4lpmrvYd+P8/o5Bgj
8k0ql/inZ2Xbk/Pvzd9lF3MLqLbBA9So7hsDLBjoYfVEeBbLbSqt/NFI7xBlWwfT
cVGAial29DWIx1ReQ0cvp8xAzDSFHa69T2wA14XvgpgHgZ01vI8Z+z3QpqwBUcS4
nGANwm4MAorgFL1IYrD98OC8dlvOP763syJy0LHtW25Bl2/ZGfko+R0bCE94Amb2
vLJHF2CrZCE+XiByrxGhjNMBcGXOPpwBr++sGr/ky79LiCrZEAPpdkqgvAGjo2PM
An3Y18vafrjzF/B6li/twWqF1SUFNVma24VGsdZJ9u0V3T0Nr8RNOmoO7SmbgdWm
VK05SH4ySbQT0gMReBzicS7pbHQ9R7sdgxm/VL5II4mfGxMbfY8vL2CqUTaZanwJ
csGYkRmhzzwD7BOECObrWLsZIxhdncuqifYRW5Y6Mu+PTF5R2FLsDUmZc0tPX2vv
IcVk0kq7XQU5XyfJMHis
=KlBP
-END PGP SIGNATURE-



__
This is the maintainer address of Debian's Java team
. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Processed: limit source to javatools, tagging 621857

2011-04-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> #javatools (0.33) unreleased; urgency=low
> #
> #  * Made cdbs run jh_installlibs before jh_manifest and jh_classpath.
> #(Closes: #621857)
> #
> limit source javatools
Limiting to bugs with field 'source' containing at least one of 'javatools'
Limit currently set to 'source':'javatools'

> tags 621857 + pending
Bug #621857 [javahelper] dh sequencing isn't the same as cdbs sequencing
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
621857: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=621857
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Bug#621857: dh sequencing isn't the same as cdbs sequencing

2011-04-09 Thread Vincent Fourmond

  Hi !

On 09/04/11 23:01, Niels Thykier wrote:
>>   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");
> 
> Actually this was a deliberate choice, but we failed to convert cdbs to
> this as well (see the 0.32 changelog entry).  I will reorder the cdbs
> sequence to match the DH one with the next upload.

  OK. Then please, update the examples in the tutorial to show that you
can't use something like

build/stuff.jar my classpath

  but you should use

usr/share/java/stuff.jar my classpath ?

  (Did I actually get you right here) ?

  That would be very helpful, or, put it another way, not doing it would
be misleading at best :-)...

> If you use the package files (debian/.jlibs) then you can skip the
> debian/ part and you do not have to include the version either,
> since jh_manifest/jh_classpath are able to update manifests via a symlink.
>   I am not sure how jh_manifest handled it before 0.32, but I rewrote it
> in perl, I made sure it worked correctly if it was passed a symlink (and
> jh_classpath uses jh_manifest).
> 
> NB: The dependencies do not change in this case.

  I'm unsure what you mean by that... as fortunately jh_depends is run
after the manifest-tweaking jh_... the depends substvar should be updated ?

> I would also very much like to see greater adoption of javahelper
> through the java packages.  Particularly if we get the Java Library
> Transition part implemented (debated at DebConf10 and on list).

  For that you'll first need that classpath do reflect the actual
dependencies, which I'm afraid is quite wrong (see our exchange on bug
#620829). But I'm ready to invest some time to get that right.

  Cheers,

Vincent

-- 
Vincent Fourmond, Debian Developer
http://vince-debian.blogspot.com/

A guess is just a guess until you turn it into a pie chart.
Then it's an analysis.
 -- Scott Adams

Vincent, listening to Dinosaur (Ke$ha)



__
This is the maintainer address of Debian's Java team
. Please 
use
debian-j...@lists.debian.org for discussions and questions.


[SCM] UNNAMED PROJECT branch, master, updated. 0.31-60-g3c490bb

2011-04-09 Thread Niels Thykier
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".

The branch, master has been updated
   via  3c490bbf3f5866e894f5099bf9fa765f7e45545b (commit)
  from  d126440360591f34ddb4354c62b761e6d91d4515 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 3c490bbf3f5866e894f5099bf9fa765f7e45545b
Author: Niels Thykier 
Date:   Sat Apr 9 23:01:28 2011 +0200

Adding closes now there is a bug for it

---

Summary of changes:
 debian/changelog |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 159b046..18075ca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ javatools (0.33) unreleased; urgency=low
   * 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)
   * Added missing depends on findutils for javahelper.
   * Converted tutorial into markdown format.
   * jh_installlibs now properly picks up the version of native packages.


hooks/post-receive
-- 
UNNAMED PROJECT

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits


Bug#621857: dh sequencing isn't the same as cdbs sequencing

2011-04-09 Thread Vincent Fourmond
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  devscripts2.10.71scripts 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   (no description available)

-- no debconf information




__
This is the maintainer address of Debian's Java team
. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Bug#621279: marked as done (tomcat-native: Getting rid of unneeded *.la / emptying dependency_libs)

2011-04-09 Thread Debian Bug Tracking System
Your message dated Sat, 09 Apr 2011 19:03:25 +
with message-id 
and subject line Bug#621279: fixed in tomcat-native 1.1.20-2
has caused the Debian Bug report #621279,
regarding tomcat-native: Getting rid of unneeded *.la / emptying dependency_libs
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.)


-- 
621279: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=621279
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: tomcat-native
Severity: normal
User: codeh...@debian.org
Usertags: la-file-removal

To finish an old release goal from Squeeze, to comply with Policy
10.2 and to ease the introduction of MultiArch, I'm filing bugs
against packages which contain .la files which can be either removed
or stripped of the dependency_libs variable.

http://wiki.debian.org/ReleaseGoals/LAFileRemoval

http://lists.debian.org/debian-devel/2011/04/msg00055.html

http://lists.debian.org/debian-devel/2011/04/msg00199.html

Data has been obtained from the output of an automated script:

http://release.debian.org/~aba/la/current.txt

The output is best read in conjunction with the criteria from this
post to debian-devel:

http://lists.debian.org/debian-devel/2009/08/msg00808.html

To generate the list of packages, I've used:

grep -v depended-on current.txt |cut -d: -f1

The data is regularly updated but please accept my apologies if you
have made an upload which changes the situation since the data was
parsed.

tomcat-native appears in this list as a source package because one or
more of the binary packages (usually -dev packages) contain .la
files.

In most cases, the .la file(s) can simply be removed as the process
behind this MBF has already identified that there are no further
dependencies using the .la file. In the unusual case that your
package uses libltdl directly, it is still necessary to empty the
dependency_libs part of all .la files remaining in the package. Once
tomcat-native is fixed, the process will repeat and other packages
which you maintain may need to be fixed in turn. It is important that
packages are fixed in sequence to avoid FTBFS bugs.

If you believe that your package needs both the .la file and the
dependency_libs settings, please raise this on debian-devel for
clarification.
-- 

Neil Williams
=
codeh...@debian.org
http://www.linux.codehelp.co.uk/



--- End Message ---
--- Begin Message ---
Source: tomcat-native
Source-Version: 1.1.20-2

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

libtcnative-1_1.1.20-2_i386.deb
  to main/t/tomcat-native/libtcnative-1_1.1.20-2_i386.deb
tomcat-native_1.1.20-2.diff.gz
  to main/t/tomcat-native/tomcat-native_1.1.20-2.diff.gz
tomcat-native_1.1.20-2.dsc
  to main/t/tomcat-native/tomcat-native_1.1.20-2.dsc



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.
tony mancill  (supplier of updated tomcat-native 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: Sat, 09 Apr 2011 10:57:15 -0700
Source: tomcat-native
Binary: libtcnative-1
Architecture: source i386
Version: 1.1.20-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 

Changed-By: tony mancill 
Description: 
 libtcnative-1 - Tomcat native library using the apache portable runtime
Closes: 621279
Changes: 
 tomcat-native (1.1.20-2) unstable; urgency=low
 .
   * Team upload.
   * Remove *.la (Closes: #621279)
   * Bump Standards-Version to 3.9.2 (no changes needed)
Checksums-Sha1: 
 3c31f4a70a7bcae20c8f5fdd1569f62f12d68b4e 1984 tomcat-native_1.1.20-2.dsc
 af441e820163f7eb4ef32b029cb3049dc37b1fe2 3023 tomcat-native_1.1.20-2.diff.gz
 18375db5a923a707c163d42b35679351f4d13fbb 114016 libtcnative-1_1.1.20-2_i386.deb
Checksums-Sha256: 
 2e0a2d69e358c25cf281601c8dbdf28974a1c585c1645392c874029663da32e6 1984 
tomcat-native_1.1.20-2.dsc
 71ef7ec59e4c110d28c1c1b8bf850b17cbb115cf215aa7077bdbb5fef04b5326 3023 
tomcat-native_1.1.20-2.diff.gz
 c6cca7fc70c442e0ccfc5d8fb7085d2a86fcc92e7de313262076e97da8512a76 114016 
libtcnative-1_1.1.20-2_i386.deb
Files: 
 8cb315bff823a9189f55f23cecad946f 1984 java extra

tomcat-native override disparity

2011-04-09 Thread Debian FTP Masters
There are disparities between your recently accepted upload and the
override file for the following file(s):

libtcnative-1_1.1.20-2_i386.deb: package says section is java, override says 
net.


Please note that a list of new sections were recently added to the
archive: cli-mono, database, debug, fonts, gnu-r, gnustep, haskell,
httpd, java, kernel, lisp, localization, ocaml, php, ruby, vcs, video,
xfce, zope.  At this time a script was used to reclassify packages into
these sections.  If this is the case, please only reply to this email if
the new section is inappropriate, otherwise please update your package
at the next upload.

Either the package or the override file is incorrect.  If you think
the override is correct and the package wrong please fix the package
so that this disparity is fixed in the next upload.  If you feel the
override is incorrect then please file a bug against ftp.debian.org and
explain why. Please INCLUDE the list of packages as seen above, or we
won't be able to deal with your request due to missing information.

Please make sure that the subject of the bug you file follows the
following format:

Subject: override: BINARY1:section/priority, [...], BINARYX:section/priority

Include the justification for the change in the body of the mail please.


[NB: this is an automatically generated mail; if you already filed a bug
and have not received a response yet, please ignore this mail.  Your bug
needs to be processed by a human and will be in due course, but until
then the installer will send these automated mails; sorry.]

--
Debian distribution maintenance software

(This message was generated automatically; if you believe that there
is a problem with it please contact the archive administrators by
mailing ftpmas...@debian.org)

__
This is the maintainer address of Debian's Java team
. Please 
use
debian-j...@lists.debian.org for discussions and questions.


tomcat-native_1.1.20-2_i386.changes ACCEPTED into unstable

2011-04-09 Thread Debian FTP Masters



Accepted:
libtcnative-1_1.1.20-2_i386.deb
  to main/t/tomcat-native/libtcnative-1_1.1.20-2_i386.deb
tomcat-native_1.1.20-2.diff.gz
  to main/t/tomcat-native/tomcat-native_1.1.20-2.diff.gz
tomcat-native_1.1.20-2.dsc
  to main/t/tomcat-native/tomcat-native_1.1.20-2.dsc


Override entries for your package:
libtcnative-1_1.1.20-2_i386.deb - extra net
tomcat-native_1.1.20-2.dsc - source java

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 621279 


Thank you for your contribution to Debian.

__
This is the maintainer address of Debian's Java team
. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Processing of tomcat-native_1.1.20-2_i386.changes

2011-04-09 Thread Debian FTP Masters
tomcat-native_1.1.20-2_i386.changes uploaded successfully to localhost
along with the files:
  tomcat-native_1.1.20-2.dsc
  tomcat-native_1.1.20-2.diff.gz
  libtcnative-1_1.1.20-2_i386.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

__
This is the maintainer address of Debian's Java team
. Please 
use
debian-j...@lists.debian.org for discussions and questions.


[pkg-java] r13513 - in tags/tomcat-native: . 1.1.20-2/debian

2011-04-09 Thread Tony Mancill
Author: tmancill
Date: 2011-04-09 18:52:52 + (Sat, 09 Apr 2011)
New Revision: 13513

Added:
   tags/tomcat-native/1.1.20-2/
   tags/tomcat-native/1.1.20-2/debian/changelog
   tags/tomcat-native/1.1.20-2/debian/control
   tags/tomcat-native/1.1.20-2/debian/rules
Removed:
   tags/tomcat-native/1.1.20-2/debian/changelog
   tags/tomcat-native/1.1.20-2/debian/control
   tags/tomcat-native/1.1.20-2/debian/rules
Log:
[svn-buildpackage] Tagging tomcat-native 1.1.20-2

Deleted: tags/tomcat-native/1.1.20-2/debian/changelog
===
--- trunk/tomcat-native/debian/changelog2011-04-06 08:35:53 UTC (rev 
13511)
+++ tags/tomcat-native/1.1.20-2/debian/changelog2011-04-09 18:52:52 UTC 
(rev 13513)
@@ -1,67 +0,0 @@
-tomcat-native (1.1.20-1) unstable; urgency=low
-
-  * New upstream release:
-- Prevent crashing JVM on shutdown.
-  * Bump Standards-Version to 3.8.4 (no changes needed)
-
- -- Damien Raude-Morvan   Sat, 20 Feb 2010 22:50:34 +0100
-
-tomcat-native (1.1.19-1) unstable; urgency=low
-
-  * New upstream release.
-- minor versioning fix
-- allows building against OpenSSL 1.0
-  * Add a README.Debian to help users to setup Tomcat 6.x
-with Tomcat Native Library
-
- -- Damien Raude-Morvan   Sun, 17 Jan 2010 01:27:46 +0100
-
-tomcat-native (1.1.18-1) unstable; urgency=high
-
-  * New upstream release.
-- Fix CVE-2009-3555 SSL-Man-In-The-Middle attack
-- set urgency=high to get security fix in testing
-
- -- Damien Raude-Morvan   Tue, 24 Nov 2009 01:46:20 +0100
-
-tomcat-native (1.1.17-1) unstable; urgency=low
-
-  * New upstream release.
-  * debian/control:
-- Update my email address
-- Bump Standards-Version to 3.8.3 (no changes needed)
-- Bump debhelper version to >= 7
-- Update upstream Homepage field
-- Use default-jdk instead of default-jdk-builddep as there is no
-  native (-gcj) package build.
-  * debian/copyright:
-- Update upstream copyright years
-- Add myself as debian/* copyright holder
-  * debian/libtcnative-1.lintian-overrides:
-- Change to be version agnostic
-
- -- Damien Raude-Morvan   Sat, 07 Nov 2009 21:41:36 +0100
-
-tomcat-native (1.1.16-1) unstable; urgency=low
-
-  * New upstream release (Closes: #514500)
-- Fix IPv6 issues (Closes: #517163, #521306)
-  * debian/control:
-- Move libtcnative-1 to "java" section
-- Add myself to Uploaders
-- Bump Standards-Version to 3.8.1 (no changes needed)
-  * debian/watch: Update to new upstream location
-  * debian/rules: Provide a "get-orig-source" target using uscan
-  * debian/control: Build-Depends on default-jdk-builddep
-  * debian/rules: use JAVA_HOME=/usr/lib/jvm/default-java
-  * Remove debian/libtcnative-1.install and use dh_lintian
-to install debian/libtcnative-1.lintian-overrides
-
- -- Damien Raude-Morvan   Sun, 29 Mar 2009 15:40:58 +0200
-
-tomcat-native (1.1.13-1) unstable; urgency=low
-
-  * Initial release. Closes: #485037.
-
- -- Michael Koch   Sat, 07 Jun 2008 15:16:14 +0200
-

Copied: tags/tomcat-native/1.1.20-2/debian/changelog (from rev 13512, 
trunk/tomcat-native/debian/changelog)
===
--- tags/tomcat-native/1.1.20-2/debian/changelog
(rev 0)
+++ tags/tomcat-native/1.1.20-2/debian/changelog2011-04-09 18:52:52 UTC 
(rev 13513)
@@ -0,0 +1,75 @@
+tomcat-native (1.1.20-2) unstable; urgency=low
+
+  * Team upload.
+  * Remove *.la (Closes: #621279)
+  * Bump Standards-Version to 3.9.2 (no changes needed)
+
+ -- tony mancill   Sat, 09 Apr 2011 10:57:15 -0700
+
+tomcat-native (1.1.20-1) unstable; urgency=low
+
+  * New upstream release:
+- Prevent crashing JVM on shutdown.
+  * Bump Standards-Version to 3.8.4 (no changes needed)
+
+ -- Damien Raude-Morvan   Sat, 20 Feb 2010 22:50:34 +0100
+
+tomcat-native (1.1.19-1) unstable; urgency=low
+
+  * New upstream release.
+- minor versioning fix
+- allows building against OpenSSL 1.0
+  * Add a README.Debian to help users to setup Tomcat 6.x
+with Tomcat Native Library
+
+ -- Damien Raude-Morvan   Sun, 17 Jan 2010 01:27:46 +0100
+
+tomcat-native (1.1.18-1) unstable; urgency=high
+
+  * New upstream release.
+- Fix CVE-2009-3555 SSL-Man-In-The-Middle attack
+- set urgency=high to get security fix in testing
+
+ -- Damien Raude-Morvan   Tue, 24 Nov 2009 01:46:20 +0100
+
+tomcat-native (1.1.17-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/control:
+- Update my email address
+- Bump Standards-Version to 3.8.3 (no changes needed)
+- Bump debhelper version to >= 7
+- Update upstream Homepage field
+- Use default-jdk instead of default-jdk-builddep as there is no
+  native (-gcj) package build.
+  * debian/copyright:
+- Update upstream copyright years
+- Add myself as debian/* copyright holder
+  * debian/libtcnative-1.lintian-overrides:
+- Change to be version agnosti

[pkg-java] r13512 - trunk/tomcat-native/debian

2011-04-09 Thread Tony Mancill
Author: tmancill
Date: 2011-04-09 18:51:46 + (Sat, 09 Apr 2011)
New Revision: 13512

Modified:
   trunk/tomcat-native/debian/changelog
   trunk/tomcat-native/debian/control
   trunk/tomcat-native/debian/rules
Log:
address la-file-removal release goal (Debian: #621279)

Modified: trunk/tomcat-native/debian/changelog
===
--- trunk/tomcat-native/debian/changelog2011-04-06 08:35:53 UTC (rev 
13511)
+++ trunk/tomcat-native/debian/changelog2011-04-09 18:51:46 UTC (rev 
13512)
@@ -1,3 +1,11 @@
+tomcat-native (1.1.20-2) unstable; urgency=low
+
+  * Team upload.
+  * Remove *.la (Closes: #621279)
+  * Bump Standards-Version to 3.9.2 (no changes needed)
+
+ -- tony mancill   Sat, 09 Apr 2011 10:57:15 -0700
+
 tomcat-native (1.1.20-1) unstable; urgency=low
 
   * New upstream release:

Modified: trunk/tomcat-native/debian/control
===
--- trunk/tomcat-native/debian/control  2011-04-06 08:35:53 UTC (rev 13511)
+++ trunk/tomcat-native/debian/control  2011-04-09 18:51:46 UTC (rev 13512)
@@ -4,7 +4,7 @@
 Maintainer: Debian Java Maintainers 

 Uploaders: Michael Koch , Damien Raude-Morvan 

 Build-Depends: cdbs, debhelper (>= 7), default-jdk, libapr1-dev, libssl-dev
-Standards-Version: 3.8.4
+Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/tomcat-native/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/tomcat-native/
 Homepage: http://tomcat.apache.org/native-doc/

Modified: trunk/tomcat-native/debian/rules
===
--- trunk/tomcat-native/debian/rules2011-04-06 08:35:53 UTC (rev 13511)
+++ trunk/tomcat-native/debian/rules2011-04-09 18:51:46 UTC (rev 13512)
@@ -16,6 +16,7 @@
 install/libtcnative-1::
rmdir debian/libtcnative-1/usr/bin
rmdir debian/libtcnative-1/usr/include
+   find $(DEB_DESTDIR) -name "*.la" -exec rm -vf {} \;
 
 get-orig-source:
uscan --force-download --rename


___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits


libjettison-java 1.2-3 MIGRATED to testing

2011-04-09 Thread Debian testing watch
FYI: The status of the libjettison-java source package
in Debian's testing distribution has changed.

  Previous version: 1.2-2
  Current version:  1.2-3

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.

__
This is the maintainer address of Debian's Java team
. Please 
use
debian-j...@lists.debian.org for discussions and questions.


aspectj 1.6.11+dfsg-1 MIGRATED to testing

2011-04-09 Thread Debian testing watch
FYI: The status of the aspectj source package
in Debian's testing distribution has changed.

  Previous version: 1.6.9+dfsg-1
  Current version:  1.6.11+dfsg-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.

__
This is the maintainer address of Debian's Java team
. Please 
use
debian-j...@lists.debian.org for discussions and questions.


trident 1.3+dfsg-3 MIGRATED to testing

2011-04-09 Thread Debian testing watch
FYI: The status of the trident source package
in Debian's testing distribution has changed.

  Previous version: 1.3+dfsg-2
  Current version:  1.3+dfsg-3

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.

__
This is the maintainer address of Debian's Java team
. Please 
use
debian-j...@lists.debian.org for discussions and questions.


groovy 1.7.10-1 MIGRATED to testing

2011-04-09 Thread Debian testing watch
FYI: The status of the groovy source package
in Debian's testing distribution has changed.

  Previous version: 1.7.9-1
  Current version:  1.7.10-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.

__
This is the maintainer address of Debian's Java team
. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Re: swt-gtk_3.6.2-1_amd64.changes is NEW

2011-04-09 Thread Ahmed El-Mahmoudy
Thanks !

-- 
 ‎أحمد المحمودي (Ahmed El-Mahmoudy)
  Digital design engineer
 GPG KeyID: 0xEDDDA1B7
 GPG Fingerprint: 8206 A196 2084 7E6D 0DF8  B176 BC19 6A94 EDDD A1B7


signature.asc
Description: Digital signature
__
This is the maintainer address of Debian's Java team
. Please 
use
debian-j...@lists.debian.org for discussions and questions.


swt-gtk_3.6.2-1_amd64.changes ACCEPTED into unstable

2011-04-09 Thread Debian FTP Masters



Accepted:
libswt-cairo-gtk-3.6-jni_3.6.2-1_amd64.deb
  to main/s/swt-gtk/libswt-cairo-gtk-3.6-jni_3.6.2-1_amd64.deb
libswt-glx-gtk-3.6-jni_3.6.2-1_amd64.deb
  to main/s/swt-gtk/libswt-glx-gtk-3.6-jni_3.6.2-1_amd64.deb
libswt-gnome-gtk-3.6-jni_3.6.2-1_amd64.deb
  to main/s/swt-gtk/libswt-gnome-gtk-3.6-jni_3.6.2-1_amd64.deb
libswt-gtk-3.6-java-gcj_3.6.2-1_amd64.deb
  to main/s/swt-gtk/libswt-gtk-3.6-java-gcj_3.6.2-1_amd64.deb
libswt-gtk-3.6-java_3.6.2-1_amd64.deb
  to main/s/swt-gtk/libswt-gtk-3.6-java_3.6.2-1_amd64.deb
libswt-gtk-3.6-jni_3.6.2-1_amd64.deb
  to main/s/swt-gtk/libswt-gtk-3.6-jni_3.6.2-1_amd64.deb
libswt-mozilla-gtk-3.6-jni_3.6.2-1_amd64.deb
  to main/s/swt-gtk/libswt-mozilla-gtk-3.6-jni_3.6.2-1_amd64.deb
libswt-webkit-gtk-3.6-jni_3.6.2-1_amd64.deb
  to main/s/swt-gtk/libswt-webkit-gtk-3.6-jni_3.6.2-1_amd64.deb
swt-gtk_3.6.2-1.diff.gz
  to main/s/swt-gtk/swt-gtk_3.6.2-1.diff.gz
swt-gtk_3.6.2-1.dsc
  to main/s/swt-gtk/swt-gtk_3.6.2-1.dsc
swt-gtk_3.6.2.orig.tar.gz
  to main/s/swt-gtk/swt-gtk_3.6.2.orig.tar.gz


Override entries for your package:
libswt-cairo-gtk-3.6-jni_3.6.2-1_amd64.deb - optional libs
libswt-glx-gtk-3.6-jni_3.6.2-1_amd64.deb - optional libs
libswt-gnome-gtk-3.6-jni_3.6.2-1_amd64.deb - optional libs
libswt-gtk-3.6-java-gcj_3.6.2-1_amd64.deb - optional java
libswt-gtk-3.6-java_3.6.2-1_amd64.deb - optional java
libswt-gtk-3.6-jni_3.6.2-1_amd64.deb - optional libs
libswt-mozilla-gtk-3.6-jni_3.6.2-1_amd64.deb - optional libs
libswt-webkit-gtk-3.6-jni_3.6.2-1_amd64.deb - optional libs
swt-gtk_3.6.2-1.dsc - source libs

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 592338 


Thank you for your contribution to Debian.

__
This is the maintainer address of Debian's Java team
. Please 
use
debian-j...@lists.debian.org for discussions and questions.