Japanese translation of message catalog for Sawfish Window-Manager
Revision | 4fa429950d2100b5c03dcf3317bc6117e4b9643b (tree) |
---|---|
Time | 2014-08-25 03:05:22 |
Author | Christopher Roy Bratusek <nano@jpbe...> |
Commiter | Christopher Roy Bratusek |
debian/rules: override_dh_auto_configure
@@ -48,6 +48,9 @@ dh_install_data = dh_install -psawfish-data --autodest | ||
48 | 48 | %: |
49 | 49 | dh $@ --with autotools-dev --with autoreconf |
50 | 50 | |
51 | +override_dh_auto_configure: | |
52 | + dh_auto_configure -- $(shell dpkg-buildflags --export=configure) $(DEB_CONFIGURE_USER_FLAGS) | |
53 | + | |
51 | 54 | override_dh_auto_clean: |
52 | 55 | -$(MAKE) gitclean |
53 | 56 |