[PATCH 1/3] scripts: Add homepage field to debian/control file

From: RogÃrio Brito
Date: Tue Jun 01 2010 - 19:24:22 EST


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

Signed-off-by: RogÃrio Brito <rbrito@xxxxxxxxxx>
---
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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/