diff options
author | Ted Gould <ted@gould.cx> | 2009-12-18 22:20:10 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-18 22:20:10 -0600 |
commit | 9676ac55e84b21bf1318925bceb3b3135e07403c (patch) | |
tree | aa892d8456be03172a072742114062817f39a50a /debian | |
parent | 5217f7324cedb09aba9fab35c348c3191279a90e (diff) | |
download | libdbusmenu-9676ac55e84b21bf1318925bceb3b3135e07403c.tar.gz libdbusmenu-9676ac55e84b21bf1318925bceb3b3135e07403c.tar.bz2 libdbusmenu-9676ac55e84b21bf1318925bceb3b3135e07403c.zip |
debian/rules: Massive debugging
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index b1308ae..41dc81e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libdbusmenu (0.2.0~dev-0ubuntu1~ppa6~sigfix3) UNRELEASED; urgency=low + + * debian/rules: Massive debugging + + -- Ted Gould <ted@ubuntu.com> Fri, 18 Dec 2009 22:19:52 -0600 + libdbusmenu (0.2.0~dev-0ubuntu1~ppa6~sigfix2) karmic; urgency=low * Trying again diff --git a/debian/rules b/debian/rules index 7f7f405..ebcbf31 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/gnome.mk -DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper +DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper --enable-massivedebugging LDFLAGS += -Wl,-z,defs -Wl,--as-needed DEB_DH_MAKESHLIBS_ARGS_libdbusmenu-gtk0 += -V 'libdbusmenu-gtk0 (>= 0.1.2)' |