Package: debhelper Version: 7.4.1 Severity: normal Working on my first debian package I run dh_make with standard parameter:
dh_make -c gpl3 --quilt -s -e [email protected] -f ../clamz-0.2.tar.gz The created debian/rules file does have a non working rule inside: %: dh #DH7_ADDON" $@ Changing it to the following fixes the rule for me and I'm able to build my package: %: dh $@ regards Stefan Schmidt -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.31-fairlight (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages debhelper depends on: ii binutils 2.19.90.20090909-1 The GNU assembler, linker and bina ii dpkg-dev 1.15.4 Debian package development tools ii file 5.03-1 Determines file type using "magic" ii html2text 1.3.2a-14 advanced HTML to text converter ii man-db 2.5.6-2 on-line manual pager ii perl 5.10.0-25 Larry Wall's Practical Extraction ii perl-base 5.10.0-25 minimal Perl system ii po-debconf 1.0.16 tool for managing templates file t debhelper recommends no packages. Versions of packages debhelper suggests: ii dh-make 0.49 tool that converts source archives -- no debconf information -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

