]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
debian: remove -dbg packages from the control file
authorTheodore Ts'o <tytso@mit.edu>
Thu, 4 Jan 2018 00:28:43 +0000 (19:28 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 4 Jan 2018 00:28:43 +0000 (19:28 -0500)
commit4aa7cff6a3ba9ad4ec06b8c7307e639d40974c77
tree43da82522a731a042ef22619b60582ea2010b217
parenta07fd36fbcafd74d57b80029925edda86d325e88
debian: remove -dbg packages from the control file

It looks like Debian's upload automation will reject a control file
that has packages that it doesn't recognize, even if they are not
built in the default build profile.  (e.g., the expectation is that
build profiles will *disable* packages, but not *add* new binary
packages not normally built.)

So move the offending lines into debian/control.legacy-dbg which is
tacked onto the debian/control file via "./debian/rules debian-files"
and then removed via "./debian/rules mrproper".  It's a hack, but it's
only needed when building backports for Debian Jessie.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
debian/control
debian/control.legacy-dbg [new file with mode: 0644]
debian/rules