Package: dh-make Severity: wishlist Tags: patch It would be nice if dh-make templates insert the newly supported "Homepage" field to generated debian/control.
This is part of the process to promote the use of that field (See http://lists.debian.org/debian-devel/2007/09/msg00628.html and subsequent thread in debian-devel as well as http://wiki.debian.org/DpkgHomepageFieldTransition). The attached patch adds this field the debian/control templates. I included this even for native packages...which could be debatable, though. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.22-2-686 (SMP w/1 CPU core) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru dh-make-0.44/lib/debianb/control dh-make.new/lib/debianb/control --- dh-make-0.44/lib/debianb/control 2007-01-08 00:19:08.000000000 +0100 +++ dh-make.new/lib/debianb/control 2007-10-07 19:58:16.078603784 +0200 @@ -4,6 +4,7 @@ Maintainer: #USERNAME# <#EMAIL#> Build-Depends: #BUILD_DEPS# Standards-Version: #POLICY# +Homepage: <insert the upstream URL, if relevant> Package: #PACKAGE# Architecture: any diff -Nru dh-make-0.44/lib/debiank/control dh-make.new/lib/debiank/control --- dh-make-0.44/lib/debiank/control 2007-01-08 00:10:24.000000000 +0100 +++ dh-make.new/lib/debiank/control 2007-10-07 19:57:49.577093549 +0200 @@ -4,6 +4,7 @@ Maintainer: #USERNAME# <#EMAIL#> Build-Depends: #BUILD_DEPS# Standards-Version: #POLICY# +Homepage: <insert the upstream URL, if relevant> Package: #PACKAGE#-utils Architecture: any diff -Nru dh-make-0.44/lib/debianl/control dh-make.new/lib/debianl/control --- dh-make-0.44/lib/debianl/control 2006-06-22 03:03:46.000000000 +0200 +++ dh-make.new/lib/debianl/control 2007-10-07 19:58:05.077976894 +0200 @@ -4,6 +4,7 @@ Build-Depends: #BUILD_DEPS# Standards-Version: #POLICY# Section: libs +Homepage: <insert the upstream URL, if relevant> Package: #PACKAGE#-dev Section: libdevel diff -Nru dh-make-0.44/lib/debianm/control dh-make.new/lib/debianm/control --- dh-make-0.44/lib/debianm/control 2006-06-22 03:03:58.000000000 +0200 +++ dh-make.new/lib/debianm/control 2007-10-07 19:57:58.577606459 +0200 @@ -4,6 +4,7 @@ Maintainer: #USERNAME# <#EMAIL#> Build-Depends: #BUILD_DEPS# Standards-Version: #POLICY# +Homepage: <insert the upstream URL, if relevant> Package: #PACKAGE# Architecture: any diff -Nru dh-make-0.44/lib/debians/control dh-make.new/lib/debians/control --- dh-make-0.44/lib/debians/control 2006-06-22 03:01:51.000000000 +0200 +++ dh-make.new/lib/debians/control 2007-10-07 19:58:11.578347329 +0200 @@ -4,6 +4,7 @@ Maintainer: #USERNAME# <#EMAIL#> Build-Depends: #BUILD_DEPS# Standards-Version: #POLICY# +Homepage: <insert the upstream URL, if relevant> Package: #PACKAGE# Architecture: any

