]> www.ginac.de Git - ginac.git/commitdiff
* Re-sync to original debian directory contents.
authorRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Tue, 18 Apr 2006 01:59:31 +0000 (01:59 +0000)
committerRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Tue, 18 Apr 2006 01:59:31 +0000 (01:59 +0000)
debian/changelog
debian/compat [new file with mode: 0644]
debian/control
debian/libginac1.3c2a.install [moved from debian/libginac1.3.install with 100% similarity]
debian/rules

index 6d90d161d70be15b3f7a13baacb65ac970e1e90f..763c4296b79c7594edc3e89fac5b64175d67fb46 100644 (file)
@@ -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 <kreckel@ginac.de>  Wed, 12 April 2006 12:22:22 +0100
+ -- Richard Kreckel <kreckel@ginac.de>  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 <kreckel@ginac.de>  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 <kreckel@ginac.de>  Sat, 17 Dec 2005 09:32:47 +0100
+
+ginac (1.3.3-4) unstable; urgency=low
+
+  * Recompile against libcln4.
+
+ -- Richard Kreckel <kreckel@ginac.de>  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 <kreckel@ginac.de>  Son, 10 July 2005 16:11:11 +0100
+ -- Richard Kreckel <kreckel@ginac.de>  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 <kreckel@ginac.de>  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 <kreckel@ginac.de>  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 <kreckel@ginac.de>  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 <kreckel@ginac.de>  Wed, 04 May 2005 18:55:16 +0100
+ -- Richard Kreckel <kreckel@ginac.de>  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 (file)
index 0000000..b8626c4
--- /dev/null
@@ -0,0 +1 @@
+4
index 5cec08c8594b895dc36317a9c8cdfeeb4a59f76a..3ba534efbe38826ac734c13b908e0a4dbd66aac7 100644 (file)
@@ -5,12 +5,14 @@ Maintainer: Richard Kreckel <kreckel@ginac.de>
 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
  <http://www.ginac.de/> 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.
index 76a04b6690dc267777f7bdf7122cb8a9e57b8fd4..cf059f8bf656a80bb2557acd842e102fc22acd5b 100755 (executable)
@@ -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