From: Richard Kreckel Date: Fri, 5 Aug 2005 00:22:32 +0000 (+0000) Subject: * Update to Standards-Version 3.6.2. X-Git-Tag: release_1-4-0~157 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=04e17739d8698c3c33287853c0a7177dad45c818 * Update to Standards-Version 3.6.2. * Remove superfluous ginac-tools.post* files (dh_installmenu does this). --- diff --git a/debian/control b/debian/control index c1509203..81c18fcf 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: math Priority: optional 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.1 +Standards-Version: 3.6.2 Package: libginac1.4 Architecture: any @@ -36,6 +36,7 @@ Package: ginac-tools Architecture: any Section: math Depends: ${shlibs:Depends} +Recommends: doc-base Description: Some tools for the GiNaC 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++ @@ -55,9 +56,9 @@ Description: The GiNaC framework (debugging symbols) library for doing symbolic (i.e. non-numeric) computation directly in the C++ programming language. . - This package provides unstripped shared object with debugging symbols. The + This package provides an unstripped shared library with debugging symbols. The library is installed in /usr/lib/debug and will be automatically used by 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.postinst b/debian/ginac-tools.postinst deleted file mode 100644 index 7032e057..00000000 --- a/debian/ginac-tools.postinst +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -set -e - -if test -x /usr/bin/update-menus; then update-menus; fi - -#DEBHELPER# diff --git a/debian/ginac-tools.postrm b/debian/ginac-tools.postrm deleted file mode 100644 index 7032e057..00000000 --- a/debian/ginac-tools.postrm +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -set -e - -if test -x /usr/bin/update-menus; then update-menus; fi - -#DEBHELPER#