[GiNaC-list] [PATCH] simpler debian/*

Sheplyakov Alexei varg at theor.jinr.ru
Thu Jul 21 13:08:48 CEST 2005


  
> 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://www.cebix.net/pipermail/ginac-list/attachments/20050721/d6410513/attachment.pgp


More information about the GiNaC-list mailing list