[libtext-mediawikiformat-perl] 01/02: Updated source code with upstream (version 1.04)

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Sun Mar 1 23:30:36 UTC 2015


This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository libtext-mediawikiformat-perl.

commit f84bc8ad2bb2b6fed13b83e8186f7cd8e85ec4e0
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Sun Mar 1 19:13:32 2015 -0300

    Updated source code with upstream (version 1.04)
---
 debian/changelog                         |  7 ++++++
 debian/compat                            |  2 +-
 debian/control                           | 40 +++++++++++++++++++++++++-------
 debian/copyright                         | 27 ++++++++++++---------
 debian/libtext-mediawikiformat-perl.docs |  1 -
 debian/upstream/metadata                 |  7 ++++++
 debian/watch                             |  2 +-
 7 files changed, 63 insertions(+), 23 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 41e27aa..067a1bb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libtext-mediawikiformat-perl (1.04-1) UNRELEASED; urgency=low
+
+  [ Lucas Kanashiro ]
+  * Update source code to upstream.
+
+ -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Sun, 1 Mar 2015 19:13:32 -0300
+
 libtext-mediawikiformat-perl (1.0-2.1) UNRELEASED; urgency=low
 
   [ Ansgar Burchardt ]
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index a7faff7..1cef58d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,29 @@
 Source: libtext-mediawikiformat-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: libtest-nowarnings-perl, libtest-warn-perl, liburi-perl,
- perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Stefan Hornburg (Racke) <racke at linuxia.de>,
- gregor herrmann <gregoa at debian.org>
-Standards-Version: 3.9.1
-Homepage: https://metacpan.org/release/Text-MediawikiFormat
+Uploaders: Lucas Kanashiro <kanashiro.duarte at gmail.com>
+Build-Depends: debhelper (>= 9)
+Build-Depends-Indep: libhtml-parser-perl,
+ libhtml-tagset-perl,
+ libtest-nowarnings-perl,
+ libtest-warn-perl,
+ liburi-perl,
+ perl
+Standards-Version: 3.9.6
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtext-mediawikiformat-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtext-mediawikiformat-perl.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtext-mediawikiformat-perl.git
+Homepage: https://metacpan.org/release/Text-MediawikiFormat
+Testsuite: autopkgtest-pkg-perl
 
 Package: libtext-mediawikiformat-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, liburi-perl
+Depends: ${misc:Depends}, ${perl:Depends},
+ libhtml-parser-perl,
+ libhtml-tagset-perl,
+ libtest-nowarnings-perl,
+ libtest-warn-perl,
+ liburi-perl
 Description: Convert Mediawiki markup into other text formats
  Wikipedia and its sister projects use the PHP Mediawiki to format
  their pages. Text::MediawikiFormat attempts to duplicate the Mediawiki
@@ -23,3 +32,16 @@ Description: Convert Mediawiki markup into other text formats
  translate into other, more complicated markup languages with this module. It
  creates HTML by default, but could produce valid POD, DocBook, XML, or any
  other format imaginable.
+ .
+ The most important function is Text::MediawikiFormat::format(). It is not
+ exported by default, but will be exported as wikiformat() if any options at
+ all are passed to the exporter, unless the name is overridden explicitly. See
+ "EXPORT" for more information.
+ .
+ It should be noted that this module is written as a drop in replacement for
+ Text::WikiMarkup that expands on that modules functionality and provides a
+ default rule set that may be used to format text like the PHP Mediawiki. It
+ is also well to note early that if you just want a Mediawiki clone (you don't
+ need to customize it heavily and you want integration with a back end
+ database), you should look at Wiki::Toolkit::Formatter::Mediawiki.
+ .
diff --git a/debian/copyright b/debian/copyright
index 3971f66..5729a99 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,25 +1,30 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: Text-MediawikiFormat
-Upstream-Contact: Derek R. Price
 Source: https://metacpan.org/release/Text-MediawikiFormat
+Upstream-Contact: Gábor Szabó <gabor at pti.co.il>
+Upstream-Name: Text-MediawikiFormat
+DISCLAIMER: This copyright info was automatically extracted 
+ from the perl module. It may not be accurate, so you better 
+ check the module sources in order to ensure the module for its 
+ inclusion in Debian or for general legal information. Please, 
+ if licensing information is incorrectly generated, file a bug 
+ on dh-make-perl.
+ NOTE: Don't forget to remove this disclaimer once you are happy
+ with this file.
 
 Files: *
-Copyright: 2006-2008, Derek R. Price
- 2002 - 2006, chromatic
+Copyright: unknown
 License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: 2010, Ansgar Burchardt <ansgar at debian.org>
- 2010, Stefan Hornburg (Racke) <racke at linuxia.de>
- 2010, gregor herrmann <gregoa at debian.org>
+Copyright: 2015, Lucas Kanashiro <kanashiro.duarte at gmail.com>
 License: Artistic or 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'.
+ On Debian 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
@@ -27,5 +32,5 @@ License: GPL-1+
  the Free Software Foundation; either version 1, or (at your option)
  any later version.
  .
- On Debian GNU/Linux systems, the complete text of version 1 of the
- General Public License can be found in `/usr/share/common-licenses/GPL-1'.
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.
diff --git a/debian/libtext-mediawikiformat-perl.docs b/debian/libtext-mediawikiformat-perl.docs
index 081b6ea..e845566 100644
--- a/debian/libtext-mediawikiformat-perl.docs
+++ b/debian/libtext-mediawikiformat-perl.docs
@@ -1,2 +1 @@
 README
-t/bugs.t
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..f014920
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,7 @@
+---
+Archive: CPAN
+Bug-Database: http://github.com/szabgab/Text-MediawikiFormat/issues
+Contact: unknown
+Name: Text-MediawikiFormat
+Repository: http://github.com/szabgab/Text-MediawikiFormat.git
+Repository-Browse: http://github.com/szabgab/Text-MediawikiFormat
diff --git a/debian/watch b/debian/watch
index 7879e97..a6c96cf 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-https://metacpan.org/release/Text-MediawikiFormat   .*/Text-MediawikiFormat-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+https://metacpan.org/release/Text-MediawikiFormat   .*/Text-MediawikiFormat-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtext-mediawikiformat-perl.git



More information about the Pkg-perl-cvs-commits mailing list