[Pkg-zsh-commits] [SCM] Debian zsh package branch, debian, updated. debian/5.0.0-1-5-g1c75bcc

Axel Beckert abe at deuxchevaux.org
Wed Aug 8 18:01:28 UTC 2012


The following commit has been merged in the debian branch:
commit 1c75bccb3fc69e94859394e5844ca77bab75d22a
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Aug 8 19:55:00 2012 +0200

    Sync do-dch, gbp.conf and our workflow docs wrt. git-dch options
    
    Default git-dch options are now only present in gbp.conf.
    
    We consistently use a commit id length of 8.

diff --git a/debian/do-dch b/debian/do-dch
index 52ddca2..f07b9bd 100755
--- a/debian/do-dch
+++ b/debian/do-dch
@@ -12,10 +12,6 @@
 # At the end an editor is spawned on debian/changelog no matter what.
 
 git-dch \
-    --debian-branch=debian \
-    --id-length=8 \
-    --multimaint-merge \
-    --upstream-tag='zsh-%(version)' \
     --spawn-editor=never \
     "$@"
 
diff --git a/debian/gbp.conf b/debian/gbp.conf
index 8c381db..bc1dd70 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -8,5 +8,6 @@ debian-tag = debian/%(version)s
 
 # Options only affecting git-dch
 [git-dch]
-id-length = 7
+id-length = 8
 meta = True
+multimaint-merge = True
diff --git a/debian/pkg-zsh-workflow.org b/debian/pkg-zsh-workflow.org
index 57a651d..64b5447 100644
--- a/debian/pkg-zsh-workflow.org
+++ b/debian/pkg-zsh-workflow.org
@@ -242,11 +242,11 @@
     each author should only appear once in the series with all her/his
     changes listed below her/him in chronological order.
 
-    Here is a command line which will result in the desired changelog
-    format:
+    Given that debian/gbp.conf is up-to-date, using the git-dch(1)
+    tool will result in the desired changelog format:
 
 #+BEGIN_EXAMPLE
-    % git-dch --debian-branch=debian --id-length=8 --multimaint-merge
+    % git-dch
 #+END_EXAMPLE
 
     If you absolutely *must* make changelog entries by other means, you

-- 
Debian zsh package



More information about the Pkg-zsh-commits mailing list