From 3ec6c90a6b3d0d9a2a992ed55e0b65d1005596e5 Mon Sep 17 00:00:00 2001 From: Ryan Niebur Date: Thu, 30 Jul 2009 18:33:24 -0700 Subject: [PATCH] Debian Policy 3.8.2 --- debian/changelog | 3 ++- debian/control | 8 ++++---- debian/rules | 3 +-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0a55c403..e3748237 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,9 @@ midori (0.1.8-1) UNRELEASED; urgency=low * New Upstream Version * refresh patches + * Debian Policy 3.8.2 - -- Ryan Niebur Thu, 30 Jul 2009 14:01:53 -0700 + -- Ryan Niebur Thu, 30 Jul 2009 18:33:22 -0700 midori (0.1.7-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 3762184e..aaeb364d 100644 --- a/debian/control +++ b/debian/control @@ -21,14 +21,14 @@ Build-Depends: debhelper (>= 7.0.50), python-docutils, libsoup2.4-dev (>= 2.25.2), # For testing under xvfb: -# xvfb, -# xauth, -# xfonts-base + xvfb, + xauth, + xfonts-base # Disabled optional dependencies: Build-Conflicts: gtk-doc-tools, libgtksourceview2.0-dev (>= 2.0), libhildon-1-dev -Standards-Version: 3.8.1 +Standards-Version: 3.8.2 Homepage: http://software.twotoasts.de/index.php?/pages/midori_summary.html Vcs-Git: git://git.ryan52.info/git/midori Vcs-Browser: http://git.ryan52.info/?p=midori;a=summary diff --git a/debian/rules b/debian/rules index 46a2eb1d..4340224e 100755 --- a/debian/rules +++ b/debian/rules @@ -27,8 +27,7 @@ override_dh_auto_build: ./waf --nocache build --debug full override_dh_auto_test: - @echo tests are broken -# xvfb-run ./waf --nocache check + xvfb-run ./waf --nocache check override_dh_auto_install: ./waf --nocache install --destdir debian/tmp