--- libhtml-wikiconverter-mediawiki-perl-0.59.orig/debian/control +++ libhtml-wikiconverter-mediawiki-perl-0.59/debian/control @@ -0,0 +1,26 @@ +Source: libhtml-wikiconverter-mediawiki-perl +Section: perl +Priority: optional +Maintainer: Debian Perl Group +Uploaders: Rene Mayorga , Jonas Smedegaard , + Ansgar Burchardt , Ryan Niebur +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl (>= 5.8.1), libtest-pod-coverage-perl, + libtest-pod-perl, libhtml-parser-perl, liburi-perl, + libhtml-wikiconverter-perl (>= 0.63) +Standards-Version: 3.8.1 +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhtml-wikiconverter-mediawiki-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhtml-wikiconverter-mediawiki-perl/ +Homepage: http://search.cpan.org/dist/HTML-WikiConverter-MediaWiki + +Package: libhtml-wikiconverter-mediawiki-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, + libhtml-wikiconverter-perl (>=0.63) +Provides: libhtml-wikiconverter-dialect +Conflicts: libhtml-wikiconverter-perl (<< 0.50) +Replaces: libhtml-wikiconverter-perl (<< 0.50) +Description: Perl module to add MediaWiki markup support to HTML::WikiConverter + HTML::WikiConverter::MediaWiki contains rules for converting HTML into + MediaWiki markup, used by HTML::WikiConverter and 'html2wiki' command. + See the libhtml-wikiconverter-perl package for more information. --- libhtml-wikiconverter-mediawiki-perl-0.59.orig/debian/copyright +++ libhtml-wikiconverter-mediawiki-perl-0.59/debian/copyright @@ -0,0 +1,30 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: David J. Iberri +Upstream-Source: http://search.cpan.org/dist/HTML-WikiConverter-MediaWiki/ +Upstream-Name: HTML-WikiConverter-MediaWiki + +Files: * +Copyright: Copyright (c) David J. Iberri +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2008, Ansgar Burchardt + 2008, Rene Mayorga + 2009, Ryan Niebur +License: Artistic | GPL-1+ + +License: Artistic + This program is free software; you can redistribute it and/or modify + it under the terms of the Artistic License, which comes with Perl. + On Debian GNU/Linux systems, the complete text of the Artistic License + can be found in `/usr/share/common-licenses/Artistic' + +License: GPL-1+ + 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 1, or (at your option) + any later version. + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' --- libhtml-wikiconverter-mediawiki-perl-0.59.orig/debian/watch +++ libhtml-wikiconverter-mediawiki-perl-0.59/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/HTML-WikiConverter-MediaWiki/ .*/HTML-WikiConverter-MediaWiki-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) --- libhtml-wikiconverter-mediawiki-perl-0.59.orig/debian/compat +++ libhtml-wikiconverter-mediawiki-perl-0.59/debian/compat @@ -0,0 +1 @@ +7 --- libhtml-wikiconverter-mediawiki-perl-0.59.orig/debian/changelog +++ libhtml-wikiconverter-mediawiki-perl-0.59/debian/changelog @@ -0,0 +1,53 @@ +libhtml-wikiconverter-mediawiki-perl (0.59-1) unstable; urgency=low + + * New upstream release + * update copyright + * remove patch + + -- Ryan Niebur Thu, 28 May 2009 23:12:56 -0700 + +libhtml-wikiconverter-mediawiki-perl (0.58-1) unstable; urgency=low + + [ gregor herrmann ] + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + + [ Rene Mayorga ] + * debian/control: update my email address. + + [ Ryan Niebur ] + * New upstream release + * Add myself to Uploaders + * Debian Policy 3.8.1 + * refresh patch + * remove lintian override, it's no longer needed + * add a little bit to the description + * update versioned dep on libhtml-wikiconverter-perl + * debhelper 7 + * machine readable copyright format + + -- Ryan Niebur Sat, 23 May 2009 22:43:17 -0700 + +libhtml-wikiconverter-mediawiki-perl (0.55-2) unstable; urgency=medium + + [ Jonas Smedegaard ] + * Add myself as uploader. + * Fix Svn-* fields in debian/control. + + [ Ansgar Burchardt ] + * Use quilt to apply patches; add debian/README.source to document usage + * Disable test for a feature not implemented yet (Closes: #489111) + * Add myself to Uploaders. + * Bump Standards Version to 3.8.0 (no changes required) + + [ gregor herrmann ] + * Set urgency to medium as this upload closes an RC bug. + + -- Ansgar Burchardt Fri, 01 Aug 2008 14:15:18 +0200 + +libhtml-wikiconverter-mediawiki-perl (0.55-1) unstable; urgency=low + + * Initial release (Closes: #476746) + + -- Rene Mayorga Sat, 19 Apr 2008 20:42:18 -0600 + --- libhtml-wikiconverter-mediawiki-perl-0.59.orig/debian/rules +++ libhtml-wikiconverter-mediawiki-perl-0.59/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@