[SCM] Debian packaging of jifty branch, master, updated. a288dad2a831054c2ff650c07b2e2405e0917c7b

Florian Schlichting fschlich at zedat.fu-berlin.de
Thu Aug 25 15:18:08 UTC 2011


The following commit has been merged in the master branch:
commit a288dad2a831054c2ff650c07b2e2405e0917c7b
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Thu Aug 25 15:25:42 2011 +0000

    add missing dependencies on libhtml-treebuilder-xpath-perl, libshell-command-perl

diff --git a/debian/changelog b/debian/changelog
index 0bc69e3..1d12141 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,14 +1,13 @@
 jifty (1.10518+dfsg-1) UNRELEASED; urgency=low
 
-  [ gregor herrmann ]
-  WAITS-FOR: libplack-middleware-deflater-perl
-  WAITS-FOR: libtest-www-mechanize-psgi-perl
+  WAITS-FOR: libshell-command-perl
 
   TODO: 
   - spelling.patch fails to apply, commented out in d/p/series at the moment
   - d/rules: check what we are (not) installing, at least the yui versions
     changed; also: d/libjifty-perl.links
 
+  [ gregor herrmann ]
   * New upstream release.
   * Add notes about incompatible changes to debian/NEWS.
   * Update build and runtime dependencies (new upstream requirements, and
@@ -25,6 +24,11 @@ jifty (1.10518+dfsg-1) UNRELEASED; urgency=low
   * debian/copyright: Replace DEP5 Format-Specification URL from
     svn.debian.org to anonscm.debian.org URL.
 
+  [ Florian Schlichting ]
+  * Add missing (build) dependencies (libhtml-treebuilder-xpath-perl,
+    libshell-command-perl)
+  * One of the upstream releases fixes the RC bug (Closes: #611368)
+
  -- Jonathan Yu <jawnsy at cpan.org>  Fri, 15 Jul 2011 19:30:37 -0400
 
 jifty (0.91117+dfsg-3) unstable; urgency=low
diff --git a/debian/control b/debian/control
index d13e170..558668a 100644
--- a/debian/control
+++ b/debian/control
@@ -51,6 +51,7 @@ Build-Depends-Indep: perl,
  libhtml-lint-perl,
  libhtml-mason-perl,
  libhtml-parser-perl,
+ libhtml-treebuilder-xpath-perl,
  libhttp-server-simple-perl (>= 0.35),
  libhttp-server-simple-recorder-perl,
  libio-handle-util-perl,
@@ -76,6 +77,7 @@ Build-Depends-Indep: perl,
  libplack-perl,
  libplack-middleware-deflater-perl,
  libscalar-defer-perl,
+ libshell-command-perl,
  libsql-reservedwords-perl,
  libstring-bufferstack-perl,
  libstring-koremutake-perl,
@@ -227,6 +229,7 @@ Depends: ${perl:Depends}, ${misc:Depends},
  libtest-email-perl,
  libtest-exception-perl,
  libhtml-lint-perl,
+ libhtml-treebuilder-xpath-perl,
  libtest-longstring-perl,
  libtest-mockmodule-perl,
  libtest-mockobject-perl,
@@ -243,7 +246,7 @@ Depends: ${perl:Depends}, ${misc:Depends},
  libxml-xpath-perl,
  libyaml-perl,
  libyaml-syck-perl
-Suggests: libclass-accessor-named-perl
+Suggests: libclass-accessor-named-perl, libshell-command-perl
 Breaks: libjifty-plugin-authentication-cas-perl (<= 0.80408-2),
  libjifty-plugin-authentication-ldap-perl (<= 0.80408-2),
  libjifty-plugin-authzldap-perl (<= 0.80408-2),

-- 
Debian packaging of jifty



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