diff options
author | Ted Gould <ted@canonical.com> | 2009-05-25 23:51:31 +0200 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-05-25 23:51:31 +0200 |
commit | 8993030df1bcedecdbf7430db9ff2bfb38522b84 (patch) | |
tree | b78d34a5cd183fa0ea55833c0f0604bdc4a42f64 /debian/rules | |
parent | 3d0e0276fd7856831dcc845a24a252ad304b3bad (diff) | |
download | libdbusmenu-8993030df1bcedecdbf7430db9ff2bfb38522b84.tar.gz libdbusmenu-8993030df1bcedecdbf7430db9ff2bfb38522b84.tar.bz2 libdbusmenu-8993030df1bcedecdbf7430db9ff2bfb38522b84.zip |
First try at packaging
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..d40913d --- /dev/null +++ b/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/gnome.mk + +DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper +LDFLAGS += -Wl,-z,defs -Wl,--as-needed |