Your message dated Thu, 25 Aug 2005 21:17:03 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#320636: fixed in dh-make 0.40
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 30 Jul 2005 22:19:47 +0000
>From [EMAIL PROTECTED] Sat Jul 30 15:19:46 2005
Return-path: <[EMAIL PROTECTED]>
Received: from 216.red-62-57-140.user.auna.net (aragorn) [62.57.140.216]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1DyzgI-0000xl-00; Sat, 30 Jul 2005 15:19:46 -0700
Received: from rmh by aragorn with local (Exim 4.52)
id 1Dyzgm-00022Z-Qh; Sun, 31 Jul 2005 00:20:16 +0200
Content-Type: multipart/mixed; boundary="===============1127227002=="
MIME-Version: 1.0
From: Robert Millan <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: fix for cdbs option
X-Mailer: reportbug 3.15
Date: Sun, 31 Jul 2005 00:20:15 +0200
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
This is a multi-part MIME message sent by reportbug.
--===============1127227002==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
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
--===============1127227002==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="cdbs.diff"
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
--===============1127227002==--
---------------------------------------
Received: (at 320636-close) by bugs.debian.org; 26 Aug 2005 04:19:13 +0000
>From [EMAIL PROTECTED] Thu Aug 25 21:19:13 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1E8VeJ-0004Hb-00; Thu, 25 Aug 2005 21:17:03 -0700
From: Craig Small <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#320636: fixed in dh-make 0.40
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 25 Aug 2005 21:17:03 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 10
Source: dh-make
Source-Version: 0.40
We believe that the bug you reported is fixed in the latest version of
dh-make, which is due to be installed in the Debian FTP archive:
dh-make_0.40.dsc
to pool/main/d/dh-make/dh-make_0.40.dsc
dh-make_0.40.tar.gz
to pool/main/d/dh-make/dh-make_0.40.tar.gz
dh-make_0.40_all.deb
to pool/main/d/dh-make/dh-make_0.40_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Craig Small <[EMAIL PROTECTED]> (supplier of updated dh-make package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Fri, 26 Aug 2005 11:14:13 +1000
Source: dh-make
Binary: dh-make
Architecture: source all
Version: 0.40
Distribution: unstable
Urgency: low
Maintainer: Craig Small <[EMAIL PROTECTED]>
Changed-By: Craig Small <[EMAIL PROTECTED]>
Description:
dh-make - tool that converts source archives into Debian package source
Closes: 203035 309633 312030 314875 316019 316721 317398 318632 319320 320636
Changes:
dh-make (0.40) unstable; urgency=low
.
* Second time, first time died with my laptop disk drive
* -c option for copyright, -b for cdbs closes: #312030
* gzip found in right location for bz2 files Closes: #314875, #317398
* Policy version changed to 3.6.2 Closes: #316019
* Location of FSF updated Closes: #318632
* Fixes for cdbs Closes: #320636
* KDE example menu now a menu and not a directory list Closes: #309633
* KDE control file better formatted
* watch.ex uses new SF checking URL Closes: #319320, #316721
* Added CFLAGS="-Wl,-z,defs" for libraries Closes: #203035
Files:
24a25a31cc4693c9fb3f90318bb4a8ab 493 devel optional dh-make_0.40.dsc
306d54d990b74a5aa627cd926c4afbcb 37902 devel optional dh-make_0.40.tar.gz
720b11c6e94e695f184e8381082c0e61 34714 devel optional dh-make_0.40_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFDDpQmx2zlrBLK36URAlsPAJ9nYqcBVriDijS90WzxvqlMX+E2YwCeLyWZ
GKQPKRnirg+yoqm3gCbH65E=
=kTYM
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]