Your message dated Tue, 18 Oct 2005 23:21:08 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#321774: aide: patch to clean up dependency generation and 
to allow cdebconf transition
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; 7 Aug 2005 14:24:30 +0000
>From [EMAIL PROTECTED] Sun Aug 07 07:24:29 2005
Return-path: <[EMAIL PROTECTED]>
Received: from 5301d.unt0.torres.l21.ma.zugschlus.de 
(torres.int.l21.ma.zugschlus.de) [217.151.83.1] (Debian-exim)
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1E1m4j-0001Ob-00; Sun, 07 Aug 2005 07:24:29 -0700
Received: from lefler.int.l21.ma.zugschlus.de ([192.168.130.38])
        by torres.int.l21.ma.zugschlus.de with esmtp (Exim 4.52)
        id 1E1m4b-0002zo-7y; Sun, 07 Aug 2005 16:24:26 +0200
Content-Type: multipart/mixed; boundary="===============0962198618=="
MIME-Version: 1.0
From: Marc Haber <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: aide: patch to clean up dependency generation and to allow cdebconf
 transition
X-Mailer: reportbug 3.15
Date: Sun, 07 Aug 2005 16:24:20 +0200
Message-Id: <[EMAIL PROTECTED]>
X-Spam-Score: (-----) -5.9
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.

--===============0962198618==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: aide
Version: 0.10-6.1
Severity: wishlist
Tags: patch

Hi,

the attached patch cleans up the dependency generation code:

  * debconf dependency is now generated by dh_installdebconf
    * this automatically adds "debconf | debconf-2.0" to the Depends
      line, no longer blocking cdebconf migration.
    * otoh, it creates an unclear debconf dependency which might break
      woody systems (but this is not a big issue any more after sarge's
      release)
 * the call to dpkg-gencontrol has been replaced again by dh_gencontrol,
   making the build process cleaner. The issue with dh_gencontrol
   insisting on mangling the args to dpkg-gencontrol has been worked
   around.

Please consider applying the patch.

Greetings
Marc

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12.2-zgsrv
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)

Versions of packages aide depends on:
ii  debconf          1.4.52                  Debian configuration management sy
ii  libc6            2.3.2.ds1-22            GNU C Library: Shared libraries an
ii  mailx            1:8.1.2-0.20050715cvs-1 A simple mail user agent

Versions of packages aide recommends:
ii  cron                          3.0pl1-87  management of regular background p

-- debconf information:
* aide/aideinit: false
* aide/mustaideinit:
  aideinit/copynew: false
  aideinit/overwritenew: true
  aide/newlibdir: false
* aide/setmailaddress:
  aideinit/warnnew:

--===============0962198618==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="interdiff"

diff -u aide-0.10/debian/changelog aide-0.10/debian/changelog
--- aide-0.10/debian/changelog
+++ aide-0.10/debian/changelog
@@ -1,3 +1,9 @@
+aide (0.10-6.2) unstable; urgency=low
+
+  * re-work dependency generation stuff
+
+ -- Marc Haber <[EMAIL PROTECTED]>  Sun,  7 Aug 2005 14:14:56 +0000
+
 aide (0.10-6.1) unstable; urgency=low
 
   * Non-maintainer upload
diff -u aide-0.10/debian/control aide-0.10/debian/control
--- aide-0.10/debian/control
+++ aide-0.10/debian/control
@@ -8,7 +8,7 @@
 
 Package: aide
 Architecture: any
-Depends: ${Depends}, ${debconf-depends}, mailx
+Depends: ${libc-depends}, ${shlibs:Depends}, ${misc:Depends}, mailx
 Recommends: cron
 Description: Advanced Intrusion Detection Environment
  AIDE is an intrusion detection system that detects changes to files on
diff -u aide-0.10/debian/rules aide-0.10/debian/rules
--- aide-0.10/debian/rules
+++ aide-0.10/debian/rules
@@ -9,10 +9,8 @@
 # Figure out the po-debconf situation (thanks to Colin Watson)
 ifeq (,$(wildcard /usr/bin/po2debconf))
 PO2DEBCONF := no
-MINDEBCONFVER := 0.5
 else
 PO2DEBCONF := yes
-MINDEBCONFVER := 1.2.0
 endif
 
 build: build-stamp
@@ -84,11 +82,11 @@
        dh_compress
        dh_fixperms
        dh_installdeb
-       #dh_shlibdeps usr/bin/aide
-       # The above doesn't work as aide is statically-linked
-       # and here, debhelper insists on mangling the args to dpkg-gencontrol...
-       #dh_gencontrol -- -VDepends=$(LIBC)
-       dpkg-gencontrol -ldebian/changelog -isp -paide -Tdebian/substvars 
-Pdebian/aide -VDepends="$(LIBC)" -V'debconf-depends=debconf (>= 
$(MINDEBCONFVER))'
+       dh_shlibdeps usr/bin/aide
+       # aide is statically-linked, so dh_shlibdeps will always output the
+       # empty string. So we need to generate our library dependencies
+       # manually.
+       dh_gencontrol -- -V'libc-depends=$(LIBC)'
        dh_md5sums
        dh_builddeb
 

--===============0962198618==--

---------------------------------------
Received: (at 321774-done) by bugs.debian.org; 18 Oct 2005 21:21:10 +0000
>From [EMAIL PROTECTED] Tue Oct 18 14:21:10 2005
Return-path: <[EMAIL PROTECTED]>
Received: from 5301d.unt0.torres.l21.ma.zugschlus.de (torres.zugschlus.de) 
[217.151.83.1] (Debian-exim)
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1ERytS-0004sM-00; Tue, 18 Oct 2005 14:21:10 -0700
Received: from lefler.int.l21.ma.zugschlus.de ([192.168.130.38])
        by torres.zugschlus.de with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32)
        (Exim 4.54)
        id 1ERytQ-0002k5-Tx; Tue, 18 Oct 2005 23:21:09 +0200
Received: from mh by lefler.int.l21.ma.zugschlus.de with local (Exim 4.54)
        id 1ERytQ-0001m3-Or; Tue, 18 Oct 2005 23:21:08 +0200
Date: Tue, 18 Oct 2005 23:21:08 +0200
From: Marc Haber <[EMAIL PROTECTED]>
To: Marc Haber <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Subject: Re: Bug#321774: aide: patch to clean up dependency generation and to 
allow cdebconf transition
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[EMAIL PROTECTED]>
User-Agent: Mutt/1.5.11
X-Spam-Score: (-----) -5.0
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

Version: 0.10-9

On Sun, Aug 07, 2005 at 04:24:20PM +0200, Marc Haber wrote:
> Please consider applying the patch.

Fixed.

Greetings
Marc

-- 
-----------------------------------------------------------------------------
Marc Haber         | "I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things."    Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to