/[GiNaC]/debian/rules
ViewVC logotype

Diff of /debian/rules

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.14.2.1 by vollinga, Fri Jul 8 09:47:17 2005 UTC revision 1.14.2.2 by kreckel, Mon Apr 17 21:59:31 2006 UTC
# Line 2  Line 2 
2  include /usr/share/cdbs/1/rules/buildcore.mk  include /usr/share/cdbs/1/rules/buildcore.mk
3  include /usr/share/cdbs/1/class/autotools.mk  include /usr/share/cdbs/1/class/autotools.mk
4  include /usr/share/cdbs/1/rules/debhelper.mk  include /usr/share/cdbs/1/rules/debhelper.mk
 export DH_COMPAT  
5    
6  ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))  ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
7          CXXFLAGS += -finline-limit=1200          CXXFLAGS += -finline-limit=1200
# Line 10  endif Line 9  endif
9    
10  # 1.3.1-1-blah (Debian version) ==> 1.3 (LT_RELEASE)  # 1.3.1-1-blah (Debian version) ==> 1.3 (LT_RELEASE)
11  GINAC_RELEASE := $(shell echo $(DEB_VERSION) | cut -f 1,2 -d . )  GINAC_RELEASE := $(shell echo $(DEB_VERSION) | cut -f 1,2 -d . )
12  GINACLIB := libginac$(GINAC_RELEASE)  GINACLIB := libginac$(GINAC_RELEASE)c2a
13    
14  DEB_DH_MAKESHLIBS_ARGS := -V"$(GINACLIB) (>= $(GINAC_RELEASE).0)"  DEB_DH_MAKESHLIBS_ARGS := -V"$(GINACLIB) (>= $(GINAC_RELEASE).0)"
15  DEB_DH_SHLIBDEPS_ARGS := --libpackage=$(GINACLIB) -l debian/$(GINACLIB)/usr/lib  DEB_DH_SHLIBDEPS_ARGS := --libpackage=$(GINACLIB) -l debian/$(GINACLIB)/usr/lib

Legend:
Removed from v.1.14.2.1  
changed lines
  Added in v.1.14.2.2

Christian Bauer">Christian Bauer
ViewVC Help
Powered by ViewVC 1.1.15