[med-svn] [Git][med-team/libzstd][master] Drop the symbols file

Michael R. Crusoe gitlab at salsa.debian.org
Mon Mar 1 17:30:26 GMT 2021



Michael R. Crusoe pushed to branch master at Debian Med / libzstd


Commits:
7f600c89 by Stephen Kitt at 2021-03-01T18:24:16+01:00
Drop the symbols file

The symbols in the library aren’t all intended for public consumption,
but they can’t be hidden (yet) either, see
https://github.com/facebook/zstd/pull/2501 for the discussion. We’ll
rely on the shlibs file for now, with a relaxed version (1.4.0, as
discussed with upstream).

Closes: #969597.
Signed-off-by: Stephen Kitt <skitt at debian.org>

- - - - -


3 changed files:

- debian/changelog
- − debian/libzstd1.symbols
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+libzstd (1.4.8+dfsg-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop the symbols file: the symbols in the library aren’t all intended
+    for public consumption, but they can’t be hidden (yet) either, see
+    https://github.com/facebook/zstd/pull/2501 for the discussion. We’ll
+    rely on the shlibs file for now, with a relaxed version (1.4.0, as
+    discussed with upstream). Closes: #969597.
+
+ -- Stephen Kitt <skitt at debian.org>  Mon, 01 Mar 2021 18:23:52 +0100
+
 libzstd (1.4.8+dfsg-2) unstable; urgency=high
 
   * Team upload.


=====================================
debian/libzstd1.symbols deleted
=====================================
@@ -1,588 +0,0 @@
-libzstd.so.1 libzstd1 #MINVER#
-* Build-Depends-Package: libzstd-dev
- ZBUFF_compressContinue at Base 1.3.2
- ZBUFF_compressEnd at Base 1.3.2
- ZBUFF_compressFlush at Base 1.3.2
- ZBUFF_compressInit at Base 1.3.2
- ZBUFF_compressInitDictionary at Base 1.3.2
- ZBUFF_compressInit_advanced at Base 1.3.2
- ZBUFF_createCCtx at Base 1.3.2
- ZBUFF_createCCtx_advanced at Base 1.3.2
- ZBUFF_createDCtx at Base 1.3.2
- ZBUFF_createDCtx_advanced at Base 1.3.2
- ZBUFF_decompressContinue at Base 1.3.2
- ZBUFF_decompressInit at Base 1.3.2
- ZBUFF_decompressInitDictionary at Base 1.3.2
- ZBUFF_freeCCtx at Base 1.3.2
- ZBUFF_freeDCtx at Base 1.3.2
- ZBUFF_getErrorName at Base 1.3.2
- ZBUFF_isError at Base 1.3.2
- ZBUFF_recommendedCInSize at Base 1.3.2
- ZBUFF_recommendedCOutSize at Base 1.3.2
- ZBUFF_recommendedDInSize at Base 1.3.2
- ZBUFF_recommendedDOutSize at Base 1.3.2
- ZDICT_addEntropyTablesFromBuffer at Base 1.3.2
- ZDICT_finalizeDictionary at Base 1.3.2
- ZDICT_getDictHeaderSize at Base 1.4.5
- ZDICT_getDictID at Base 1.3.2
- ZDICT_getErrorName at Base 1.3.2
- ZDICT_isError at Base 1.3.2
- ZDICT_optimizeTrainFromBuffer_cover at Base 1.3.2
- ZDICT_optimizeTrainFromBuffer_fastCover at Base 1.3.8
- ZDICT_trainFromBuffer at Base 1.3.2
- ZDICT_trainFromBuffer_cover at Base 1.3.2
- ZDICT_trainFromBuffer_fastCover at Base 1.3.8
- ZDICT_trainFromBuffer_legacy at Base 1.3.2
- ZSTD_CCtxParams_getParameter at Base 1.4.0
- (should only be used when static linking)ZSTD_CCtxParams_init at Base 1.3.4
- (should only be used when static linking)ZSTD_CCtxParams_init_advanced at Base 1.3.4
- (should only be used when static linking)ZSTD_CCtxParams_reset at Base 1.3.4
- ZSTD_CCtxParams_setParameter at Base 1.4.0
- ZSTD_CCtx_getParameter at Base 1.3.5
- ZSTD_CCtx_loadDictionary at Base 1.3.2
- ZSTD_CCtx_loadDictionary_advanced at Base 1.3.2
- ZSTD_CCtx_loadDictionary_byReference at Base 1.3.2
- ZSTD_CCtx_refCDict at Base 1.3.2
- ZSTD_CCtx_refPrefix at Base 1.3.2
- ZSTD_CCtx_refPrefix_advanced at Base 1.3.2
- ZSTD_CCtx_reset at Base 1.3.2
- ZSTD_CCtx_setParameter at Base 1.3.2
- ZSTD_CCtx_setParametersUsingCCtxParams at Base 1.3.2
- ZSTD_CCtx_setPledgedSrcSize at Base 1.3.2
- ZSTD_CStreamInSize at Base 1.3.2
- ZSTD_CStreamOutSize at Base 1.3.2
- ZSTD_DCtx_loadDictionary at Base 1.3.4
- ZSTD_DCtx_loadDictionary_advanced at Base 1.3.4
- ZSTD_DCtx_loadDictionary_byReference at Base 1.3.4
- ZSTD_DCtx_refDDict at Base 1.3.4
- ZSTD_DCtx_refPrefix at Base 1.3.4
- ZSTD_DCtx_refPrefix_advanced at Base 1.3.4
- ZSTD_DCtx_reset at Base 1.3.2
- ZSTD_DCtx_setFormat at Base 1.3.2
- ZSTD_DCtx_setMaxWindowSize at Base 1.3.2
- ZSTD_DCtx_setParameter at Base 1.3.8
- ZSTD_DStreamInSize at Base 1.3.2
- ZSTD_DStreamOutSize at Base 1.3.2
- ZSTD_adjustCParams at Base 1.3.2
- ZSTD_cParam_getBounds at Base 1.3.8
- ZSTD_checkCParams at Base 1.3.2
- ZSTD_compress2 at Base 1.3.8
- ZSTD_compress at Base 1.3.2
- ZSTD_compressBegin at Base 1.3.2
- ZSTD_compressBegin_advanced at Base 1.3.2
- ZSTD_compressBegin_usingCDict at Base 1.3.2
- ZSTD_compressBegin_usingCDict_advanced at Base 1.3.2
- ZSTD_compressBegin_usingDict at Base 1.3.2
- ZSTD_compressBlock at Base 1.3.2
- ZSTD_compressBound at Base 1.3.2
- ZSTD_compressCCtx at Base 1.3.2
- ZSTD_compressContinue at Base 1.3.2
- ZSTD_compressEnd at Base 1.3.2
- ZSTD_compressStream2 at Base 1.3.8
- ZSTD_compressStream2_simpleArgs at Base 1.3.8
- ZSTD_compressStream at Base 1.3.2
- ZSTD_compress_advanced at Base 1.3.2
- ZSTD_compress_usingCDict at Base 1.3.2
- ZSTD_compress_usingCDict_advanced at Base 1.3.2
- ZSTD_compress_usingDict at Base 1.3.2
- ZSTD_copyCCtx at Base 1.3.2
- ZSTD_copyDCtx at Base 1.3.2
- ZSTD_createCCtx at Base 1.3.2
- ZSTD_createCCtxParams at Base 1.3.2
- ZSTD_createCCtx_advanced at Base 1.3.2
- ZSTD_createCDict at Base 1.3.2
- ZSTD_createCDict_advanced at Base 1.3.2
- ZSTD_createCDict_byReference at Base 1.3.2
- ZSTD_createCStream at Base 1.3.2
- ZSTD_createCStream_advanced at Base 1.3.2
- ZSTD_createDCtx at Base 1.3.2
- ZSTD_createDCtx_advanced at Base 1.3.2
- ZSTD_createDDict at Base 1.3.2
- ZSTD_createDDict_advanced at Base 1.3.2
- ZSTD_createDDict_byReference at Base 1.3.2
- ZSTD_createDStream at Base 1.3.2
- ZSTD_createDStream_advanced at Base 1.3.2
- ZSTD_dParam_getBounds at Base 1.3.8
- ZSTD_decodingBufferSize_min at Base 1.3.2
- ZSTD_decompress at Base 1.3.2
- ZSTD_decompressBegin at Base 1.3.2
- ZSTD_decompressBegin_usingDDict at Base 1.3.2
- ZSTD_decompressBegin_usingDict at Base 1.3.2
- ZSTD_decompressBlock at Base 1.3.2
- ZSTD_decompressBound at Base 1.4.0
- ZSTD_decompressContinue at Base 1.3.2
- ZSTD_decompressDCtx at Base 1.3.2
- ZSTD_decompressStream at Base 1.3.2
- ZSTD_decompressStream_simpleArgs at Base 1.3.8
- ZSTD_decompress_usingDDict at Base 1.3.2
- ZSTD_decompress_usingDict at Base 1.3.2
- ZSTD_endStream at Base 1.3.2
- ZSTD_estimateCCtxSize at Base 1.3.2
- ZSTD_estimateCCtxSize_usingCCtxParams at Base 1.3.2
- ZSTD_estimateCCtxSize_usingCParams at Base 1.3.2
- ZSTD_estimateCDictSize at Base 1.3.2
- ZSTD_estimateCDictSize_advanced at Base 1.3.2
- ZSTD_estimateCStreamSize at Base 1.3.2
- ZSTD_estimateCStreamSize_usingCCtxParams at Base 1.3.2
- ZSTD_estimateCStreamSize_usingCParams at Base 1.3.2
- ZSTD_estimateDCtxSize at Base 1.3.2
- ZSTD_estimateDDictSize at Base 1.3.2
- ZSTD_estimateDStreamSize at Base 1.3.2
- ZSTD_estimateDStreamSize_fromFrame at Base 1.3.2
- ZSTD_findDecompressedSize at Base 1.3.2
- ZSTD_findFrameCompressedSize at Base 1.3.2
- ZSTD_flushStream at Base 1.3.2
- ZSTD_frameHeaderSize at Base 1.3.2
- ZSTD_freeCCtx at Base 1.3.2
- ZSTD_freeCCtxParams at Base 1.3.2
- ZSTD_freeCDict at Base 1.3.2
- ZSTD_freeCStream at Base 1.3.2
- ZSTD_freeDCtx at Base 1.3.2
- ZSTD_freeDDict at Base 1.3.2
- ZSTD_freeDStream at Base 1.3.2
- ZSTD_getBlockSize at Base 1.3.2
- ZSTD_getCParams at Base 1.3.2
- ZSTD_getDecompressedSize at Base 1.3.2
- ZSTD_getDictID_fromDDict at Base 1.3.2
- ZSTD_getDictID_fromDict at Base 1.3.2
- ZSTD_getDictID_fromFrame at Base 1.3.2
- ZSTD_getErrorCode at Base 1.3.2
- ZSTD_getErrorName at Base 1.3.2
- ZSTD_getErrorString at Base 1.3.2
- ZSTD_getFrameContentSize at Base 1.3.2
- ZSTD_getFrameHeader at Base 1.3.2
- ZSTD_getFrameHeader_advanced at Base 1.3.5
- ZSTD_getFrameProgression at Base 1.3.8
- ZSTD_getParams at Base 1.3.2
- ZSTD_initCStream at Base 1.3.2
- ZSTD_initCStream_advanced at Base 1.3.2
- ZSTD_initCStream_srcSize at Base 1.3.2
- ZSTD_initCStream_usingCDict at Base 1.3.2
- ZSTD_initCStream_usingCDict_advanced at Base 1.3.2
- ZSTD_initCStream_usingDict at Base 1.3.2
- ZSTD_initDStream at Base 1.3.2
- ZSTD_initDStream_usingDDict at Base 1.3.2
- ZSTD_initDStream_usingDict at Base 1.3.2
- ZSTD_initStaticCCtx at Base 1.3.2
- ZSTD_initStaticCDict at Base 1.3.2
- ZSTD_initStaticCStream at Base 1.3.2
- ZSTD_initStaticDCtx at Base 1.3.2
- ZSTD_initStaticDDict at Base 1.3.2
- ZSTD_initStaticDStream at Base 1.3.2
- ZSTD_insertBlock at Base 1.3.2
- ZSTD_isError at Base 1.3.2
- ZSTD_isFrame at Base 1.3.2
- ZSTD_maxCLevel at Base 1.3.2
- ZSTD_minCLevel at Base 1.3.8
- ZSTD_nextInputType at Base 1.3.2
- ZSTD_nextSrcSizeToDecompress at Base 1.3.2
- ZSTD_resetCStream at Base 1.3.2
- ZSTD_resetDStream at Base 1.3.2
- ZSTD_sizeof_CCtx at Base 1.3.2
- ZSTD_sizeof_CDict at Base 1.3.2
- ZSTD_sizeof_CStream at Base 1.3.2
- ZSTD_sizeof_DCtx at Base 1.3.2
- ZSTD_sizeof_DDict at Base 1.3.2
- ZSTD_sizeof_DStream at Base 1.3.2
- ZSTD_toFlushNow at Base 1.3.8
- ZSTD_versionNumber at Base 1.3.2
- ZSTD_versionString at Base 1.3.2
- COVER_best_destroy at Base 1.4.8
- COVER_best_finish at Base 1.4.8
- COVER_best_init at Base 1.4.8
- COVER_best_start at Base 1.4.8
- COVER_best_wait at Base 1.4.8
- COVER_checkTotalCompressedSize at Base 1.4.8
- COVER_computeEpochs at Base 1.4.8
- COVER_dictSelectionError at Base 1.4.8
- COVER_dictSelectionFree at Base 1.4.8
- COVER_dictSelectionIsError at Base 1.4.8
- COVER_selectDict at Base 1.4.8
- COVER_sum at Base 1.4.8
- COVER_warnOnSmallCorpus at Base 1.4.8
- ERR_getErrorString at Base 1.4.8
- FSE_NCountWriteBound at Base 1.4.8
- FSE_buildCTable at Base 1.4.8
- FSE_buildCTable_raw at Base 1.4.8
- FSE_buildCTable_rle at Base 1.4.8
- FSE_buildCTable_wksp at Base 1.4.8
- FSE_buildDTable at Base 1.4.8
- FSE_buildDTable_raw at Base 1.4.8
- FSE_buildDTable_rle at Base 1.4.8
- FSE_buildDTable_wksp at Base 1.4.8
- FSE_compress2 at Base 1.4.8
- FSE_compress at Base 1.4.8
- FSE_compressBound at Base 1.4.8
- FSE_compress_usingCTable at Base 1.4.8
- FSE_compress_wksp at Base 1.4.8
- FSE_createCTable at Base 1.4.8
- FSE_createDTable at Base 1.4.8
- FSE_decompress at Base 1.4.8
- FSE_decompress_usingDTable at Base 1.4.8
- FSE_decompress_wksp at Base 1.4.8
- FSE_decompress_wksp_bmi2 at Base 1.4.8
- FSE_freeCTable at Base 1.4.8
- FSE_freeDTable at Base 1.4.8
- FSE_getErrorName at Base 1.4.8
- FSE_isError at Base 1.4.8
- FSE_normalizeCount at Base 1.4.8
- FSE_optimalTableLog at Base 1.4.8
- FSE_optimalTableLog_internal at Base 1.4.8
- FSE_readNCount at Base 1.4.8
- FSE_readNCount_bmi2 at Base 1.4.8
- FSE_versionNumber at Base 1.4.8
- FSE_writeNCount at Base 1.4.8
- FSEv05_buildDTable at Base 1.4.8
- FSEv05_buildDTable_raw at Base 1.4.8
- FSEv05_buildDTable_rle at Base 1.4.8
- FSEv05_createDTable at Base 1.4.8
- FSEv05_decompress at Base 1.4.8
- FSEv05_decompress_usingDTable at Base 1.4.8
- FSEv05_freeDTable at Base 1.4.8
- FSEv05_getErrorName at Base 1.4.8
- FSEv05_isError at Base 1.4.8
- FSEv05_readNCount at Base 1.4.8
- FSEv06_buildDTable at Base 1.4.8
- FSEv06_buildDTable_raw at Base 1.4.8
- FSEv06_buildDTable_rle at Base 1.4.8
- FSEv06_createDTable at Base 1.4.8
- FSEv06_decompress at Base 1.4.8
- FSEv06_decompress_usingDTable at Base 1.4.8
- FSEv06_freeDTable at Base 1.4.8
- FSEv06_getErrorName at Base 1.4.8
- FSEv06_isError at Base 1.4.8
- FSEv06_readNCount at Base 1.4.8
- FSEv07_buildDTable at Base 1.4.8
- FSEv07_buildDTable_raw at Base 1.4.8
- FSEv07_buildDTable_rle at Base 1.4.8
- FSEv07_createDTable at Base 1.4.8
- FSEv07_decompress at Base 1.4.8
- FSEv07_decompress_usingDTable at Base 1.4.8
- FSEv07_freeDTable at Base 1.4.8
- FSEv07_getErrorName at Base 1.4.8
- FSEv07_isError at Base 1.4.8
- FSEv07_readNCount at Base 1.4.8
- HIST_count at Base 1.4.8
- HIST_countFast at Base 1.4.8
- HIST_countFast_wksp at Base 1.4.8
- HIST_count_simple at Base 1.4.8
- HIST_count_wksp at Base 1.4.8
- HIST_isError at Base 1.4.8
- HUF_buildCTable at Base 1.4.8
- HUF_buildCTable_wksp at Base 1.4.8
- HUF_compress1X at Base 1.4.8
- HUF_compress1X_repeat at Base 1.4.8
- HUF_compress1X_usingCTable at Base 1.4.8
- HUF_compress1X_wksp at Base 1.4.8
- HUF_compress2 at Base 1.4.8
- HUF_compress4X_repeat at Base 1.4.8
- HUF_compress4X_usingCTable at Base 1.4.8
- HUF_compress4X_wksp at Base 1.4.8
- HUF_compress at Base 1.4.8
- HUF_compressBound at Base 1.4.8
- HUF_decompress1X1 at Base 1.4.8
- HUF_decompress1X1_DCtx at Base 1.4.8
- HUF_decompress1X1_DCtx_wksp at Base 1.4.8
- HUF_decompress1X1_DCtx_wksp_bmi2 at Base 1.4.8
- HUF_decompress1X1_usingDTable at Base 1.4.8
- HUF_decompress1X2 at Base 1.4.8
- HUF_decompress1X2_DCtx at Base 1.4.8
- HUF_decompress1X2_DCtx_wksp at Base 1.4.8
- HUF_decompress1X2_usingDTable at Base 1.4.8
- HUF_decompress1X_DCtx at Base 1.4.8
- HUF_decompress1X_DCtx_wksp at Base 1.4.8
- HUF_decompress1X_usingDTable at Base 1.4.8
- HUF_decompress1X_usingDTable_bmi2 at Base 1.4.8
- HUF_decompress4X1 at Base 1.4.8
- HUF_decompress4X1_DCtx at Base 1.4.8
- HUF_decompress4X1_DCtx_wksp at Base 1.4.8
- HUF_decompress4X1_usingDTable at Base 1.4.8
- HUF_decompress4X2 at Base 1.4.8
- HUF_decompress4X2_DCtx at Base 1.4.8
- HUF_decompress4X2_DCtx_wksp at Base 1.4.8
- HUF_decompress4X2_usingDTable at Base 1.4.8
- HUF_decompress4X_DCtx at Base 1.4.8
- HUF_decompress4X_hufOnly at Base 1.4.8
- HUF_decompress4X_hufOnly_wksp at Base 1.4.8
- HUF_decompress4X_hufOnly_wksp_bmi2 at Base 1.4.8
- HUF_decompress4X_usingDTable at Base 1.4.8
- HUF_decompress4X_usingDTable_bmi2 at Base 1.4.8
- HUF_decompress at Base 1.4.8
- HUF_estimateCompressedSize at Base 1.4.8
- HUF_getErrorName at Base 1.4.8
- HUF_getNbBits at Base 1.4.8
- HUF_isError at Base 1.4.8
- HUF_optimalTableLog at Base 1.4.8
- HUF_readCTable at Base 1.4.8
- HUF_readDTableX1 at Base 1.4.8
- HUF_readDTableX1_wksp at Base 1.4.8
- HUF_readDTableX1_wksp_bmi2 at Base 1.4.8
- HUF_readDTableX2 at Base 1.4.8
- HUF_readDTableX2_wksp at Base 1.4.8
- HUF_readStats at Base 1.4.8
- HUF_readStats_wksp at Base 1.4.8
- HUF_selectDecoder at Base 1.4.8
- HUF_validateCTable at Base 1.4.8
- HUF_writeCTable at Base 1.4.8
- HUFv05_decompress1X2 at Base 1.4.8
- HUFv05_decompress1X2_usingDTable at Base 1.4.8
- HUFv05_decompress1X4 at Base 1.4.8
- HUFv05_decompress1X4_usingDTable at Base 1.4.8
- HUFv05_decompress4X2 at Base 1.4.8
- HUFv05_decompress4X2_usingDTable at Base 1.4.8
- HUFv05_decompress4X4 at Base 1.4.8
- HUFv05_decompress4X4_usingDTable at Base 1.4.8
- HUFv05_decompress at Base 1.4.8
- HUFv05_getErrorName at Base 1.4.8
- HUFv05_isError at Base 1.4.8
- HUFv05_readDTableX2 at Base 1.4.8
- HUFv05_readDTableX4 at Base 1.4.8
- HUFv06_decompress1X2 at Base 1.4.8
- HUFv06_decompress1X2_usingDTable at Base 1.4.8
- HUFv06_decompress1X4 at Base 1.4.8
- HUFv06_decompress1X4_usingDTable at Base 1.4.8
- HUFv06_decompress4X2 at Base 1.4.8
- HUFv06_decompress4X2_usingDTable at Base 1.4.8
- HUFv06_decompress4X4 at Base 1.4.8
- HUFv06_decompress4X4_usingDTable at Base 1.4.8
- HUFv06_decompress at Base 1.4.8
- HUFv06_readDTableX2 at Base 1.4.8
- HUFv06_readDTableX4 at Base 1.4.8
- HUFv07_decompress1X2 at Base 1.4.8
- HUFv07_decompress1X2_DCtx at Base 1.4.8
- HUFv07_decompress1X2_usingDTable at Base 1.4.8
- HUFv07_decompress1X4 at Base 1.4.8
- HUFv07_decompress1X4_DCtx at Base 1.4.8
- HUFv07_decompress1X4_usingDTable at Base 1.4.8
- HUFv07_decompress1X_DCtx at Base 1.4.8
- HUFv07_decompress1X_usingDTable at Base 1.4.8
- HUFv07_decompress4X2 at Base 1.4.8
- HUFv07_decompress4X2_DCtx at Base 1.4.8
- HUFv07_decompress4X2_usingDTable at Base 1.4.8
- HUFv07_decompress4X4 at Base 1.4.8
- HUFv07_decompress4X4_DCtx at Base 1.4.8
- HUFv07_decompress4X4_usingDTable at Base 1.4.8
- HUFv07_decompress4X_DCtx at Base 1.4.8
- HUFv07_decompress4X_hufOnly at Base 1.4.8
- HUFv07_decompress4X_usingDTable at Base 1.4.8
- HUFv07_decompress at Base 1.4.8
- HUFv07_getErrorName at Base 1.4.8
- HUFv07_isError at Base 1.4.8
- HUFv07_readDTableX2 at Base 1.4.8
- HUFv07_readDTableX4 at Base 1.4.8
- HUFv07_readStats at Base 1.4.8
- HUFv07_selectDecoder at Base 1.4.8
- POOL_add at Base 1.4.8
- POOL_create at Base 1.4.8
- POOL_create_advanced at Base 1.4.8
- POOL_free at Base 1.4.8
- POOL_resize at Base 1.4.8
- POOL_sizeof at Base 1.4.8
- POOL_tryAdd at Base 1.4.8
- ZBUFFv05_createDCtx at Base 1.4.8
- ZBUFFv05_decompressContinue at Base 1.4.8
- ZBUFFv05_decompressInit at Base 1.4.8
- ZBUFFv05_decompressInitDictionary at Base 1.4.8
- ZBUFFv05_freeDCtx at Base 1.4.8
- ZBUFFv05_getErrorName at Base 1.4.8
- ZBUFFv05_isError at Base 1.4.8
- ZBUFFv05_recommendedDInSize at Base 1.4.8
- ZBUFFv05_recommendedDOutSize at Base 1.4.8
- ZBUFFv06_createDCtx at Base 1.4.8
- ZBUFFv06_decompressContinue at Base 1.4.8
- ZBUFFv06_decompressInit at Base 1.4.8
- ZBUFFv06_decompressInitDictionary at Base 1.4.8
- ZBUFFv06_freeDCtx at Base 1.4.8
- ZBUFFv06_getErrorName at Base 1.4.8
- ZBUFFv06_isError at Base 1.4.8
- ZBUFFv06_recommendedDInSize at Base 1.4.8
- ZBUFFv06_recommendedDOutSize at Base 1.4.8
- ZBUFFv07_createDCtx at Base 1.4.8
- ZBUFFv07_createDCtx_advanced at Base 1.4.8
- ZBUFFv07_decompressContinue at Base 1.4.8
- ZBUFFv07_decompressInit at Base 1.4.8
- ZBUFFv07_decompressInitDictionary at Base 1.4.8
- ZBUFFv07_freeDCtx at Base 1.4.8
- ZBUFFv07_getErrorName at Base 1.4.8
- ZBUFFv07_isError at Base 1.4.8
- ZBUFFv07_recommendedDInSize at Base 1.4.8
- ZBUFFv07_recommendedDOutSize at Base 1.4.8
- ZDICT_trainFromBuffer_unsafe_legacy at Base 1.4.8
- ZSTDMT_compressStream_generic at Base 1.4.8
- ZSTDMT_createCCtx_advanced at Base 1.4.8
- ZSTDMT_freeCCtx at Base 1.4.8
- ZSTDMT_getFrameProgression at Base 1.4.8
- ZSTDMT_initCStream_internal at Base 1.4.8
- ZSTDMT_nextInputSizeHint at Base 1.4.8
- ZSTDMT_sizeof_CCtx at Base 1.4.8
- ZSTDMT_toFlushNow at Base 1.4.8
- ZSTDMT_updateCParams_whileCompressing at Base 1.4.8
- ZSTD_CCtxParams_init at Base 1.4.8
- ZSTD_CCtxParams_init_advanced at Base 1.4.8
- ZSTD_CCtxParams_reset at Base 1.4.8
- ZSTD_CCtx_refThreadPool at Base 1.4.8
- ZSTD_DCtx_getParameter at Base 1.4.8
- ZSTD_DDict_dictContent at Base 1.4.8
- ZSTD_DDict_dictSize at Base 1.4.8
- ZSTD_XXH32 at Base 1.4.8
- ZSTD_XXH32_canonicalFromHash at Base 1.4.8
- ZSTD_XXH32_copyState at Base 1.4.8
- ZSTD_XXH32_createState at Base 1.4.8
- ZSTD_XXH32_digest at Base 1.4.8
- ZSTD_XXH32_freeState at Base 1.4.8
- ZSTD_XXH32_hashFromCanonical at Base 1.4.8
- ZSTD_XXH32_reset at Base 1.4.8
- ZSTD_XXH32_update at Base 1.4.8
- ZSTD_XXH64 at Base 1.4.8
- ZSTD_XXH64_canonicalFromHash at Base 1.4.8
- ZSTD_XXH64_copyState at Base 1.4.8
- ZSTD_XXH64_createState at Base 1.4.8
- ZSTD_XXH64_digest at Base 1.4.8
- ZSTD_XXH64_freeState at Base 1.4.8
- ZSTD_XXH64_hashFromCanonical at Base 1.4.8
- ZSTD_XXH64_reset at Base 1.4.8
- ZSTD_XXH64_update at Base 1.4.8
- ZSTD_XXH_versionNumber at Base 1.4.8
- ZSTD_buildCTable at Base 1.4.8
- ZSTD_buildFSETable at Base 1.4.8
- ZSTD_checkContinuity at Base 1.4.8
- ZSTD_compressBegin_advanced_internal at Base 1.4.8
- ZSTD_compressBlock_btlazy2 at Base 1.4.8
- ZSTD_compressBlock_btlazy2_dictMatchState at Base 1.4.8
- ZSTD_compressBlock_btlazy2_extDict at Base 1.4.8
- ZSTD_compressBlock_btopt at Base 1.4.8
- ZSTD_compressBlock_btopt_dictMatchState at Base 1.4.8
- ZSTD_compressBlock_btopt_extDict at Base 1.4.8
- ZSTD_compressBlock_btultra2 at Base 1.4.8
- ZSTD_compressBlock_btultra at Base 1.4.8
- ZSTD_compressBlock_btultra_dictMatchState at Base 1.4.8
- ZSTD_compressBlock_btultra_extDict at Base 1.4.8
- ZSTD_compressBlock_doubleFast at Base 1.4.8
- ZSTD_compressBlock_doubleFast_dictMatchState at Base 1.4.8
- ZSTD_compressBlock_doubleFast_extDict at Base 1.4.8
- ZSTD_compressBlock_fast at Base 1.4.8
- ZSTD_compressBlock_fast_dictMatchState at Base 1.4.8
- ZSTD_compressBlock_fast_extDict at Base 1.4.8
- ZSTD_compressBlock_greedy at Base 1.4.8
- ZSTD_compressBlock_greedy_dedicatedDictSearch at Base 1.4.8
- ZSTD_compressBlock_greedy_dictMatchState at Base 1.4.8
- ZSTD_compressBlock_greedy_extDict at Base 1.4.8
- ZSTD_compressBlock_lazy2 at Base 1.4.8
- ZSTD_compressBlock_lazy2_dedicatedDictSearch at Base 1.4.8
- ZSTD_compressBlock_lazy2_dictMatchState at Base 1.4.8
- ZSTD_compressBlock_lazy2_extDict at Base 1.4.8
- ZSTD_compressBlock_lazy at Base 1.4.8
- ZSTD_compressBlock_lazy_dedicatedDictSearch at Base 1.4.8
- ZSTD_compressBlock_lazy_dictMatchState at Base 1.4.8
- ZSTD_compressBlock_lazy_extDict at Base 1.4.8
- ZSTD_compressLiterals at Base 1.4.8
- ZSTD_compressRleLiteralsBlock at Base 1.4.8
- ZSTD_compressSequences at Base 1.4.8
- ZSTD_compressSuperBlock at Base 1.4.8
- ZSTD_compress_advanced_internal at Base 1.4.8
- ZSTD_copyDDictParameters at Base 1.4.8
- ZSTD_createCDict_advanced2 at Base 1.4.8
- ZSTD_crossEntropyCost at Base 1.4.8
- ZSTD_customCalloc at Base 1.4.8
- ZSTD_customFree at Base 1.4.8
- ZSTD_customMalloc at Base 1.4.8
- ZSTD_cycleLog at Base 1.4.8
- ZSTD_decodeLiteralsBlock at Base 1.4.8
- ZSTD_decodeSeqHeaders at Base 1.4.8
- ZSTD_decompressBlock_internal at Base 1.4.8
- ZSTD_dedicatedDictSearch_lazy_loadDictionary at Base 1.4.8
- ZSTD_encodeSequences at Base 1.4.8
- ZSTD_fillDoubleHashTable at Base 1.4.8
- ZSTD_fillHashTable at Base 1.4.8
- ZSTD_fseBitCost at Base 1.4.8
- ZSTD_generateSequences at Base 1.4.8
- ZSTD_getCParamsFromCCtxParams at Base 1.4.8
- ZSTD_getCParamsFromCDict at Base 1.4.8
- ZSTD_getDictID_fromCDict at Base 1.4.8
- ZSTD_getSeqStore at Base 1.4.8
- ZSTD_getcBlockSize at Base 1.4.8
- ZSTD_initCStream_internal at Base 1.4.8
- ZSTD_insertAndFindFirstIndex at Base 1.4.8
- ZSTD_invalidateRepCodes at Base 1.4.8
- ZSTD_ldm_adjustParameters at Base 1.4.8
- ZSTD_ldm_blockCompress at Base 1.4.8
- ZSTD_ldm_fillHashTable at Base 1.4.8
- ZSTD_ldm_generateSequences at Base 1.4.8
- ZSTD_ldm_getMaxNbSeq at Base 1.4.8
- ZSTD_ldm_getTableSize at Base 1.4.8
- ZSTD_ldm_skipRawSeqStoreBytes at Base 1.4.8
- ZSTD_ldm_skipSequences at Base 1.4.8
- ZSTD_loadCEntropy at Base 1.4.8
- ZSTD_loadDEntropy at Base 1.4.8
- ZSTD_mergeBlockDelimiters at Base 1.4.8
- ZSTD_noCompressLiterals at Base 1.4.8
- ZSTD_referenceExternalSequences at Base 1.4.8
- ZSTD_resetSeqStore at Base 1.4.8
- ZSTD_reset_compressedBlockState at Base 1.4.8
- ZSTD_selectBlockCompressor at Base 1.4.8
- ZSTD_selectEncodingType at Base 1.4.8
- ZSTD_seqToCodes at Base 1.4.8
- ZSTD_updateTree at Base 1.4.8
- ZSTD_writeLastEmptyBlock at Base 1.4.8
- ZSTDv05_copyDCtx at Base 1.4.8
- ZSTDv05_createDCtx at Base 1.4.8
- ZSTDv05_decompress at Base 1.4.8
- ZSTDv05_decompressBegin at Base 1.4.8
- ZSTDv05_decompressBegin_usingDict at Base 1.4.8
- ZSTDv05_decompressBlock at Base 1.4.8
- ZSTDv05_decompressContinue at Base 1.4.8
- ZSTDv05_decompressDCtx at Base 1.4.8
- ZSTDv05_decompress_usingDict at Base 1.4.8
- ZSTDv05_decompress_usingPreparedDCtx at Base 1.4.8
- ZSTDv05_findFrameSizeInfoLegacy at Base 1.4.8
- ZSTDv05_freeDCtx at Base 1.4.8
- ZSTDv05_getErrorName at Base 1.4.8
- ZSTDv05_getFrameParams at Base 1.4.8
- ZSTDv05_isError at Base 1.4.8
- ZSTDv05_nextSrcSizeToDecompress at Base 1.4.8
- ZSTDv05_sizeofDCtx at Base 1.4.8
- ZSTDv06_copyDCtx at Base 1.4.8
- ZSTDv06_createDCtx at Base 1.4.8
- ZSTDv06_decompress at Base 1.4.8
- ZSTDv06_decompressBegin at Base 1.4.8
- ZSTDv06_decompressBegin_usingDict at Base 1.4.8
- ZSTDv06_decompressBlock at Base 1.4.8
- ZSTDv06_decompressContinue at Base 1.4.8
- ZSTDv06_decompressDCtx at Base 1.4.8
- ZSTDv06_decompress_usingDict at Base 1.4.8
- ZSTDv06_decompress_usingPreparedDCtx at Base 1.4.8
- ZSTDv06_findFrameSizeInfoLegacy at Base 1.4.8
- ZSTDv06_freeDCtx at Base 1.4.8
- ZSTDv06_getErrorName at Base 1.4.8
- ZSTDv06_getFrameParams at Base 1.4.8
- ZSTDv06_isError at Base 1.4.8
- ZSTDv06_nextSrcSizeToDecompress at Base 1.4.8
- ZSTDv06_sizeofDCtx at Base 1.4.8
- ZSTDv07_copyDCtx at Base 1.4.8
- ZSTDv07_createDCtx at Base 1.4.8
- ZSTDv07_createDCtx_advanced at Base 1.4.8
- ZSTDv07_createDDict at Base 1.4.8
- ZSTDv07_decompress at Base 1.4.8
- ZSTDv07_decompressBegin at Base 1.4.8
- ZSTDv07_decompressBegin_usingDict at Base 1.4.8
- ZSTDv07_decompressBlock at Base 1.4.8
- ZSTDv07_decompressContinue at Base 1.4.8
- ZSTDv07_decompressDCtx at Base 1.4.8
- ZSTDv07_decompress_usingDDict at Base 1.4.8
- ZSTDv07_decompress_usingDict at Base 1.4.8
- ZSTDv07_estimateDCtxSize at Base 1.4.8
- ZSTDv07_findFrameSizeInfoLegacy at Base 1.4.8
- ZSTDv07_freeDCtx at Base 1.4.8
- ZSTDv07_freeDDict at Base 1.4.8
- ZSTDv07_getDecompressedSize at Base 1.4.8
- ZSTDv07_getErrorName at Base 1.4.8
- ZSTDv07_getFrameParams at Base 1.4.8
- ZSTDv07_insertBlock at Base 1.4.8
- ZSTDv07_isError at Base 1.4.8
- ZSTDv07_isSkipFrame at Base 1.4.8
- ZSTDv07_nextSrcSizeToDecompress at Base 1.4.8
- ZSTDv07_sizeofDCtx at Base 1.4.8
- divbwt at Base 1.4.8
- divsufsort at Base 1.4.8
- g_ZSTD_threading_useless_symbol at Base 1.4.8
- g_debuglevel at Base 1.4.8


=====================================
debian/rules
=====================================
@@ -42,7 +42,7 @@ override_dh_install:
 	dh_install
 
 override_dh_makeshlibs:
-	dh_makeshlibs -plibzstd1 -V'libzstd1 (>= 1.4.8)' --add-udeb=libzstd1-udeb
+	dh_makeshlibs -plibzstd1 -V'libzstd1 (>= 1.4.0)' --add-udeb=libzstd1-udeb
 
 override_dh_installman:
 	dh_installman



View it on GitLab: https://salsa.debian.org/med-team/libzstd/-/commit/7f600c89ec9dffefd0017190313dbc9a050b8798

-- 
View it on GitLab: https://salsa.debian.org/med-team/libzstd/-/commit/7f600c89ec9dffefd0017190313dbc9a050b8798
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20210301/dc537fc8/attachment-0001.htm>


More information about the debian-med-commit mailing list