tag 506426 +patch
thanks

Okay, despite the possibility that I'm looking stupid here, but isn't
the fix as easy as I did it? Patch attached... :)

Hauke
Index: debian/changelog
===================================================================
--- debian/changelog	(revision 11968)
+++ debian/changelog	(working copy)
@@ -33,6 +33,7 @@
   * SDCommon.pm: Trigger a warning when files are ignored by subversion
     (Closes: #504233)
   * Dropping support for linda (Closes: #502653)
+  * Correcting typo in svn-buildpackage (Closes: #506426)
 
   [ Eddy Petrișor ]
   * Added a helper script to ease up installation of the build-deps of
@@ -48,7 +49,7 @@
     way Gonéri proposed was broken in several ways (and I copied that
     without checking) correctly closes: #419005 instead of hiding it
 
- -- Eddy Petrișor <[EMAIL PROTECTED]>  Sat, 06 Dec 2008 18:05:16 +0200
+ -- Jan Hauke Rahm <[EMAIL PROTECTED]>  Sun, 07 Dec 2008 21:06:18 +0100
 
 svn-buildpackage (0.6.23) unstable; urgency=high
 
Index: SDCommon.pm
===================================================================
--- SDCommon.pm	(revision 11968)
+++ SDCommon.pm	(working copy)
@@ -452,7 +452,8 @@
       exwerror "\nThe directory $_ does not exist!
 
 Create this directory or fix the setting in .svn/deb-layout or remove that
-line and let svn-descripts redetect the value. Also check the associated URL.
+line and let svn-buildpackage redetect the value. Also check the associated
+URL.
 
 " if($_=~/^\// && ! -e $_);
    }

Attachment: signature.asc
Description: Digital signature

Reply via email to