Here is yet another patch. This ought to be in the ChangeLog: * provide -dbg package (unstripped shared object with debugging symbols) * switch to CDBS, so debian/rules is *much* simpler Best regards, Alexei -- ROOT: an octopus made by nailing extra legs onto a cat.
Alexei, On Thu, 30 Jun 2005, Sheplyakov Alexei wrote:
Here is yet another patch.
This ought to be in the ChangeLog:
* provide -dbg package (unstripped shared object with debugging symbols) * switch to CDBS, so debian/rules is *much* simpler
Thanks a lot for your patch. I'm new to CDBS and have a question: How can I change the package name to libginac1.3c2 as required by the gcc-4 transition? Apparently, it isn't enough to set GINAC_RELEASE to 1.3c2 in debian/rules. If I do that, the shared library is not included in any of the four .deb files. TIA -richy. -- Richard B. Kreckel <http://www.ginac.de/~kreckel/>
On Thu, Jul 21, 2005 at 12:52:29AM +0200, Richard B. Kreckel wrote:
Thanks a lot for your patch. I'm new to CDBS and have a question: How can I change the package name to libginac1.3c2 as required by the gcc-4 transition? Apparently, it isn't enough to set GINAC_RELEASE to 1.3c2 in debian/rules. If I do that, the shared library is not included in any of the four .deb files.
I don't think this issue is CDBS-related. Probably, you have forgotten to mv libginac1.3.install libginac1.3c2.install (see man dh_install for details). Best regards, Alexei
Thanks a lot for your patch. I'm new to CDBS and have a question: How can I change the package name to libginac1.3c2 as required by the gcc-4 transition? Apparently, it isn't enough to set GINAC_RELEASE to 1.3c2 in debian/rules.
Probably, you don't want to change GINAC_RELEASE at all, since it is just another name for LT_VERSION (I choose different name to avoid possible collisions). Consider changing GINACLIB instead, e.g. Index: debian/rules =================================================================== RCS file: /home/cvs/GiNaC/debian/rules,v retrieving revision 1.14.2.1 diff -r1.14.2.1 rules 13c13 < GINACLIB := libginac$(GINAC_RELEASE) ---
GINACLIB := libginac$(GINAC_RELEASE)c2
CDBS passes DEB_DH_MAKESHLIBS_ARGS to dh_makeshlibs, thus, dh_makeshlibs will be invoked as dh_makeshlibs -V"libginac-1.3c2 (>= 1.3.0)" Best regards, Alexei
participants (2)
-
Richard B. Kreckel
-
varg@theor.jinr.ru