[Build-common-hackers] Bug#594042: cdbs: documentation about DEB_SRCDIR
IOhannes m zmoelnig
zmoelnig at iem.at
Mon Aug 23 09:36:18 UTC 2010
Package: cdbs
Version: 0.4.88
Severity: normal
the documentation of CDBS states in the chapter "Basic Settings and Available
Variables" (file:///usr/share/doc/cdbs/cdbs-doc.html#basic-settings), that one
could use:
DEB_SRCDIR = $(CURDIR)/src
this is wrong, cdbs will prefix $(CURDIR) to DEB_SRCDIR, so in the end the build
system will look for files in $(CURDIR)/$(CURDIR)/src, and will eventually fail
to find them.
the corrected line should read:
DEB_SRCDIR = src
fgmasdr
IOhannes
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.34-1-686 (SMP w/2 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash
Versions of packages cdbs depends on:
ii debhelper 7.9.3 helper programs for debian/rules
Versions of packages cdbs recommends:
ii autotools-dev 20100122.1 Update infrastructure for config.{
Versions of packages cdbs suggests:
ii devscripts 2.10.65.1 scripts to make the life of a Debi
ii doc-base 0.9.5 utilities to manage online documen
-- debconf information:
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = "de_AT:de_DE:de:en_GB:en",
LC_ALL = (unset),
LANG = "de_AT.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
More information about the Build-common-hackers
mailing list