Source: freepops
Version: 0.2.9-8
Severity: normal
Tags: patch
User: [email protected]
Usertags: ppc64el
Dear Maintainer,
Currently freepops depends on pkg-config binaries but the package is not listed
as a build-dependency, causing the following error during the buid:
dpkg-source: info: building freepops in freepops_0.2.9-8.dsc
debian/rules build
dh_testdir
# Add here commands to configure the package.
rm -f config
./configure.sh linux-gnutls -lua -luafilesystem -luacurl -luaexpat
-fltk-ui -luasocket
./configure.sh: 1: ./configure.sh: pkg-config: not found
./configure.sh: 1: ./configure.sh: pkg-config: not found
./configure.sh: 1: ./configure.sh: pkg-config: not found
./configure.sh: 1: ./configure.sh: pkg-config: not found
./configure.sh: 1: ./configure.sh: pkg-config: not found
./configure.sh: 1: ./configure.sh: pkg-config: not found
./configure.sh: 1: ./configure.sh: pkg-config: not found
./configure.sh: 1: ./configure.sh: pkg-config: not found
./configure.sh: 1: ./configure.sh: pkg-config: not found
./configure.sh: 1: ./configure.sh: pkg-config: not found
./configure.sh: 1: ./configure.sh: pkg-config: not found
./configure.sh: 1: ./configure.sh: pkg-config: not found
./configure.sh: 1: ./configure.sh: pkg-config: not found
./configure.sh: 1: ./configure.sh: pkg-config: not found
./configure.sh: 1: ./configure.sh: pkg-config: not found
./configure.sh: 1: ./configure.sh: pkg-config: not found
./configure.sh: 1: ./configure.sh: pkg-config: not found
./configure.sh: 1: ./configure.sh: pkg-config: not found
./configure.sh: 1: ./configure.sh: pkg-config: not found
./configure.sh: 1: ./configure.sh: pkg-config: not found
This patch simply add the packages in debian/control Build-Depends field.
Thanks
Breno
Index: freepops-0.2.9/debian/control
===================================================================
--- freepops-0.2.9.orig/debian/control
+++ freepops-0.2.9/debian/control
@@ -2,7 +2,7 @@ Source: freepops
Section: mail
Priority: optional
Maintainer: Enrico Tassi <[email protected]>
-Build-Depends: debhelper (>= 7), libexpat1-dev, libcurl4-gnutls-dev (>= 7.15.0-2), flex, bison, po-debconf, lua-filesystem-dev, lua-expat-dev, lua-curl-dev (>= 0.3.0), liblua5.1-dev, libfltk1.1-dev, lua-socket-dev, gettext
+Build-Depends: debhelper (>= 7), libexpat1-dev, libcurl4-gnutls-dev (>= 7.15.0-2), flex, bison, po-debconf, lua-filesystem-dev, lua-expat-dev, lua-curl-dev (>= 0.3.0), liblua5.1-dev, libfltk1.1-dev, lua-socket-dev, gettext, pkg-config
Build-Depends-Indep: texlive-latex-extra, texlive-fonts-recommended, texlive-latex-recommended, texlive-lang-italian, texlive-lang-english, ghostscript, luadoc
Standards-Version: 3.8.2
Homepage: http://www.freepops.org