[Pkg-octave-commit] [octave-communications] branch master updated (b640d95 -> 98534e1)

Thomas Weber tweber at moszumanska.debian.org
Tue Dec 3 23:05:11 UTC 2013


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

tweber pushed a change to branch master
in repository octave-communications.

      from  b640d95   Patch was applied upstream
       new  c6a01d1   Imported Upstream version 1.2.0
       new  2c38efc   Bump to Standards-Version 3.9.5, no changes needed
       new  dd61c41   Drop patch oct2dec.patch (applied upstream)
       new  67c8746   Remove patch build-documentation.patch (applied upstream)
       new  aa72b0d   Refresh patch (info-dir-section.patch)
       new  d6faa75   Refresh patch (autoload-yes.patch)
       new  e306ee0   Drop patch avoid-makeinfo-section-raising-error.patch (applied upstream)
       new  2ef7b54   Update copyright information
       new  135b025   Add gnuplot to Build-Depends
       new  2be9b66   Remove outdated lintian overrides
       new  98534e1   Debian release 1.2.0-1

The 11 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:
 DESCRIPTION                                        |    8 +-
 INDEX                                              |    4 +-
 Makefile                                           |   18 -
 NEWS                                               |   26 +-
 debian/changelog                                   |   13 +
 debian/control                                     |    4 +-
 debian/copyright                                   |    3 +-
 debian/octave-communications.lintian-overrides     |    3 -
 debian/patches/autoload-yes.patch                  |    2 +-
 .../avoid-makeinfo-section-raising-error.patch     |   18 -
 debian/patches/build-documentation.patch           |  653 --
 debian/patches/info-dir-section.patch              |    8 +-
 debian/patches/oct2dec.patch                       |   23 -
 debian/patches/series                              |    3 -
 debian/rules                                       |    1 -
 doc/Makefile                                       |  139 +-
 doc/awgn.eps                                       |  482 --
 doc/awgn.pdf                                       |  Bin 47776 -> 0 bytes
 doc/awgn.png                                       |  Bin 4969 -> 0 bytes
 doc/comms.info                                     | 5447 +++++++++++++++++
 doc/comms.texi                                     | 6286 ++++++++++++++++++++
 doc/comms.txi                                      | 1349 +++--
 doc/commsimages.m                                  |   87 +
 doc/eyediagram.eps                                 | 5461 -----------------
 doc/eyediagram.pdf                                 |  Bin 258203 -> 0 bytes
 doc/eyediagram.png                                 |  Bin 20137 -> 0 bytes
 doc/images.mk                                      |   22 +
 doc/images.sh                                      |   29 +
 doc/mkdoc.pl                                       |  160 +
 doc/mktexi.pl                                      |  457 ++
 doc/scatterplot.eps                                | 2666 ---------
 doc/scatterplot.pdf                                |  Bin 301898 -> 0 bytes
 doc/scatterplot.png                                |  Bin 23286 -> 0 bytes
 inst/@galois/conv.m                                |   28 +-
 inst/@galois/convmtx.m                             |   20 +-
 inst/@galois/deconv.m                              |   31 +-
 inst/@galois/det.m                                 |    6 +-
 inst/@galois/dftmtx.m                              |   54 +-
 inst/@galois/diag.m                                |   24 +-
 inst/@galois/exp.m                                 |    4 +-
 inst/@galois/fft.m                                 |   37 +-
 inst/@galois/filter.m                              |   50 +-
 inst/@galois/ifft.m                                |   39 +-
 inst/@galois/inv.m                                 |    6 +-
 inst/@galois/inverse.m                             |    8 +-
 inst/@galois/isequal.m                             |   16 +-
 inst/@galois/log.m                                 |    4 +-
 inst/@galois/lu.m                                  |   47 +-
 inst/@galois/prod.m                                |    5 +-
 inst/@galois/rank.m                                |    6 +-
 inst/@galois/reshape.m                             |   34 +-
 inst/@galois/roots.m                               |   39 +-
 inst/@galois/sqrt.m                                |    5 +-
 inst/@galois/sum.m                                 |    4 +-
 inst/@galois/sumsq.m                               |    6 +-
 inst/ademodce.m                                    |  166 +-
 inst/amdemod.m                                     |   29 +-
 inst/ammod.m                                       |   29 +-
 inst/amodce.m                                      |  151 +-
 inst/apkconst.m                                    |  136 +-
 inst/awgn.m                                        |  134 +-
 inst/bchpoly.m                                     |  236 +-
 inst/bi2de.m                                       |   70 +-
 inst/biterr.m                                      |  174 +-
 inst/bsc.m                                         |   48 +-
 inst/comms.m                                       | 1076 ++--
 inst/compand.m                                     |   89 +-
 inst/convenc.m                                     |  184 +-
 inst/cosets.m                                      |   40 +-
 inst/de2bi.m                                       |   62 +-
 inst/decode.m                                      |  271 +-
 inst/deintrlv.m                                    |   55 +-
 inst/demodmap.m                                    |  217 +-
 inst/dpcmdeco.m                                    |   49 +
 inst/dpcmenco.m                                    |   73 +
 inst/dpcmopt.m                                     |   86 +
 inst/egolaydec.m                                   |  158 +-
 inst/egolayenc.m                                   |   62 +-
 inst/egolaygen.m                                   |   58 +-
 inst/encode.m                                      |  207 +-
 inst/eyediagram.m                                  |  167 +-
 inst/fibodeco.m                                    |   78 +-
 inst/fiboenco.m                                    |  117 +-
 inst/fibosplitstream.m                             |   95 +-
 inst/fmdemod.m                                     |   29 +-
 inst/fmmod.m                                       |   33 +-
 inst/gen2par.m                                     |   23 +-
 inst/genqamdemod.m                                 |   38 -
 inst/genqammod.m                                   |   50 +-
 inst/gftable.m                                     |    9 +-
 inst/gfweight.m                                    |   59 +-
 inst/golombdeco.m                                  |  101 +-
 inst/golombenco.m                                  |  122 +-
 inst/hammgen.m                                     |   49 +-
 inst/helintrlv.m                                   |   95 +-
 inst/helscandeintrlv.m                             |    9 +-
 inst/helscanintrlv.m                               |   91 +-
 inst/huffmandeco.m                                 |   54 +-
 inst/huffmandict.m                                 |  329 +-
 inst/huffmanenco.m                                 |   32 +-
 inst/intrlv.m                                      |   48 +-
 inst/istrellis.m                                   |  110 +
 inst/lloyds.m                                      |  133 +-
 inst/lz77deco.m                                    |   43 +-
 inst/lz77enco.m                                    |   64 +-
 inst/matdeintrlv.m                                 |   21 +-
 inst/matintrlv.m                                   |   70 +-
 inst/minpol.m                                      |   57 +-
 inst/modmap.m                                      |  278 +-
 inst/oct2dec.m                                     |   14 +-
 inst/pamdemod.m                                    |   81 +-
 inst/pammod.m                                      |   88 +-
 inst/poly2trellis.m                                |  201 +
 inst/prbs_generator.m                              |   53 +-
 inst/prbs_iterator.m                               |   88 +-
 inst/prbs_sequence.m                               |   82 +-
 inst/pskdemod.m                                    |   81 +-
 inst/pskmod.m                                      |   79 +-
 inst/qamdemod.m                                    |   48 +-
 inst/qammod.m                                      |   56 +-
 inst/qaskdeco.m                                    |  177 +-
 inst/qaskenco.m                                    |  132 +-
 inst/qfunc.m                                       |   22 +-
 inst/qfuncinv.m                                    |   22 +-
 inst/quantiz.m                                     |   41 +-
 inst/randdeintrlv.m                                |   34 +-
 inst/randerr.m                                     |   82 +-
 inst/randint.m                                     |   63 +-
 inst/randintrlv.m                                  |   34 +-
 inst/randsrc.m                                     |   86 +-
 inst/reedmullerdec.m                               |  370 +-
 inst/reedmullerenc.m                               |   52 +-
 inst/reedmullergen.m                               |   94 +-
 inst/ricedeco.m                                    |   80 +-
 inst/riceenco.m                                    |  133 +-
 inst/rledeco.m                                     |   55 +-
 inst/rleenco.m                                     |   62 +-
 inst/rsdecof.m                                     |   63 +-
 inst/rsencof.m                                     |   84 +-
 inst/rsgenpoly.m                                   |  116 +-
 inst/scatterplot.m                                 |  138 +-
 inst/shannonfanodeco.m                             |  238 +-
 inst/shannonfanodict.m                             |  192 +-
 inst/shannonfanoenco.m                             |   55 +-
 inst/symerr.m                                      |  150 +-
 inst/systematize.m                                 |  187 +-
 inst/vec2mat.m                                     |   29 +-
 inst/wgn.m                                         |  148 +-
 src/Makeconf.in                                    |   20 -
 src/Makefile                                       |   38 +-
 src/__errcore__.cc                                 |   70 +-
 src/__gfweight__.cc                                |   77 +-
 src/autogen.sh                                     |   23 -
 src/configure                                      | 2959 ---------
 src/configure.base                                 |   59 -
 src/cyclgen.cc                                     |  317 +-
 src/cyclpoly.cc                                    |  332 +-
 src/galois-def.cc                                  |   39 +-
 src/galois-def.h                                   |  678 +--
 src/galois-ops.h                                   |  114 +-
 src/galois.cc                                      | 1510 ++---
 src/galois.h                                       |   42 +-
 src/galoisfield.cc                                 |  169 +-
 src/galoisfield.h                                  |   16 +-
 src/genqamdemod.cc                                 |  134 +-
 src/gf.cc                                          | 4023 +++++++------
 src/isprimitive.cc                                 |  160 +-
 src/op-gm-gm.cc                                    |    8 +-
 src/op-gm-m.cc                                     |    4 +-
 src/op-gm-s.cc                                     |    6 +-
 src/op-m-gm.cc                                     |    4 +-
 src/op-s-gm.cc                                     |    6 +-
 src/ov-galois.cc                                   |  579 +-
 src/ov-galois.h                                    |   20 +-
 src/primpoly.cc                                    |  396 +-
 src/syndtable.cc                                   |  208 +-
 176 files changed, 23969 insertions(+), 21961 deletions(-)
 delete mode 100644 Makefile
 delete mode 100644 debian/octave-communications.lintian-overrides
 delete mode 100644 debian/patches/avoid-makeinfo-section-raising-error.patch
 delete mode 100644 debian/patches/build-documentation.patch
 delete mode 100644 debian/patches/oct2dec.patch
 delete mode 100644 doc/awgn.eps
 delete mode 100644 doc/awgn.pdf
 delete mode 100644 doc/awgn.png
 create mode 100644 doc/comms.info
 create mode 100644 doc/comms.texi
 create mode 100644 doc/commsimages.m
 delete mode 100644 doc/eyediagram.eps
 delete mode 100644 doc/eyediagram.pdf
 delete mode 100644 doc/eyediagram.png
 create mode 100644 doc/images.mk
 create mode 100755 doc/images.sh
 create mode 100755 doc/mkdoc.pl
 create mode 100755 doc/mktexi.pl
 delete mode 100644 doc/scatterplot.eps
 delete mode 100644 doc/scatterplot.pdf
 delete mode 100644 doc/scatterplot.png
 create mode 100644 inst/dpcmdeco.m
 create mode 100644 inst/dpcmenco.m
 create mode 100644 inst/dpcmopt.m
 delete mode 100644 inst/genqamdemod.m
 create mode 100644 inst/istrellis.m
 create mode 100644 inst/poly2trellis.m
 delete mode 100644 src/Makeconf.in
 delete mode 100755 src/autogen.sh
 delete mode 100755 src/configure
 delete mode 100644 src/configure.base

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-communications.git



More information about the Pkg-octave-commit mailing list