remove C flags, fix move of debian dir

git-svn-id: trunk@9026 -
This commit is contained in:
micha 2006-03-27 20:46:21 +00:00
parent 761ff637bf
commit ebf5cade9e

9
debian/rules vendored
View File

@ -8,13 +8,6 @@
LAZDEBDIR = $(CURDIR)/debian/lazarus
CFLAGS = -Wall -g
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
CFLAGS += -O0
else
CFLAGS += -O2
endif
ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
INSTALL_PROGRAM += -s
endif
@ -69,7 +62,7 @@ install: build
install -d $(LAZDEBDIR)/usr/bin
install -m 644 $(CURDIR)/images/ide_icon48x48.png $(LAZDEBDIR)/usr/share/pixmaps/lazarus.png
install -m 644 $(CURDIR)/gnome.ide.desktop $(LAZDEBDIR)/usr/share/gnome/apps/Development/lazarus.desktop
install -m 644 $(CURDIR)/install/gnome.ide.desktop $(LAZDEBDIR)/usr/share/gnome/apps/Development/lazarus.desktop
# Build architecture-independent files here.
binary-indep: build install