gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r1477: make pkg-info print NAME and GA


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1477: make pkg-info print NAME and GARNAME
Date: Mon, 17 Dec 2012 00:32:21 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1477
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Mon 2012-12-17 00:32:21 +0100
message:
  make pkg-info print NAME and GARNAME
modified:
  ChangeLog
  gar.mk
=== modified file 'ChangeLog'
--- a/ChangeLog 2012-12-16 19:35:58 +0000
+++ b/ChangeLog 2012-12-16 23:32:21 +0000
@@ -1,3 +1,8 @@
+2012-12-17  Brandon Invergo  <address@hidden>
+
+       * gar.mk (pkg-info): Print both the canonical NAME and the GSRC
+       system GARNAME
+
 2012-12-16  Brandon Invergo  <address@hidden>
 
        * gar.mk (help-config): Rename `help' target to `help-config'

=== modified file 'gar.mk'
--- a/gar.mk    2012-12-16 19:35:58 +0000
+++ b/gar.mk    2012-12-16 23:32:21 +0000
@@ -126,7 +126,7 @@
 # what just happened when all the dependencies are finished.
 
 pkg-info:
-       @echo -e "$(MSG)Name:        $(GARNAME)$(OFF)"
+       @echo -e "$(MSG)Name:        $(NAME) ($(GARNAME))$(OFF)"
        @echo -e "$(MSG)Version:$(OFF)     $(GARVERSION)"
        @echo -e "$(MSG)URL:$(OFF)         $(HOME_URL)"
        @echo -e "$(MSG)Description:$(OFF) $(DESCRIPTION)"


reply via email to

[Prev in Thread] Current Thread [Next in Thread]