All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] python-netifaces: change license file name
@ 2015-03-11 17:12 Clayton Shotwell
  2015-03-11 21:13 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Clayton Shotwell @ 2015-03-11 17:12 UTC (permalink / raw)
  To: buildroot

From: David Graziano <david.graziano@rockwellcollins.com>

    Change license file name from README to README.rst.

Signed-off-by: David Graziano <david.graziano@rockwellcollins.com>
Signed-off-by: Clayton Shotwell <clayton.shotwell@rockwellcollins.com>
---
 package/python-netifaces/python-netifaces.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/python-netifaces/python-netifaces.mk b/package/python-netifaces/python-netifaces.mk
index f748bc1..2c51ce0 100644
--- a/package/python-netifaces/python-netifaces.mk
+++ b/package/python-netifaces/python-netifaces.mk
@@ -8,7 +8,7 @@ PYTHON_NETIFACES_VERSION = 0.10.4
 PYTHON_NETIFACES_SOURCE = netifaces-$(PYTHON_NETIFACES_VERSION).tar.gz
 PYTHON_NETIFACES_SITE = https://pypi.python.org/packages/source/n/netifaces
 PYTHON_NETIFACES_LICENSE = MIT
-PYTHON_NETIFACES_LICENSE_FILES = README
+PYTHON_NETIFACES_LICENSE_FILES = README.rst
 PYTHON_NETIFACES_SETUP_TYPE = setuptools
 
 $(eval $(python-package))
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] python-netifaces: change license file name
  2015-03-11 17:12 [Buildroot] [PATCH] python-netifaces: change license file name Clayton Shotwell
@ 2015-03-11 21:13 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2015-03-11 21:13 UTC (permalink / raw)
  To: buildroot

>>>>> "Clayton" == Clayton Shotwell <clayton.shotwell@rockwellcollins.com> writes:

 > From: David Graziano <david.graziano@rockwellcollins.com>
 >     Change license file name from README to README.rst.


That's not really a good commit message. Commit messages should explain
WHY a change is made, not just WHAT the change is.

Committed with this reworded, thanks.


-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-03-11 21:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-11 17:12 [Buildroot] [PATCH] python-netifaces: change license file name Clayton Shotwell
2015-03-11 21:13 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.