[Pkg-sdl-commits] [SCM] Packaging of SDL_sound branch, master, updated. debian/1.0.3-5-4-g7244476

Manuel A. Fernandez Montecelo manuel.montezelo at gmail.com
Thu Feb 23 23:01:07 UTC 2012


The following commit has been merged in the master branch:
commit 7244476f0f20b4dc56ab7ab8a389636cc5f8e43c
Author: Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
Date:   Thu Feb 23 22:32:51 2012 +0000

    Refresh symbols file and add override in debian/rules to produce an error if the list of symbols fail

diff --git a/debian/libsdl-sound1.2.symbols b/debian/libsdl-sound1.2.symbols
index eecc6c5..16c9e34 100644
--- a/debian/libsdl-sound1.2.symbols
+++ b/debian/libsdl-sound1.2.symbols
@@ -1,4 +1,18 @@
 libSDL_sound-1.0.so.1 libsdl-sound1.2 #MINVER#
+ ExitMP3 at Base 1.0.3
+ FreeDLS at Base 1.0.3
+ FreeRIFF at Base 1.0.3
+ II_step_one at Base 1.0.3
+ II_step_two at Base 1.0.3
+ I_step_one at Base 1.0.3
+ I_step_two at Base 1.0.3
+ InitMP3 at Base 1.0.3
+ LoadDLS at Base 1.0.3
+ LoadRIFF at Base 1.0.3
+ PrintDLS at Base 1.0.3
+ PrintRIFF at Base 1.0.3
+ RWops_RWRefCounter_addRef at Base 1.0.3
+ RWops_RWRefCounter_new at Base 1.0.3
  Sound_AvailableDecoders at Base 1.0.1
  Sound_BuildAudioCVT at Base 1.0.1
  Sound_ClearError at Base 1.0.1
@@ -15,3 +29,89 @@ libSDL_sound-1.0.so.1 libsdl-sound1.2 #MINVER#
  Sound_Rewind at Base 1.0.1
  Sound_Seek at Base 1.0.1
  Sound_SetBufferSize at Base 1.0.1
+ Timidity_Exit at Base 1.0.3
+ Timidity_FreeDLS at Base 1.0.3
+ Timidity_FreeSong at Base 1.0.3
+ Timidity_Init at Base 1.0.3
+ Timidity_Init_NoConfig at Base 1.0.3
+ Timidity_LoadDLS at Base 1.0.3
+ Timidity_LoadDLSSong at Base 1.0.3
+ Timidity_LoadSong at Base 1.0.3
+ Timidity_PlaySome at Base 1.0.3
+ Timidity_Seek at Base 1.0.3
+ Timidity_SetVolume at Base 1.0.3
+ Timidity_Start at Base 1.0.3
+ __Sound_DecoderFunctions_AIFF at Base 1.0.3
+ __Sound_DecoderFunctions_AU at Base 1.0.3
+ __Sound_DecoderFunctions_FLAC at Base 1.0.3
+ __Sound_DecoderFunctions_MIDI at Base 1.0.3
+ __Sound_DecoderFunctions_MIKMOD at Base 1.0.3
+ __Sound_DecoderFunctions_MPGLIB at Base 1.0.3
+ __Sound_DecoderFunctions_OGG at Base 1.0.3
+ __Sound_DecoderFunctions_RAW at Base 1.0.3
+ __Sound_DecoderFunctions_SHN at Base 1.0.3
+ __Sound_DecoderFunctions_SPEEX at Base 1.0.3
+ __Sound_DecoderFunctions_VOC at Base 1.0.3
+ __Sound_DecoderFunctions_WAV at Base 1.0.3
+ __Sound_SetError at Base 1.0.3
+ __Sound_convertMsToBytePos at Base 1.0.3
+ __Sound_strcasecmp at Base 1.0.3
+ add_to_pathlist at Base 1.0.3
+ alloc_0 at Base 1.0.3
+ alloc_1 at Base 1.0.3
+ alloc_2 at Base 1.0.3
+ alloc_3 at Base 1.0.3
+ alloc_4 at Base 1.0.3
+ apply_envelope_to_amp at Base 1.0.3
+ bandInfo at Base 1.0.3
+ bend_coarse at Base 1.0.3
+ bend_fine at Base 1.0.3
+ bitindex at Base 1.0.3
+ dct64 at Base 1.0.3
+ decodeMP3 at Base 1.0.3
+ decode_header at Base 1.0.3
+ decwin at Base 1.0.3
+ do_layer1 at Base 1.0.3
+ do_layer2 at Base 1.0.3
+ do_layer3 at Base 1.0.3
+ free_instruments at Base 1.0.3
+ free_pathlist at Base 1.0.3
+ freq_table at Base 1.0.3
+ get1bit at Base 1.0.3
+ getbits at Base 1.0.3
+ getbits_fast at Base 1.0.3
+ init_layer2 at Base 1.0.3
+ init_layer3 at Base 1.0.3
+ load_instrument_dls at Base 1.0.3
+ load_missing_instruments at Base 1.0.3
+ longLimit at Base 1.0.3
+ make_decode_tables at Base 1.0.3
+ master_drumset at Base 1.0.3
+ master_tonebank at Base 1.0.3
+ mix_voice at Base 1.0.3
+ mpglib_freqs at Base 1.0.3
+ muls at Base 1.0.3
+ open_file at Base 1.0.3
+ param at Base 1.0.3
+ pcm_point at Base 1.0.3
+ pcm_sample at Base 1.0.3
+ pnts at Base 1.0.3
+ pre_resample at Base 1.0.3
+ read_midi_file at Base 1.0.3
+ recompute_envelope at Base 1.0.3
+ resample_voice at Base 1.0.3
+ s32tos16 at Base 1.0.3
+ s32tos16x at Base 1.0.3
+ s32tos8 at Base 1.0.3
+ s32tou16 at Base 1.0.3
+ s32tou16x at Base 1.0.3
+ s32tou8 at Base 1.0.3
+ safe_malloc at Base 1.0.3
+ set_default_instrument at Base 1.0.3
+ set_pointer at Base 1.0.3
+ shortLimit at Base 1.0.3
+ synth_1to1 at Base 1.0.3
+ synth_1to1_mono at Base 1.0.3
+ tabsel_123 at Base 1.0.3
+ vol_table at Base 1.0.3
+ wordpointer at Base 1.0.3
diff --git a/debian/rules b/debian/rules
index e9a5791..1b3c475 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,3 +38,6 @@ override_dh_install:
 
 override_dh_auto_installchangelogs:
 	dh_auto_installchangelogs -- CHANGELOG
+
+override_dh_makeshlibs:
+	dh_makeshlibs -- -c4

-- 
Packaging of SDL_sound



More information about the pkg-sdl-commits mailing list