Your message dated Mon, 27 Oct 2003 14:17:15 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#213108: fixed in dpkg 1.10.17
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; 28 Sep 2003 12:29:23 +0000
>From [EMAIL PROTECTED] Sun Sep 28 07:29:20 2003
Return-path: <[EMAIL PROTECTED]>
Received: from mail.cs.tu-berlin.de [130.149.17.13] 
        by master.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1A3afw-00031I-00; Sun, 28 Sep 2003 07:29:20 -0500
Received: from bolero.cs.tu-berlin.de ([EMAIL PROTECTED] [130.149.19.1])
        by mail.cs.tu-berlin.de (8.9.3/8.9.3) with ESMTP id OAA12796
        for <[EMAIL PROTECTED]>; Sun, 28 Sep 2003 14:25:48 +0200 (MET DST)
Received: (from [EMAIL PROTECTED])
        by bolero.cs.tu-berlin.de (8.12.9+Sun/8.12.8/Submit) id h8SCPmBx003470;
        Sun, 28 Sep 2003 14:25:48 +0200 (MEST)
From: Matthias Klose <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <[EMAIL PROTECTED]>
Date: Sun, 28 Sep 2003 14:25:48 +0200
To: [EMAIL PROTECTED]
Subject: FTBFS: Unknown variable in control file
X-Mailer: VM 7.03 under 21.4 (patch 6) "Common Lisp" XEmacs Lucid
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-11.3 required=4.0
        tests=HAS_PACKAGE,PATCH_UNIFIED_DIFF
        autolearn=ham version=2.53-bugs.debian.org_2003_9_21
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_9_21 
(1.174.2.15-2003-03-30-exp)

Package: tmda
Version: 0.82-1
Severity: serious

dh_builddeb -i
dpkg-deb: parse error, in file `debian/tmda/DEBIAN/control' near line 6 package 
`tmda':
 `Depends' field, reference to `python-tmda': error in version: version string 
is empty
dh_builddeb: command returned error code 512

attached is a diff for a NMU for this failure and three other
outstanding reports.

I will upload the NMU at ftp-master in ~doko/tmp on Tuesday.

        Matthias


diff -urb tmda-0.82.old/debian/changelog tmda-0.82/debian/changelog
--- tmda-0.82.old/debian/changelog      2003-09-28 14:20:46.000000000 +0200
+++ tmda-0.82/debian/changelog  2003-09-28 14:18:58.000000000 +0200
@@ -1,3 +1,16 @@
+tmda (0.82-1.1) unstable; urgency=low
+
+  * NMU.
+  * Fix a FTBFS, replacing an unknown variable in the control file.
+  * python2.3 was used in the rules file, without declaring a dependency
+    on it.
+  * Fix dependencies, don't ship byte-compiled files, use dh_python
+    to handle byte-compiled files (closes: #205442).
+  * Change package priorities to extra (closes: #207586).
+  * Fix package description (closes: #207587).
+
+ -- Matthias Klose <[EMAIL PROTECTED]>  Sun, 28 Sep 2003 14:07:41 +0200
+
 tmda (0.82-1) unstable; urgency=low
 
   * New upstream release
diff -urb tmda-0.82.old/debian/control tmda-0.82/debian/control
--- tmda-0.82.old/debian/control        2003-09-28 14:20:46.000000000 +0200
+++ tmda-0.82/debian/control    2003-09-28 14:16:32.000000000 +0200
@@ -1,16 +1,16 @@
 Source: tmda
 Section: mail
-Priority: optional
+Priority: extra
 Maintainer: Adam D. McKenna <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>> 3.0.0), python
+Build-Depends-Indep: debhelper (>> 4.1.67), python
 Standards-Version: 3.5.9
 
 Package: tmda
 Architecture: all
-Depends: python (>= 2.3), python-tmda (= ${dpkg:Version}), debconf
+Depends: ${python:Depends}, python-tmda (= ${Source-Version}), debconf
 Replaces: python2-tmda
 Description: Tagged Message Delivery Agent
- TMDA is an OSI certified software application designed to significantly
+ TMDA is an OSI Certified Open Source Software designed to significantly
  reduce (or eliminate) the amount of SPAM/UCE (junk-mail) you receive by using
  unique, cryptographically enhanced (tagged) e-mail addresses. TMDA can both
  filter your incoming e-mail, and tag your outgoing address.
@@ -21,7 +21,7 @@
 
 Package: python-tmda
 Architecture: all
-Depends: python (>= 2.3)
+Depends: ${python:Depends}
 Replaces: python2-tmda
 Section: interpreters
 Description: TMDA Python libraries
diff -urb tmda-0.82.old/debian/rules tmda-0.82/debian/rules
--- tmda-0.82.old/debian/rules  2003-09-28 14:20:46.000000000 +0200
+++ tmda-0.82/debian/rules      2003-09-28 14:07:39.000000000 +0200
@@ -15,7 +15,7 @@
        dh_clean -k
        dh_installdirs -A
 
-       python2.3 ./compileall
+#      python2.3 ./compileall
        cp -a bin/tmda-* debian/tmda/usr/bin
        cp -a templates/* debian/tmda/etc/tmda
        cp -a TMDA debian/python-tmda/usr/lib/python2.3/site-packages/
@@ -43,6 +43,7 @@
        dh_installdocs -i
        dh_installman -A
        dh_installchangelogs ChangeLog -i
+       dh_python
        dh_installdebconf
        dh_compress -i
        dh_fixperms -i

---------------------------------------
Received: (at 213108-close) by bugs.debian.org; 27 Oct 2003 19:23:26 +0000
>From [EMAIL PROTECTED] Mon Oct 27 13:23:26 2003
Return-path: <[EMAIL PROTECTED]>
Received: from auric.debian.org [206.246.226.45] 
        by master.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1AECxX-0001vc-00; Mon, 27 Oct 2003 13:23:23 -0600
Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian))
        id 1AECrb-00066T-00; Mon, 27 Oct 2003 14:17:15 -0500
From: Adam Heath <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.42 $
Subject: Bug#213108: fixed in dpkg 1.10.17
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 27 Oct 2003 14:17:15 -0500
Delivered-To: [EMAIL PROTECTED]

Source: dpkg
Source-Version: 1.10.17

We believe that the bug you reported is fixed in the latest version of
dpkg, which is due to be installed in the Debian FTP archive:

dpkg-dev_1.10.17_all.deb
  to pool/main/d/dpkg/dpkg-dev_1.10.17_all.deb
dpkg-doc_1.10.17_all.deb
  to pool/main/d/dpkg/dpkg-doc_1.10.17_all.deb
dpkg_1.10.17.dsc
  to pool/main/d/dpkg/dpkg_1.10.17.dsc
dpkg_1.10.17.tar.gz
  to pool/main/d/dpkg/dpkg_1.10.17.tar.gz
dpkg_1.10.17_i386.deb
  to pool/main/d/dpkg/dpkg_1.10.17_i386.deb
dselect_1.10.17_i386.deb
  to pool/main/d/dpkg/dselect_1.10.17_i386.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.
Adam Heath <[EMAIL PROTECTED]> (supplier of updated dpkg 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: Mon, 27 Oct 2003 13:04:57 -0600
Source: dpkg
Binary: dpkg-doc dpkg dselect dpkg-dev dpkg-static
Architecture: source all i386
Version: 1.10.17
Distribution: unstable
Urgency: medium
Maintainer: Dpkg Development <[email protected]>
Changed-By: Adam Heath <[EMAIL PROTECTED]>
Description: 
 dpkg       - Package maintenance system for Debian
 dpkg-dev   - Package building tools for Debian
 dpkg-doc   - Dpkg Internals Documentation
 dselect    - a user tool to manage Debian packages
Closes: 151663 165770 212796 213108 214123 217380
Changes: 
 dpkg (1.10.17) unstable; urgency=medium
 .
   * Make dselect do conflict resolution when dealing with automatically
     selected recommended package. Thanks to Colin Watson for the analysis
     and patch. Closes: Bug#151663
   * Branden Robinson <[EMAIL PROTECTED]>:
     s/dpkg-checkbuild/dpkg-checkbuilddeps/ in usage.
   * dpkg-checkbuilddeps now sets $reduce_arch.  Closes: #212796.
   * Goswin Brederlow <[EMAIL PROTECTED]>:
     Add -u in dpkg-scanpackages.  Closes: #214123.
     Add -a<arch> command to dpkg-scanpackages.
   * Add .#* to dpkg-source's default ignore filter.  Closes: #217380.
   * Matthias Urlichs <[EMAIL PROTECTED]>:
     Don't assume /usr/info/dir exists if /usr/info does.  Closes: #165770.
   * Jordi Mallach <[EMAIL PROTECTED]>:
     Update Catalan translation.
   * Fix errors with dependency fields that reference ${dpkg:Version}.
     Closes: #213108.
Files: 
 d112a99e932000d9ac4b1d080aa872b0 756 base required dpkg_1.10.17.dsc
 c938295475debc3c85425b0332b44a02 2037825 base required dpkg_1.10.17.tar.gz
 862289072547a29cc2a74a51ce423b98 1139254 base required dpkg_1.10.17_i386.deb
 114e854f121026f24cee010128f571b6 95050 base required dselect_1.10.17_i386.deb
 8c31307bbd5b2b3f4bbd92422bb7b5d3 114560 utils standard dpkg-dev_1.10.17_all.deb
 5349c18a66afb74999337a00c53c63bc 10638 doc optional dpkg-doc_1.10.17_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE/nW5+iix9wovUpIkRAriIAJ9anCDNLD22M88w4VoInyM6O+XcqQCePWwr
w8S2AfZiBxEF2irTmJlu6xU=
=Z/SQ
-----END PGP SIGNATURE-----


Reply via email to