r53739 - in /desktop/unstable/gnome-calendar/debian: changelog rules
jbicha at users.alioth.debian.org
jbicha at users.alioth.debian.org
Tue Sep 12 15:22:45 UTC 2017
Author: jbicha
Date: Tue Sep 12 15:22:45 2017
New Revision: 53739
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=53739
Log:
Don't fail build for new failing test which requires installed gsettings schemas
Modified:
desktop/unstable/gnome-calendar/debian/changelog
desktop/unstable/gnome-calendar/debian/rules
Modified: desktop/unstable/gnome-calendar/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-calendar/debian/changelog?rev=53739&op=diff
==============================================================================
--- desktop/unstable/gnome-calendar/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-calendar/debian/changelog [utf-8] Tue Sep 12 15:22:45 2017
@@ -2,6 +2,8 @@
* New upstream release
* debian/rules:
+ - Don't fail build for new failing test which requires installed
+ gsettings schemas
- Add workaround for Ubuntu translations issue
-- Jeremy Bicha <jbicha at debian.org> Tue, 12 Sep 2017 11:09:58 -0400
Modified: desktop/unstable/gnome-calendar/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-calendar/debian/rules?rev=53739&op=diff
==============================================================================
--- desktop/unstable/gnome-calendar/debian/rules [utf-8] (original)
+++ desktop/unstable/gnome-calendar/debian/rules [utf-8] Tue Sep 12 15:22:45 2017
@@ -9,3 +9,6 @@
override_dh_translations:
ninja -C obj-$(DEB_HOST_GNU_TYPE) gnome-calendar-pot
dh_translations
+
+override_dh_auto_test:
+ -dh_auto_test
More information about the pkg-gnome-commits
mailing list