[pkg-perl-tools] 01/01: Use Gbp-Dch instead of Git-Dch in ex/mass-commit + dpt-upstream-repo

Axel Beckert abe at deuxchevaux.org
Sun Jun 7 11:59:43 UTC 2015


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository pkg-perl-tools.

commit c5da92d8bfa9c34c3c8c3c91c953693b6ad1016d
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun Jun 7 13:59:09 2015 +0200

    Use Gbp-Dch instead of Git-Dch in ex/mass-commit + dpt-upstream-repo
---
 debian/changelog      | 2 ++
 examples/mass-commit  | 2 +-
 scripts/upstream-repo | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5b4cc8f..f7f1144 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,8 @@ pkg-perl-tools (0.21) UNRELEASED; urgency=medium
     git-debcherry variant (see #784159)
   * dpt-alioth-repo: Check if a remote named "origin" already exists
     before creating the remote repository.
+  * Use Gbp-Dch instead of Git-Dch in examples/mass-commit and
+    dpt-upstream-repo.
 
   [ gregor herrmann ]
   * dpt-import-orig: use Gbp-Dch for changelog commit message.
diff --git a/examples/mass-commit b/examples/mass-commit
index 4d6c6f6..195b44e 100755
--- a/examples/mass-commit
+++ b/examples/mass-commit
@@ -100,7 +100,7 @@ EOL
         run commit <<EOL
 update changelog
 
-Git-Dch: Ignore
+Gbp-Dch: Ignore
 EOL
     fi
 
diff --git a/scripts/upstream-repo b/scripts/upstream-repo
index e922e0d..f3d6d06 100755
--- a/scripts/upstream-repo
+++ b/scripts/upstream-repo
@@ -51,7 +51,7 @@ if ! git remote show | grep -qx upstream-repo ; then
 			git commit -m "Add debian/upstream/metadata"
 			dch --no-auto-nmu --mainttrailer --release-heuristic=changelog "Add debian/upstream/metadata"
 			git add debian/changelog
-			git commit -m "Update debian/changelog" -m "Git-Dch: Ignore"
+			git commit -m "Update debian/changelog" -m "Gbp-Dch: Ignore"
 		fi
 	fi
 	if [ -z "$REPO" -a -e debian/upstream/metadata ] ; then

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/pkg-perl-tools.git



More information about the Pkg-perl-cvs-commits mailing list