[SCM] libxml-atom-microformats-perl Debian packaging branch, master, updated. debian/0.002-3-10-gacdf836

Florian Schlichting fschlich at zedat.fu-berlin.de
Thu Dec 29 18:28:51 UTC 2011


The following commit has been merged in the master branch:
commit acdf836f20e031f336e7ee05a07084ad798567cb
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Thu Dec 29 19:28:31 2011 +0100

    Added myself to uploaders and copyright

diff --git a/debian/changelog b/debian/changelog
index 53ac1df..20dc1d6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxml-atom-microformats-perl (0.003-1) UNRELEASED; urgency=low
+libxml-atom-microformats-perl (0.003-1) unstable; urgency=low
 
   [ Florian Schlichting ]
   * Imported Upstream version 0.003.
@@ -8,12 +8,13 @@ libxml-atom-microformats-perl (0.003-1) UNRELEASED; urgency=low
   * Ship provided examples scripts.
   * Refreshed 1001_fix_typo.patch.
   * Updated (build-)dependencies.
+  * Added myself to uploaders and copyright.
 
   [ gregor herrmann ]
   * Remove debian/source/local-options; abort-on-upstream-changes and
     unapply-patches are default in dpkg-source since 1.16.1.
 
- -- Florian Schlichting <fschlich at zedat.fu-berlin.de>  Thu, 29 Dec 2011 18:55:38 +0100
+ -- Florian Schlichting <fschlich at zedat.fu-berlin.de>  Thu, 29 Dec 2011 19:28:26 +0100
 
 libxml-atom-microformats-perl (0.002-3) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 73c5562..4080365 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,8 @@ Build-Depends: devscripts (>= 2.10.7~),
  libxml-libxml-perl,
  librdf-rdfa-parser-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonas Smedegaard <dr at jones.dk>
+Uploaders: Jonas Smedegaard <dr at jones.dk>,
+ Florian Schlichting <fschlich at zedat.fu-berlin.de>
 Standards-Version: 3.9.2
 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libxml-atom-microformats-perl
 Vcs-Browser: http://git.debian.org/?p=pkg-perl/packages/libxml-atom-microformats-perl.git
diff --git a/debian/copyright b/debian/copyright
index d316572..57b111d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -43,6 +43,7 @@ Comment:
 
 Files: debian/*
 Copyright: 2011, Jonas Smedegaard <dr at jones.dk>
+ 2011, Florian Schlichting <fschlich at zedat.fu-berlin.de>
 License: GPL-2+
 
 License: Artistic
diff --git a/lib/XML/Atom/Microformats.pm b/lib/XML/Atom/Microformats.pm
index ebd1b35..820b81e 100644
--- a/lib/XML/Atom/Microformats.pm
+++ b/lib/XML/Atom/Microformats.pm
@@ -393,7 +393,7 @@ XML::Atom::Microformats - parse microformats in Atom content
 
  use XML::Atom::Microformats;
  
- my $feed = HTML::Microformats
+ my $feed = XML::Atom::Microformats
              ->new_feed($xml, $base_uri)
              ->assume_profile(qw(hCard hCalendar));
  print $feed->json(pretty => 1);

-- 
libxml-atom-microformats-perl Debian packaging



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