[hamradio-commits] [xnec2c] branch master updated (4657352 -> 4b01e90)

Dave Hibberd hibby-guest at moszumanska.debian.org
Sat Jan 20 15:57:35 UTC 2018


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

hibby-guest pushed a change to branch master
in repository xnec2c.

      from  4657352   Spelling error in commit changelog message.. oops!
       new  beaf00c   New upstream version 3.6.1-beta
       new  bd2517a   Update upstream source from tag 'upstream/3.6.1-beta'
       new  763ed3c   New upstream, Standards 4.1.3, dh11, refreshed patches
       new  8503c06   makefile update to enable build, ignoring .pc
       new  36f53e7   Updating for lintian cleanliness
       new  11d6c01   Updates to move the glade file to a sane location
       new  4b01e90   Release, few changelog tweaks to shut lintian up

The 7 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                                         |     2 +-
 ABOUT-NLS                                          |  1379 ++
 INSTALL                                            |   320 +-
 Makefile.am                                        |    88 +-
 Makefile.in                                        |   200 +-
 aclocal.m4                                         |   751 +-
 autogen.sh                                         |  1939 +-
 compile                                            |     9 +-
 config.guess                                       |  1421 ++
 config.h.in                                        |   468 +-
 config.rpath                                       |   684 +
 config.sub                                         |  1807 ++
 configure                                          |  8246 ++++++--
 configure.ac                                       |    18 +-
 debian/changelog                                   |    24 +-
 debian/compat                                      |     2 +-
 debian/control                                     |     6 +-
 debian/patches/desktop-entry.patch                 |    11 +-
 debian/patches/glade.patch                         |    15 +
 debian/patches/makefile.patch                      |    33 +
 debian/patches/series                              |     7 +-
 debian/xnec2c.install                              |     7 +-
 depcomp                                            |     6 +-
 doc/xnec2c.1.gz                                    |   Bin 398 -> 466 bytes
 doc/xnec2c.html                                    |    37 +-
 examples/10-20m_horizomni.nec                      |    22 -
 .../{14-30MHz_logper.nec => 10-20m_logper.nec}     |     0
 examples/10-30m_inv_cone.nec                       |    14 +-
 examples/{10-80m_windom.nec => 10-40m_windom.nec}  |     8 +-
 examples/10-80m_G5RV.nec                           |     8 +-
 examples/10-80m_Inverted-L.nec                     |     8 +-
 examples/20-40m_ground_plane.nec                   |    10 +-
 examples/2m_bigwheel.nec                           |    18 +-
 examples/2m_xpol_omni.nec                          |     2 +-
 examples/30-80m_inv_L.nec                          |     2 +-
 examples/twin-loop.nec                             |     2 +-
 xnec2c.desktop => files/xnec2c.desktop             |     2 +-
 files/xnec2c.png                                   |   Bin 0 -> 7346 bytes
 install-sh                                         |     4 +-
 intltool-extract.in                                |     0
 intltool-merge.in                                  |     0
 intltool-update.in                                 |     0
 m4/codeset.m4                                      |    24 +
 m4/extern-inline.m4                                |   102 +
 m4/fcntl-o.m4                                      |   134 +
 m4/gettext.m4                                      |   420 +
 m4/glibc2.m4                                       |    31 +
 m4/glibc21.m4                                      |    34 +
 m4/iconv.m4                                        |   271 +
 m4/intdiv0.m4                                      |    87 +
 m4/intl.m4                                         |   304 +
 m4/intlmacosx.m4                                   |    56 +
 m4/intmax.m4                                       |    36 +
 m4/inttypes-pri.m4                                 |    42 +
 m4/inttypes_h.m4                                   |    29 +
 m4/lcmessage.m4                                    |    35 +
 m4/lib-ld.m4                                       |   119 +
 m4/lib-link.m4                                     |   777 +
 m4/lib-prefix.m4                                   |   224 +
 m4/lock.m4                                         |    42 +
 m4/longlong.m4                                     |   113 +
 m4/nls.m4                                          |    32 +
 m4/po.m4                                           |   453 +
 m4/printf-posix.m4                                 |    48 +
 m4/progtest.m4                                     |    91 +
 m4/size_max.m4                                     |    79 +
 m4/stdint_h.m4                                     |    27 +
 m4/threadlib.m4                                    |   389 +
 m4/uintmax_t.m4                                    |    30 +
 m4/visibility.m4                                   |    77 +
 m4/wchar_t.m4                                      |    24 +
 m4/wint_t.m4                                       |    32 +
 m4/xsize.m4                                        |    12 +
 missing                                            |     6 +-
 po/ChangeLog                                       |     0
 po/LINGUAS                                         |     0
 po/Makefile.in.in                                  |   556 +-
 po/Makevars                                        |    78 +
 po/POTFILES.in                                     |    15 +-
 po/Rules-quot                                      |    58 +
 po/boldquot.sed                                    |    10 +
 po/en at boldquot.header                              |    25 +
 po/en at quot.header                                  |    22 +
 po/insert-header.sin                               |    23 +
 po/quot.sed                                        |     6 +
 po/remove-potcdate.sin                             |    19 +
 po/stamp-po                                        |     1 +
 po/xnec2c.pot                                      |  2437 +++
 src/Makefile.am                                    |    10 +-
 src/Makefile.in                                    |   111 +-
 src/calculations.c                                 |   476 +-
 src/calculations.h                                 |     6 +-
 src/callback_func.c                                |   654 +-
 src/callback_func.h                                |    10 +-
 src/callbacks.c                                    |  2850 +--
 src/callbacks.h                                    |  1329 +-
 src/cmnd_edit.c                                    |   957 +-
 src/cmnd_edit.h                                    |     3 -
 src/common.h                                       |   834 +-
 src/draw.c                                         |   111 +-
 src/draw.h                                         |     3 -
 src/draw_radiation.c                               |   325 +-
 src/draw_radiation.h                               |     3 -
 src/draw_structure.c                               |   113 +-
 src/draw_structure.h                               |     3 -
 src/editors.h                                      |     2 -
 src/fields.c                                       |  1275 +-
 src/fields.h                                       |     2 -
 src/fork.c                                         |   365 +-
 src/fork.h                                         |     2 -
 src/geom_edit.c                                    |  1108 +-
 src/geom_edit.h                                    |     3 -
 src/geometry.c                                     |   272 +-
 src/geometry.h                                     |     3 -
 src/gnuplot.c                                      |    57 +-
 src/gnuplot.h                                      |     3 -
 src/ground.c                                       |    10 +-
 src/ground.h                                       |     3 -
 src/input.c                                        |  2536 ++-
 src/input.h                                        |     3 -
 src/interface.c                                    | 10398 +---------
 src/interface.h                                    |   792 +-
 src/main.c                                         |   133 +-
 src/main.h                                         |     4 +-
 src/matrix.c                                       |  1004 +-
 src/matrix.h                                       |     3 -
 src/nec2_model.c                                   |   277 +-
 src/nec2_model.h                                   |     3 -
 src/network.c                                      |    17 +-
 src/network.h                                      |     3 -
 src/plot_freqdata.c                                |  1545 +-
 src/plot_freqdata.h                                |     3 -
 src/radiation.c                                    |   131 +-
 src/radiation.h                                    |     3 -
 src/shared.c                                       |    83 +-
 src/shared.h                                       |   124 +-
 src/somnec.c                                       |  1324 +-
 src/somnec.h                                       |     3 -
 src/support.c                                      |   144 -
 src/support.h                                      |    69 -
 src/utils.c                                        |    53 +-
 src/utils.h                                        |     6 -
 src/xnec2c.c                                       |    81 +-
 src/xnec2c.h                                       |     4 +-
 xnec2c.glade                                       | 19636 -------------------
 xnec2c.gladep                                      |     8 -
 xnec2c.png                                         |   Bin 71540 -> 0 bytes
 xnec2c/xnec2c.glade                                | 13691 +++++++++++++
 148 files changed, 45063 insertions(+), 42931 deletions(-)
 create mode 100644 ABOUT-NLS
 create mode 100755 config.guess
 create mode 100755 config.rpath
 create mode 100755 config.sub
 create mode 100644 debian/patches/glade.patch
 create mode 100644 debian/patches/makefile.patch
 delete mode 100644 examples/10-20m_horizomni.nec
 rename examples/{14-30MHz_logper.nec => 10-20m_logper.nec} (100%)
 copy examples/{10-80m_windom.nec => 10-40m_windom.nec} (60%)
 rename xnec2c.desktop => files/xnec2c.desktop (91%)
 create mode 100644 files/xnec2c.png
 delete mode 100644 intltool-extract.in
 delete mode 100644 intltool-merge.in
 delete mode 100644 intltool-update.in
 create mode 100644 m4/codeset.m4
 create mode 100644 m4/extern-inline.m4
 create mode 100644 m4/fcntl-o.m4
 create mode 100644 m4/gettext.m4
 create mode 100644 m4/glibc2.m4
 create mode 100644 m4/glibc21.m4
 create mode 100644 m4/iconv.m4
 create mode 100644 m4/intdiv0.m4
 create mode 100644 m4/intl.m4
 create mode 100644 m4/intlmacosx.m4
 create mode 100644 m4/intmax.m4
 create mode 100644 m4/inttypes-pri.m4
 create mode 100644 m4/inttypes_h.m4
 create mode 100644 m4/lcmessage.m4
 create mode 100644 m4/lib-ld.m4
 create mode 100644 m4/lib-link.m4
 create mode 100644 m4/lib-prefix.m4
 create mode 100644 m4/lock.m4
 create mode 100644 m4/longlong.m4
 create mode 100644 m4/nls.m4
 create mode 100644 m4/po.m4
 create mode 100644 m4/printf-posix.m4
 create mode 100644 m4/progtest.m4
 create mode 100644 m4/size_max.m4
 create mode 100644 m4/stdint_h.m4
 create mode 100644 m4/threadlib.m4
 create mode 100644 m4/uintmax_t.m4
 create mode 100644 m4/visibility.m4
 create mode 100644 m4/wchar_t.m4
 create mode 100644 m4/wint_t.m4
 create mode 100644 m4/xsize.m4
 delete mode 100644 po/ChangeLog
 delete mode 100644 po/LINGUAS
 create mode 100644 po/Makevars
 create mode 100644 po/Rules-quot
 create mode 100644 po/boldquot.sed
 create mode 100644 po/en at boldquot.header
 create mode 100644 po/en at quot.header
 create mode 100644 po/insert-header.sin
 create mode 100644 po/quot.sed
 create mode 100644 po/remove-potcdate.sin
 create mode 100644 po/stamp-po
 create mode 100644 po/xnec2c.pot
 delete mode 100644 src/support.c
 delete mode 100644 src/support.h
 delete mode 100644 xnec2c.glade
 delete mode 100644 xnec2c.gladep
 delete mode 100644 xnec2c.png
 create mode 100644 xnec2c/xnec2c.glade

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



More information about the pkg-hamradio-commits mailing list