Your message dated Sat, 26 Apr 2008 08:47:19 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#477443: fixed in maven2 2.0.9-1
has caused the Debian Bug report #477443,
regarding maven2: bash completions for mvn
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.)
--
477443: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477443
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: maven2
Version: 2.0.8-6
Severity: wishlist
Tags: patch
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (900, 'testing'), (800, 'unstable'), (700, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.22-14-rt (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages maven2 depends on:
ii libcommons-cli-java 1.1-3 API for working with the command l
ii libdoxia-java 1.0-alpha-7-1 a powerful content generation fram
ii libjsch-java 0.1.37-3 java secure channel
ii libjtidy-java 7+svn20070309-1 a Java port of HTML Tidy, a HTML s
ii libplexus-interactivity- 1.0-alpha-6-2 interactivity API for the Plexus f
ii libplexus-utils-java 1:1.4.8-1 utilities for the Plexus framework
ii libwagon-java 1.0-beta-2-2 tools to manage Maven artifacts an
ii libxalan2-java 2.7.1-1 XSL Transformations (XSLT) process
maven2 recommends no packages.
-- no debconf information
_mvn()
{
local cur prev opts
COMPREPLY=()
cur="${COMP_WORDS[COMP_CWORD]}"
prev="${COMP_WORDS[COMP_CWORD-1]}"
# phases for the default lifecycle
default_phases="validate
initialize
generate-sources
process-sources
generate-resources
process-resources
compile
process-classes
generate-test-sources
process-test-sources
generate-test-resources
process-test-resources
test-compile
process-test-classes
test
package
pre-integration-test
integration-test
post-integration-test
verify
install
deploy"
# phases for the clean lifecycle
clean_phases="pre-clean
clean
post-clean"
# phases for the site lifecycle
site_phases="pre-site
site
post-site
site-deploy"
opts="--file --debug --batch-mode --lax-checksums --strict-checksums
--check-plugin-updates --define --errors --fail-at-end --fail-fast --fail-never
--help --non-recursive --no-plugin-registry --no-plugin-updates --offline
--activate-profiles --quiet --reactor --settings --update-snapshots
--update-plugins --version ${default_phases} ${clean_phases} ${site_phases}"
if [[ ${cur} == -* ]] ; then
COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
return 0
fi
case "${prev}" in
"--file")
local pom_files=$(for x in `find -type f -name pom.xml`
; do echo ${x} ; done)
COMPREPLY=( $(compgen -W "${pom_files}" -- ${cur} ))
return 0
;;
${default_phases})
;;
*)
;;
esac
COMPREPLY=($(compgen -W "${opts}" -- ${cur}))
return 0
}
complete -F _mvn mvn m2
--- End Message ---
--- Begin Message ---
Source: maven2
Source-Version: 2.0.9-1
We believe that the bug you reported is fixed in the latest version of
maven2, which is due to be installed in the Debian FTP archive:
maven2_2.0.9-1.diff.gz
to pool/main/m/maven2/maven2_2.0.9-1.diff.gz
maven2_2.0.9-1.dsc
to pool/main/m/maven2/maven2_2.0.9-1.dsc
maven2_2.0.9-1_all.deb
to pool/main/m/maven2/maven2_2.0.9-1_all.deb
maven2_2.0.9.orig.tar.gz
to pool/main/m/maven2/maven2_2.0.9.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.
Paul Cager <[EMAIL PROTECTED]> (supplier of updated maven2 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: Thu, 24 Apr 2008 23:46:29 +0100
Source: maven2
Binary: maven2
Architecture: source all
Version: 2.0.9-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers
<[email protected]>
Changed-By: Paul Cager <[EMAIL PROTECTED]>
Description:
maven2 - Java software project management and comprehension tool
Closes: 477443
Changes:
maven2 (2.0.9-1) unstable; urgency=low
.
[ Paul Cager ]
* New upstream version
.
[ Michael Koch ]
* Added bash-completion file (Closes: #477443).
Checksums-Sha1:
8577a1810dc7aeca1fc5959fb0403447c1e4f2cc 1527 maven2_2.0.9-1.dsc
ef90be8268ae194ef4255218897b3b59bb632816 448917 maven2_2.0.9.orig.tar.gz
d3f5fc28e05fed00ef6d49d9328e200b2d46f7c2 25588 maven2_2.0.9-1.diff.gz
98348b757a541219b10ea3fd1a24911f62176d12 716048 maven2_2.0.9-1_all.deb
Checksums-Sha256:
8cd95e6542c96289200a4ba92181f6f388f0ae544041edf9a5d8ec19c5752d20 1527
maven2_2.0.9-1.dsc
6b94f964034877f8bfae4a4b321178d457d2336d769e2e0ea06a93de5e74170d 448917
maven2_2.0.9.orig.tar.gz
da4b7fd5ea09519c410179df4539415f10d7c3e4c4d3b63e13cc5a1d5d7da55c 25588
maven2_2.0.9-1.diff.gz
0006989b4e12d8b8f11c479c405415aca58d4cbe8eca74556481441ec470eec4 716048
maven2_2.0.9-1_all.deb
Files:
4416292a7fb31d86e165fb65b4d2a3e6 1527 devel optional maven2_2.0.9-1.dsc
74835f7d7210bd28a2395f916e4c1c94 448917 devel optional maven2_2.0.9.orig.tar.gz
415685a314f0a5d7034ae482dbdb08f7 25588 devel optional maven2_2.0.9-1.diff.gz
24cd6b14f7dbf2826cfffee7a272b257 716048 devel optional maven2_2.0.9-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFIEue6WSOgCCdjSDsRApKvAJ9+j4gW+tFx1cBVFCkYnNyjKs9QTwCfS0b8
6ryyNCkeY5yYnXl4pBEXtTA=
=N1Hk
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
pkg-java-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers