The following commit has been merged in the master branch: commit 6f721c1d064c335307d4e56098e4c81cb56db85b Author: Guillem Jover <guil...@debian.org> Date: Sat Nov 21 03:18:10 2009 +0100
dpkg-scansources: Update comments Remove an obsolete one. And move another one closer to the relevant code. diff --git a/scripts/dpkg-scansources.pl b/scripts/dpkg-scansources.pl index 5645d11..9be76cf 100755 --- a/scripts/dpkg-scansources.pl +++ b/scripts/dpkg-scansources.pl @@ -17,13 +17,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -# Errors with a single package are warned about but don't affect the -# exit code. Only errors which affect everything cause a non-zero exit. -# -# Dependencies are by request non-existant. I used to use the MD5 and -# Proc::WaitStat modules. - - use strict; use warnings; @@ -39,6 +32,8 @@ textdomain("dpkg-dev"); use Getopt::Long (); +# Errors with a single package are warned about but don't affect the +# exit code. Only errors which affect everything cause a non-zero exit. my $Exit = 0; # %Override is a hash of lists. The subs following describe what's in -- dpkg's main repository -- To UNSUBSCRIBE, email to debian-dpkg-cvs-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org