From 6999a887c0149fbc8ab907c210fc262a0aff3345 Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Sun, 6 Aug 2006 13:16:40 +0000 Subject: [PATCH] * debian/*: Streamlining by Peter Eisentraut . * Fix -dbg package recommendation; closes: #376870. --- debian/changelog | 13 +++++++++++++ debian/compat | 2 +- debian/control | 4 ++-- debian/libginac-dev.info | 1 + debian/libginac-dev.postinst | 8 -------- debian/libginac-dev.prerm | 17 ----------------- debian/rules | 8 +++----- 7 files changed, 20 insertions(+), 33 deletions(-) create mode 100644 debian/libginac-dev.info delete mode 100644 debian/libginac-dev.postinst delete mode 100644 debian/libginac-dev.prerm diff --git a/debian/changelog b/debian/changelog index 763c4296..6f35e6ab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Ddd, dd Mmm YYYY hh:mm:ss +0x00 + +ginac (1.3.4-2) unstable; urgency=low + + * debian/*: Streamlining by Peter Eisentraut . + + -- Richard Kreckel Tue, 18 Apr 2006 22:18:25 +0200 + ginac (1.3.4-1) unstable; urgency=low * New upstream (bugfix only) release. diff --git a/debian/compat b/debian/compat index b8626c4c..7ed6ff82 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -4 +5 diff --git a/debian/control b/debian/control index 3ba534ef..f27de2ef 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: ginac 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 +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 index 00000000..34417ac7 --- /dev/null +++ b/debian/libginac-dev.info @@ -0,0 +1 @@ +doc/tutorial/ginac.info diff --git a/debian/libginac-dev.postinst b/debian/libginac-dev.postinst deleted file mode 100644 index c57db5d9..00000000 --- a/debian/libginac-dev.postinst +++ /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 index 5b5fc903..00000000 --- a/debian/libginac-dev.prerm +++ /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 diff --git a/debian/rules b/debian/rules index cf059f8b..93a20aa9 100755 --- a/debian/rules +++ b/debian/rules @@ -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 -- 2.49.0