diff options
author | Ted Gould <ted@gould.cx> | 2012-02-14 16:45:43 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-02-14 16:45:43 -0600 |
commit | 17133c0d617daea26c39f72c8ef527bd2cece5d0 (patch) | |
tree | cd122007d08e3c1ffdf9b93e206365235832f18d /debian/rules | |
parent | 05f46d7e9a048f8427f3261ff3b52c0b9fdbcde7 (diff) | |
download | libayatana-indicator-17133c0d617daea26c39f72c8ef527bd2cece5d0.tar.gz libayatana-indicator-17133c0d617daea26c39f72c8ef527bd2cece5d0.tar.bz2 libayatana-indicator-17133c0d617daea26c39f72c8ef527bd2cece5d0.zip |
debian/rules: Adding messages
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index e74ddd1..be53e6a 100755 --- a/debian/rules +++ b/debian/rules @@ -7,6 +7,8 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/gnome.mk include /usr/share/cdbs/1/rules/autoreconf.mk +export G_MESSAGES_DEBUG = all + DEB_MAKE_DESTDIRSKEL = $(CURDIR)/debian/tmp/@FLAVOR@ DEB_DESTDIR = $(CURDIR)/debian/tmp/$(cdbs_make_curflavor)/ |