All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] scripts: Add homepage field to debian/control file
@ 2010-06-01 23:22 Rogério Brito
  2010-06-01 23:22 ` [PATCH 2/3] scripts: Mark that the packages generated conform to Standards-Version 3.8.4 Rogério Brito
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Rogério Brito @ 2010-06-01 23:22 UTC (permalink / raw)
  To: linux-kbuild; +Cc: Rogério Brito, linux-kernel, Michal Marek

This helps when the user sees information of the packages on package
managers like aptitude.

Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
---
 scripts/package/builddeb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/scripts/package/builddeb b/scripts/package/builddeb
index 07f2fbd..d8477a6 100644
--- a/scripts/package/builddeb
+++ b/scripts/package/builddeb
@@ -152,6 +152,7 @@ Section: admin
 Priority: optional
 Maintainer: $maintainer
 Standards-Version: 3.8.1
+Homepage: http://www.kernel.org/
 EOF
 
 if [ "$ARCH" = "um" ]; then
-- 
1.7.1


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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-01 23:22 [PATCH 1/3] scripts: Add homepage field to debian/control file Rogério Brito
2010-06-01 23:22 ` [PATCH 2/3] scripts: Mark that the packages generated conform to Standards-Version 3.8.4 Rogério Brito
2010-06-01 23:22 ` [PATCH 3/3] scripts: Change section of generated debian packages to kernel Rogério Brito
2010-06-03 11:21 ` [PATCH 1/3] scripts: Add homepage field to debian/control file Michal Marek

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.