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

While testing the per project settings (.svn/svn-buildpackage.conf) I
encountered this error message:
"Modification of a read-only value attempted at /usr/bin/svn-buildpackage
line 136."
It seems that you have to provide the complete path to the project
config file.
Patch is attached.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (300, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12.6
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages svn-buildpackage depends on:
ii  devscripts                    2.9.7      Scripts to make the life of a Debi
ii  perl                          5.8.7-5    Larry Wall's Practical Extraction 
ii  subversion                    1.2.3a-1   advanced version control system (a
ii  subversion-tools              1.2.3a-1   assorted tools related to Subversi

svn-buildpackage recommends no packages.

-- no debconf information

*** /tmp/svn-buildpackage.diff
--- svn-buildpackage.orig       2005-10-12 04:11:43.000000000 +0200
+++ svn-buildpackage    2005-10-12 04:12:02.000000000 +0200
@@ -131,7 +131,7 @@
 
 &setallenv;
 
-for($ENV{"HOME"}."/.svn-buildpackage.conf", ".svn/svn-buildpackage.conf") {
+for($ENV{"HOME"}."/.svn-buildpackage.conf", 
$ENV{"PWD"}."/.svn/svn-buildpackage.conf") {
     if(open($rc, "<$_")) {
         SKIP: while(<$rc>) {
             chomp;


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to