[SCM] libwww-finger-perl Debian packaging branch, master, updated. upstream/0.103-14-g15d116e

Florian Schlichting fschlich at zedat.fu-berlin.de
Sat Feb 18 22:15:25 UTC 2012


The following commit has been merged in the master branch:
commit 672b68834e867d8d0325334a41da3f58ff48140c
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Sat Feb 18 22:48:45 2012 +0100

    removed bogus dependency on UNIVERSAL::AUTHORITY (cf upstream changelog for 0.103)

diff --git a/debian/changelog b/debian/changelog
index 4e71343..665cb19 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,6 @@
 libwww-finger-perl (0.103-1) UNRELEASED; urgency=low
 
   WAITS-FOR: librdf-query-client-perl 0.106
-  WAITS-FOR: libuniversal-authority-perl
-  TODO: UNIVERSAL::AUTHORITY is marked "deprecated: use
-    UNIVERSAL::AUTHORITY::Lexical instead". Both modules (and this) by same
-    author. Clarify future developments before packaging
-    libuniversal-authority-perl.
 
   [ Florian Schlichting ]
   * Imported Upstream version 0.103.
@@ -15,6 +10,7 @@ libwww-finger-perl (0.103-1) UNRELEASED; urgency=low
   * Updated (build-)dependencies.
   * Bumped Standards-Version to 3.9.2 (no changes necessary).
   * Added myself to uploaders and copyright.
+  * Removed dependency on UNIVERSAL::AUTHORITY (bogus).
 
   [ Jonas Smedegaard ]
   * Update copyright file: Fix use separate sections for Artistic and GPL-1+.
diff --git a/debian/control b/debian/control
index 7f86d39..747565d 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,6 @@ Build-Depends: devscripts (>= 2.10.7~),
  librdf-query-client-perl (>= 0.106),
  librdf-trine-perl,
  libxrd-parser-perl (>= 0.102),
- libuniversal-authority-perl,
  liburi-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonas Smedegaard <dr at jones.dk>,
diff --git a/debian/rules b/debian/rules
index 835fd8c..2834d74 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,7 +29,7 @@ DEB_UPSTREAM_TARBALL_MD5 = a747308c646b520c19d1869b6ab345fc
 # Needed both by upstream build process and at runtime
 common-depends = libcommon-sense-perl, libdigest-sha1-perl, libhttp-link-parser-perl
 common-depends += , libhttp-lrdd-perl, libjson-perl, libwww-perl, libnamespace-clean-perl, libobject-authority-perl, perl (>= 5.10.1) | libparent-perl, librdf-query-perl, librdf-query-client-perl (>= 0.106)
-common-depends += , librdf-trine-perl, libxrd-parser-perl (>= 0.102), libuniversal-authority-perl, liburi-perl
+common-depends += , librdf-trine-perl, libxrd-parser-perl (>= 0.102), liburi-perl
 
 CDBS_BUILD_DEPENDS += , $(common-depends)
 CDBS_DEPENDS_ALL = $(common-depends)

-- 
libwww-finger-perl Debian packaging



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