]> www.ginac.de Git - ginac.git/commitdiff
* debian/*: Streamlining by Peter Eisentraut <petere@debian.org>.
authorRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Sun, 6 Aug 2006 13:16:40 +0000 (13:16 +0000)
committerRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Sun, 6 Aug 2006 13:16:40 +0000 (13:16 +0000)
* Fix -dbg package recommendation; closes: #376870.

debian/changelog
debian/compat
debian/control
debian/libginac-dev.info [new file with mode: 0644]
debian/libginac-dev.postinst [deleted file]
debian/libginac-dev.prerm [deleted file]
debian/rules

index 763c4296b79c7594edc3e89fac5b64175d67fb46..6f35e6ab42ba24ee022be134278e6e58cd42996e 100644 (file)
@@ -1,3 +1,16 @@
+ginac (1.3.5-1) unstable; urgency=low
+
+  * New upstream (bugfix only) release.
+  * Fix -dbg package recommendation; closes: #376870.
+
+ -- Richard Kreckel <kreckel@ginac.de>  Ddd, dd Mmm YYYY hh:mm:ss +0x00
+
+ginac (1.3.4-2) unstable; urgency=low
+
+  * debian/*: Streamlining by Peter Eisentraut <petere@debian.org>.
+
+ -- Richard Kreckel <kreckel@ginac.de>  Tue, 18 Apr 2006 22:18:25 +0200
+
 ginac (1.3.4-1) unstable; urgency=low
 
   * New upstream (bugfix only) release.
index b8626c4cff2849624fb67f87cd0ad72b163671ad..7ed6ff82de6bcc2a78243fc9c54d3ef5ac14da69 100644 (file)
@@ -1 +1 @@
-4
+5
index 3ba534efbe38826ac734c13b908e0a4dbd66aac7..f27de2ef06b54ac366ea6f1f106342b57f825b32 100644 (file)
@@ -2,7 +2,7 @@ Source: ginac
 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
+Build-Depends: cdbs (>= 0.4.28), debhelper (>= 5), libcln-dev, libgmp3-dev, libreadline5-dev
 Standards-Version: 3.6.2
 
 Package: libginac1.3c2a
@@ -24,7 +24,7 @@ Package: libginac-dev
 Architecture: any
 Section: libdevel
 Depends: libginac1.3c2a (= ${Source-Version}), libc6-dev, g++, libcln-dev
-Recommends: info | info-browser, libginac1.3-dbg (= ${Source-Version})
+Recommends: info | info-browser, libginac1.3c2a-dbg (= ${Source-Version})
 Suggests: ginac-tools
 Description: The GiNaC symbolic framework (development files)
  GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra System)") is a
diff --git a/debian/libginac-dev.info b/debian/libginac-dev.info
new file mode 100644 (file)
index 0000000..34417ac
--- /dev/null
@@ -0,0 +1 @@
+doc/tutorial/ginac.info
diff --git a/debian/libginac-dev.postinst b/debian/libginac-dev.postinst
deleted file mode 100644 (file)
index c57db5d..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-set -e
-
-if [ "$1" = "configure" ]; then
-    install-info --quiet --section Math Math -- /usr/share/info/ginac.info
-fi
-
-#DEBHELPER#
diff --git a/debian/libginac-dev.prerm b/debian/libginac-dev.prerm
deleted file mode 100644 (file)
index 5b5fc90..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh -e
-
-case "$1" in
-    remove|upgrade|deconfigure)
-        install-info --quiet --remove /usr/share/info/ginac.info
-        ;;
-    failed-upgrade)
-        ;;
-    *)
-        echo "prerm called with unknown argument \`$1'" >&2
-        exit 0
-    ;;
-esac
-
-#DEBHELPER#
-
-exit 0
index cf059f8bf656a80bb2557acd842e102fc22acd5b..93a20aa997069b0e969e1911064cc4243b65d67e 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/buildcore.mk
+
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 
@@ -13,7 +13,5 @@ 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
-DEB_DH_STRIP_ARGS := --dbg-package=$(GINACLIB)
-# menu entry for ginsh
-DEB_INSTALL_MENU_ginac-tools := debian/ginac-tools.menu
-
+DEB_DBG_PACKAGE_ALL =
+DEB_DBG_PACKAGE_$(GINACLIB) = $(GINACLIB)-dbg