From b55ef2ffd8339605743be2bcf0d39b1b14f6280d Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 17 Feb 2012 16:22:38 -0600 Subject: debian/patches: Removed, all upstream. --- debian/patches/disable_Werror.patch | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 debian/patches/disable_Werror.patch (limited to 'debian/patches/disable_Werror.patch') diff --git a/debian/patches/disable_Werror.patch b/debian/patches/disable_Werror.patch deleted file mode 100644 index fc267ca..0000000 --- a/debian/patches/disable_Werror.patch +++ /dev/null @@ -1,31 +0,0 @@ -Description: Disable -Werror, causes build failures due to deprecated symbols. -Author: Martin Pitt - -Index: indicator-datetime/src/Makefile.am -=================================================================== ---- indicator-datetime.orig/src/Makefile.am 2011-10-06 06:50:07.814203000 +0200 -+++ indicator-datetime/src/Makefile.am 2012-01-23 13:04:31.541545936 +0100 -@@ -15,7 +15,6 @@ - settings-shared.h - indicator_datetime_service_CFLAGS = \ - -Wall \ -- -Werror \ - $(SERVICE_CFLAGS) \ - -DTIMEZONE_FILE="\"/etc/timezone\"" \ - -DG_LOG_DOMAIN=\"Indicator-Datetime\" -@@ -33,7 +32,6 @@ - indicator-datetime.c - libdatetime_la_CFLAGS = \ - $(INDICATOR_CFLAGS) \ -- -Wall -Werror \ - -DTIMEZONE_FILE="\"/etc/timezone\"" \ - -DG_LOG_DOMAIN=\"Indicator-Datetime\" - libdatetime_la_LIBADD = \ -@@ -53,7 +51,6 @@ - settings-shared.h - libindicator_datetime_la_CFLAGS = \ - -Wall \ -- -Werror \ - -I$(top_srcdir)/libmap \ - $(PREF_CFLAGS) \ - -DTIMEZONE_FILE="\"/etc/timezone\"" \ -- cgit v1.2.3