Package: dh-make Version: 0.39 Severity: normal Tags: patch Hi,
Auto-generating debian/control is no longer permitted by policy, so it'd have to be disabled in the default cdbs templates. Attached is the patch to do this. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.11-1-k7 Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C) Versions of packages dh-make depends on: ii debhelper 4.9.3 helper programs for debian/rules ii dpkg-dev 1.13.10 Package building tools for Debian ii make 3.80-9 The GNU version of the "make" util ii perl 5.8.7-4 Larry Wall's Practical Extraction dh-make recommends no packages. -- no debconf information
diff -Nur dh-make-0.39.old/lib/debianb/control dh-make-0.39/lib/debianb/control --- dh-make-0.39.old/lib/debianb/control 2005-05-18 12:47:14.000000000 +0200 +++ dh-make-0.39/lib/debianb/control 2005-07-31 00:18:29.000000000 +0200 @@ -1,7 +1,12 @@ +Source: #PACKAGE# +Section: unknown +Priority: optional +Maintainer: #USERNAME# <#EMAIL#> +Build-Depends: cdbs, debhelper (>= 4.1.0) +Standards-Version: #POLICY# -This file will be automaticaly generated by cdbs when building your package. - -Since you can't build your package without debian/control, you'll want to -bootstrap with something like: - - $ fakeroot debian/rules clean +Package: #PACKAGE# +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: <insert up to 60 chars description> + <insert long description, indented with spaces> diff -Nur dh-make-0.39.old/lib/debianb/control.in dh-make-0.39/lib/debianb/control.in --- dh-make-0.39.old/lib/debianb/control.in 2005-05-18 12:47:14.000000000 +0200 +++ dh-make-0.39/lib/debianb/control.in 1970-01-01 01:00:00.000000000 +0100 @@ -1,13 +0,0 @@ -Source: #PACKAGE# -Section: unknown -Priority: optional -Maintainer: #USERNAME# <#EMAIL#> -Build-Depends: @cdbs@ -Standards-Version: #POLICY# - -Package: #PACKAGE# -Cpu: any -System: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Description: <insert up to 60 chars description> - <insert long description, indented with spaces> diff -Nur dh-make-0.39.old/lib/debianb/rules dh-make-0.39/lib/debianb/rules --- dh-make-0.39.old/lib/debianb/rules 2005-05-18 12:47:14.000000000 +0200 +++ dh-make-0.39/lib/debianb/rules 2005-07-31 00:17:44.000000000 +0200 @@ -3,7 +3,6 @@ # This file is public domain. DEB_TAR_SRCDIR := #PACKAGE#-#VERSION# -DEB_AUTO_UPDATE_DEBIAN_CONTROL := yes DEB_AUTO_CLEANUP_RCS := yes # Add here any variable or target overrides you need