xmltoman (0.4-2) debian-dir only changes

Summary

 debian/changelog |   45 +++++++++++++++++++++++++++++++++++++++++++++
 debian/compat    |    1 +
 debian/control   |   16 ++++++++++++++++
 debian/copyright |   29 +++++++++++++++++++++++++++++
 debian/dirs      |    2 ++
 debian/docs      |    1 +
 debian/examples  |    1 +
 debian/manpages  |    2 ++
 debian/rules     |    7 +++++++
 debian/watch     |    2 ++
 10 files changed, 106 insertions(+)

    
download this patch

Patch contents

--- xmltoman-0.4.orig/debian/manpages
+++ xmltoman-0.4/debian/manpages
@@ -0,0 +1,2 @@
+xmlmantohtml.1
+xmltoman.1
--- xmltoman-0.4.orig/debian/dirs
+++ xmltoman-0.4/debian/dirs
@@ -0,0 +1,2 @@
+usr/bin
+usr/share/xmltoman
--- xmltoman-0.4.orig/debian/changelog
+++ xmltoman-0.4/debian/changelog
@@ -0,0 +1,45 @@
+xmltoman (0.4-2) unstable; urgency=low
+
+  * debian/control:
+    - Standards-Version: 3.8.0.
+
+ -- Jose Carlos Medeiros <debian@psabs.com.br>  Sun, 15 Jun 2008 23:53:14 -0300
+
+xmltoman (0.4-1) unstable; urgency=low
+
+  * New upstream release. (Closes: #417208)
+  * debian/watch updated. (Closes: #459997)
+  * debian/control: Update Homepage header.
+
+ -- Jose Carlos Medeiros <debian@psabs.com.br>  Sat, 22 Mar 2008 19:58:37 -0300
+
+xmltoman (0.3-2) unstable; urgency=low
+
+  * New mantainer. (closes: #452193)
+  * Updated package to cdbs. (closes: #395652)
+  * debian/control:
+    - Added cdbs build-dependence.
+    - Standards-Version: 3.7.3
+    - Added "Homepage:" pseudo-header as Reference 1.14.6.
+  * debian/compat: Added with compat 5.
+  * debian/examples: Added.
+  * debian/copyright: Updated Free Software Foundation address.
+  * debian/manpages: Added.
+  * debian/watch: Added.
+
+ -- Jose Carlos Medeiros <debian@psabs.com.br>  Tue, 18 Dec 2007 10:04:33 -0200
+
+xmltoman (0.3-1) unstable; urgency=low
+
+  * new release:
+    - man pages look much better now
+    - includes xsl, dtd and css files (Thanks, Lennart!)
+
+ -- Oliver Kurth <oku@debian.org>  Fri, 03 Oct 2003 15:34:04 +0200
+
+xmltoman (0.2-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Oliver Kurth <oku@debian.org>  Tue,  8 Oct 2002 22:37:00 +0200
+
--- xmltoman-0.4.orig/debian/copyright
+++ xmltoman-0.4/debian/copyright
@@ -0,0 +1,29 @@
+This package was debianized by Oliver Kurth <oku@masqmail.cx> on
+Tue,  8 Oct 2002 22:37:00 +0200.
+
+It was downloaded from http://masqmail.cx/xmltoman/
+
+Upstream Authors: Oliver Kurth <oku@debian.org>
+                  Lennart Poettering <mzkzygbzna@0pointer.de>
+
+Copyright:
+
+    xmltoman - simple xml to man converter
+    Copyright (C) 2000-2002  Oliver Kurth <oku@masqmail.cx>
+    Copyright (C) 2003 Lennart Poettering <mzkzygbzna@0pointer.de>
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+
+See /usr/share/common-licenses/GPL2
--- xmltoman-0.4.orig/debian/rules
+++ xmltoman-0.4/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+  
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/makefile.mk
+
+DEB_MAKE_INSTALL_TARGET += install PREFIX=$(CURDIR)/debian/xmltoman/usr
+
--- xmltoman-0.4.orig/debian/control
+++ xmltoman-0.4/debian/control
@@ -0,0 +1,16 @@
+Source: xmltoman
+Section: devel
+Priority: optional
+Maintainer: Jose Carlos Medeiros <debian@psabs.com.br>
+Uploaders: Ola Lundqvist <opal@debian.org>
+Build-Depends: cdbs, debhelper (>= 5), libxml-parser-perl
+Standards-Version: 3.8.0
+Homepage: http://sourceforge.net/projects/xmltoman/
+
+Package: xmltoman
+Architecture: all
+Depends: libxml-parser-perl
+Description: simple XML to man converter
+ xmltoman and xmlmantohtml are two small scripts to convert xml to man
+ pages in groff format or html. It features the usual man page items such a
+ "description", "options", "see also" etc.
--- xmltoman-0.4.orig/debian/watch
+++ xmltoman-0.4/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/xmltoman/xmltoman-(.*)\.tar\.gz
--- xmltoman-0.4.orig/debian/examples
+++ xmltoman-0.4/debian/examples
@@ -0,0 +1 @@
+xml/*.xml
--- xmltoman-0.4.orig/debian/compat
+++ xmltoman-0.4/debian/compat
@@ -0,0 +1 @@
+5
--- xmltoman-0.4.orig/debian/docs
+++ xmltoman-0.4/debian/docs
@@ -0,0 +1 @@
+README