From aa49234adfa6e32bb2518550cefa634e0fd5ee27 Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Tue, 18 Apr 2006 01:59:31 +0000 Subject: [PATCH] * Re-sync to original debian directory contents. --- debian/changelog | 58 ++++++++++++++++--- debian/compat | 1 + debian/control | 20 ++++--- ...inac1.3.install => libginac1.3c2a.install} | 0 debian/rules | 3 +- 5 files changed, 65 insertions(+), 17 deletions(-) create mode 100644 debian/compat rename debian/{libginac1.3.install => libginac1.3c2a.install} (100%) diff --git a/debian/changelog b/debian/changelog index 6d90d161..763c4296 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,20 +1,64 @@ ginac (1.3.4-1) unstable; urgency=low - * New upstream (bugfix only) release; + * New upstream (bugfix only) release. + * debian/*: Fixate DH_COMPAT to level 4. - -- Richard Kreckel Wed, 12 April 2006 12:22:22 +0100 + -- Richard Kreckel Mon, 17 Apr 2006 22:25:48 +0200 -ginac (1.3.2-1) unstable; urgency=low +ginac (1.3.3-6) unstable; urgency=low + + * Incorporate some fixes for gcc-4.1 from CVS; closes: #356241. + + -- Richard Kreckel Sun, 12 Mar 2006 23:37:12 +0100 + +ginac (1.3.3-5) unstable; urgency=low + + * Trigger recompile: last time, recompilation against libcln4 failed on + some targets. + * Changed package description; ...GiNaC *symbolic* framework... + + -- Richard Kreckel Sat, 17 Dec 2005 09:32:47 +0100 + +ginac (1.3.3-4) unstable; urgency=low + + * Recompile against libcln4. + + -- Richard Kreckel Sun, 27 Nov 2005 21:34:37 +0100 + +ginac (1.3.3-3) unstable; urgency=low - * New upstream (bugfix only) release; + * Add Replaces-field for the c2-libraries to control; closes: #340716. - -- Richard Kreckel Son, 10 July 2005 16:11:11 +0100 + -- Richard Kreckel Fri, 25 Nov 2005 23:03:41 +0100 -ginac (1.3.1-1) unstable; urgency=low +ginac (1.3.3-2) unstable; urgency=low + + * Changed libname to c2a; rebuild with new libstdc++6; closes: #339172. + + -- Richard Kreckel Thu, 17 Nov 2005 21:34:12 +0100 + +ginac (1.3.3-1) unstable; urgency=low + + * New upstream release. + * I've no idea what I'm doing but I guess it closes: #336301. + + -- Richard Kreckel Mon, 31 Oct 2005 23:03:47 +0100 + +ginac (1.3.2-2) unstable; urgency=low + + * Adjusted to Standards-Version 3.6.2. + * Add a patch to ginac/print.h for g++-4.0.2; closes: #325841. + + -- Richard Kreckel Thu, 1 Sep 2005 21:55:47 +0200 + +ginac (1.3.2-1) unstable; urgency=low * New upstream (bugfix only) release; closes: #298400. + * debian/*: Use upstream's simpler structure using CDBS. + * debian/control: add c2 to library package name. + * Build against new libcln using gcc-4 ABI. - -- Richard Kreckel Wed, 04 May 2005 18:55:16 +0100 + -- Richard Kreckel Mon, 25 July 2005 23:24:26 +0200 ginac (1.3.0-2) unstable; urgency=low diff --git a/debian/compat b/debian/compat new file mode 100644 index 00000000..b8626c4c --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +4 diff --git a/debian/control b/debian/control index 5cec08c8..3ba534ef 100644 --- a/debian/control +++ b/debian/control @@ -5,12 +5,14 @@ Maintainer: Richard Kreckel Build-Depends: cdbs (>= 0.4.28), debhelper (>= 4.0.0), libcln-dev, libgmp3-dev, libreadline5-dev, flex, bison Standards-Version: 3.6.2 -Package: libginac1.3 +Package: libginac1.3c2a Architecture: any Section: libs Depends: ${shlibs:Depends} +Conflicts: libginac1.3, libginac1.3c2 +Replaces: libginac1.3, libginac1.3c2 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. @@ -21,10 +23,10 @@ Description: The GiNaC framework (runtime library) Package: libginac-dev Architecture: any Section: libdevel -Depends: libginac1.3 (= ${Source-Version}), libc6-dev, g++, libcln-dev +Depends: libginac1.3c2a (= ${Source-Version}), libc6-dev, g++, libcln-dev Recommends: info | info-browser, libginac1.3-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 +39,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. @@ -46,12 +48,14 @@ Description: Some tools for the GiNaC framework interactive shell) and viewgar (for inspecting GiNaC archive files). See for detailed information about GiNaC. -Package: libginac1.3-dbg +Package: libginac1.3c2a-dbg Architecture: any Section: libdevel -Depends: libginac1.3 (= ${Source-Version}) +Depends: libginac1.3c2a (= ${Source-Version}) +Conflicts: libginac1.3c2-dbg +Replaces: libginac1.3c2-dbg 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. diff --git a/debian/libginac1.3.install b/debian/libginac1.3c2a.install similarity index 100% rename from debian/libginac1.3.install rename to debian/libginac1.3c2a.install diff --git a/debian/rules b/debian/rules index 76a04b66..cf059f8b 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,6 @@ include /usr/share/cdbs/1/rules/buildcore.mk include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/rules/debhelper.mk -export DH_COMPAT ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CXXFLAGS += -finline-limit=1200 @@ -10,7 +9,7 @@ endif # 1.3.1-1-blah (Debian version) ==> 1.3 (LT_RELEASE) GINAC_RELEASE := $(shell echo $(DEB_VERSION) | cut -f 1,2 -d . ) -GINACLIB := libginac$(GINAC_RELEASE) +GINACLIB := libginac$(GINAC_RELEASE)c2a DEB_DH_MAKESHLIBS_ARGS := -V"$(GINACLIB) (>= $(GINAC_RELEASE).0)" DEB_DH_SHLIBDEPS_ARGS := --libpackage=$(GINACLIB) -l debian/$(GINACLIB)/usr/lib -- 2.49.0