diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2012-08-22 11:59:54 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2012-08-22 11:59:54 +0200 |
commit | 0e1e045b9344bf6cdbaec5d9fb3019010fedddef (patch) | |
tree | 9e3f1e59139eff3d65845815a61e5e72fef3f16f /debian/rules | |
parent | 74144839c5d9ed7c6c7582a6e7727be8ba704fc6 (diff) | |
download | ayatana-indicator-sound-0e1e045b9344bf6cdbaec5d9fb3019010fedddef.tar.gz ayatana-indicator-sound-0e1e045b9344bf6cdbaec5d9fb3019010fedddef.tar.bz2 ayatana-indicator-sound-0e1e045b9344bf6cdbaec5d9fb3019010fedddef.zip |
* Drop GTK2 build since ido stopped providing support for that version
* debian/control: build with the current vala version
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/debian/rules b/debian/rules index f6ead0e..4ffb502 100755 --- a/debian/rules +++ b/debian/rules @@ -1,25 +1,13 @@ #!/usr/bin/make -f -DEB_BUILDDIR = build -DEB_MAKE_FLAVORS = gtk2 gtk3 - include /usr/share/cdbs/1/rules/autoreconf.mk include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/gnome.mk -DEB_MAKE_DESTDIRSKEL = $(CURDIR)/debian/tmp/@FLAVOR@ -DEB_DESTDIR = $(CURDIR)/debian/tmp/$(cdbs_make_curflavor)/ - -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) -debian/stamp-autotools/gtk3: cdbs_configure_flags += $(DEB_CONFIGURE_FLAGS_gtk3) - common-install-arch:: - find debian/tmp -name \*.la -delete - find debian/tmp -name \*.a -delete + find debian/indicator-sound -name \*.la -delete |