[SCM] Debian packaging of xacobeo branch, master, updated. 5722aaab9b6aa3ccf710f91c1783e94b7086870b

gregor herrmann gregoa at debian.org
Wed Aug 24 17:07:47 UTC 2011


The following commit has been merged in the master branch:
commit 647f30d9685b56be25502ab3e844ecd3b0e39845
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Aug 24 18:44:21 2011 +0200

    Pass the new multiarch directory to include_dirs in debian/rules, otherwise
    gdkconfig.h is not found, and build-depend on dpkg-dev (>= 1.16.0)
    
    Closes: #639060

diff --git a/debian/control b/debian/control
index a126427..5ba161c 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,8 @@ Build-Depends: debhelper (>= 7.0.50~), perl, libextutils-depends-perl,
  libextutils-pkgconfig-perl, libfile-slurp-perl, libgtk2-ex-entry-pango-perl,
  libgtk2-sourceview2-perl, libintl-perl, libtest-exception-perl,
  libxml-libxml-perl, libgtk2.0-dev, libxml2-dev, xauth, xvfb,
- libfile-basedir-perl
+ libfile-basedir-perl,
+ dpkg-dev (>= 1.16.0)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jozef Kutej <jozef at kutej.net>
 Standards-Version: 3.9.1
diff --git a/debian/rules b/debian/rules
index 9959d85..9443dbd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,9 +3,15 @@
 PACKAGE = $(shell dh_listpackages)
 TMP     = $(CURDIR)/debian/$(PACKAGE)
 
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+INCLUDEDIR = "/usr/lib/$(DEB_HOST_MULTIARCH)/gtk-2.0/include"
+
 %:
 	dh $@
 
+override_dh_auto_configure:
+	dh_auto_configure -- include_dirs=$(INCLUDEDIR)
+
 override_dh_auto_test:
 	xvfb-run -a dh_auto_test
 

-- 
Debian packaging of xacobeo



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