[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1275434524-2025-1-git-send-email-rbrito@ime.usp.br>
Date: Tue, 1 Jun 2010 20:22:02 -0300
From: Rogério Brito <rbrito@....usp.br>
To: linux-kbuild@...r.kernel.org
Cc: Rogério Brito <rbrito@....usp.br>,
linux-kernel@...r.kernel.org, Michal Marek <mmarek@...e.cz>
Subject: [PATCH 1/3] scripts: Add homepage field to debian/control file
This helps when the user sees information of the packages on package
managers like aptitude.
Signed-off-by: Rogério Brito <rbrito@....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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists