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

Bug#347581: marked as done (Allow library source packages to generate *-headers binary packages)



Your message dated Mon, 28 Jun 2010 05:17:08 +0000
with message-id <E1OT6iS-0000Um-7L@ries.debian.org>
and subject line Bug#347581: fixed in debian-policy 3.9.0.0
has caused the Debian Bug report #347581,
regarding Allow library source packages to generate *-headers binary packages
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.)


-- 
347581: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=347581
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Package: debian-policy
Severity: wishlist
Version: 3.6.2.2

Hi,

Could Policy be amended slightly to explicitly permit library source
packages to create a <library>-headers package containing include files?

I am thinking that something like the following could be added between
the existing first and second paragraphs of Section 8.4, "Development
files",
http://www.debian.org/doc/debian-policy/ch-sharedlibs.html#s-sharedlibs-dev

[begin suggested text]
If your library source package includes a large number of header files
that are to be installed in /usr/include or subdirectories thereof, it
may place them in a binary package called librarynamesoversion-headers
or (if you prefer only to support one development version at a time, or
if the library API is preserved across different soversions)
libraryname-headers.  If you do this, the development package must
Depend upon the headers package.  If the development package is
architecture-dependent and the headers package is not, the development
package should not require exactly the same version of the headers
package in order to prevent problems arising from binary NMUs.
[end suggested text]

Without this or a similar text, it is not clear to me that source
packages creating <library>-headers binary packages are in compliance
with Policy, which currently says "The development files associated to a
shared library need to be placed in a package called
librarynamesoversion-dev, or if you prefer only to support one
development version at a time, libraryname-dev."

The following library source packages of which I am aware create
- -headers packages that are in compliance with the suggested amendment
above:

. affix-kernel
. atlas3
. qt-x11-free (Qt3)
. wxwindows2.4
. wxwidgets2.6

The following library source package creates a -headers package that is
not quite in compliance:

. newlib (has exact version dependency of arch:any -dev package on
arch:all -headers package)

Some other source packages creating -headers packages to which this
suggested policy amendment would not apply:

. *-kernel-headers (not created from a library source package)
. em8300-headers (ditto)
. octave2.1 (the shared libs aren't in /usr/lib, nor does the package
tweak ld.so.conf so that they're visible to the runtime linker, so I
don't believe this counts as a library source package)
. octave2.9 (ditto)


CC'ed to debian-devel in case anyone wants to add to or disagree with
this suggestion.

regards,

- --
Kevin B. McCarty <kmccarty@princeton.edu>   Physics Department
WWW: http://www.princeton.edu/~kmccarty/    Princeton University
GPG: public key ID 4F83C751                 Princeton, NJ 08544
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDxS/5fYxAIk+Dx1ERAnK+AKC9+FmXe/NiDmtpuUU/T7kLcX2SogCgqrQr
CQp3MCVPmgLqq6loQfnccwg=
=eVUJ
-----END PGP SIGNATURE-----


--- End Message ---
--- Begin Message ---
Source: debian-policy
Source-Version: 3.9.0.0

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

debian-policy_3.9.0.0.dsc
  to main/d/debian-policy/debian-policy_3.9.0.0.dsc
debian-policy_3.9.0.0.tar.gz
  to main/d/debian-policy/debian-policy_3.9.0.0.tar.gz
debian-policy_3.9.0.0_all.deb
  to main/d/debian-policy/debian-policy_3.9.0.0_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 347581@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Russ Allbery <rra@debian.org> (supplier of updated debian-policy 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: Sun, 27 Jun 2010 21:40:52 -0700
Source: debian-policy
Binary: debian-policy
Architecture: source all
Version: 3.9.0.0
Distribution: unstable
Urgency: low
Maintainer: Debian Policy List <debian-policy@lists.debian.org>
Changed-By: Russ Allbery <rra@debian.org>
Description: 
 debian-policy - Debian Policy Manual and related documents
Closes: 224509 284340 328951 347581 442134 470633 478295 530687 547272 555009 555978 558430 560411 560839 562506 563425 566220 567845 569174 572253 575639 576594 577666 578854 579457 579461 582495 584521 584796 586163
Changes: 
 debian-policy (3.9.0.0) unstable; urgency=low
 .
   [ Colin Watson ]
   * Fix path to changelog.Debian.gz in footnote on documentation symlinks.
 .
   [ Bill Allombert ]
   * Convert upgrading-checklist to debiandoc-sgml. This generates a better
     looking .txt file.
     Closes: #567845
   * Fix typo in package_upstream-version.orig.tar.gz.
     Thanks, Salvatore Bonaccorso. (Closes: #558430)
   * Replace 'copyright and distribution license' by 'copyright information
     and distribution license' (three times).
     Proposed by Jonathan Nieder.
     Seconded:  Steve Langasek  <vorlon@debian.org>
     Seconded:  Thijs Kinkhorst <thijs@debian.org>
     Seconded:  Julien Cristau  <jcristau@debian.org>
     Seconded:  Gregor Herrmann <gregoa@debian.org>
     Closes: #566220
   * extend UID range of user accounts by removing the 30000-59999 reserved
     ranges.
     Proposed by Santiago Vila
     Seconded:  Russ Allbery    <rra@debian.org>
     Seconded:  Luk Claes       <luk@debian.org>
     Seconded:  Raphael Hertzog <hertzog@debian.org>
     Seconded:  Steve Langasek  <vorlon@debian.org>
     Closes: #582495
 .
   [ Russ Allbery ]
   * Policy: Overhaul Breaks, Conflicts, Provides, and Replaces
     Wording: Russ Allbery <rra@debian.org>
     Seconded: Steve Langasek <vorlon@debian.org>
     Seconded: Raphael Hertzog <hertzog@debian.org>
     Closes: #578854
   * Policy: Support for architecture wildcards
     Wording: Manoj Srivastava <srivasta@debian.org>
     Wording: Russ Allbery <rra@debian.org>
     Seconded: Guillem Jover <guillem@debian.org>
     Seconded: Andrew McMillan <andrew@morphoss.com>
     Seconded: Steve Langasek <vorlon@debian.org>
     Closes: #530687
   * Policy: Except init.d scripts from the normal set -e requirement
     Wording: Russ Allbery <rra@debian.org>
     Seconded: Raphael Hertzog <hertzog@debian.org>
     Seconded: Guillem Jover <guillem@debian.org>
     Closes: #562506
   * Policy: Maintainer scripts might not have a controlling terminal
     Wording: Russ Allbery <rra@debian.org>
     Seconded: Guillem Jover <guillem@debian.org>
     Seconded: Andrew McMillan <andrew@morphoss.com>
     Seconded: Steve Langasek <vorlon@debian.org>
     Closes: #224509
   * Policy: Fully specify the date format for changelog entries
     Wording: Charles Plessy <plessy@debian.org>
     Seconded: Russ Allbery <rra@debian.org>
     Seconded: Andrew McMillan <andrew@morphoss.com>
     Seconded: Giacomo A. Catenazzi <cate@debian.org>
     Closes: #569174
   * Policy: Deprecate /usr/share/common-licenses/BSD
     Wording: Russ Allbery <rra@debian.org>
     Seconded: Emilio Pozuelo Monfort <pochu@debian.org>
     Seconded: Jakub Wilk <jwilk@debian.org>
     Seconded: gregor herrmann <gregoa@debian.org>
     Closes: #284340
   * Policy: Document Checksums-Sha1 and Checksums-Sha256
     Wording: Russ Allbery <rra@stanford.edu>
     Seconded: Julien Cristau <jcristau@debian.org>
     Seconded: Emilio Pozuelo Monfort <pochu@debian.org>
     Closes: #478295
   * Policy: Prohibit duplicate field names in a control paragraph
     Wording: Russ Allbery <rra@debian.org>
     Seconded: Charles Plessy <plessy@debian.org>
     Seconded: Steve Langasek <vorlon@debian.org>
     Seconded: Emilio Pozuelo Monfort <pochu@debian.org>
     Closes: #555978
   * Policy: Relax requirement that library dev files be in one package
     Wording: Russ Allbery <rra@debian.org>
     Seconded: Julien Cristau <jcristau@debian.org>
     Seconded: Andrew McMillan <andrew@morphoss.com>
     Closes: #347581
   * Policy: Tighten requirements for maintainer-like fields
     Wording: Russ Allbery <rra@debian.org>
     Seconded: Emilio Pozuelo Monfort <pochu@debian.org>
     Seconded: Andrew McMillan <andrew@morphoss.com>
     Closes: #575639
   * Policy: Update Format control field documentation
     Wording: Russ Allbery <rra@debian.org>
     Wording: Charles Plessy <plessy@debian.org>
     Seconded: Charles Plessy <plessy@debian.org>
     Seconded: Emilio Pozuelo Monfort <pochu27@gmail.com>
     Closes: #547272
   * Debconf: Add SETTITLE, like title but uses a template
     Wording: Frans Pop <elendil@planet.nl>
     Seconded: Russ Allbery <rra@debian.org>
     Seconded: Ben Pfaff <blp@cs.stanford.edu>
     Closes: #560411
   * Perl Policy: Change perlapi provides to use an ABI version
     Wording: Niko Tyni <ntyni@debian.org>
     Seconded: Russ Allbery <rra@debian.org>
     Seconded: Brendan O'Dea <bod@debian.org>
     Seconded: Damyan Ivanov <dmn@debian.org>
     Closes: #579457
   * Perl Policy: Recommend DESTDIR instead of PREFIX with Makefile.PL
     Wording: Niko Tyni <ntyni@debian.org>
     Seconded: Russ Allbery <rra@debian.org>
     Seconded: Raphael Hertzog <hertzog@debian.org>
     Closes: #579461
   * Standardize dpkg state wording and bring it in line with dpkg,
     renaming Failed-Config to Half-Configured and use uniform
     capitalization and punctuation.  (Closes: #442134)
   * Remove documentation of alternative changelog formats.  This feature
     is not allowed in the Debian archive and will be documented in the
     dpkg-dev documentation instead.  The documentation that was in Policy
     was also somewhat outdated.  (Closes: #555009, see #584141)
   * Remove obsolete footnote sentence saying that dpkg-statoverride is a
     new feature and not well-known.  (Closes: #563425)
   * Clarify in the Perl Policy that perl-base is essential, not perl, and
     don't imply packages need to depend on perl-base.  (Closes: #576594)
   * Document the special debian-installer section in the list of current
     sections and add a link to the list of sections in unstable, which
     contains longer descriptions.  (Closes: #577666)
   * Remove the footnote listing every architecture known to dpkg.  This
     list can be trivially produced by dpkg-architecture -L (already
     noted), is very long, and quickly becomes out-of-date.
   * Move silly version ordering example to a footnote.  (Closes: #560839)
   * Reletter the process steps to not skip State C and use more
     traditional foreground and background colors for Process.html and
     README.html.  (Closes: #584521)
   * Fix typo in footnote about help2man.  (Closes: #584796)
   * Add an example for Replaces when a package is split.  Thanks, Uwe
     Kleine-König.  (Closes: #572253)
   * Explicitly state that packages may remove unmodified, obsolete
     configuration files during  upgrade.  (Closes: #470633)
   * Clarify the wording around which build dependencies must be satisfied
     for different debian/rules targets and add a footnote to the
     description of the build-arch and build-indep targets explaining why
     this split does not currently work as desired.  (Closes: #328951)
   * Avoid "Debianised" or "Debianized" in favor of just "Debian" or
     "Debian package" as appropriate.  Patch from Ben Finney.
     (Closes: #586163)
   * Switch to source format 3.0 (native).
Checksums-Sha1: 
 e7274274bed3b8357edf0416fc56bea8c5fbda38 1204 debian-policy_3.9.0.0.dsc
 68440fc20a2694999ebcd0f8ee892830834214a1 685524 debian-policy_3.9.0.0.tar.gz
 90b8e568e49a305619fdf678883885da5257472c 1815308 debian-policy_3.9.0.0_all.deb
Checksums-Sha256: 
 66c2d84cf533a44f7222e01c55e4e084367fcd842bf2d2bc4d1db1357e256e9b 1204 debian-policy_3.9.0.0.dsc
 8f9ef5de4718c9a60f3438f26dc611ae4d2100de5390f1f447d9a8c06ec0ce16 685524 debian-policy_3.9.0.0.tar.gz
 1dee7e8fb58f5fbc15521fc0f5dee1205fdb789f168601a968b5d0fef44fed7b 1815308 debian-policy_3.9.0.0_all.deb
Files: 
 c71beefb49ac4aa69f6b3d04b565c670 1204 doc optional debian-policy_3.9.0.0.dsc
 908ec56efcedec9b0555c98c3394872c 685524 doc optional debian-policy_3.9.0.0.tar.gz
 95f2eb52d65901340719218486882f1a 1815308 doc optional debian-policy_3.9.0.0_all.deb

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

iEYEARECAAYFAkwoLpkACgkQ+YXjQAr8dHaR4QCfWjm7h6KD6WplLtK1lg1DtCrl
3XEAn0BNzXIlAK2r2GarWYKw2Gzzhk5C
=y6Xs
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: