[Pkg-octave-commit] r1276 - octave-pkg-dev/trunk

Rafael Laboissiere rafael at alioth.debian.org
Mon Feb 25 21:59:45 UTC 2008


Author: rafael
Date: 2008-02-25 21:59:45 +0000 (Mon, 25 Feb 2008)
New Revision: 1276

Modified:
   octave-pkg-dev/trunk/get-oct-pkg-src.pl
Log:
* Print notice at end of script
* Removed bogus copyright notice

Modified: octave-pkg-dev/trunk/get-oct-pkg-src.pl
===================================================================
--- octave-pkg-dev/trunk/get-oct-pkg-src.pl	2008-02-25 21:59:05 UTC (rev 1275)
+++ octave-pkg-dev/trunk/get-oct-pkg-src.pl	2008-02-25 21:59:45 UTC (rev 1276)
@@ -1,6 +1,5 @@
 #!/usr/bin/perl -w
 
-# Copyright (c) 2008  Olafur Jens Sigurðsson <ojsbug at gmail.com>
 # Copyright (c) 2008  Rafael Laboissiere <rafael at debian.org>
 #
 # This program is free software; you can redistribute it and/or modify
@@ -57,3 +56,5 @@
 
 system (qq {curl --location --silent --output $tarball "$download"}) == 0
   or die "$prog:E: Cannot download $tarball from SF site\n";
+
+print "$prog:I: Downloaded $tarball\n";




More information about the Pkg-octave-commit mailing list