Package: console-data
Version: 2002.12.04dbs-52
Severity: normal
Tags: patch

Because new make handles differently line continuation, the package fails to
build now:

# mv
/home/bubulle/src/debian/build/console-data/tmp/console-data-2002.12.04dbs/debian/console-data/usr/share/keymaps/i386/include/euro*
\

/home/bubulle/src/debian/build/console-data/tmp/console-data-2002.12.04dbs/debian/console-data/usr/share/keymaps/include
/bin/bash: line 1:
/home/bubulle/src/debian/build/console-data/tmp/console-data-2002.12.04dbs/debian/console-data/usr/share/keymaps/include:
is a directory
make: *** [binary-indep] Erreur 126

The simple attached patch fixes the problem. I'll commit it in SVN


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13-1-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages console-data depends on:
ii  debconf [debconf-2.0]         1.4.67     Debian configuration management sy

Versions of packages console-data recommends:
ii  console-common             0.7.55        Basic infrastructure for text cons
ii  console-tools              1:0.2.3dbs-60 Linux console and font utilities

-- debconf information excluded
--- rules.old   2006-01-11 09:31:28.016075732 +0100
+++ rules       2006-01-11 09:31:55.796436123 +0100
@@ -98,7 +98,7 @@
        gzip  -9 -f ${installdir}/usr/share/consolefonts/*.psf
        # move the euro.inc so everyone can use it
        # mv ${installdir}/usr/share/keymaps/i386/include/euro* \
-               ${installdir}/usr/share/keymaps/include
+       #               ${installdir}/usr/share/keymaps/include
         # these fonts have a redistribution restriction
        rm -f ${installdir}/usr/share/consolefonts/Agafari-1*
        # And this is a mistake

Reply via email to