Package: googleearth-package Version: 0.0.4 Severity: wishlist Tags: patch Hi,
the script should use DEBEMAIL and DEBFULLNAME as default values for the maintainer name/address. Attached is a patch. Regards, Bastian -- System Information: Debian Release: 4.0 APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-treasure8 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages googleearth-package depends on: ii curl 7.15.5-1 Get a file from an HTTP, HTTPS, FT ii dpkg-dev 1.13.24 package building tools for Debian ii fakeroot 1.5.10 Gives a fake root environment ii wget 1.10.2-2 retrieves files from the web googleearth-package recommends no packages. -- no debconf information
--- /usr/bin/make-googleearth-package 2006-11-27 19:32:30.000000000 +0100 +++ make-googleearth-package 2006-11-27 23:41:51.658063820 +0100 @@ -60,8 +60,8 @@ } function parse_args() { - OPT_FULLNAME="" - OPT_EMAIL="" + OPT_FULLNAME="$DEBFULLNAME" + OPT_EMAIL="$DEBEMAIL" OPT_FILE="$GoogleEarth_bin" for ((;$#>0;)); do if [ "$1" == "--fullname" ]; then