Michael R. Crusoe pushed to branch master at Debian Med / gclib
Commits: 716645e3 by Michael R. Crusoe at 2019-09-26T11:01:17Z Correct symbols file for 32 bit systems. - - - - - 3 changed files: - debian/changelog - debian/control - debian/libgclib0.symbols Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +libgclib (0.11.2-3) unstable; urgency=medium + + * Correct symbols file for 32 bit systems. + * Add myself as an uploader, thank you Andreas Tille for the permission! + + -- Michael R. Crusoe <[email protected]> Thu, 26 Sep 2019 13:01:05 +0200 + libgclib (0.11.2-2) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -1,7 +1,8 @@ Source: libgclib Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Steffen Moeller <[email protected]>, - Andreas Tille <[email protected]> + Andreas Tille <[email protected]>, + Michael R. Crusoe <[email protected]> Section: science Priority: optional Build-Depends: debhelper-compat (= 12), ===================================== debian/libgclib0.symbols ===================================== @@ -60,7 +60,8 @@ libgclib.so.0 libgclib0 #MINVER# _Z12translateDNAPKcRii@Base 0.11.2 _Z13color_resetbgP8_IO_FILE@Base 0.11.2 _Z13color_resetfgP8_IO_FILE@Base 0.11.2 - _Z13commaprintnumm@Base 0.11.2 + (arch-bits=64)_Z13commaprintnumm@Base 0.11.2 + (arch-bits=32)_Z13commaprintnumy@Base 0.11.2 _Z13compareCountsPvS_@Base 0.11.2 _Z13compareOrdnumPvS_@Base 0.11.2 _Z13inplace_LowerPc@Base 0.11.2 @@ -200,7 +201,8 @@ libgclib.so.0 libgclib0 #MINVER# _ZN4GStr4padCEjc@Base 0.11.2 _ZN4GStr4padLEjc@Base 0.11.2 _ZN4GStr4padREjc@Base 0.11.2 - _ZN4GStr4readEP8_IO_FILEPKcm@Base 0.11.2 + (arch-bits=64)_ZN4GStr4readEP8_IO_FILEPKcm@Base 0.11.2 + (arch-bits=32)_ZN4GStr4readEP8_IO_FILEPKcj@Base 0.11.2 _ZN4GStr4trimEPKc@Base 0.11.2 _ZN4GStr4trimEc@Base 0.11.2 _ZN4GStr5asIntERii@Base 0.11.2 @@ -394,13 +396,20 @@ libgclib.so.0 libgclib0 #MINVER# _ZN7GThread6detachEv@Base 0.11.2 _ZN7GThread8tcounterE@Base 0.11.2 _ZN7GThread8wait_allEv@Base 0.11.2 - _ZN7GThread9initStartEPvm@Base 0.11.2 - _ZN7GThread9kickStartEPFvPvES0_m@Base 0.11.2 - _ZN7GThread9kickStartEPFvR11GThreadDataEPvm@Base 0.11.2 - _ZN7GThreadC1EPFvPvES0_m@Base 0.11.2 - _ZN7GThreadC1EPFvR11GThreadDataEPvm@Base 0.11.2 - _ZN7GThreadC2EPFvPvES0_m@Base 0.11.2 - _ZN7GThreadC2EPFvR11GThreadDataEPvm@Base 0.11.2 + (arch-bits=64)_ZN7GThread9initStartEPvm@Base 0.11.2 + (arch-bits=32)_ZN7GThread9initStartEPvj@Base 0.11.2 + (arch-bits=64)_ZN7GThread9kickStartEPFvPvES0_m@Base 0.11.2 + (arch-bits=32)_ZN7GThread9kickStartEPFvPvES0_j@Base 0.11.2 + (arch-bits=64)_ZN7GThread9kickStartEPFvR11GThreadDataEPvm@Base 0.11.2 + (arch-bits=32)_ZN7GThread9kickStartEPFvR11GThreadDataEPvj@Base 0.11.2 + (arch-bits=64)_ZN7GThreadC1EPFvPvES0_m@Base 0.11.2 + (arch-bits=32)_ZN7GThreadC1EPFvPvES0_j@Base 0.11.2 + (arch-bits=64)_ZN7GThreadC1EPFvR11GThreadDataEPvm@Base 0.11.2 + (arch-bits=32)_ZN7GThreadC1EPFvR11GThreadDataEPvj@Base 0.11.2 + (arch-bits=64)_ZN7GThreadC2EPFvPvES0_m@Base 0.11.2 + (arch-bits=32)_ZN7GThreadC2EPFvPvES0_j@Base 0.11.2 + (arch-bits=64)_ZN7GThreadC2EPFvR11GThreadDataEPvm@Base 0.11.2 + (arch-bits=32)_ZN7GThreadC2EPFvR11GThreadDataEPvj@Base 0.11.2 _ZN7GThreadD1Ev@Base 0.11.2 _ZN7GThreadD2Ev@Base 0.11.2 _ZN7GffLine14extractGFFAttrERPcPKcS3_bbPib@Base 0.11.2 View it on GitLab: https://salsa.debian.org/med-team/libgclib/commit/716645e31dcb8aec020216a3f984896adb0e611b -- View it on GitLab: https://salsa.debian.org/med-team/libgclib/commit/716645e31dcb8aec020216a3f984896adb0e611b You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
