Your message dated Sat, 18 Apr 2020 16:24:11 +0200
with message-id <[email protected]>
and subject line Re: dpkg-dev: dpkg-gencontrol -DPackage=foo -pfoo fails if foo
isn't in debian/control
has caused the Debian Bug report #535355,
regarding dpkg-gencontrol: -DPackage=foo -pfoo fails if foo isn't in
debian/control
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 [email protected]
immediately.)
--
535355: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=535355
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dpkg-dev
Version: 1.15.3
Severity: wishlist
Hiya,
I'm implementing automatic creation of debug packages, and to generate
their binary control file I'm using dpkg-gencontrol. The debug package
are not listed in debian/control, and thus when calling dpkg-gencontrol
I get something like:
$ dpkg-gencontrol -DPackage=foo -pfoo
dpkg-gencontrol: error: package foo not in control info
Since I'm adding the field "Package: foo" using -D, I'd expect that to
work.
What do you think? I'm willing to provide patches if you think this is
or might be a good idea.
Thanks,
Emilio
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.30-1-686 (SMP w/2 CPU cores)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages dpkg-dev depends on:
ii binutils 2.19.1-1 The GNU assembler, linker and bina
ii bzip2 1.0.5-3 high-quality block-sorting file co
ii dpkg 1.15.3 Debian package management system
ii libtimedate-perl 1.1600-9 Time and date functions for Perl
ii lzma 4.43-14 Compression method of 7z format in
ii make 3.81-6 An utility for Directing compilati
ii patch 2.5.9-5 Apply a diff file to an original
ii perl [perl5] 5.10.0-23 Larry Wall's Practical Extraction
ii perl-modules 5.10.0-23 Core Perl modules
Versions of packages dpkg-dev recommends:
ii build-essential 11.4 Informational list of build-essent
ii gcc [c-compiler] 4:4.3.3-9 The GNU C compiler
ii gcc-4.1 [c-compiler] 4.1.2-26 The GNU C compiler
ii gcc-4.3 [c-compiler] 4.3.3-13 The GNU C compiler
ii gnupg 1.4.9-4 GNU privacy guard - a free PGP rep
ii gpgv 1.4.9-4 GNU privacy guard - signature veri
Versions of packages dpkg-dev suggests:
ii debian-keyring 2009.05.28 GnuPG (and obsolete PGP) keys of D
ii debian-maintainers 1.61 GPG keys of Debian maintainers
-- no debconf information
--- End Message ---
--- Begin Message ---
On Wed, 01 Jul 2009 22:44:14 +0200 Emilio Pozuelo Monfort
<[email protected]> wrote:
> Package: dpkg-dev
> Version: 1.15.3
> Severity: wishlist
>
> Hiya,
>
> I'm implementing automatic creation of debug packages, and to generate
> their binary control file I'm using dpkg-gencontrol. The debug package
> are not listed in debian/control, and thus when calling dpkg-gencontrol
> I get something like:
>
> $ dpkg-gencontrol -DPackage=foo -pfoo
> dpkg-gencontrol: error: package foo not in control info
>
> Since I'm adding the field "Package: foo" using -D, I'd expect that to
> work.
>
> What do you think? I'm willing to provide patches if you think this is
> or might be a good idea.
>
> Thanks,
> Emilio
>
>
> [...]
Hi,
I am closing this as I believe it is now obsolete. We have implemented
dbgsym packages now (using -DPackage=foo-dbgsym -pfoo for now). There
does not seem to have been any interest in supporting "-DPackage=foo
-pfoo" ever since 2009, so I doubt we will add it now.
~Niels
--- End Message ---