[ Colin Watson ]
* Check each element of Architecture separately using dpkg-architecture,
rather than inaccurately checking the whole field for "any" or
"linux-any".
[ Martin Pitt ]
* testsuite: Enable dhtest.versionoverride, and verify that ddeb has exact
same version as the corresponding deb. Reproduces LP #1448247.
* testsuite: Add "manualtest" which builds a package without debhelper or
any other abstractions, and calls pkg_create_dbgsym directly.
* pkg_create_dbgsym: Add -B option for only building the ddeb package dir in
debian/ but not building the .ddeb package yet. This keeps the default
behaviour for packages which call this manually, but allows us to modify
the ddeb package directory later during the package build process.
* Handle binary packages with different version than the source:
- Add our own dh_gencontrol wrapper which adjusts the ddeb's versions
after the original dh_gencontrol determined the final binary version of
the original debs, and then builds the .ddebs.
- dh_strip: Call pkg_create_dbgsym with -B, so that we move the actual
.ddeb generation into dh_gencontrol.
- preinst, postrm: Divert dh_gencontrol.
- LP: #1448247
This bug was fixed in the package pkg-create-dbgsym - 0.50.1
---------------
pkg-create-dbgsym (0.50.1) precise-proposed; urgency=medium
[ Colin Watson ]
* Check each element of Architecture separately using dpkg-architecture,
rather than inaccurately checking the whole field for "any" or
"linux-any".
[ Martin Pitt ] versionoverride , and verify that ddeb has exact
* testsuite: Enable dhtest.
same version as the corresponding deb. Reproduces LP #1448247.
* testsuite: Add "manualtest" which builds a package without debhelper or
any other abstractions, and calls pkg_create_dbgsym directly.
* pkg_create_dbgsym: Add -B option for only building the ddeb package dir in
debian/ but not building the .ddeb package yet. This keeps the default
behaviour for packages which call this manually, but allows us to modify
the ddeb package directory later during the package build process.
* Handle binary packages with different version than the source:
- Add our own dh_gencontrol wrapper which adjusts the ddeb's versions
after the original dh_gencontrol determined the final binary version of
the original debs, and then builds the .ddebs.
- dh_strip: Call pkg_create_dbgsym with -B, so that we move the actual
.ddeb generation into dh_gencontrol.
- preinst, postrm: Divert dh_gencontrol.
- LP: #1448247
-- Martin Pitt <email address hidden> Tue, 28 Apr 2015 16:08:28 +0200