Source: sks Version: sks_1.1.1+dpkgv3-2 Severity: normal Tags: patch Hi,
When sks is built, it complains that the F:OCamlRun output substitution variable is not set. This occurs because the rule that should cause it to be set misspells override_dh_gencontrol as override_dh_genctrol. The attached patch fixes this misspelling and eliminates the warning. -- Matt https://ftbfs.org/kraai -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages sks depends on: ii adduser 3.112 add and remove users and groups pn db4.7-util <none> (no description available) ii exim4-daemon-light [mail- 4.72-1 lightweight Exim MTA (v4) daemon ii libc6 2.11.2-5 Embedded GNU C Library: Shared lib ii libdb4.7 4.7.25-9 Berkeley v4.7 Database Libraries [ ii logrotate 3.7.8-6 Log rotation utility ii procmail 3.22-19 Versatile e-mail processor ii zlib1g 1:1.2.5.dfsg-1 compression library - runtime sks recommends no packages. sks suggests no packages.
diff -ru sks-1.1.1+dpkgv3~~/debian/rules sks-1.1.1+dpkgv3~/debian/rules --- sks-1.1.1+dpkgv3~~/debian/rules 2010-08-27 03:08:03.000000000 -0700 +++ sks-1.1.1+dpkgv3~/debian/rules 2010-09-12 09:15:37.000000000 -0700 @@ -22,7 +22,7 @@ # Debian specific cp -a debian/debcfg/* debian/sks/etc/sks -override_dh_genctrol: +override_dh_gencontrol: dh_gencontrol -- -VF:OCamlRun="$(OCAMLRUN)" # Use override_dh_* targets to customize this.