Author: branden Date: 2003-09-22 15:22:56 -0500 (Mon, 22 Sep 2003) New Revision: 570
Modified: trunk/debian/shell-lib.sh Log: Cosmetic updates to error message text when shell-lib.sh is used without essential variables defined. - debian/shell-lib.sh Modified: trunk/debian/shell-lib.sh =================================================================== --- trunk/debian/shell-lib.sh 2003-09-22 18:45:20 UTC (rev 569) +++ trunk/debian/shell-lib.sh 2003-09-22 20:22:56 UTC (rev 570) @@ -16,9 +16,9 @@ definining \$THIS_PACKAGE shell variable. Please report the package name, version, and the text of this error message to the Debian Bug Tracking System. Visit <http://www.debian.org/Bugs/Reporting> on the World Wide Web for -instructions, read the file /usr/share/doc/debian/bug-reporting.txt (from the -doc-debian package, or install the "reportbug" package and use the command of -the same name to file a report. +instructions, read the file /usr/share/doc/debian/bug-reporting.txt from the +"doc-debian" package, or install the "reportbug" package and use the command of +the same name to file a report against version $SOURCE_VERSION of this package. EOF exit $SHELL_LIB_USAGE_ERROR fi @@ -29,9 +29,10 @@ definining \$THIS_SCRIPT shell variable. Please report the package name, version, and the text of this error message to the Debian Bug Tracking System. Visit <http://www.debian.org/Bugs/Reporting> on the World Wide Web for -instructions, read the file /usr/share/doc/debian/bug-reporting.txt (from the -doc-debian package, or install the "reportbug" package and use the command of -the same name to file a report. +instructions, read the file /usr/share/doc/debian/bug-reporting.txt from the +"doc-debian" package, or install the "reportbug" package and use the command of +the same name to file a report against version $SOURCE_VERSION of the +"$THIS_PACKAGE" package. EOF exit $SHELL_LIB_USAGE_ERROR fi

