aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2012-01-25 05:00:00 -0500
committerPackage Import Robot <package-import@ubuntu.com>2012-01-25 05:00:00 -0500
commit8baa6b251b2dcd1591fbdee1de9fe1174d425dcd (patch)
tree422042ba76b4f9291cb2132928dd2c7fe22a677c /debian/rules
parente8673be2a2776278cf919c9a70d75668097b3da3 (diff)
parent4beadce168bb0894a2bfe195a989f348007c1031 (diff)
downloadayatana-indicator-sound-8baa6b251b2dcd1591fbdee1de9fe1174d425dcd.tar.gz
ayatana-indicator-sound-8baa6b251b2dcd1591fbdee1de9fe1174d425dcd.tar.bz2
ayatana-indicator-sound-8baa6b251b2dcd1591fbdee1de9fe1174d425dcd.zip
* rebuild for libindicator7
* debian/rules - build with no-error=deprecated-declarations * -debian/patches/disable_Werror.patch - disabled in debian/rules instead
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index dfd669b..f6ead0e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,7 @@ DEB_CONFIGURE_FLAGS_gtk2 = --with-gtk=2
DEB_CONFIGURE_FLAGS_gtk3 = --with-gtk=3
DEB_CONFIGURE_EXTRA_FLAGS = --disable-static
+CFLAGS += -Wno-error=deprecated-declarations
LDFLAGS += -Wl,-z,defs -Wl,--as-needed
debian/stamp-autotools/gtk2: cdbs_configure_flags += $(DEB_CONFIGURE_FLAGS_gtk2)