diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-10-18 14:22:54 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2013-10-18 14:22:54 -0500 |
commit | 62d01fc8749606d8fc4614d897044462a6d703fc (patch) | |
tree | eaf3165deadf86420b9256c3055220315c9d419e /debian/rules | |
parent | 99f3bc0685f85744081eefa0c22d9f7c5b13f327 (diff) | |
download | ayatana-indicator-datetime-62d01fc8749606d8fc4614d897044462a6d703fc.tar.gz ayatana-indicator-datetime-62d01fc8749606d8fc4614d897044462a6d703fc.tar.bz2 ayatana-indicator-datetime-62d01fc8749606d8fc4614d897044462a6d703fc.zip |
replace autotools with cmake
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/debian/rules b/debian/rules index 25854b8..7bf5594 100755 --- a/debian/rules +++ b/debian/rules @@ -3,13 +3,7 @@ LDFLAGS += -Wl,-z,defs -Wl,--as-needed %: - dh $@ --with quilt,autoreconf - -override_dh_autoreconf: - NOCONFIGURE=1 dh_autoreconf ./autogen.sh - -override_dh_auto_configure: - dh_auto_configure -- --disable-static --disable-silent-rules + dh $@ --with translations override_dh_install: cd po; intltool-update --pot --verbose |