[Pkg-cli-apps-commits] [SCM] pdfmod branch, master, updated. 3c2d048ec286a7c08929e3f4f2f06456e466218b

Chow Loong Jin hyperair at gmail.com
Wed Aug 19 19:56:49 UTC 2009


The following commit has been merged in the master branch:
commit 3c2d048ec286a7c08929e3f4f2f06456e466218b
Author: Chow Loong Jin <hyperair at gmail.com>
Date:   Thu Aug 20 03:28:12 2009 +0800

    Add libpoppler-glib-dev build-dep and disable test

diff --git a/debian/control b/debian/control
index 2d82251..42b5cf4 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,8 @@ Build-Depends: debhelper (>= 7.0.50),
                intltool (>= 0.35.0),
                libgnome2.24-cil,
                libgconf2.0-cil,
-               libhyena-cil (>= 0.1)
+               libhyena-cil (>= 0.1),
+               libpoppler-glib-dev
 Standards-Version: 3.8.3
 Homepage: http://live.gnome.org/PdfMod
 Vcs-Git: git://git.debian.org/git/pkg-cli-apps/packages/pdfmod.git
diff --git a/debian/rules b/debian/rules
index a0c396a..acca747 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,9 @@ override_dh_auto_configure:
 	dh_auto_configure -- \
 		MCS=/usr/bin/mono-csc
 
+# disable tests; they need network access to download DTDs
+override_dh_auto_test:
+
 get-orig-source:
 	$(USCAN) \
 		--download \

-- 
pdfmod



More information about the Pkg-cli-apps-commits mailing list