projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06e88a8
)
add maintainer to package metadata
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 13 Jan 2007 14:09:48 +0000
(14:09 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 13 Jan 2007 14:09:48 +0000
(14:09 +0000)
SVN-Revision: 6089
include/package.mk
patch
|
blob
|
history
diff --git
a/include/package.mk
b/include/package.mk
index ffab228aae783abdf10a875146e5ff1c24b85a33..97f82b9657cbce22a8522a235d1a5c459e395649 100644
(file)
--- a/
include/package.mk
+++ b/
include/package.mk
@@
-180,6
+180,7
@@
define BuildPackage
echo "Build-Depends: $(PKG_BUILDDEP)"; \
echo "Category: $(CATEGORY)"; \
echo "Title: $(TITLE)"; \
+ echo "Maintainer: $(MAINTAINER)"; \
if isset $(call shvar,Package/$(1)/description); then \
echo -n "Description: "; \
getvar $(call shvar,Package/$(1)/description); \