diff options
author | Rogério Brito <rbrito@ime.usp.br> | 2010-06-01 20:22:02 -0300 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2010-06-03 13:17:52 +0200 |
commit | ee6eed803d790f304e762db2943fa9d3bdcfae39 (patch) | |
tree | f47d56ae10ac3e5974f8e394e99a67583a56d8cc /scripts/package | |
parent | 64ffc9ff424c65adcffe7d590018cc75e2d5d42a (diff) |
kbuild: 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@ime.usp.br>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'scripts/package')
-rw-r--r-- | scripts/package/builddeb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/package/builddeb b/scripts/package/builddeb index 07f2fbde2abf..d8477a63a851 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 |