From d446d34a7f8c23572af2c31ec7e7d354733f6573 Mon Sep 17 00:00:00 2001 From: Christian Rößler Date: Mon, 1 Jul 2013 14:20:39 +0200 Subject: Added package ltrace, as binary ltrace was required earlier --- remote/modules/debug/debug.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'remote/modules/debug/debug.conf') diff --git a/remote/modules/debug/debug.conf b/remote/modules/debug/debug.conf index a2db5dc0..bc7d220f 100644 --- a/remote/modules/debug/debug.conf +++ b/remote/modules/debug/debug.conf @@ -1,5 +1,6 @@ REQUIRED_INSTALLED_PACKAGES=" curl + ltrace " REQUIRED_BINARIES=" strace -- cgit v1.2.3-55-g7522 From e8d6b429277f1a29db805a4350af57b762efd0ac Mon Sep 17 00:00:00 2001 From: Christian Rößler Date: Mon, 1 Jul 2013 14:32:33 +0200 Subject: Added another packet for openSuse --- remote/modules/debug/debug.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'remote/modules/debug/debug.conf') diff --git a/remote/modules/debug/debug.conf b/remote/modules/debug/debug.conf index bc7d220f..feb09723 100644 --- a/remote/modules/debug/debug.conf +++ b/remote/modules/debug/debug.conf @@ -1,6 +1,7 @@ REQUIRED_INSTALLED_PACKAGES=" curl ltrace + nano " REQUIRED_BINARIES=" strace -- cgit v1.2.3-55-g7522 From d99620bb806bcc3e439d0a8cc86d4176a4eadcc2 Mon Sep 17 00:00:00 2001 From: Christian Rößler Date: Tue, 2 Jul 2013 16:48:53 +0200 Subject: Some debugging stuff --- remote/modules/debug/debug.conf | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'remote/modules/debug/debug.conf') diff --git a/remote/modules/debug/debug.conf b/remote/modules/debug/debug.conf index feb09723..8728c4bf 100644 --- a/remote/modules/debug/debug.conf +++ b/remote/modules/debug/debug.conf @@ -2,6 +2,9 @@ REQUIRED_INSTALLED_PACKAGES=" curl ltrace nano + fontconfig + fonts-config + xset " REQUIRED_BINARIES=" strace @@ -10,4 +13,9 @@ REQUIRED_BINARIES=" setterm curl nano + fc-cache + fc-query + fonts-config + xset + locale " -- cgit v1.2.3-55-g7522 From 124966a33c9702cf63c72ecf894d32d2988dc3ff Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 2 Jul 2013 19:42:44 +0200 Subject: [debug] Remove non-existent required binary --- remote/modules/debug/debug.conf | 1 - 1 file changed, 1 deletion(-) (limited to 'remote/modules/debug/debug.conf') diff --git a/remote/modules/debug/debug.conf b/remote/modules/debug/debug.conf index 8728c4bf..3657b991 100644 --- a/remote/modules/debug/debug.conf +++ b/remote/modules/debug/debug.conf @@ -15,7 +15,6 @@ REQUIRED_BINARIES=" nano fc-cache fc-query - fonts-config xset locale " -- cgit v1.2.3-55-g7522 From 8b38e753158ce57e00fa78c69b57fef476531f34 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Mon, 8 Jul 2013 14:50:27 +0200 Subject: [debug] remove xset from REQUIRED_INSTALLED_PACKAGES as its wrong for ubuntu --- remote/modules/debug/debug.conf | 1 - 1 file changed, 1 deletion(-) (limited to 'remote/modules/debug/debug.conf') diff --git a/remote/modules/debug/debug.conf b/remote/modules/debug/debug.conf index 3657b991..7cf1934a 100644 --- a/remote/modules/debug/debug.conf +++ b/remote/modules/debug/debug.conf @@ -4,7 +4,6 @@ REQUIRED_INSTALLED_PACKAGES=" nano fontconfig fonts-config - xset " REQUIRED_BINARIES=" strace -- cgit v1.2.3-55-g7522