FLAIM change. Misc. updates for Ubuntu.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@889 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
ahodgkinson
2006-09-21 17:28:03 +00:00
parent 81622f803b
commit 613f3facad
4 changed files with 3 additions and 4 deletions

View File

@@ -1 +0,0 @@
* TBD

1
flaim/ChangeLog.ubuntu Normal file
View File

@@ -0,0 +1 @@
* Initial revision for Ubuntu

View File

@@ -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 =

View File

@@ -9,7 +9,6 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
CFLAGS = -Wall -g
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))