[pkg-perl-tools] 01/02: dpt-import-orig: use Gbp-Dch for changelog commit message.

gregor herrmann gregoa at debian.org
Fri May 29 15:41:42 UTC 2015


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

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

commit 704bc81ff07a72fbe976aa24e1300953648e8339
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri May 29 17:41:01 2015 +0200

    dpt-import-orig: use Gbp-Dch for changelog commit message.
---
 scripts/import-orig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/import-orig b/scripts/import-orig
index 9ec3ecc..e37b9b2 100755
--- a/scripts/import-orig
+++ b/scripts/import-orig
@@ -61,7 +61,7 @@ if [ -n "$EPOCH" ] ; then
 fi
 dch -v${NEWVERSION} --no-auto-nmu --mainttrailer --release-heuristic=changelog "Import upstream version ${UVERSION}"
 git add debian/changelog
-git commit -m "Update debian/changelog" -m "Git-Dch: Ignore"
+git commit -m "Update debian/changelog" -m "Gbp-Dch: Ignore"
 
 # cleanup on request
 if [ -n "$DPT_RM_TARGZ" ] ; 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