]> www.ginac.de Git - ginac.git/commitdiff
Adjust for GiNaC 1.5.
authorRichard B. Kreckel <kreckel@ginac.de>
Thu, 27 Mar 2008 22:56:32 +0000 (23:56 +0100)
committerRichard B. Kreckel <kreckel@ginac.de>
Thu, 27 Mar 2008 22:56:32 +0000 (23:56 +0100)
debian/control
debian/libginac1.5.install [moved from debian/libginac1.4.install with 100% similarity]
debian/rules

index c542e56899af740b2c013becd7ba3395d32e0a67..f0200e426da0209bda7353035e15f31f70ec4585 100644 (file)
@@ -5,7 +5,7 @@ Maintainer: Richard Kreckel <kreckel@ginac.de>
 Build-Depends: cdbs (>= 0.4.28), debhelper (>= 5), libcln-dev, libgmp3-dev, libreadline5-dev, pkg-config (>= 0.18)
 Standards-Version: 3.7.3.0
 
-Package: libginac1.4
+Package: libginac1.5
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends}
@@ -21,8 +21,8 @@ Description: The GiNaC symbolic framework (runtime library)
 Package: libginac-dev
 Architecture: any
 Section: libdevel
-Depends: libginac1.4 (= ${binary:Version}), libc6-dev, g++, libcln-dev
-Recommends: info | info-browser, libginac1.4-dbg (= ${binary:Version})
+Depends: libginac1.5 (= ${binary:Version}), libc6-dev, g++, libcln-dev
+Recommends: info | info-browser, libginac1.5-dbg (= ${binary:Version})
 Suggests: ginac-tools
 Description: The GiNaC symbolic framework (development files)
  GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra System)") is a
@@ -46,11 +46,11 @@ Description: Some tools for the GiNaC symbolic framework
  interactive shell) and viewgar (for inspecting GiNaC archive files).  See
  <http://www.ginac.de/> for detailed information about GiNaC.
 
-Package: libginac1.4-dbg
+Package: libginac1.5-dbg
 Architecture: any
 Section: libdevel
 Priority: extra
-Depends: libginac1.4 (= ${binary:Version})
+Depends: libginac1.5 (= ${binary:Version})
 Recommends: gdb (>= 6.3)
 Description: The GiNaC symbolic framework (debugging symbols)
  GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra System)") is a
index ce117c9b1bd58f5b90f2b942c41cd745ef896cd2..1bc08c6e2d4c410ec09d7f2ee9c23cbd79b980bc 100755 (executable)
@@ -7,7 +7,7 @@ ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 CXXFLAGS += -finline-limit=1200
 endif
 
-# 1.4.1-1-blah (Debian version) ==> 1.4 (LT_RELEASE)
+# 1.5.1-1-blah (Debian version) ==> 1.5 (LT_RELEASE)
 GINAC_RELEASE := $(shell echo $(DEB_VERSION) | cut -f 1,2 -d . )
 GINACLIB := libginac$(GINAC_RELEASE)