Author: twerner Date: 2009-01-17 11:22:05 +0000 (Sat, 17 Jan 2009) New Revision: 7833
Added: trunk/maven-debian-helper/debian/manpages trunk/maven-debian-helper/man/ trunk/maven-debian-helper/man/mvn-debian.pod Modified: trunk/maven-debian-helper/debian/changelog trunk/maven-debian-helper/debian/rules Log: Add a manpage for mvn-debian. Modified: trunk/maven-debian-helper/debian/changelog =================================================================== --- trunk/maven-debian-helper/debian/changelog 2009-01-17 11:03:41 UTC (rev 7832) +++ trunk/maven-debian-helper/debian/changelog 2009-01-17 11:22:05 UTC (rev 7833) @@ -1,8 +1,9 @@ -maven-debian-helper (0.2) UNRELEASED; urgency=low +maven-debian-helper (0.2) unstable; urgency=low * Rename the bootstrap script. + * Add a manpage for mvn-debian. - -- Torsten Werner <[email protected]> Wed, 14 Jan 2009 07:08:49 +0100 + -- Torsten Werner <[email protected]> Sat, 17 Jan 2009 12:13:35 +0100 maven-debian-helper (0.1) unstable; urgency=low Added: trunk/maven-debian-helper/debian/manpages =================================================================== --- trunk/maven-debian-helper/debian/manpages (rev 0) +++ trunk/maven-debian-helper/debian/manpages 2009-01-17 11:22:05 UTC (rev 7833) @@ -0,0 +1 @@ +man/mvn-debian.1 Modified: trunk/maven-debian-helper/debian/rules =================================================================== --- trunk/maven-debian-helper/debian/rules 2009-01-17 11:03:41 UTC (rev 7832) +++ trunk/maven-debian-helper/debian/rules 2009-01-17 11:22:05 UTC (rev 7833) @@ -4,3 +4,9 @@ install/maven-debian-helper:: sh bootstrap.sh + pod2man -c 'Maven for Debian GNU/Linux' \ + -r maven-debian-helper-$(DEB_UPSTREAM_VERSION) \ + man/mvn-debian.pod > man/mvn-debian.1 + +clean:: + $(RM) man/mvn-debian.1 Added: trunk/maven-debian-helper/man/mvn-debian.pod =================================================================== --- trunk/maven-debian-helper/man/mvn-debian.pod (rev 0) +++ trunk/maven-debian-helper/man/mvn-debian.pod 2009-01-17 11:22:05 UTC (rev 7833) @@ -0,0 +1,24 @@ +=head1 NAME + +mvn-debian - debian helper for using Maven in offline mode + +=head1 SYNOPSIS + +B<mvn-debian> [S<I<maven-arguments>>] + +=head1 DESCRIPTION + +This script can be used to interactively build Maven packages compatible +to Debian's Maven Repository Specification. Please do not use it for +building real Debian packages because there are cdbs snippets available +with more features and less bugs. The full documentation can be found at +<http://wiki.debian.org/Java/MavenBuilder>. + +=head1 SEE ALSO + +L<mvn(1)>, <http://wiki.debian.org/Java/MavenRepoSpec> + +=head1 AUTHOR + +Torsten Werner <[email protected]> + _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

