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 | |
parent | 05f46d7e9a048f8427f3261ff3b52c0b9fdbcde7 (diff) | |
download | libayatana-indicator-17133c0d617daea26c39f72c8ef527bd2cece5d0.tar.gz libayatana-indicator-17133c0d617daea26c39f72c8ef527bd2cece5d0.tar.bz2 libayatana-indicator-17133c0d617daea26c39f72c8ef527bd2cece5d0.zip |
debian/rules: Adding messages
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 6b66327..56eade8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libindicator (0.4.91-0ubuntu1~ppa2) UNRELEASED; urgency=low + + * debian/rules: Adding messages + + -- Ted Gould <ted@ubuntu.com> Tue, 14 Feb 2012 16:44:09 -0600 + libindicator (0.4.91-0ubuntu1~ppa1) precise; urgency=low * New upstream release. 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)/ |