[PATCH] [HARDY] [SAUCE] Allow insertchanges to work in later version chroots

Steve Conklin sconklin at canonical.com
Thu Mar 3 22:34:20 UTC 2011


This is a very minor change which only affects one maintenance script.
No changes to kernel code.

The command "git-log" was used in the script, which prevented the
insertchanges target from executing unless you were in a hardy chroot.

This changes that to "git log". I have confirmed that it still works in
a hardy chroot, and it also now works in a Lucid chroot.

Signed-off-by: Steve Conklin <sconklin at canonical.com>
---
 debian/rules.d/1-maintainer.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/rules.d/1-maintainer.mk
b/debian/rules.d/1-maintainer.mk
index 4625252..d088596 100644
--- a/debian/rules.d/1-maintainer.mk
+++ b/debian/rules.d/1-maintainer.mk
@@ -66,7 +66,7 @@ endif
 	@echo "CONCURRENCY_LEVEL = $(CONCURRENCY_LEVEL)"
 
 printchanges:
-	@git-log Ubuntu-$(release)-$(prev_revision)..HEAD | \
+	@git log Ubuntu-$(release)-$(prev_revision)..HEAD | \
 		perl -w -f debian/scripts/misc/git-ubuntu-log $(ubuntu_log_opts)
 
 insertchanges:
-- 
1.7.0.4


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part
URL: <https://lists.ubuntu.com/archives/kernel-team/attachments/20110303/d8cb0a43/attachment.sig>


More information about the kernel-team mailing list