Author: ebourg-guest Date: 2013-05-29 22:15:39 +0000 (Wed, 29 May 2013) New Revision: 16783
Added: trunk/tagsoup/debian/patches/0001-manpages.patch Log: Add the manpages patch Added: trunk/tagsoup/debian/patches/0001-manpages.patch =================================================================== --- trunk/tagsoup/debian/patches/0001-manpages.patch (rev 0) +++ trunk/tagsoup/debian/patches/0001-manpages.patch 2013-05-29 22:15:39 UTC (rev 16783) @@ -0,0 +1,42 @@ +Description: Fixes the troff comment at the beginning. + Changes the command used to invoke tagsoup. +Author: Emmanuel Bourg <[email protected]> +--- a/tagsoup.1 ++++ b/tagsoup.1 +@@ -1,21 +1,21 @@ +-\' This file is part of TagSoup and is Copyright 2002-2008 by John Cowan. +-\' +-\' TagSoup is licensed under the Apache License, +-\' Version 2.0. You may obtain a copy of this license at +-\' http://www.apache.org/licenses/LICENSE-2.0 . You may also have +-\' additional legal rights not granted by this license. +-\' +-\' TagSoup is distributed in the hope that it will be useful, but +-\' unless required by applicable law or agreed to in writing, TagSoup +-\' is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS +-\' OF ANY KIND, either express or implied; not even the implied warranty +-\' of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +-\' +-.TH TAGSOUP "1" "January 2008" "TagSoup 1.2" "User Commands" ++\# This file is part of TagSoup and is Copyright 2002-2008 by John Cowan. ++\# ++\# TagSoup is licensed under the Apache License, ++\# Version 2.0. You may obtain a copy of this license at ++\# http://www.apache.org/licenses/LICENSE-2.0 . You may also have ++\# additional legal rights not granted by this license. ++\# ++\# TagSoup is distributed in the hope that it will be useful, but ++\# unless required by applicable law or agreed to in writing, TagSoup ++\# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS ++\# OF ANY KIND, either express or implied; not even the implied warranty ++\# of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ++\# ++.TH TAGSOUP "1" "January 2008" "TagSoup 1.2.1" "User Commands" + .SH NAME + tagsoup \- convert nasty, ugly HTML to clean XHTML + .SH SYNOPSIS +-.B java -jar tagsoup-1.2 ++.B java -jar /usr/share/java/tagsoup.jar + [ + .I options + ] [ _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

