[SCM] kdesrc-build packaging branch, master, updated. debian/1.12.1-1-6-g214511a

Pino Toscano pino-guest at alioth.debian.org
Tue Mar 1 09:35:30 UTC 2011


The following commit has been merged in the master branch:
commit 1774eae848a3bc58f16c1944fdc9831b0d0149e2
Author: Pino Toscano <pino at kde.org>
Date:   Tue Mar 1 10:05:22 2011 +0100

    depend and build-depend on libxml-parser-perl and libwww-perl
    
    used by kdesrc-build, whose test suite will be run uring the package build.
---
 debian/changelog |    2 ++
 debian/control   |    6 ++++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index dab21b5..7ad3154 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 kdesrc-build (1.13-0r1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Depend on libxml-parser-perl and libwww-perl, used by kdesrc-build.
+    Also, build-depend on them, so we can run the test suite.
 
  -- Pino Toscano <pino at kde.org>  Tue, 01 Mar 2011 10:01:41 +0100
 
diff --git a/debian/control b/debian/control
index 9e81ccb..399e414 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,8 @@ Priority: optional
 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Pino Toscano <pino at kde.org>
 Build-Depends: debhelper (>= 7.3.16), pkg-kde-tools (>= 0.5),
- cmake, kdelibs5-dev (>= 4:4.2.2)
+ cmake, kdelibs5-dev (>= 4:4.2.2),
+ libxml-parser-perl, libwww-perl
 Standards-Version: 3.9.1
 Homepage: http://kdesrc-build.kde.org/
 Vcs-Git: git://git.debian.org/pkg-kde/kde-std/kdesrc-build.git
@@ -13,7 +14,8 @@ DM-Upload-Allowed: yes
 
 Package: kdesrc-build
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, perl (>= 5.8.0)
+Depends: ${misc:Depends}, ${perl:Depends}, perl (>= 5.8.0),
+ libxml-parser-perl, libwww-perl
 Description: tool for building KDE from its source repositories
  kdesrc-build provides an easy way to build KDE, downloading the development
  version from the repositories and compiling it.

-- 
kdesrc-build packaging



More information about the pkg-kde-commits mailing list