]> www.ginac.de Git - ginac.git/commitdiff
* Update to Standards-Version 3.6.2.
authorRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Fri, 5 Aug 2005 00:22:32 +0000 (00:22 +0000)
committerRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Fri, 5 Aug 2005 00:22:32 +0000 (00:22 +0000)
* Remove superfluous ginac-tools.post* files (dh_installmenu does this).

debian/control
debian/ginac-tools.postinst [deleted file]
debian/ginac-tools.postrm [deleted file]

index c15092036c2f602f26e69966fee71fff95170bd2..81c18fcfaf3ccfbecfe909b798e7eefe99b0cb56 100644 (file)
@@ -3,7 +3,7 @@ Section: math
 Priority: optional
 Maintainer: Richard Kreckel <kreckel@ginac.de>
 Build-Depends: cdbs (>= 0.4.28), debhelper (>= 4.0.0), libcln-dev, libgmp3-dev, libreadline5-dev, flex, bison
 Priority: optional
 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.1
+Standards-Version: 3.6.2
 
 Package: libginac1.4
 Architecture: any
 
 Package: libginac1.4
 Architecture: any
@@ -36,6 +36,7 @@ Package: ginac-tools
 Architecture: any
 Section: math
 Depends: ${shlibs:Depends}
 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++
 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.
  .
  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
  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
- <http://www.ginac.de/>
+ <http://www.ginac.de/>.
 
 
diff --git a/debian/ginac-tools.postinst b/debian/ginac-tools.postinst
deleted file mode 100644 (file)
index 7032e05..0000000
+++ /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 (file)
index 7032e05..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-set -e
-
-if test -x /usr/bin/update-menus; then update-menus; fi
-
-#DEBHELPER#