From: Adam Heath Date: Tue, 16 Sep 2003 17:51:15 +0000 (+0000) Subject: Remove -w, as it causes runtime warnings. The code isn't clean enough yet X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fd72c13a65a535718cabf9e8024d39c10c930dd;p=dpkg Remove -w, as it causes runtime warnings. The code isn't clean enough yet to support it. --- diff --git a/ChangeLog b/ChangeLog index 728c92ac..084c62a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Sep 16 12:50:44 CDT 2003 Adam Heath + + * scripts/update-alternatives.pl: Remove -w, as it causes runtime + warnings. The code isn't clean enough yet to support it. + Mon Sep 15 19:08:28 CDT 2003 Adam Heath * debian/rules: No longer generate any BYHAND files. Also, fix bug in diff --git a/scripts/update-alternatives.pl b/scripts/update-alternatives.pl index c39d211e..b86af19f 100755 --- a/scripts/update-alternatives.pl +++ b/scripts/update-alternatives.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w -- +#!/usr/bin/perl -- $admindir= "/var/lib/dpkg"; # This line modified by Makefile $dpkglibdir= "../utils"; # This line modified by Makefile