diff -Nru google-breakpad-0.1.0/debian/changelog google-breakpad-0.1.0/debian/changelog --- google-breakpad-0.1.0/debian/changelog 2020-01-07 13:39:52.000000000 +0000 +++ google-breakpad-0.1.0/debian/changelog 2020-01-08 15:07:51.000000000 +0000 @@ -1,8 +1,8 @@ -google-breakpad (0.1.0-2~ppa~quentier~202001071339~ubuntu19.10.1) eoan; urgency=low +google-breakpad (0.1.0-2~ppa~quentier~202001081507~ubuntu19.10.1) eoan; urgency=low * Auto build. - -- Dmitry Ivanov Tue, 07 Jan 2020 13:39:52 +0000 + -- Dmitry Ivanov Wed, 08 Jan 2020 15:07:51 +0000 google-breakpad (0.1.0-2) unstable; urgency=medium diff -Nru google-breakpad-0.1.0/debian/control google-breakpad-0.1.0/debian/control --- google-breakpad-0.1.0/debian/control 2020-01-07 13:39:52.000000000 +0000 +++ google-breakpad-0.1.0/debian/control 2020-01-08 15:07:51.000000000 +0000 @@ -2,6 +2,7 @@ Priority: optional Maintainer: Dmitry Ivanov Build-depends: + coreutils, gcc (>= 4.8.0), g++ (>= 4.8.1), make (>= 3.81), diff -Nru google-breakpad-0.1.0/debian/git-build-recipe.manifest google-breakpad-0.1.0/debian/git-build-recipe.manifest --- google-breakpad-0.1.0/debian/git-build-recipe.manifest 2020-01-07 13:39:52.000000000 +0000 +++ google-breakpad-0.1.0/debian/git-build-recipe.manifest 2020-01-08 15:07:51.000000000 +0000 @@ -1,4 +1,4 @@ -# git-build-recipe format 0.4 deb-version {debversion}~ppa~quentier~202001071339 +# git-build-recipe format 0.4 deb-version {debversion}~ppa~quentier~202001081507 lp:breakpad git-commit:4e15f7d2308444677a3b5ccb9207cebacfd8ba60 nest lss lp:linux-syscall-support src/third_party/lss git-commit:7bde79cc274d06451bf65ae82c012a5d3e476b5a -nest-part packaging lp:quentier-deb-packaging google-breakpad/debian debian git-commit:78268d069b9f6a09f9710fd9e6c18e4f9216f983 +nest-part packaging lp:quentier-deb-packaging google-breakpad/debian debian git-commit:a79978a1fa6a47d56808ebf740610ca98afae876 diff -Nru google-breakpad-0.1.0/debian/rules google-breakpad-0.1.0/debian/rules --- google-breakpad-0.1.0/debian/rules 2020-01-07 13:39:52.000000000 +0000 +++ google-breakpad-0.1.0/debian/rules 2020-01-08 15:07:51.000000000 +0000 @@ -13,6 +13,7 @@ dh $@ override_dh_auto_configure: + sed -i '/as_fn_append WARN_CXXFLAGS " -Werror"/d' configure dh_auto_configure -- --prefix=/usr override_dh_install: