diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2012-01-24 17:17:40 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2012-01-24 17:17:40 -0500 |
commit | 5c23d138bfa80811e6c1198804dca164b608e08b (patch) | |
tree | 13b4b0f5d26db4f3bfd620aa38379438df5024a1 | |
parent | 923caec263c700e753806020ee068bd3b08ad5db (diff) | |
download | ayatana-indicator-sound-5c23d138bfa80811e6c1198804dca164b608e08b.tar.gz ayatana-indicator-sound-5c23d138bfa80811e6c1198804dca164b608e08b.tar.bz2 ayatana-indicator-sound-5c23d138bfa80811e6c1198804dca164b608e08b.zip |
* rebuild for libindicator7
* debian/rules
- build with no-error=deprecated-declarations
-rw-r--r-- | debian/changelog | 8 | ||||
-rwxr-xr-x | debian/rules | 1 |
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 2d8b22f..32c27b6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +indicator-sound (0.8.0.0-0ubuntu2) UNRELEASED; urgency=low + + * rebuild for libindicator7 + * debian/rules + - build with no-error=deprecated-declarations + + -- Ken VanDine <ken.vandine@canonical.com> Tue, 24 Jan 2012 12:58:33 -0500 + indicator-sound (0.8.0.0-0ubuntu1) precise; urgency=low * New upstream release. 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) |