The following commit has been merged in the master branch:
commit 2dee4700ac94ffedb27366e650cd2fed383e40e1
Author: Raphaël Hertzog <hert...@debian.org>
Date:   Thu Aug 4 21:33:23 2011 +0200

    dpkg-source: simplify message pointing to dpkg-source --commit
    
    The supplementary arguments suggested are awkward and are generally not
    needed unless your package is huge and takes a long time to uncompress
    and diff.
    
    The best advice is thus “dpkg-source --commit” without any parameter.
    Maintainers of big packages will read the manual package and learn
    by themselves how to reuse the generated patch.

diff --git a/scripts/Dpkg/Source/Package/V2.pm 
b/scripts/Dpkg/Source/Package/V2.pm
index 184a62c..4912dfd 100644
--- a/scripts/Dpkg/Source/Package/V2.pm
+++ b/scripts/Dpkg/Source/Package/V2.pm
@@ -504,7 +504,7 @@ sub do_build {
     unless (not -s $tmpdiff or $self->{'options'}{'single_debian_patch'}
             or $self->{'options'}{'auto_commit'}) {
         info(_g("you can integrate the local changes with %s"),
-             "dpkg-source --commit . '' $tmpdiff");
+             "dpkg-source --commit");
         error(_g("aborting due to unexpected upstream changes, see %s"),
               $tmpdiff);
     }

-- 
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

Reply via email to