From c3ce878376cc17382be1ca7b81f52e2de343f51a Mon Sep 17 00:00:00 2001 From: Alexander Shaduri Date: Sat, 11 Aug 2012 14:19:58 +0000 Subject: [PATCH] Don't require libglademm in debian control file, it confuses newer Ubuntus. --- gsmartcontrol/debian.dist/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gsmartcontrol/debian.dist/control b/gsmartcontrol/debian.dist/control index d6916d9..d6ba1df 100644 --- a/gsmartcontrol/debian.dist/control +++ b/gsmartcontrol/debian.dist/control @@ -6,7 +6,7 @@ Maintainer: Alexander Shaduri # technically, we don't need libglademm if gtkmm >= 2.12, but it won't get # into Depends if it's not needed, so let's leave it here. Build-Depends: debhelper (>= 5), autotools-dev, - libpcre3-dev, libgtkmm-2.4-dev (>= 2.6.0), libglademm-2.4-dev + libpcre3-dev, libgtkmm-2.4-dev (>= 2.6.0) Standards-Version: 3.7.3 Package: gsmartcontrol