diff options
author | Ted Gould <ted@canonical.com> | 2009-06-08 14:06:44 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-06-08 14:06:44 -0500 |
commit | f5cec7c3e6dc602772642bd390ec632450709145 (patch) | |
tree | e371e9c250aa7ee5317841923f1058daf96ec783 /debian/rules | |
parent | f139786bfc781296cff3faf1eb6e9fdd8402695f (diff) | |
download | ayatana-indicator-session-f5cec7c3e6dc602772642bd390ec632450709145.tar.gz ayatana-indicator-session-f5cec7c3e6dc602772642bd390ec632450709145.tar.bz2 ayatana-indicator-session-f5cec7c3e6dc602772642bd390ec632450709145.zip |
Removing packaing from trunk
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/debian/rules b/debian/rules deleted file mode 100755 index 1c64b91..0000000 --- a/debian/rules +++ /dev/null @@ -1,8 +0,0 @@ -#!/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 - |