[hamradio-commits] [liquid-dsp] branch master updated (0d0c47f -> 3e72be5)

Andreas E. Bombe aeb at moszumanska.debian.org
Tue Jan 10 02:16:42 UTC 2017


This is an automated email from the git hooks/post-receive script.

aeb pushed a change to branch master
in repository liquid-dsp.

      from  0d0c47f   Add debian directory with required files
       new  ea1c8fe   New upstream version 1.3.0
       new  506e616   Updated version 1.3.0 from 'upstream/1.3.0'
       new  61997a3   Restore .gitignore
       new  ec3f5a6   Refresh Debian patches
       new  341af26   Bump soname to libliquid1d due to renamed and removed symbols
       new  80bd5fc   Add watch file
       new  0ce7b14   Copy examples directory into libliquid-dev documentation
       new  7589849   Install HISTORY as upstream changelog
       new  76b0810   Mark libliquid-dev as Multi-Arch: same
       new  3e72be5   Finalize changelog for 1.3.0-1

The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                         |    3 +-
 HISTORY                                            |   79 +-
 debian/changelog                                   |   11 +
 debian/control                                     |    5 +-
 debian/libliquid-dev.examples                      |    1 +
 debian/libliquid0d.symbols                         | 2082 -------------------
 .../{libliquid0d.install => libliquid1d.install}   |    0
 debian/libliquid1d.symbols                         | 2087 ++++++++++++++++++++
 debian/patches/define-soname                       |    6 +-
 debian/patches/fix-makefile                        |   14 +-
 debian/rules                                       |    3 +
 debian/watch                                       |    2 +
 examples/channel_cccf_example.c                    |   46 +-
 examples/chromosome_example.c                      |    2 +-
 examples/flexframesync_example.c                   |   25 +-
 examples/gasearch_example.c                        |    2 +-
 examples/ofdmflexframesync_example.c               |  147 +-
 examples/ofdmframesync_example.c                   |    4 +-
 examples/resamp2_crcf_example.c                    |    2 +-
 examples/symtrack_cccf_example.c                   |   10 +-
 include/liquid.h                                   |  200 +-
 include/liquid.internal.h                          |   12 +-
 makefile.in                                        |    1 +
 sandbox/fft_r2r_test.c                             |    2 +
 sandbox/fskmodem_test.c                            |    4 +-
 sandbox/gmskmodem_coherent_test.c                  |    4 +-
 sandbox/gmskmodem_equalizer_test.c                 |   14 +-
 sandbox/mskmodem_test.c                            |    4 +-
 sandbox/resamp2_crcf_filterbank_test.c             |    2 +-
 sandbox/shadowing_test.c                           |   13 +-
 src/buffer/src/cbuffer.c                           |    4 +-
 src/buffer/src/wdelay.c                            |    4 +-
 src/buffer/src/window.c                            |   10 +-
 src/buffer/tests/window_autotest.c                 |    4 +-
 src/channel/src/channel.c                          |  169 +-
 src/channel/src/tvmpch.c                           |    2 +-
 src/equalization/src/eqlms.c                       |    4 +-
 src/equalization/src/eqrls.c                       |    2 +-
 src/fec/src/packetizer.c                           |   19 +-
 src/filter/src/autocorr.c                          |    4 +-
 src/filter/src/firdecim.c                          |    6 +-
 src/filter/src/firfarrow.c                         |    2 +-
 src/filter/src/firfilt.c                           |    2 +-
 src/filter/src/firhilb.c                           |    6 +-
 src/filter/src/firpfb.c                            |   27 +-
 src/filter/src/msresamp2.c                         |    2 +-
 src/filter/src/resamp2.c                           |    8 +-
 src/framing/src/bpacketsync.c                      |    2 +-
 src/framing/src/detector_cccf.c                    |    4 +-
 src/framing/src/flexframegen.c                     |    5 +-
 src/framing/src/flexframesync.c                    |   63 +-
 src/framing/src/gmskframesync.c                    |    2 +-
 src/framing/src/ofdmflexframegen.c                 |  222 ++-
 src/framing/src/presync.c                          |    4 +-
 src/multichannel/src/firpfbch.c                    |    2 +-
 src/multichannel/src/firpfbch2.c                   |    4 +-
 src/multichannel/src/ofdmframe.common.c            |   56 +-
 src/optim/src/chromosome.c                         |    2 +-
 src/sequence/src/bsequence.c                       |    4 +-
 src/sequence/src/msequence.c                       |    2 +-
 60 files changed, 2748 insertions(+), 2686 deletions(-)
 create mode 100644 debian/libliquid-dev.examples
 delete mode 100644 debian/libliquid0d.symbols
 rename debian/{libliquid0d.install => libliquid1d.install} (100%)
 create mode 100644 debian/libliquid1d.symbols
 create mode 100644 debian/watch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/liquid-dsp.git



More information about the pkg-hamradio-commits mailing list