packaging: debian: Do not alter the source tarball.
AFAICT, this was made to clear some supposedly non-redistributable files in the sources according to Debian policy. If there's some cleanup to do, we should do so at the level of the common source tarball, not in a Debian-specific way. * packaging/rules/debian/rules (override_dh_auto_configure): Remove code repacking tarballs. (override_dh_clean, get-orig-source): Remove. * packaging/rules/debian/copyright (Files-Excluded): Remove. Also streamline the listing of copyrights to the files part of our tree, not in bundled libraries. Debian-specific requirements can stay in the Debian-maintained corresponding packages. * scripts/build-package-debian.sh: Streamline, making the release tarball the sole input of the process. Do not build source packages, for simplicity (dpkg-source doesn't like our source tarball as-is). Change-Id: I78a482ab3362e9bba8ffdc0ab60324f94715bfb8
Showing
- packaging/rules/debian/copyright 1 addition, 353 deletionspackaging/rules/debian/copyright
- packaging/rules/debian/rules 0 additions, 79 deletionspackaging/rules/debian/rules
- scripts/build-package-debian.sh 19 additions, 37 deletionsscripts/build-package-debian.sh
- scripts/make-packaging-target.py 1 addition, 0 deletionsscripts/make-packaging-target.py
Loading
Please register or sign in to comment