From 613f3facadce4ff65c8cac8417746e843163ad88 Mon Sep 17 00:00:00 2001 From: ahodgkinson Date: Thu, 21 Sep 2006 17:28:03 +0000 Subject: [PATCH] FLAIM change. Misc. updates for Ubuntu. git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@889 0109f412-320b-0410-ab79-c3e0c5ffbbe6 --- flaim/ChangeLog | 1 - flaim/ChangeLog.ubuntu | 1 + flaim/Makefile | 4 ++-- flaim/debian/rules | 1 - 4 files changed, 3 insertions(+), 4 deletions(-) create mode 100644 flaim/ChangeLog.ubuntu diff --git a/flaim/ChangeLog b/flaim/ChangeLog index 49d7c59..e69de29 100644 --- a/flaim/ChangeLog +++ b/flaim/ChangeLog @@ -1 +0,0 @@ - * TBD diff --git a/flaim/ChangeLog.ubuntu b/flaim/ChangeLog.ubuntu new file mode 100644 index 0000000..048fe4d --- /dev/null +++ b/flaim/ChangeLog.ubuntu @@ -0,0 +1 @@ + * Initial revision for Ubuntu diff --git a/flaim/Makefile b/flaim/Makefile index 13acada..3d4c7c0 100644 --- a/flaim/Makefile +++ b/flaim/Makefile @@ -650,14 +650,14 @@ ifneq (,$(findstring rpm,$(MAKECMDGOALS))) endif endif -ifneq (,$(findstring debbin,$(MAKECMDGOALS))) +ifneq (,$(findstring ubuntubin,$(MAKECMDGOALS))) calc_svn_revision = 1 ifndef ignore_local_mods local_mods_ok = endif endif -ifneq (,$(findstring debsrc,$(MAKECMDGOALS))) +ifneq (,$(findstring ubuntusrc,$(MAKECMDGOALS))) calc_svn_revision = 1 ifndef ignore_local_mods local_mods_ok = diff --git a/flaim/debian/rules b/flaim/debian/rules index 0d0e9a9..f67cfc0 100644 --- a/flaim/debian/rules +++ b/flaim/debian/rules @@ -9,7 +9,6 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 - CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))