소스 검색

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.
Raphaël Hertzog 15 년 전
부모
커밋
2dee4700ac
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      scripts/Dpkg/Source/Package/V2.pm

+ 1 - 1
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);
     }