[Dehs-devel] SVN devscripts commit: r467 - in trunk: . debian

Julian Gilbey jdg at alioth.debian.org
Tue Nov 7 01:39:46 CET 2006


Author: jdg
Date: 2006-11-07 01:39:46 +0100 (Tue, 07 Nov 2006)
New Revision: 467

Modified:
   trunk/debian/changelog
   trunk/uscan.pl
Log:
* uscan: set HTTP user agent name (Closes: #397354)

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-11-06 18:13:06 UTC (rev 466)
+++ trunk/debian/changelog	2006-11-07 00:39:46 UTC (rev 467)
@@ -1,3 +1,9 @@
+devscripts (2.9.24) UNRELEASED; urgency=low
+
+  * uscan: set HTTP user agent name (Closes: #397354)
+
+ -- Julian Gilbey <jdg at debian.org>  Tue,  7 Nov 2006 00:39:40 +0000
+
 devscripts (2.9.23) unstable; urgency=low
 
   * bts: automatically create cache directory when bts show is used

Modified: trunk/uscan.pl
===================================================================
--- trunk/uscan.pl	2006-11-06 18:13:06 UTC (rev 466)
+++ trunk/uscan.pl	2006-11-07 00:39:46 UTC (rev 467)
@@ -315,6 +315,7 @@
 
 my $user_agent = LWP::UserAgent->new(env_proxy => 1);
 $user_agent->timeout($timeout);
+$user_agent->agent('Debian uscan ###VERSION###');
 
 if (defined $opt_watchfile) {
     die "Can't have directory arguments if using --watchfile" if @ARGV;




More information about the Dehs-devel mailing list