Your message dated Thu, 29 Feb 2024 18:15:58 +0000
with message-id <e1rfkwo-00cgjm...@fasolo.debian.org>
and subject line Bug#1062933: fixed in svox 1.0+git20130326-14.1
has caused the Debian Bug report #1062933,
regarding svox: NMU diff for 64-bit time_t transition
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1062933: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062933
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: svox
Version: 1.0+git20130326-14
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: debian-...@lists.debian.org
Usertags: time-t

NOTICE: these changes must not be uploaded to unstable yet!

Dear maintainer,

As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
svox as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).

To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.

Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time.  Therefore I have prepared a 0-day NMU for svox
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.

Please find the patch for this NMU attached.

If you have any concerns about this patch, please reach out ASAP.  Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.



-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru svox-1.0+git20130326/debian/changelog 
svox-1.0+git20130326/debian/changelog
--- svox-1.0+git20130326/debian/changelog       2023-12-26 00:24:42.000000000 
+0000
+++ svox-1.0+git20130326/debian/changelog       2024-02-04 02:22:35.000000000 
+0000
@@ -1,3 +1,10 @@
+svox (1.0+git20130326-14.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vor...@debian.org>  Sun, 04 Feb 2024 02:22:35 +0000
+
 svox (1.0+git20130326-14) unstable; urgency=medium
 
   [ Samuel Thibault ]
diff -Nru svox-1.0+git20130326/debian/control 
svox-1.0+git20130326/debian/control
--- svox-1.0+git20130326/debian/control 2023-09-12 20:11:52.000000000 +0000
+++ svox-1.0+git20130326/debian/control 2024-02-04 02:22:35.000000000 +0000
@@ -15,7 +15,7 @@
 Section: non-free/libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libttspico0 (= ${binary:Version}), ${misc:Depends}
+Depends: libttspico0t64 (= ${binary:Version}), ${misc:Depends}
 Description: Small Footprint TTS (development files)
  The SVOX Pico engine is a software speech synthesizer for German, English (GB
  and US), Spanish, French and Italian.
@@ -29,7 +29,7 @@
 Architecture: all
 Multi-Arch: foreign
 Depends: ${misc:Depends}
-Recommends: libttspico0
+Recommends: libttspico0t64
 Description: Small Footprint TTS (lingware)
  The SVOX Pico engine is a software speech synthesizer for German, English (GB
  and US), Spanish, French and Italian.
@@ -39,7 +39,10 @@
  .
  This package contains the language files (lingware).
 
-Package: libttspico0
+Package: libttspico0t64
+Provides: ${t64:Provides}
+Replaces: libttspico0
+Breaks: libttspico0 (<< ${source:Version})
 Section: non-free/libs
 Architecture: any
 Multi-Arch: same
diff -Nru svox-1.0+git20130326/debian/libttspico0.dirs 
svox-1.0+git20130326/debian/libttspico0.dirs
--- svox-1.0+git20130326/debian/libttspico0.dirs        2022-09-21 
22:41:44.000000000 +0000
+++ svox-1.0+git20130326/debian/libttspico0.dirs        1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib
diff -Nru svox-1.0+git20130326/debian/libttspico0.docs 
svox-1.0+git20130326/debian/libttspico0.docs
--- svox-1.0+git20130326/debian/libttspico0.docs        2022-09-21 
22:41:44.000000000 +0000
+++ svox-1.0+git20130326/debian/libttspico0.docs        1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-pico/lib/NOTICE
diff -Nru svox-1.0+git20130326/debian/libttspico0.install 
svox-1.0+git20130326/debian/libttspico0.install
--- svox-1.0+git20130326/debian/libttspico0.install     2022-09-21 
22:41:44.000000000 +0000
+++ svox-1.0+git20130326/debian/libttspico0.install     1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru svox-1.0+git20130326/debian/libttspico0.symbols 
svox-1.0+git20130326/debian/libttspico0.symbols
--- svox-1.0+git20130326/debian/libttspico0.symbols     2022-09-21 
22:41:44.000000000 +0000
+++ svox-1.0+git20130326/debian/libttspico0.symbols     1970-01-01 
00:00:00.000000000 +0000
@@ -1,379 +0,0 @@
-libttspico.so.0 libttspico0 #MINVER#
- bitrv208neg@Base 1.0
- bitrv216neg@Base 1.0
- bitrv2conj@Base 1.0
- cftb040@Base 1.0
- cftb1st@Base 1.0
- dfct_nmf@Base 1.0
- env_spec@Base 1.0
- getMemUsage@Base 1.0
- impulse_response@Base 1.0
- is_valid_itemtype@Base 1.0
- is_valid_system_handle@Base 1.0
- mel_2_lin_init@Base 1.0
- mel_2_lin_lookup@Base 1.0
- norm_result@Base 1.0
- overlap_add@Base 1.0
- phase_spec2@Base 1.0
- pico_addResourceToVoiceDefinition@Base 1.0
- pico_createVoiceDefinition@Base 1.0
- pico_disposeEngine@Base 1.0
- pico_getData@Base 1.0
- pico_getEngineStatusMessage@Base 1.0
- pico_getEngineWarning@Base 1.0
- pico_getNrEngineWarnings@Base 1.0
- pico_getNrSystemWarnings@Base 1.0
- pico_getResourceName@Base 1.0
- pico_getSystemStatusMessage@Base 1.0
- pico_getSystemWarning@Base 1.0
- pico_initialize@Base 1.0
- pico_initialize_priv@Base 1.0
- pico_loadResource@Base 1.0
- pico_newEngine@Base 1.0
- pico_putTextUtf8@Base 1.0
- pico_releaseVoiceDefinition@Base 1.0
- pico_resetEngine@Base 1.0
- pico_sysGetCommon@Base 1.0
- pico_terminate@Base 1.0
- pico_unloadResource@Base 1.0
- picoacph_newAccPhrUnit@Base 1.0
- picobase_get_next_utf8char@Base 1.0
- picobase_get_next_utf8charpos@Base 1.0
- picobase_get_prev_utf8char@Base 1.0
- picobase_get_prev_utf8charpos@Base 1.0
- picobase_is_utf8_lowercase@Base 1.0
- picobase_is_utf8_uppercase@Base 1.0
- picobase_lowercase_utf8_str@Base 1.0
- picobase_uppercase_utf8_str@Base 1.0
- picobase_utf8_length@Base 1.0
- picocep_newCepUnit@Base 1.0
- picoctrl_disposeControl@Base 1.0
- picoctrl_disposeEngine@Base 1.0
- picoctrl_engFeedText@Base 1.0
- picoctrl_engFetchOutputItemBytes@Base 1.0
- picoctrl_engGetCommon@Base 1.0
- picoctrl_engReset@Base 1.0
- picoctrl_engResetExceptionManager@Base 1.0
- picoctrl_getLastProducedItemType@Base 1.0
- picoctrl_getLastScheduledPU@Base 1.0
- picoctrl_isValidEngineHandle@Base 1.0
- picoctrl_isValidResourceHandle@Base 1.0
- picoctrl_newControl@Base 1.0
- picoctrl_newEngine@Base 1.0
- picodata_cbGetCh@Base 1.0
- picodata_cbGetFrontItemType@Base 1.0
- picodata_cbGetItem@Base 1.0
- picodata_cbGetSpeechData@Base 1.0
- picodata_cbPutCh@Base 1.0
- picodata_cbPutItem@Base 1.0
- picodata_cbReset@Base 1.0
- picodata_copy_item@Base 1.0
- picodata_disposeCharBuffer@Base 1.0
- picodata_disposeProcessingUnit@Base 1.0
- picodata_getCbIn@Base 1.0
- picodata_getCbOut@Base 1.0
- picodata_getPuTypeFromExtension@Base 1.0
- picodata_get_default_buf_size@Base 1.0
- picodata_get_iteminfo@Base 1.0
- picodata_get_itemparts@Base 1.0
- picodata_get_itemparts_nowarn@Base 1.0
- picodata_is_valid_item@Base 1.0
- picodata_is_valid_itemhead@Base 1.0
- picodata_mapPAStrToPAIds@Base 1.0
- picodata_newCharBuffer@Base 1.0
- picodata_newProcessingUnit@Base 1.0
- picodata_put_itemparts@Base 1.0
- picodata_setCbIn@Base 1.0
- picodata_setCbOut@Base 1.0
- picodata_set_iteminfo1@Base 1.0
- picodata_set_iteminfo2@Base 1.0
- picodata_set_itemlen@Base 1.0
- picodata_transformDurations@Base 1.0
- picoext_getEngineMemUsage@Base 1.0
- picoext_getLastProducedItemType@Base 1.0
- picoext_getLastScheduledPU@Base 1.0
- picoext_getSystemMemUsage@Base 1.0
- picoext_getVersionInfo@Base 1.0
- picoext_initialize@Base 1.0
- picoext_setLogFile@Base 1.0
- picoext_setTraceFilterFN@Base 1.0
- picoext_setTraceLevel@Base 1.0
- picokdt_dtACCclassify@Base 1.0
- picokdt_dtACCconstructInVec@Base 1.0
- picokdt_dtACCdecomposeOutClass@Base 1.0
- picokdt_dtG2Pclassify@Base 1.0
- picokdt_dtG2PconstructInVec@Base 1.0
- picokdt_dtG2PdecomposeOutClass@Base 1.0
- picokdt_dtPAMclassify@Base 1.0
- picokdt_dtPAMconstructInVec@Base 1.0
- picokdt_dtPAMdecomposeOutClass@Base 1.0
- picokdt_dtPHRclassify@Base 1.0
- picokdt_dtPHRconstructInVec@Base 1.0
- picokdt_dtPHRdecomposeOutClass@Base 1.0
- picokdt_dtPosDclassify@Base 1.0
- picokdt_dtPosDconstructInVec@Base 1.0
- picokdt_dtPosDdecomposeOutClass@Base 1.0
- picokdt_dtPosDreverseMapOutFixed@Base 1.0
- picokdt_dtPosPclassify@Base 1.0
- picokdt_dtPosPconstructInVec@Base 1.0
- picokdt_dtPosPdecomposeOutClass@Base 1.0
- picokdt_getDtACC@Base 1.0
- picokdt_getDtG2P@Base 1.0
- picokdt_getDtPAM@Base 1.0
- picokdt_getDtPHR@Base 1.0
- picokdt_getDtPosD@Base 1.0
- picokdt_getDtPosP@Base 1.0
- picokdt_specializeDtKnowledgeBase@Base 1.0
- picokfst_getFST@Base 1.0
- picokfst_kfstGetFSTSizes@Base 1.0
- picokfst_kfstGetNextInEpsTrans@Base 1.0
- picokfst_kfstGetNextPair@Base 1.0
- picokfst_kfstGetTrans@Base 1.0
- picokfst_kfstGetTransductionMode@Base 1.0
- picokfst_kfstIsAcceptingState@Base 1.0
- picokfst_kfstStartInEpsTransSearch@Base 1.0
- picokfst_kfstStartPairSearch@Base 1.0
- picokfst_specializeFSTKnowledgeBase@Base 1.0
- picoklex_getLex@Base 1.0
- picoklex_lexIndLookup@Base 1.0
- picoklex_lexLookup@Base 1.0
- picoklex_specializeLexKnowledgeBase@Base 1.0
- picoknow_disposeKnowledgeBase@Base 1.0
- picoknow_newKnowledgeBase@Base 1.0
- picokpdf_getPdfDUR@Base 1.0
- picokpdf_getPdfMUL@Base 1.0
- picokpdf_getPdfPHS@Base 1.0
- picokpdf_specializePdfKnowledgeBase@Base 1.0
- picokpr_getAttrValArrInt32@Base 1.0
- picokpr_getCtxArrLen@Base 1.0
- picokpr_getCtxCtxNameOfs@Base 1.0
- picokpr_getCtxNetNameOfs@Base 1.0
- picokpr_getCtxProdNameOfs@Base 1.0
- picokpr_getLexCat@Base 1.0
- picokpr_getOutItemArgOfs@Base 1.0
- picokpr_getOutItemNextOfs@Base 1.0
- picokpr_getOutItemStr@Base 1.0
- picokpr_getOutItemStrOfs@Base 1.0
- picokpr_getOutItemType@Base 1.0
- picokpr_getOutItemVal@Base 1.0
- picokpr_getPreproc@Base 1.0
- picokpr_getPreprocNetName@Base 1.0
- picokpr_getProdATokOfs@Base 1.0
- picokpr_getProdArrLen@Base 1.0
- picokpr_getProdETokOfs@Base 1.0
- picokpr_getProdNameOfs@Base 1.0
- picokpr_getProdPrefCost@Base 1.0
- picokpr_getTokAltLOfs@Base 1.0
- picokpr_getTokAltROfs@Base 1.0
- picokpr_getTokAttribOfs@Base 1.0
- picokpr_getTokNextOfs@Base 1.0
- picokpr_getTokSetNP@Base 1.0
- picokpr_getTokSetWP@Base 1.0
- picokpr_getVarStrPtr@Base 1.0
- picokpr_isEqual@Base 1.0
- picokpr_isEqualHead@Base 1.0
- picokpr_isEqualMid@Base 1.0
- picokpr_isEqualTail@Base 1.0
- picokpr_specializePreprocKnowledgeBase@Base 1.0
- picoktab_disposeFixedIds@Base 1.0
- picoktab_getFixedIds@Base 1.0
- picoktab_getGraphs@Base 1.0
- picoktab_getIntPropPunct@Base 1.0
- picoktab_getIntPropTokenSubType@Base 1.0
- picoktab_getIntPropTokenType@Base 1.0
- picoktab_getIntPropValue@Base 1.0
- picoktab_getPauseID@Base 1.0
- picoktab_getPhones@Base 1.0
- picoktab_getPos@Base 1.0
- picoktab_getPosGroup@Base 1.0
- picoktab_getPrimstressID@Base 1.0
- picoktab_getSecstressID@Base 1.0
- picoktab_getStrPropGraphsubs1@Base 1.0
- picoktab_getStrPropGraphsubs2@Base 1.0
- picoktab_getStrPropLowercase@Base 1.0
- picoktab_getSyllboundID@Base 1.0
- picoktab_getWordboundID@Base 1.0
- picoktab_graphOffset@Base 1.0
- picoktab_graphsGetGraphInfo@Base 1.0
- picoktab_graphsGetNumEntries@Base 1.0
- picoktab_hasDiphthProp@Base 1.0
- picoktab_hasGlottProp@Base 1.0
- picoktab_hasNonsyllvowelProp@Base 1.0
- picoktab_hasSyllconsProp@Base 1.0
- picoktab_hasVowelProp@Base 1.0
- picoktab_hasVowellikeProp@Base 1.0
- picoktab_isPartOfPosGroup@Base 1.0
- picoktab_isPause@Base 1.0
- picoktab_isPrimstress@Base 1.0
- picoktab_isSecstress@Base 1.0
- picoktab_isSyllCarrier@Base 1.0
- picoktab_isSyllbound@Base 1.0
- picoktab_isUniquePos@Base 1.0
- picoktab_isWordbound@Base 1.0
- picoktab_newFixedIds@Base 1.0
- picoktab_specializeGraphsKnowledgeBase@Base 1.0
- picoktab_specializeIdsKnowledgeBase@Base 1.0
- picoktab_specializePhonesKnowledgeBase@Base 1.0
- picoktab_specializePosKnowledgeBase@Base 1.0
- picoos_CloseBinary@Base 1.0
- picoos_CreateBinary@Base 1.0
- picoos_Eof@Base 1.0
- picoos_FileExists@Base 1.0
- picoos_FileLength@Base 1.0
- picoos_GetPos@Base 1.0
- picoos_Name@Base 1.0
- picoos_OpenBinary@Base 1.0
- picoos_ReadByte@Base 1.0
- picoos_ReadBytes@Base 1.0
- picoos_SetPos@Base 1.0
- picoos_WriteByte@Base 1.0
- picoos_WriteBytes@Base 1.0
- picoos_allocProtMem@Base 1.0
- picoos_allocate@Base 1.0
- picoos_atoi@Base 1.0
- picoos_clearHeader@Base 1.0
- picoos_cos@Base 1.0
- picoos_deallocProtMem@Base 1.0
- picoos_deallocate@Base 1.0
- picoos_disposeCommon@Base 1.0
- picoos_disposeExceptionManager@Base 1.0
- picoos_disposeFile@Base 1.0
- picoos_disposeMemoryManager@Base 1.0
- picoos_emGetExceptionCode@Base 1.0
- picoos_emGetExceptionMessage@Base 1.0
- picoos_emGetNumOfWarnings@Base 1.0
- picoos_emGetWarningCode@Base 1.0
- picoos_emGetWarningMessage@Base 1.0
- picoos_emRaiseException@Base 1.0
- picoos_emRaiseWarning@Base 1.0
- picoos_emReset@Base 1.0
- picoos_fabs@Base 1.0
- picoos_getHeaderField@Base 1.0
- picoos_getMemUsage@Base 1.0
- picoos_getSVOXHeaderString@Base 1.0
- picoos_get_sep_part_str@Base 1.0
- picoos_get_str@Base 1.0
- picoos_get_timer@Base 1.0
- picoos_has_extension@Base 1.0
- picoos_hdrParseHeader@Base 1.0
- picoos_mem_copy@Base 1.0
- picoos_mem_set@Base 1.0
- picoos_newCommon@Base 1.0
- picoos_newExceptionManager@Base 1.0
- picoos_newFile@Base 1.0
- picoos_newMemoryManager@Base 1.0
- picoos_protectMem@Base 1.0
- picoos_quick_exp@Base 1.0
- picoos_raw_malloc@Base 1.0
- picoos_readPicoHeader@Base 1.0
- picoos_read_le_int16@Base 1.0
- picoos_read_le_uint16@Base 1.0
- picoos_read_le_uint32@Base 1.0
- picoos_read_mem_pi_uint16@Base 1.0
- picoos_read_mem_pi_uint32@Base 1.0
- picoos_read_pi_int32@Base 1.0
- picoos_read_pi_uint16@Base 1.0
- picoos_read_pi_uint32@Base 1.0
- picoos_sdfCloseIn@Base 1.0
- picoos_sdfCloseOut@Base 1.0
- picoos_sdfFlushOutput@Base 1.0
- picoos_sdfGetSamples@Base 1.0
- picoos_sdfOpenIn@Base 1.0
- picoos_sdfOpenOut@Base 1.0
- picoos_sdfPutSamples@Base 1.0
- picoos_setErrorMsg@Base 1.0
- picoos_setHeaderField@Base 1.0
- picoos_showMemUsage@Base 1.0
- picoos_sin@Base 1.0
- picoos_slprintf@Base 1.0
- picoos_strcat@Base 1.0
- picoos_strchr@Base 1.0
- picoos_strcmp@Base 1.0
- picoos_strcpy@Base 1.0
- picoos_string_to_int32@Base 1.0
- picoos_string_to_uint32@Base 1.0
- picoos_strlcpy@Base 1.0
- picoos_strlen@Base 1.0
- picoos_strncmp@Base 1.0
- picoos_strstr@Base 1.0
- picoos_write_le_uint16@Base 1.0
- picoos_write_le_uint32@Base 1.0
- picoos_write_mem_pi_uint16@Base 1.0
- picopal_atoi@Base 1.0
- picopal_cos@Base 1.0
- picopal_eol@Base 1.0
- picopal_fabs@Base 1.0
- picopal_fclose@Base 1.0
- picopal_feof@Base 1.0
- picopal_fflush@Base 1.0
- picopal_fget_char@Base 1.0
- picopal_flength@Base 1.0
- picopal_fopen@Base 1.0
- picopal_fread_bytes@Base 1.0
- picopal_fseek@Base 1.0
- picopal_fwrite_bytes@Base 1.0
- picopal_get_fnil@Base 1.0
- picopal_get_timer@Base 1.0
- picopal_is_fnil@Base 1.0
- picopal_mem_copy@Base 1.0
- picopal_mem_set@Base 1.0
- picopal_mpr_alloc@Base 1.0
- picopal_mpr_free@Base 1.0
- picopal_mpr_protect@Base 1.0
- picopal_quick_exp@Base 1.0
- picopal_sin@Base 1.0
- picopal_slprintf@Base 1.0
- picopal_sprintf@Base 1.0
- picopal_strcat@Base 1.0
- picopal_strchr@Base 1.0
- picopal_strcmp@Base 1.0
- picopal_strcpy@Base 1.0
- picopal_strlcpy@Base 1.0
- picopal_strlen@Base 1.0
- picopal_strncmp@Base 1.0
- picopal_strstr@Base 1.0
- picopal_vslprintf@Base 1.0
- picopam_newPamUnit@Base 1.0
- picopr_newPreprocUnit@Base 1.0
- picorsrc_addResourceToVoiceDefinition@Base 1.0
- picorsrc_createDefaultResource@Base 1.0
- picorsrc_createVoice@Base 1.0
- picorsrc_createVoiceDefinition@Base 1.0
- picorsrc_disposeResourceManager@Base 1.0
- picorsrc_loadResource@Base 1.0
- picorsrc_newResourceManager@Base 1.0
- picorsrc_releaseVoice@Base 1.0
- picorsrc_releaseVoiceDefinition@Base 1.0
- picorsrc_rsrcGetName@Base 1.0
- picorsrc_unloadResource@Base 1.0
- picosa_newSentAnaUnit@Base 1.0
- picosig_newSigUnit@Base 1.0
- picospho_newSentPhoUnit@Base 1.0
- picotok_newTokenizeUnit@Base 1.0
- picotrns_allocate_alt_desc_buf@Base 1.0
- picotrns_deallocate_alt_desc_buf@Base 1.0
- picotrns_disposeSimpleTransducer@Base 1.0
- picotrns_eliminate_epsilons@Base 1.0
- picotrns_newSimpleTransducer@Base 1.0
- picotrns_stAddWithPlane@Base 1.0
- picotrns_stGetSymSequence@Base 1.0
- picotrns_stInitialize@Base 1.0
- picotrns_stTransduce@Base 1.0
- picotrns_transduce@Base 1.0
- picotrns_trivial_syllabify@Base 1.0
- picotrns_unplane@Base 1.0
- picowa_newWordAnaUnit@Base 1.0
- prInitialize@Base 1.0
- prReset@Base 1.0
- prStep@Base 1.0
- prSubObjDeallocate@Base 1.0
- prTerminate@Base 1.0
- pr_process@Base 1.0
- pr_processToken@Base 1.0
- pr_treatItem@Base 1.0
- rdft@Base 1.0
- save_transition_frame@Base 1.0
- sigAllocate@Base 1.0
- sigDeallocate@Base 1.0
- sigDspInitialize@Base 1.0
- td_psola2@Base 1.0
diff -Nru svox-1.0+git20130326/debian/libttspico0t64.dirs 
svox-1.0+git20130326/debian/libttspico0t64.dirs
--- svox-1.0+git20130326/debian/libttspico0t64.dirs     1970-01-01 
00:00:00.000000000 +0000
+++ svox-1.0+git20130326/debian/libttspico0t64.dirs     2022-09-21 
22:41:44.000000000 +0000
@@ -0,0 +1 @@
+usr/lib
diff -Nru svox-1.0+git20130326/debian/libttspico0t64.docs 
svox-1.0+git20130326/debian/libttspico0t64.docs
--- svox-1.0+git20130326/debian/libttspico0t64.docs     1970-01-01 
00:00:00.000000000 +0000
+++ svox-1.0+git20130326/debian/libttspico0t64.docs     2022-09-21 
22:41:44.000000000 +0000
@@ -0,0 +1 @@
+pico/lib/NOTICE
diff -Nru svox-1.0+git20130326/debian/libttspico0t64.install 
svox-1.0+git20130326/debian/libttspico0t64.install
--- svox-1.0+git20130326/debian/libttspico0t64.install  1970-01-01 
00:00:00.000000000 +0000
+++ svox-1.0+git20130326/debian/libttspico0t64.install  2022-09-21 
22:41:44.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff -Nru svox-1.0+git20130326/debian/libttspico0t64.lintian-overrides 
svox-1.0+git20130326/debian/libttspico0t64.lintian-overrides
--- svox-1.0+git20130326/debian/libttspico0t64.lintian-overrides        
1970-01-01 00:00:00.000000000 +0000
+++ svox-1.0+git20130326/debian/libttspico0t64.lintian-overrides        
2024-02-04 02:22:35.000000000 +0000
@@ -0,0 +1 @@
+libttspico0t64: package-name-doesnt-match-sonames libttspico0
diff -Nru svox-1.0+git20130326/debian/libttspico0t64.symbols 
svox-1.0+git20130326/debian/libttspico0t64.symbols
--- svox-1.0+git20130326/debian/libttspico0t64.symbols  1970-01-01 
00:00:00.000000000 +0000
+++ svox-1.0+git20130326/debian/libttspico0t64.symbols  2024-02-04 
02:22:35.000000000 +0000
@@ -0,0 +1,379 @@
+libttspico.so.0 libttspico0t64 #MINVER#
+ bitrv208neg@Base 1.0
+ bitrv216neg@Base 1.0
+ bitrv2conj@Base 1.0
+ cftb040@Base 1.0
+ cftb1st@Base 1.0
+ dfct_nmf@Base 1.0
+ env_spec@Base 1.0
+ getMemUsage@Base 1.0
+ impulse_response@Base 1.0
+ is_valid_itemtype@Base 1.0
+ is_valid_system_handle@Base 1.0
+ mel_2_lin_init@Base 1.0
+ mel_2_lin_lookup@Base 1.0
+ norm_result@Base 1.0
+ overlap_add@Base 1.0
+ phase_spec2@Base 1.0
+ pico_addResourceToVoiceDefinition@Base 1.0
+ pico_createVoiceDefinition@Base 1.0
+ pico_disposeEngine@Base 1.0
+ pico_getData@Base 1.0
+ pico_getEngineStatusMessage@Base 1.0
+ pico_getEngineWarning@Base 1.0
+ pico_getNrEngineWarnings@Base 1.0
+ pico_getNrSystemWarnings@Base 1.0
+ pico_getResourceName@Base 1.0
+ pico_getSystemStatusMessage@Base 1.0
+ pico_getSystemWarning@Base 1.0
+ pico_initialize@Base 1.0
+ pico_initialize_priv@Base 1.0
+ pico_loadResource@Base 1.0
+ pico_newEngine@Base 1.0
+ pico_putTextUtf8@Base 1.0
+ pico_releaseVoiceDefinition@Base 1.0
+ pico_resetEngine@Base 1.0
+ pico_sysGetCommon@Base 1.0
+ pico_terminate@Base 1.0
+ pico_unloadResource@Base 1.0
+ picoacph_newAccPhrUnit@Base 1.0
+ picobase_get_next_utf8char@Base 1.0
+ picobase_get_next_utf8charpos@Base 1.0
+ picobase_get_prev_utf8char@Base 1.0
+ picobase_get_prev_utf8charpos@Base 1.0
+ picobase_is_utf8_lowercase@Base 1.0
+ picobase_is_utf8_uppercase@Base 1.0
+ picobase_lowercase_utf8_str@Base 1.0
+ picobase_uppercase_utf8_str@Base 1.0
+ picobase_utf8_length@Base 1.0
+ picocep_newCepUnit@Base 1.0
+ picoctrl_disposeControl@Base 1.0
+ picoctrl_disposeEngine@Base 1.0
+ picoctrl_engFeedText@Base 1.0
+ picoctrl_engFetchOutputItemBytes@Base 1.0
+ picoctrl_engGetCommon@Base 1.0
+ picoctrl_engReset@Base 1.0
+ picoctrl_engResetExceptionManager@Base 1.0
+ picoctrl_getLastProducedItemType@Base 1.0
+ picoctrl_getLastScheduledPU@Base 1.0
+ picoctrl_isValidEngineHandle@Base 1.0
+ picoctrl_isValidResourceHandle@Base 1.0
+ picoctrl_newControl@Base 1.0
+ picoctrl_newEngine@Base 1.0
+ picodata_cbGetCh@Base 1.0
+ picodata_cbGetFrontItemType@Base 1.0
+ picodata_cbGetItem@Base 1.0
+ picodata_cbGetSpeechData@Base 1.0
+ picodata_cbPutCh@Base 1.0
+ picodata_cbPutItem@Base 1.0
+ picodata_cbReset@Base 1.0
+ picodata_copy_item@Base 1.0
+ picodata_disposeCharBuffer@Base 1.0
+ picodata_disposeProcessingUnit@Base 1.0
+ picodata_getCbIn@Base 1.0
+ picodata_getCbOut@Base 1.0
+ picodata_getPuTypeFromExtension@Base 1.0
+ picodata_get_default_buf_size@Base 1.0
+ picodata_get_iteminfo@Base 1.0
+ picodata_get_itemparts@Base 1.0
+ picodata_get_itemparts_nowarn@Base 1.0
+ picodata_is_valid_item@Base 1.0
+ picodata_is_valid_itemhead@Base 1.0
+ picodata_mapPAStrToPAIds@Base 1.0
+ picodata_newCharBuffer@Base 1.0
+ picodata_newProcessingUnit@Base 1.0
+ picodata_put_itemparts@Base 1.0
+ picodata_setCbIn@Base 1.0
+ picodata_setCbOut@Base 1.0
+ picodata_set_iteminfo1@Base 1.0
+ picodata_set_iteminfo2@Base 1.0
+ picodata_set_itemlen@Base 1.0
+ picodata_transformDurations@Base 1.0
+ picoext_getEngineMemUsage@Base 1.0
+ picoext_getLastProducedItemType@Base 1.0
+ picoext_getLastScheduledPU@Base 1.0
+ picoext_getSystemMemUsage@Base 1.0
+ picoext_getVersionInfo@Base 1.0
+ picoext_initialize@Base 1.0
+ picoext_setLogFile@Base 1.0
+ picoext_setTraceFilterFN@Base 1.0
+ picoext_setTraceLevel@Base 1.0
+ picokdt_dtACCclassify@Base 1.0
+ picokdt_dtACCconstructInVec@Base 1.0
+ picokdt_dtACCdecomposeOutClass@Base 1.0
+ picokdt_dtG2Pclassify@Base 1.0
+ picokdt_dtG2PconstructInVec@Base 1.0
+ picokdt_dtG2PdecomposeOutClass@Base 1.0
+ picokdt_dtPAMclassify@Base 1.0
+ picokdt_dtPAMconstructInVec@Base 1.0
+ picokdt_dtPAMdecomposeOutClass@Base 1.0
+ picokdt_dtPHRclassify@Base 1.0
+ picokdt_dtPHRconstructInVec@Base 1.0
+ picokdt_dtPHRdecomposeOutClass@Base 1.0
+ picokdt_dtPosDclassify@Base 1.0
+ picokdt_dtPosDconstructInVec@Base 1.0
+ picokdt_dtPosDdecomposeOutClass@Base 1.0
+ picokdt_dtPosDreverseMapOutFixed@Base 1.0
+ picokdt_dtPosPclassify@Base 1.0
+ picokdt_dtPosPconstructInVec@Base 1.0
+ picokdt_dtPosPdecomposeOutClass@Base 1.0
+ picokdt_getDtACC@Base 1.0
+ picokdt_getDtG2P@Base 1.0
+ picokdt_getDtPAM@Base 1.0
+ picokdt_getDtPHR@Base 1.0
+ picokdt_getDtPosD@Base 1.0
+ picokdt_getDtPosP@Base 1.0
+ picokdt_specializeDtKnowledgeBase@Base 1.0
+ picokfst_getFST@Base 1.0
+ picokfst_kfstGetFSTSizes@Base 1.0
+ picokfst_kfstGetNextInEpsTrans@Base 1.0
+ picokfst_kfstGetNextPair@Base 1.0
+ picokfst_kfstGetTrans@Base 1.0
+ picokfst_kfstGetTransductionMode@Base 1.0
+ picokfst_kfstIsAcceptingState@Base 1.0
+ picokfst_kfstStartInEpsTransSearch@Base 1.0
+ picokfst_kfstStartPairSearch@Base 1.0
+ picokfst_specializeFSTKnowledgeBase@Base 1.0
+ picoklex_getLex@Base 1.0
+ picoklex_lexIndLookup@Base 1.0
+ picoklex_lexLookup@Base 1.0
+ picoklex_specializeLexKnowledgeBase@Base 1.0
+ picoknow_disposeKnowledgeBase@Base 1.0
+ picoknow_newKnowledgeBase@Base 1.0
+ picokpdf_getPdfDUR@Base 1.0
+ picokpdf_getPdfMUL@Base 1.0
+ picokpdf_getPdfPHS@Base 1.0
+ picokpdf_specializePdfKnowledgeBase@Base 1.0
+ picokpr_getAttrValArrInt32@Base 1.0
+ picokpr_getCtxArrLen@Base 1.0
+ picokpr_getCtxCtxNameOfs@Base 1.0
+ picokpr_getCtxNetNameOfs@Base 1.0
+ picokpr_getCtxProdNameOfs@Base 1.0
+ picokpr_getLexCat@Base 1.0
+ picokpr_getOutItemArgOfs@Base 1.0
+ picokpr_getOutItemNextOfs@Base 1.0
+ picokpr_getOutItemStr@Base 1.0
+ picokpr_getOutItemStrOfs@Base 1.0
+ picokpr_getOutItemType@Base 1.0
+ picokpr_getOutItemVal@Base 1.0
+ picokpr_getPreproc@Base 1.0
+ picokpr_getPreprocNetName@Base 1.0
+ picokpr_getProdATokOfs@Base 1.0
+ picokpr_getProdArrLen@Base 1.0
+ picokpr_getProdETokOfs@Base 1.0
+ picokpr_getProdNameOfs@Base 1.0
+ picokpr_getProdPrefCost@Base 1.0
+ picokpr_getTokAltLOfs@Base 1.0
+ picokpr_getTokAltROfs@Base 1.0
+ picokpr_getTokAttribOfs@Base 1.0
+ picokpr_getTokNextOfs@Base 1.0
+ picokpr_getTokSetNP@Base 1.0
+ picokpr_getTokSetWP@Base 1.0
+ picokpr_getVarStrPtr@Base 1.0
+ picokpr_isEqual@Base 1.0
+ picokpr_isEqualHead@Base 1.0
+ picokpr_isEqualMid@Base 1.0
+ picokpr_isEqualTail@Base 1.0
+ picokpr_specializePreprocKnowledgeBase@Base 1.0
+ picoktab_disposeFixedIds@Base 1.0
+ picoktab_getFixedIds@Base 1.0
+ picoktab_getGraphs@Base 1.0
+ picoktab_getIntPropPunct@Base 1.0
+ picoktab_getIntPropTokenSubType@Base 1.0
+ picoktab_getIntPropTokenType@Base 1.0
+ picoktab_getIntPropValue@Base 1.0
+ picoktab_getPauseID@Base 1.0
+ picoktab_getPhones@Base 1.0
+ picoktab_getPos@Base 1.0
+ picoktab_getPosGroup@Base 1.0
+ picoktab_getPrimstressID@Base 1.0
+ picoktab_getSecstressID@Base 1.0
+ picoktab_getStrPropGraphsubs1@Base 1.0
+ picoktab_getStrPropGraphsubs2@Base 1.0
+ picoktab_getStrPropLowercase@Base 1.0
+ picoktab_getSyllboundID@Base 1.0
+ picoktab_getWordboundID@Base 1.0
+ picoktab_graphOffset@Base 1.0
+ picoktab_graphsGetGraphInfo@Base 1.0
+ picoktab_graphsGetNumEntries@Base 1.0
+ picoktab_hasDiphthProp@Base 1.0
+ picoktab_hasGlottProp@Base 1.0
+ picoktab_hasNonsyllvowelProp@Base 1.0
+ picoktab_hasSyllconsProp@Base 1.0
+ picoktab_hasVowelProp@Base 1.0
+ picoktab_hasVowellikeProp@Base 1.0
+ picoktab_isPartOfPosGroup@Base 1.0
+ picoktab_isPause@Base 1.0
+ picoktab_isPrimstress@Base 1.0
+ picoktab_isSecstress@Base 1.0
+ picoktab_isSyllCarrier@Base 1.0
+ picoktab_isSyllbound@Base 1.0
+ picoktab_isUniquePos@Base 1.0
+ picoktab_isWordbound@Base 1.0
+ picoktab_newFixedIds@Base 1.0
+ picoktab_specializeGraphsKnowledgeBase@Base 1.0
+ picoktab_specializeIdsKnowledgeBase@Base 1.0
+ picoktab_specializePhonesKnowledgeBase@Base 1.0
+ picoktab_specializePosKnowledgeBase@Base 1.0
+ picoos_CloseBinary@Base 1.0
+ picoos_CreateBinary@Base 1.0
+ picoos_Eof@Base 1.0
+ picoos_FileExists@Base 1.0
+ picoos_FileLength@Base 1.0
+ picoos_GetPos@Base 1.0
+ picoos_Name@Base 1.0
+ picoos_OpenBinary@Base 1.0
+ picoos_ReadByte@Base 1.0
+ picoos_ReadBytes@Base 1.0
+ picoos_SetPos@Base 1.0
+ picoos_WriteByte@Base 1.0
+ picoos_WriteBytes@Base 1.0
+ picoos_allocProtMem@Base 1.0
+ picoos_allocate@Base 1.0
+ picoos_atoi@Base 1.0
+ picoos_clearHeader@Base 1.0
+ picoos_cos@Base 1.0
+ picoos_deallocProtMem@Base 1.0
+ picoos_deallocate@Base 1.0
+ picoos_disposeCommon@Base 1.0
+ picoos_disposeExceptionManager@Base 1.0
+ picoos_disposeFile@Base 1.0
+ picoos_disposeMemoryManager@Base 1.0
+ picoos_emGetExceptionCode@Base 1.0
+ picoos_emGetExceptionMessage@Base 1.0
+ picoos_emGetNumOfWarnings@Base 1.0
+ picoos_emGetWarningCode@Base 1.0
+ picoos_emGetWarningMessage@Base 1.0
+ picoos_emRaiseException@Base 1.0
+ picoos_emRaiseWarning@Base 1.0
+ picoos_emReset@Base 1.0
+ picoos_fabs@Base 1.0
+ picoos_getHeaderField@Base 1.0
+ picoos_getMemUsage@Base 1.0
+ picoos_getSVOXHeaderString@Base 1.0
+ picoos_get_sep_part_str@Base 1.0
+ picoos_get_str@Base 1.0
+ picoos_get_timer@Base 1.0
+ picoos_has_extension@Base 1.0
+ picoos_hdrParseHeader@Base 1.0
+ picoos_mem_copy@Base 1.0
+ picoos_mem_set@Base 1.0
+ picoos_newCommon@Base 1.0
+ picoos_newExceptionManager@Base 1.0
+ picoos_newFile@Base 1.0
+ picoos_newMemoryManager@Base 1.0
+ picoos_protectMem@Base 1.0
+ picoos_quick_exp@Base 1.0
+ picoos_raw_malloc@Base 1.0
+ picoos_readPicoHeader@Base 1.0
+ picoos_read_le_int16@Base 1.0
+ picoos_read_le_uint16@Base 1.0
+ picoos_read_le_uint32@Base 1.0
+ picoos_read_mem_pi_uint16@Base 1.0
+ picoos_read_mem_pi_uint32@Base 1.0
+ picoos_read_pi_int32@Base 1.0
+ picoos_read_pi_uint16@Base 1.0
+ picoos_read_pi_uint32@Base 1.0
+ picoos_sdfCloseIn@Base 1.0
+ picoos_sdfCloseOut@Base 1.0
+ picoos_sdfFlushOutput@Base 1.0
+ picoos_sdfGetSamples@Base 1.0
+ picoos_sdfOpenIn@Base 1.0
+ picoos_sdfOpenOut@Base 1.0
+ picoos_sdfPutSamples@Base 1.0
+ picoos_setErrorMsg@Base 1.0
+ picoos_setHeaderField@Base 1.0
+ picoos_showMemUsage@Base 1.0
+ picoos_sin@Base 1.0
+ picoos_slprintf@Base 1.0
+ picoos_strcat@Base 1.0
+ picoos_strchr@Base 1.0
+ picoos_strcmp@Base 1.0
+ picoos_strcpy@Base 1.0
+ picoos_string_to_int32@Base 1.0
+ picoos_string_to_uint32@Base 1.0
+ picoos_strlcpy@Base 1.0
+ picoos_strlen@Base 1.0
+ picoos_strncmp@Base 1.0
+ picoos_strstr@Base 1.0
+ picoos_write_le_uint16@Base 1.0
+ picoos_write_le_uint32@Base 1.0
+ picoos_write_mem_pi_uint16@Base 1.0
+ picopal_atoi@Base 1.0
+ picopal_cos@Base 1.0
+ picopal_eol@Base 1.0
+ picopal_fabs@Base 1.0
+ picopal_fclose@Base 1.0
+ picopal_feof@Base 1.0
+ picopal_fflush@Base 1.0
+ picopal_fget_char@Base 1.0
+ picopal_flength@Base 1.0
+ picopal_fopen@Base 1.0
+ picopal_fread_bytes@Base 1.0
+ picopal_fseek@Base 1.0
+ picopal_fwrite_bytes@Base 1.0
+ picopal_get_fnil@Base 1.0
+ picopal_get_timer@Base 1.0
+ picopal_is_fnil@Base 1.0
+ picopal_mem_copy@Base 1.0
+ picopal_mem_set@Base 1.0
+ picopal_mpr_alloc@Base 1.0
+ picopal_mpr_free@Base 1.0
+ picopal_mpr_protect@Base 1.0
+ picopal_quick_exp@Base 1.0
+ picopal_sin@Base 1.0
+ picopal_slprintf@Base 1.0
+ picopal_sprintf@Base 1.0
+ picopal_strcat@Base 1.0
+ picopal_strchr@Base 1.0
+ picopal_strcmp@Base 1.0
+ picopal_strcpy@Base 1.0
+ picopal_strlcpy@Base 1.0
+ picopal_strlen@Base 1.0
+ picopal_strncmp@Base 1.0
+ picopal_strstr@Base 1.0
+ picopal_vslprintf@Base 1.0
+ picopam_newPamUnit@Base 1.0
+ picopr_newPreprocUnit@Base 1.0
+ picorsrc_addResourceToVoiceDefinition@Base 1.0
+ picorsrc_createDefaultResource@Base 1.0
+ picorsrc_createVoice@Base 1.0
+ picorsrc_createVoiceDefinition@Base 1.0
+ picorsrc_disposeResourceManager@Base 1.0
+ picorsrc_loadResource@Base 1.0
+ picorsrc_newResourceManager@Base 1.0
+ picorsrc_releaseVoice@Base 1.0
+ picorsrc_releaseVoiceDefinition@Base 1.0
+ picorsrc_rsrcGetName@Base 1.0
+ picorsrc_unloadResource@Base 1.0
+ picosa_newSentAnaUnit@Base 1.0
+ picosig_newSigUnit@Base 1.0
+ picospho_newSentPhoUnit@Base 1.0
+ picotok_newTokenizeUnit@Base 1.0
+ picotrns_allocate_alt_desc_buf@Base 1.0
+ picotrns_deallocate_alt_desc_buf@Base 1.0
+ picotrns_disposeSimpleTransducer@Base 1.0
+ picotrns_eliminate_epsilons@Base 1.0
+ picotrns_newSimpleTransducer@Base 1.0
+ picotrns_stAddWithPlane@Base 1.0
+ picotrns_stGetSymSequence@Base 1.0
+ picotrns_stInitialize@Base 1.0
+ picotrns_stTransduce@Base 1.0
+ picotrns_transduce@Base 1.0
+ picotrns_trivial_syllabify@Base 1.0
+ picotrns_unplane@Base 1.0
+ picowa_newWordAnaUnit@Base 1.0
+ prInitialize@Base 1.0
+ prReset@Base 1.0
+ prStep@Base 1.0
+ prSubObjDeallocate@Base 1.0
+ prTerminate@Base 1.0
+ pr_process@Base 1.0
+ pr_processToken@Base 1.0
+ pr_treatItem@Base 1.0
+ rdft@Base 1.0
+ save_transition_frame@Base 1.0
+ sigAllocate@Base 1.0
+ sigDeallocate@Base 1.0
+ sigDspInitialize@Base 1.0
+ td_psola2@Base 1.0

--- End Message ---
--- Begin Message ---
Source: svox
Source-Version: 1.0+git20130326-14.1
Done: Benjamin Drung <bdr...@debian.org>

We believe that the bug you reported is fixed in the latest version of
svox, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1062...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Benjamin Drung <bdr...@debian.org> (supplier of updated svox package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 29 Feb 2024 17:48:34 +0000
Source: svox
Architecture: source
Version: 1.0+git20130326-14.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Accessibility Team <pkg-a11y-de...@alioth-lists.debian.net>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1062933
Changes:
 svox (1.0+git20130326-14.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062933
Checksums-Sha1:
 40f0d66787dd33f0e4df74329693a12adf62f314 2328 svox_1.0+git20130326-14.1.dsc
 f396ccf86b1506097269ab4b1f2bea0a89adb39a 21416 
svox_1.0+git20130326-14.1.debian.tar.xz
 d164fd19b8c6b95296a586108a510032ccf31c4e 7379 
svox_1.0+git20130326-14.1_source.buildinfo
Checksums-Sha256:
 cb710bd599f2f2fabf48ef405d3f7ebffd304cf2e5ee68c80fb8d22e3f2ce127 2328 
svox_1.0+git20130326-14.1.dsc
 9cb3e26fe8bf64acea71998bece38f42476c4ee8b234cdaa8fc49f83354e3f4f 21416 
svox_1.0+git20130326-14.1.debian.tar.xz
 0453c2740e7ef2fad3b281cab4d9e29cd497b02a7ee89767805b0d6d08639b2f 7379 
svox_1.0+git20130326-14.1_source.buildinfo
Files:
 bbe748f74064c6db94795b51009676fe 2328 non-free/sound optional 
svox_1.0+git20130326-14.1.dsc
 1f85caad1f4c2746e7f55d361c4cfa01 21416 non-free/sound optional 
svox_1.0+git20130326-14.1.debian.tar.xz
 2c9c6a1474fb6b4b23a1c9487603175f 7379 non-free/sound optional 
svox_1.0+git20130326-14.1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXgw4sACgkQFZ61xO/I
d0z5PQ//SKqWRctak7uKvyrLt4wifuAIvv8cC3JlAWr2K4k9ivVt7PpO438hN6I2
/EsYbev0/ADGR1lcmkIJ5/7VbGxyciCYs47Jb2gUujDSXOnCog9WOje7EbPLgfwH
MAFvKnYAHs1AE216YKwtBD5e9BkVITanYPE3ZEN+412DLajioJHFGC7+KJr+gLc2
MfPkkP8Hin8wKKS0AIg/7eG0GIvLTqP0fxvldJwoEZ3sF5h8MPMH9o8Ou6qwNPES
n+CkXAqO3JNd66a/2i/+IuZPcLEtw27cCbjG9ClKxO3zGOB7/z10NO69SKB1/OJu
o+hHkxQrPYf98aDrT+fd7/d/b912jsG772JhbbSPQJon9X2JYmWtihAoyiPQv+Y3
4GB9bPD9WThwS6pfuYMVmJmhkLGivGOrVVfcAjPD3umOgTJlP+RtekF4Bm91C+Kt
khZZyv8WmtUicOR7ozIkBizg/Os4jP7CEmf1kKUxG1RxLlvyBgMyRLOMPWg8v4Fu
mlPONzfO7yOl87gRurHqZTSJ1npvEauqcYgpDiQNIOrteP+iv9Q9W9ivh4wWZfZt
YeCOue6wnRYLyx0EY6sMZ0MsfPidSgWqqgGtxuag92mF6FmoTZKqw9W1TZzOsMIu
54Vg9BHB2CujQCAuP4vgRj8RDY7ueKTXjkAUkDrfYcd9d9qZ5PA=
=uX1A
-----END PGP SIGNATURE-----

Attachment: pgpSVCSohNrjF.pgp
Description: PGP signature


--- End Message ---

Reply via email to