Package: d-shlibs Version: 0.51 Severity: minor Hello,
Please consider the following patch to replace some whites by tabs: >From 69d3d73f567ca1d4c02412aa44345bc8f03597a8 Mon Sep 17 00:00:00 2001 From: Hector Oron <[email protected]> Date: Sat, 28 Apr 2012 14:01:37 +0200 Subject: [PATCH 2/2] Replace whitespaces by tabs Signed-off-by: Hector Oron <[email protected]> --- d-devlibdeps | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/d-devlibdeps b/d-devlibdeps index 1467922..d3182a1 100755 --- a/d-devlibdeps +++ b/d-devlibdeps @@ -57,7 +57,7 @@ function overridedevlibdeps () { -e 's/libcrack2-dev/cracklib2-dev/' \ -e 's/libcrypt1\.1-dev//' \ -e 's/libcrypt1-dev//' \ - -e 's/libcrypto.*-dev/libssl-dev/' \ + -e 's/libcrypto.*-dev/libssl-dev/' \ -e 's/libdbus-1-3-dev/libdbus-1-dev/' \ -e 's/libdl2\.1-dev//' \ -e 's/libdl2-dev//' \ @@ -115,7 +115,7 @@ function overridedevlibdeps () { -e 's/libSDL-1\.2-0-dev/libsdl1.2-dev/' \ -e 's/libSM6-dev/libsm-dev/' \ -e 's/libspeex1-dev/libspeex-dev/' \ - -e 's/libssl.*-dev/libssl-dev/' \ + -e 's/libssl.*-dev/libssl-dev/' \ -e 's/libstdc++6.*-dev//' \ -e 's/libtheora0-dev/libtheora-dev/' \ -e 's/libtinfo5-dev/libtinfo-dev/' \ -- 1.7.9.5 Regards, -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (900, 'testing'), (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 3.2.0-2-686-pae (SMP w/4 CPU cores) Locale: LANG=ca_ES.UTF-8, LC_CTYPE=ca_ES.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages d-shlibs depends on: ii binutils 2.22-6 d-shlibs recommends no packages. d-shlibs suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

