[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#538925: marked as done (add-sources.py: missing space between the two files)



Your message dated Fri, 21 Aug 2009 22:35:44 +0000
with message-id <E1Meci0-0007eP-4g@ries.debian.org>
and subject line Bug#538925: fixed in pkglab 1.4.2-5
has caused the Debian Bug report #538925,
regarding add-sources.py: missing space between the two files
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
538925: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=538925
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: edos-distcheck
Version: 1.4.2-4
Severity: normal

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

given the following files, add-sources will not add a space between the
last package and the first source:

$ cat tests/tmp/Packages
Package: bin-a-indep
Version: 2
Architecture: all
Source: src-a

Package: bin-a-1
Version: 2
Architecture: amd64
Source: src-a
$ cat tests/tmp/Sources
Package: src-a
Version: 2
Architecture: any
Section: misc
Priority: standard
Binary: bin-a-indep,bin-a-1

Package: src-b
Version: 1
Architecture: any
Section: misc
Priority: standard
Build-Depends: bin-a-1 (>= 2)
Binary: bin-b
$ python /usr/share/edos-distcheck/add-sources.py  < tests/tmp/Packages tests/tmp/Sources  amd64
Package: bin-a-indep
Version: 2
Architecture: all
Source: src-a

Package: bin-a-1
Version: 2
Architecture: amd64
Source: src-a
Package: source---src-a
Version: 2
Priority: standard
Section: misc
Description: dummy counterpart of "src-a" source package
 I don't exist, go away.

Package: source---src-b
Version: 1
Priority: standard
Section: misc
Depends: bin-a-1 (>= 2)
Description: dummy counterpart of "src-b" source package
 I don't exist, go away.



Greetings,
Joachim


- -- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages edos-distcheck depends on:
ii  libbz2-1.0             1.0.5-3           high-quality block-sorting file co
ii  libc6                  2.9-21            GNU C Library: Shared libraries
ii  libgdbm3               1.8.3-6           GNU dbm database routines (runtime
ii  libpcre3               7.8-2             Perl 5 Compatible Regular Expressi
ii  libpopt0               1.14-4            lib for parsing cmdline parameters
ii  librpm0                4.7.0-9           RPM shared library
ii  librpmio0              4.7.0-9           RPM IO shared library
ii  perl                   5.10.0-24         Larry Wall's Practical Extraction 
ii  python                 2.5.4-2           An interactive high-level object-o
ii  python-debian          0.1.14            Python modules to work with Debian
ii  zlib1g                 1:1.2.3.3.dfsg-14 compression library - runtime

edos-distcheck recommends no packages.

edos-distcheck suggests no packages.

- -- no debconf information

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

iEYEARECAAYFAkpuO1IACgkQ9ijrk0dDIGwsEwCfVvWY1wquKIomqhc7oqvst3Xk
QTEAnA4XuT4Vgwxp+UmY2gHkkMIPtldQ
=8oxT
-----END PGP SIGNATURE-----



--- End Message ---
--- Begin Message ---
Source: pkglab
Source-Version: 1.4.2-5

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

edos-distcheck_1.4.2-5_amd64.deb
  to pool/main/p/pkglab/edos-distcheck_1.4.2-5_amd64.deb
pkglab_1.4.2-5.diff.gz
  to pool/main/p/pkglab/pkglab_1.4.2-5.diff.gz
pkglab_1.4.2-5.dsc
  to pool/main/p/pkglab/pkglab_1.4.2-5.dsc
pkglab_1.4.2-5_amd64.deb
  to pool/main/p/pkglab/pkglab_1.4.2-5_amd64.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 538925@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ralf Treinen <treinen@debian.org> (supplier of updated pkglab 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 21 Aug 2009 21:41:19 +0200
Source: pkglab
Binary: pkglab edos-distcheck
Architecture: source amd64
Version: 1.4.2-5
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Changed-By: Ralf Treinen <treinen@debian.org>
Description: 
 edos-distcheck - Checks whether dependencies of packages can be satisfied
 pkglab     - interactive environment to explore package repositories
Closes: 516587 538925 538926 539211
Changes: 
 pkglab (1.4.2-5) unstable; urgency=low
 .
   * Standards-version 3.8.3 (no change)
   * Enforce dependency on version >= 1.4.2 of dose2 (which implements
     correctly the Breaks field), say in edos-debcheck man page that
     Breaks is treated like Conflicts.
   * Do not use xml entities when printing version constraints unless
     xml mode has been required (closes: #539211).
   * Packages to be checked can now be listed in the form "src:p",
     which will be expanded to the list of all packages that stem
     from source package p (closes:  #516587).
   * Fix add-sources.py to separate binary and source file by blank line
     (closes: #538925).
   * Fix add-sources.py to always copy the Architecture field from the
     source stanza into the generated binary package stanza since the
     Architecture is mandatory for binary packages (closes: #538926).
   * Edos-builddebcheck calls edos-debcheck with the -quiet option.
   * Edos-builddebcheck: adapt the translation of the explanation to the
     new format of explanations.
Checksums-Sha1: 
 5589a8f4d4880bc849cac1b0a9a26fb37325b8c2 1423 pkglab_1.4.2-5.dsc
 a39c005b3e447e5e138e522918a1f62446d1778c 13525 pkglab_1.4.2-5.diff.gz
 04cee2268f2887909d87a231b28482fc13fab231 561076 pkglab_1.4.2-5_amd64.deb
 232017ca15ac39b618ced247a6f41d866ec730a7 463522 edos-distcheck_1.4.2-5_amd64.deb
Checksums-Sha256: 
 253d411f28ffe24957d7a6e3ce63002621172dd63d5a395b212f604ae3660be6 1423 pkglab_1.4.2-5.dsc
 ef0f374530e68c7385373754485bf1c139a79777eca5331db72c048ea3854a5f 13525 pkglab_1.4.2-5.diff.gz
 911333363bf82b747d2b1ceeee0b9251532308cf208b12e4a3481ad60f69acb5 561076 pkglab_1.4.2-5_amd64.deb
 c029b877acf30da14e23db55d03c597702a01621e196db64a4dfc14b6b36f220 463522 edos-distcheck_1.4.2-5_amd64.deb
Files: 
 97a039287f757e5eecd2851cd5cf09c6 1423 devel optional pkglab_1.4.2-5.dsc
 01356d38a1d47f8e9c9a559d259df4ea 13525 devel optional pkglab_1.4.2-5.diff.gz
 abf0464382d6c29bb8794ec0153a8721 561076 devel optional pkglab_1.4.2-5_amd64.deb
 cf885bcbb14dde47c17c4396f7a08323 463522 devel optional edos-distcheck_1.4.2-5_amd64.deb

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

iD8DBQFKjv4ztzWmSeC6BMERAqXbAJ4m2m8DfKrX6k9ORWJZdX6oLtRRmQCg5Spr
lX0ODoNMBaxhOp/BkLmmvxA=
=bIJj
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: