From 4c23357ed68847190271224adf092fc37ff6e553 Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Wed, 5 Sep 2007 05:25:12 +0000 Subject: [PATCH] * Adjust to files used for rolling Debian's 1.4.0-1 GiNaC packages. --- debian/changelog | 41 ++++++++++++++++++++++++++++++++++--- debian/control | 12 +++++------ debian/ginac-tools.menu | 2 +- debian/libginac-dev.install | 2 +- debian/rules | 2 +- 5 files changed, 47 insertions(+), 12 deletions(-) diff --git a/debian/changelog b/debian/changelog index ca6b24f7..eabdf110 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,44 @@ ginac (1.4.0-1) unstable; urgency=low - * New upstream release; binary incompatible, so it's libginac1.4 now. + * New upstream release; binary incompatible, so it's libginac1.4 now; + closes: #417199. + * debian/ginac-tools.menu: Debian Menu transition. + + -- Richard Kreckel Mon, 4 Sep 2007 21:37:01 +0200 + +ginac (1.3.7-1) unstable; urgency=low + + * New upsgream (bugfix only) release; closes: #412518. + * Remove workaround for arm ICE introduced in 1.3.5-2. + * Remove ginac.m4 and ginac-config. Use pkgconfig instead. + + -- Richard Kreckel Mon, 20 Jun 2007 23:01:14 +0100 + +ginac (1.3.5-3) unstable; urgency=low + + * debian/rules: introduce workaround for another arm ICE. + + -- Richard Kreckel Fri, 13 Oct 2006 22:49:41 +0200 + +ginac (1.3.5-2) unstable; urgency=low + + * debian/rules: introduces workaround for arm ICE; closes: #390620. + * Make -dbg package priority extra. + + -- Richard Kreckel Thu, 5 Oct 2006 23:36:19 +0200 + +ginac (1.3.5-1) unstable; urgency=low + + * New upstream (bugfix only) release; closes: #362220. + * Fix -dbg package recommendation; closes: #376870. + + -- Richard Kreckel Thu, 17 Aug 2006 13:00:00 +0200 + +ginac (1.3.4-2) unstable; urgency=low + * debian/*: Streamlining by Peter Eisentraut . - -- Richard Kreckel Mon, 17 Apr 2006 22:25:48 +0200 + -- Richard Kreckel Tue, 18 Apr 2006 22:18:25 +0200 ginac (1.3.4-1) unstable; urgency=low @@ -264,7 +299,7 @@ ginac (0.9.0-1) unstable; urgency=low ginac (0.8.3-1) unstable; urgency=low - * New upstream release; closes #97136. + * New upstream release; closes: #97136. -- Richard Kreckel Thu, 10 May 2001 22:17:15 +0200 diff --git a/debian/control b/debian/control index d8de52df..10c1f115 100644 --- a/debian/control +++ b/debian/control @@ -3,14 +3,14 @@ Section: math Priority: optional Maintainer: Richard Kreckel Build-Depends: cdbs (>= 0.4.28), debhelper (>= 5), libcln-dev, libgmp3-dev, libreadline5-dev, pkg-config (>= 0.18) -Standards-Version: 3.6.2 +Standards-Version: 3.7.2.2 Package: libginac1.4 Architecture: any Section: libs Depends: ${shlibs:Depends} Suggests: ginac-tools -Description: The GiNaC framework (runtime library) +Description: The GiNaC symbolic framework (runtime library) GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra System)") is a library for doing symbolic (i.e. non-numeric) computation directly in the C++ programming language. @@ -24,7 +24,7 @@ Section: libdevel Depends: libginac1.4 (= ${Source-Version}), libc6-dev, g++, libcln-dev Recommends: info | info-browser, libginac1.4-dbg (= ${Source-Version}) Suggests: ginac-tools -Description: The GiNaC framework (development files) +Description: The GiNaC symbolic framework (development files) GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra System)") is a library for doing symbolic (i.e. non-numeric) computation directly in the C++ programming language. @@ -37,7 +37,7 @@ Architecture: any Section: math Depends: ${shlibs:Depends} Recommends: doc-base -Description: Some tools for the GiNaC framework +Description: Some tools for the GiNaC symbolic framework GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra System)") is a library for doing symbolic (i.e. non-numeric) computation directly in the C++ programming language. @@ -49,9 +49,10 @@ Description: Some tools for the GiNaC framework Package: libginac1.4-dbg Architecture: any Section: libdevel +Priority: extra Depends: libginac1.4 (= ${Source-Version}) Recommends: gdb (>= 6.3) -Description: The GiNaC framework (debugging symbols) +Description: The GiNaC symbolic framework (debugging symbols) GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra System)") is a library for doing symbolic (i.e. non-numeric) computation directly in the C++ programming language. @@ -61,4 +62,3 @@ Description: The GiNaC framework (debugging symbols) gdb while debugging programs using the GiNaC library. Most people will not need this package. For detailed information about GiNaC see . - diff --git a/debian/ginac-tools.menu b/debian/ginac-tools.menu index 5424b40f..e03bfd95 100644 --- a/debian/ginac-tools.menu +++ b/debian/ginac-tools.menu @@ -1,6 +1,6 @@ ?package(ginac-tools):\ needs="text"\ - section="Apps/Math"\ + section="Applications/Science/Mathematics"\ title="Ginsh"\ longtitle="Ginsh - GiNaC interactive shell"\ command="/usr/bin/ginsh" \ diff --git a/debian/libginac-dev.install b/debian/libginac-dev.install index c3bd40ae..6e00e3a2 100644 --- a/debian/libginac-dev.install +++ b/debian/libginac-dev.install @@ -3,4 +3,4 @@ debian/tmp/usr/lib/libginac.a debian/tmp/usr/lib/libginac.so debian/tmp/usr/include/ginac/* debian/tmp/usr/lib/pkgconfig/ginac.pc -debian/tmp/usr/share/info/ginac* +debian/tmp/usr/share/info/ginac.info* diff --git a/debian/rules b/debian/rules index e15c5e64..ce117c9b 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/rules/debhelper.mk ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) - CXXFLAGS += -finline-limit=1200 +CXXFLAGS += -finline-limit=1200 endif # 1.4.1-1-blah (Debian version) ==> 1.4 (LT_RELEASE) -- 2.44.0