diff options
author | Rogério Brito <rbrito@ime.usp.br> | 2010-06-01 19:22:02 -0400 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2010-06-03 07:17:52 -0400 |
commit | ee6eed803d790f304e762db2943fa9d3bdcfae39 (patch) | |
tree | f47d56ae10ac3e5974f8e394e99a67583a56d8cc /scripts | |
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')
-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 | |||
152 | Priority: optional | 152 | Priority: optional |
153 | Maintainer: $maintainer | 153 | Maintainer: $maintainer |
154 | Standards-Version: 3.8.1 | 154 | Standards-Version: 3.8.1 |
155 | Homepage: http://www.kernel.org/ | ||
155 | EOF | 156 | EOF |
156 | 157 | ||
157 | if [ "$ARCH" = "um" ]; then | 158 | if [ "$ARCH" = "um" ]; then |