Package: svn-buildpackage
Version: 0.6.23
Severity: minor
Tags: patch
In function del_unreferenced this line is incorrect:
my %list = shift;
User gets a warning:
Odd number of elements in hash assignment at /usr/bin/svn-inject line 439.
This would be better:
my %list = @_;
Note: hash %list is unused. This change is merely cosmetic to avoid a warning.
Gabor
-- System Information:
Debian Release: 5.0
APT prefers testing-proposed-updates
APT policy: (500, 'testing-proposed-updates'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash
Versions of packages svn-buildpackage depends on:
ii devscripts 2.10.35lenny1 scripts to make the life of a Debi
ii file 4.26-1 Determines file type using "magic"
ii libsvn-perl 1.5.1dfsg1-2 Perl bindings for Subversion
ii liburi-perl 1.35.dfsg.1-1 Manipulates and accesses URI strin
ii perl 5.10.0-19 Larry Wall's Practical Extraction
ii subversion 1.5.1dfsg1-2 Advanced version control system
ii unp 1.0.15 unpack (almost) everything with on
ii wget 1.11.4-2 retrieves files from the web
svn-buildpackage recommends no packages.
svn-buildpackage suggests no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]