[Debian-astro-commits] [xpa] branch debian updated (708a20b -> 801a1cf)

Ole Streicher olebole at moszumanska.debian.org
Mon Oct 19 11:37:55 UTC 2015


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

olebole pushed a change to branch debian
in repository xpa.

      from  708a20b   Adjust watch file: releases are now on github
      adds  0515355   New upstream version 2.1.16
       new  925f91d   Merge branch 'upstream' into debian
       new  8b08f75   Update copyright to MIT
       new  83779bd   Remove fix_xpa_h.patch that is applied upstream
       new  801a1cf   Finalize changelog

The 4 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                                 |   9 +
 BUGS                                       |  39 ++
 COPYING                                    | 504 --------------------------
 LICENSE                                    |  21 ++
 README                                     |   2 +
 conf.h                                     |  91 -----
 configure                                  |  90 ++---
 configure.ac                               |   2 +-
 copyright                                  |  30 ++
 debian/changelog                           |   6 +
 debian/copyright                           |  52 ++-
 debian/patches/fix_xpa_h.patch             |  31 --
 debian/patches/series                      |   1 -
 doc/changelog.html                         |   5 +
 doc/html2man                               | 258 ++++++++++++++
 doc/html2ps.dbg                            |  94 +++++
 doc/pod/xpa.pod                            | 399 +++++++++++++++++++++
 doc/pod/xpaaccess.pod                      | 102 ++++++
 doc/{acl.html => pod/xpaacl.pod}           | 124 ++++---
 doc/pod/xpaatexit.pod                      |  41 +++
 doc/pod/xpachanges.pod                     | 102 ++++++
 doc/pod/xpacleanup.pod                     |  47 +++
 doc/pod/xpaclient.pod                      |  95 +++++
 doc/pod/xpaclose.pod                       |  53 +++
 doc/pod/xpacmdadd.pod                      |  69 ++++
 doc/pod/xpacmddel.pod                      |  43 +++
 doc/pod/xpacmdnew.pod                      |  90 +++++
 doc/{examples.html => pod/xpacode.pod}     |  81 +++--
 doc/{info.html => pod/xpacommon.pod}       | 253 ++++++++-----
 doc/{convert.html => pod/xpaconvert.pod}   | 200 +++++++----
 doc/{env.html => pod/xpaenv.pod}           | 484 ++++++++++++++++---------
 doc/pod/xpafree.pod                        |  49 +++
 doc/pod/xpaget.pod                         |  67 ++++
 doc/pod/xpagetfd.pod                       | 133 +++++++
 doc/{inet.html => pod/xpainet.pod}         | 195 +++++-----
 doc/pod/xpainfo.pod                        |  66 ++++
 doc/pod/xpainfonew.pod                     |  92 +++++
 doc/{intro.html => pod/xpaintro.pod}       | 144 +++++---
 doc/pod/xpamacros.pod                      |  76 ++++
 doc/pod/xpamainloop.pod                    | 108 ++++++
 doc/{xpamb.html => pod/xpamb.pod}          | 286 +++++++++------
 doc/{method.html => pod/xpamethod.pod}     |  89 ++---
 doc/{name.html => pod/xpaname.pod}         |  66 ++--
 doc/pod/xpanew.pod                         | 243 +++++++++++++
 doc/{xpans.html => pod/xpans.pod}          | 176 ++++-----
 doc/pod/xpanslookup.pod                    | 126 +++++++
 doc/{oom.html => pod/xpaoom.pod}           |  64 ++--
 doc/pod/xpaopen.pod                        |  69 ++++
 doc/pod/xpapoll.pod                        |  58 +++
 doc/pod/xparace.pod                        |  89 +++++
 doc/pod/xpaserver.pod                      |  96 +++++
 doc/pod/xpaset.pod                         | 115 ++++++
 doc/pod/xpasetfd.pod                       | 113 ++++++
 doc/{tcl.html => pod/xpatcl.pod}           | 189 +++++-----
 doc/{template.html => pod/xpatemplate.pod} |  96 ++---
 doc/{users.html => pod/xpausers.pod}       |  77 ++--
 doc/{xt.html => pod/xpaxt.pod}             |  61 ++--
 doc/sman_conf.tmpl                         |  96 +++++
 doc/szlong.c                               |   8 +
 notes/osx.note                             |  38 ++
 notes/winport.note                         |  81 +++++
 oxpa.h                                     | 553 -----------------------------
 python/PythonXPA/README                    |  25 ++
 python/PythonXPA/client/XPAClient.py       |  98 +++++
 python/PythonXPA/client/test_XPAC.py       | 104 ++++++
 python/PythonXPA/server/XPAServer.py       | 125 +++++++
 python/PythonXPA/server/test_XPAS.py       |  91 +++++
 tsj.c                                      |  49 ---
 xpa.h                                      |   8 +-
 xpatests                                   |  67 ++++
 xport.h                                    |  20 +-
 71 files changed, 5352 insertions(+), 2372 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 BUGS
 delete mode 100644 COPYING
 create mode 100644 LICENSE
 delete mode 100644 conf.h
 create mode 100644 copyright
 delete mode 100644 debian/patches/fix_xpa_h.patch
 create mode 100755 doc/html2man
 create mode 100644 doc/html2ps.dbg
 create mode 100644 doc/pod/xpa.pod
 create mode 100644 doc/pod/xpaaccess.pod
 copy doc/{acl.html => pod/xpaacl.pod} (69%)
 create mode 100644 doc/pod/xpaatexit.pod
 create mode 100644 doc/pod/xpachanges.pod
 create mode 100644 doc/pod/xpacleanup.pod
 create mode 100644 doc/pod/xpaclient.pod
 create mode 100644 doc/pod/xpaclose.pod
 create mode 100644 doc/pod/xpacmdadd.pod
 create mode 100644 doc/pod/xpacmddel.pod
 create mode 100644 doc/pod/xpacmdnew.pod
 copy doc/{examples.html => pod/xpacode.pod} (61%)
 copy doc/{info.html => pod/xpacommon.pod} (63%)
 copy doc/{convert.html => pod/xpaconvert.pod} (60%)
 copy doc/{env.html => pod/xpaenv.pod} (65%)
 create mode 100644 doc/pod/xpafree.pod
 create mode 100644 doc/pod/xpaget.pod
 create mode 100644 doc/pod/xpagetfd.pod
 copy doc/{inet.html => pod/xpainet.pod} (79%)
 create mode 100644 doc/pod/xpainfo.pod
 create mode 100644 doc/pod/xpainfonew.pod
 copy doc/{intro.html => pod/xpaintro.pod} (73%)
 create mode 100644 doc/pod/xpamacros.pod
 create mode 100644 doc/pod/xpamainloop.pod
 copy doc/{xpamb.html => pod/xpamb.pod} (64%)
 copy doc/{method.html => pod/xpamethod.pod} (68%)
 copy doc/{name.html => pod/xpaname.pod} (50%)
 create mode 100644 doc/pod/xpanew.pod
 copy doc/{xpans.html => pod/xpans.pod} (75%)
 create mode 100644 doc/pod/xpanslookup.pod
 copy doc/{oom.html => pod/xpaoom.pod} (59%)
 create mode 100644 doc/pod/xpaopen.pod
 create mode 100644 doc/pod/xpapoll.pod
 create mode 100644 doc/pod/xparace.pod
 create mode 100644 doc/pod/xpaserver.pod
 create mode 100644 doc/pod/xpaset.pod
 create mode 100644 doc/pod/xpasetfd.pod
 copy doc/{tcl.html => pod/xpatcl.pod} (86%)
 copy doc/{template.html => pod/xpatemplate.pod} (73%)
 copy doc/{users.html => pod/xpausers.pod} (66%)
 copy doc/{xt.html => pod/xpaxt.pod} (66%)
 create mode 100644 doc/sman_conf.tmpl
 create mode 100644 doc/szlong.c
 create mode 100644 notes/osx.note
 create mode 100644 notes/winport.note
 delete mode 100644 oxpa.h
 create mode 100644 python/PythonXPA/README
 create mode 100644 python/PythonXPA/client/XPAClient.py
 create mode 100755 python/PythonXPA/client/test_XPAC.py
 create mode 100644 python/PythonXPA/server/XPAServer.py
 create mode 100755 python/PythonXPA/server/test_XPAS.py
 delete mode 100644 tsj.c
 create mode 100755 xpatests

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/xpa.git



More information about the Debian-astro-commits mailing list