diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2012-06-20 19:04:14 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2012-06-20 19:04:14 +0200 |
commit | f859e1f60f2601eb13424634bdbc03c58ef7a985 (patch) | |
tree | 9fb264d5aba1a6c4622c3b576fa5bdca4c9fc112 /debian/rules | |
parent | f15c5112adc7de196b0910f7ace18765a5443b45 (diff) | |
parent | 0b8c133d7f3cb11eeace097ab0143e16056874b2 (diff) | |
download | ayatana-indicator-messages-f859e1f60f2601eb13424634bdbc03c58ef7a985.tar.gz ayatana-indicator-messages-f859e1f60f2601eb13424634bdbc03c58ef7a985.tar.bz2 ayatana-indicator-messages-f859e1f60f2601eb13424634bdbc03c58ef7a985.zip |
Drop gtk2 build from the packaging since support for it was
dropped in trunk, thanks Lars Uebernickel
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/debian/rules b/debian/rules index f5faa84..8f7e68b 100755 --- a/debian/rules +++ b/debian/rules @@ -1,23 +1,11 @@ #!/usr/bin/make -f -DEB_BUILDDIR = build -DEB_MAKE_FLAVORS = gtk2 gtk3 - include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/gnome.mk include /usr/share/cdbs/1/rules/autoreconf.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 - 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 cd po; intltool-update --pot --verbose |