/[GiNaC]/debian/rules
ViewVC logotype

Contents of /debian/rules

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.14.2.3 - (show annotations)
Sun Aug 6 09:16:40 2006 UTC (6 years, 10 months ago) by kreckel
Branch: ginac_1-3
CVS Tags: release_1-3-9, release_1-3-8, release_1-3-5, release_1-3-7, release_1-3-6
Changes since 1.14.2.2: +3 -5 lines
* debian/*: Streamlining by Peter Eisentraut <petere@debian.org>.
* Fix -dbg package recommendation; closes: #376870.

1 #!/usr/bin/make -f
2
3 include /usr/share/cdbs/1/class/autotools.mk
4 include /usr/share/cdbs/1/rules/debhelper.mk
5
6 ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
7 CXXFLAGS += -finline-limit=1200
8 endif
9
10 # 1.3.1-1-blah (Debian version) ==> 1.3 (LT_RELEASE)
11 GINAC_RELEASE := $(shell echo $(DEB_VERSION) | cut -f 1,2 -d . )
12 GINACLIB := libginac$(GINAC_RELEASE)c2a
13
14 DEB_DH_MAKESHLIBS_ARGS := -V"$(GINACLIB) (>= $(GINAC_RELEASE).0)"
15 DEB_DH_SHLIBDEPS_ARGS := --libpackage=$(GINACLIB) -l debian/$(GINACLIB)/usr/lib
16 DEB_DBG_PACKAGE_ALL =
17 DEB_DBG_PACKAGE_$(GINACLIB) = $(GINACLIB)-dbg

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