Package: ghc6
Version: 6.4.1-1
Severity: minor
Tags: patch
Hi,
thanks for maintaining this package.
I just noticed that tail in debian/rules was used with a deprecated option
("tail +2 [...]" instead of "tail -n +2 [...]").
Here is a small patch for this:
--- ghc6-6.4.1.orig/debian/rules 2005-11-17 15:18:14.000000000 +0100
+++ ghc6-6.4.1/debian/rules 2005-11-17 15:22:07.000000000 +0100
@@ -75,7 +75,7 @@
echo "<!DOCTYPE sect1 [<!ENTITY ndash \"-\"> \
<!ENTITY ldquo \"\`\"> \
<!ENTITY rdquo \"'\">]>"; \
- tail +2 ghc/docs/users_guide/flags.xml; } \
+ tail -n +2 ghc/docs/users_guide/flags.xml; } \
| xsltproc debian/flags.xsl - > debian/ghc6.1
for m in ghci6 ghc-$(ProjectVersion) ghci-$(ProjectVersion); do echo
".so man1/ghc6.1" > debian/$$m.1; done
cp ghc/utils/hp2ps/hp2ps.1 debian/hp2ps-ghc6.1
Cheers,
Stefan.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12build1
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Versions of packages ghc6 depends on:
ii gcc 4:4.0.2-1 The GNU C compiler
ii haskell-utils 1.6.0.1 Utilities used by the Debian Haske
ii libc6 2.3.5-6 GNU C Library: Shared libraries an
ii libgmp3-dev 4.1.4-11 Multiprecision arithmetic library
ii libgmp3c2 4.1.4-11 Multiprecision arithmetic library
ii libncurses5 5.4-9 Shared libraries for terminal hand
ii libreadline5 5.0-11 GNU readline and history libraries
ii libreadline5-dev 5.0-11 GNU readline and history libraries
ii perl [perl5] 5.8.7-6 Larry Wall's Practical Extraction
ghc6 recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]