[Pkg-libvirt-commits] [Git][libvirt-team/virt-viewer][debian/sid] debian/rules: Disable building with -Werror since -Wall is set
Jeremy Bicha (@jbicha)
gitlab at salsa.debian.org
Thu Sep 8 01:08:33 BST 2022
Jeremy Bicha pushed to branch debian/sid at Libvirt Packaging Team / virt-viewer
Commits:
76af0668 by Jeremy Bicha at 2022-09-07T20:08:15-04:00
debian/rules: Disable building with -Werror since -Wall is set
It's a really bad idea to build with -Werror -Wall
since changes in dependencies or the compiler could suddenly
make a package fail to build for new deprecations, etc.
- - - - -
1 changed file:
- debian/rules
Changes:
=====================================
debian/rules
=====================================
@@ -14,4 +14,4 @@ endif
dh $@
override_dh_auto_configure:
- dh_auto_configure -- $(DEB_CONFIGURE_EXTRA_FLAGS)
+ dh_auto_configure -- $(DEB_CONFIGURE_EXTRA_FLAGS) -Dgit_werror=disabled
View it on GitLab: https://salsa.debian.org/libvirt-team/virt-viewer/-/commit/76af06682b2cdf301831858cb573808acfe62530
--
View it on GitLab: https://salsa.debian.org/libvirt-team/virt-viewer/-/commit/76af06682b2cdf301831858cb573808acfe62530
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-libvirt-commits/attachments/20220908/36ea7371/attachment.htm>
More information about the Pkg-libvirt-commits
mailing list