Package: svn-buildpackage
Version: 0.6.21
Severity: normal
Tags: patch

--- /usr/bin/svn-inject 2007-07-30 05:26:30.000000000 +0200
+++ /home/jeremiah/code/perl/svn-inject 2007-09-06 20:38:07.000000000 +0200
@@ -139,7 +139,9 @@
    undef $opt_patchquiet;
 }

-$opt_onlychanged+=$opt_nobranches;
+if (defined($opt_nobranches)) {
+    $opt_onlychanged += $opt_nobranches;
+}

 #$SDCommon::opt_quiet=$opt_quiet;

With this patch the error message about an undefined variable on line 142 should disappear. Thanks.

-- System Information:
Debian Release: lenny/sid
Architecture: i386 (i686)

Shell: /bin/sh linked to /bin/bash

Versions of packages svn-buildpackage depends on:
ii devscripts 2.10.6 Scripts to make the life of a Debi ii file 4.21-2 Determines file type using "magic" ii libsvn-perl 1.4.4dfsg1-1 Perl bindings for Subversion ii liburi-perl 1.35.dfsg.1-1 Manipulates and accesses URI strin ii perl 5.8.8-7 Larry Wall's Practical Extraction ii subversion 1.4.4dfsg1-1 Advanced version control system ii unp 1.0.12 unpack (almost) everything with on ii wget 1.10.2-3 retrieves files from the web

svn-buildpackage recommends no packages.

-- no debconf information

Reply via email to