diff options
author | Ted Gould <ted@canonical.com> | 2009-02-15 21:58:56 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-02-15 21:58:56 -0600 |
commit | 975000d7ab53c8f58468f0f648f991892e092833 (patch) | |
tree | b58a124367185876fe9a9521d3d89d9521b2af3d /debian/rules | |
parent | 524e5b9804537a2a170e5d9a5c2090a3a7f49afb (diff) | |
download | libayatana-indicator-975000d7ab53c8f58468f0f648f991892e092833.tar.gz libayatana-indicator-975000d7ab53c8f58468f0f648f991892e092833.tar.bz2 libayatana-indicator-975000d7ab53c8f58468f0f648f991892e092833.zip |
Removing the debian directory. Going to start using this as my upstream
branch and the other as the packaging branch.
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 - |