Package: dh-make
Version: 0.41
Severity: minor
The Makefile synopsis reads:
SYNOPSIS
make [ -f makefile ] [ options ] ... [ targets ] ...
However, the rules::install target places 'target' in unconventional
place; to the beginning:
install: build
...
# Add here commands to install the package into debian/wn.
$(MAKE) install prefix=$(CURDIR)/debian/foo/usr
This should be rewritten to:
$(MAKE) prefix=$(CURDIR)/debian/foo/usr install
=======
because the 'target's are traditionally listed last in make commands.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/dash
Kernel: Linux 2.6.16-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)
Versions of packages dh-make depends on:
ii debhelper 5.0.35 helper programs for debian/rules
ii dpkg-dev 1.13.21 package building tools for Debian
ii make 3.81-2 The GNU version of the "make" util
ii perl 5.8.8-6 Larry Wall's Practical Extraction
dh-make recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]