[adms] branch debian updated (4be02b4 -> 32df430)

felix salfelder felix-guest at moszumanska.debian.org
Thu May 15 11:17:15 UTC 2014


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

felix-guest pushed a change to branch debian
in repository adms.

      from  4be02b4   merge patched-debian into debian
       new  561569c   record new upstream branch created by importing adms_2.3.2.orig.tar.gz
       new  e39eabe   Import adms_2.3.2.orig.tar.gz
       new  3834a11   fix instance related assertions
       new  f3076ba   fix print statement.
       new  3a2b6ce   merge patched-debian into debian
       new  e845de8   changelog
       new  32df430   builddep update

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:
 ._README.md                                        |   Bin 0 -> 171 bytes
 ABOUT-NLS                                          |   226 -
 CMakeLists.txt                                     |    16 +
 ChangeLog                                          |    30 +-
 INSTALL                                            |    15 +-
 Makefile.am                                        |   134 +-
 Makefile.in                                        |   450 +-
 NEWS                                               |    29 -
 README                                             |   120 -
 README-NGSPICE                                     |    42 +
 README.md                                          |   192 +
 aclocal.m4                                         |  8711 +--------
 adms.xml                                           |     4 +
 admsXml/{adms.implicit.xml => .adms.implicit.xml}  |    12 +-
 admsXml/CMakeLists.txt                             |    72 +
 admsXml/Makefile.am                                |   150 +-
 admsXml/Makefile.in                                |   562 +-
 admsXml/adms.c                                     |     8 +
 admsXml/adms.h                                     |    42 +-
 admsXml/adms.implicit.xml                          |     4 +-
 admsXml/adms.implicit.xml.c                        |     4 +-
 admsXml/admsCheck.1                                |    29 +
 admsXml/admsXml.c                                  |    36 +-
 admsXml/admstpath.dtd                              |    14 +
 admsXml/admstpathYacc.c                            |  1766 +-
 admsXml/admstpathYacc.h                            |     5 +
 admsXml/{admstpathYacc.c => admstpathYacc.y}       |  3692 +---
 admsXml/basicLibrary.xml                           |  1760 ++
 admsXml/config.h                                   |     9 +
 admsXml/constants.vams                             |     4 +-
 admsXml/constants.vams.c                           |     4 +-
 admsXml/disciplines.vams                           |     2 +-
 admsXml/disciplines.vams.c                         |     2 +-
 admsXml/mkctext.pl                                 |    10 +-
 admsXml/mkelements.pl                              |    96 +-
 admsXml/preprocessorLex.c                          |   224 +-
 admsXml/preprocessorLex.l                          |     6 +-
 admsXml/preprocessorYacc.c                         |  1282 +-
 admsXml/preprocessorYacc.h                         |    70 +-
 admsXml/preprocessorYacc.y                         |   732 +
 admsXml/verilogaLex.c                              |   223 +-
 admsXml/verilogaLex.l                              |     9 +-
 admsXml/verilogaYacc.c                             |  3086 ++--
 admsXml/verilogaYacc.h                             |    70 +-
 admsXml/verilogaYacc.y                             |  2315 +++
 admsXml/verilogaYacc.y.in                          |  1617 ++
 admstpath.xml                                      |    11 +-
 auxconf/compile                                    |   347 +
 auxconf/config.guess                               |   399 +-
 auxconf/config.sub                                 |   277 +-
 auxconf/depcomp                                    |   531 +-
 auxconf/install-sh                                 |    35 +-
 auxconf/ltmain.sh                                  |  4039 ++--
 auxconf/missing                                    |   461 +-
 auxconf/ylwrap                                     |   199 +-
 bootstrap.sh                                       |    13 +
 config.h.in                                        |     6 +
 configure                                          | 18463 ++++++++++---------
 configure.ac                                       |   560 +-
 create_files.sh                                    |     9 +
 debian/.git-dpm                                    |    14 +-
 debian/changelog                                   |     4 +-
 debian/control                                     |    13 +-
 ..._AUTOMAKE_INIT-in-order-to-run-autoreconf.patch |    22 -
 ... => 0001-fix-instance-related-assertions.patch} |     4 +-
 ...tement.patch => 0002-fix-print-statement.patch} |    12 +-
 debian/patches/series                              |     5 +-
 images/Makefile.am                                 |   105 +-
 images/Makefile.in                                 |   147 +-
 images/adms-alias.png                              |   Bin 143 -> 164 bytes
 images/adms-element.png                            |   Bin 146 -> 167 bytes
 images/adms-enumeration.png                        |   Bin 123 -> 144 bytes
 images/adms-list.png                               |   Bin 0 -> 162 bytes
 images/adms-scalar.png                             |   Bin 141 -> 162 bytes
 images/adms-uid.png                                |   Bin 143 -> 164 bytes
 m4/ax_append_flag.m4                               |    69 +
 m4/ax_cflags_warn_all.m4                           |   122 +
 m4/ax_compare_version.m4                           |   177 +
 m4/ax_compiler_vendor.m4                           |    84 +
 m4/ax_perl_module_version.m4                       |    85 +
 m4/ax_prog_bison.m4                                |    64 +
 m4/ax_prog_flex.m4                                 |    59 +
 aclocal.m4 => m4/libtool.m4                        |  3903 ++--
 m4/ltoptions.m4                                    |   384 +
 m4/ltsugar.m4                                      |   123 +
 m4/ltversion.m4                                    |    23 +
 m4/lt~obsolete.m4                                  |    98 +
 make.cyg                                           |    74 -
 make.win                                           |    76 -
 metaadms.xsd                                       |   123 +
 metaadmst.xsd                                      |    82 +
 metaadmstpath.xsd                                  |   103 +
 scripts/Makefile.am                                |    75 +-
 scripts/Makefile.in                                |   150 +-
 scripts/analogfunction.va                          |    76 +
 scripts/dependency.xml                             |   408 +
 scripts/strutils.xml                               |    53 +
 scripts/vlatommlMODULE.htm.xml                     |   720 +
 98 files changed, 30959 insertions(+), 29734 deletions(-)
 create mode 100644 ._README.md
 delete mode 100644 ABOUT-NLS
 create mode 100644 CMakeLists.txt
 delete mode 100644 README
 create mode 100644 README-NGSPICE
 create mode 100644 README.md
 copy admsXml/{adms.implicit.xml => .adms.implicit.xml} (99%)
 create mode 100644 admsXml/CMakeLists.txt
 create mode 100644 admsXml/admsCheck.1
 create mode 100644 admsXml/admstpath.dtd
 copy admsXml/{admstpathYacc.c => admstpathYacc.y} (90%)
 create mode 100644 admsXml/basicLibrary.xml
 create mode 100644 admsXml/config.h
 create mode 100644 admsXml/preprocessorYacc.y
 create mode 100644 admsXml/verilogaYacc.y
 create mode 100644 admsXml/verilogaYacc.y.in
 create mode 100755 auxconf/compile
 mode change 100755 => 100644 auxconf/ltmain.sh
 create mode 100755 bootstrap.sh
 create mode 100644 create_files.sh
 delete mode 100644 debian/patches/0001-Correct-AM_AUTOMAKE_INIT-in-order-to-run-autoreconf.patch
 rename debian/patches/{0002-fix-instance-related-assertions.patch => 0001-fix-instance-related-assertions.patch} (93%)
 rename debian/patches/{0003-fix-print-statement.patch => 0002-fix-print-statement.patch} (78%)
 create mode 100644 images/adms-list.png
 create mode 100644 m4/ax_append_flag.m4
 create mode 100644 m4/ax_cflags_warn_all.m4
 create mode 100644 m4/ax_compare_version.m4
 create mode 100644 m4/ax_compiler_vendor.m4
 create mode 100644 m4/ax_perl_module_version.m4
 create mode 100644 m4/ax_prog_bison.m4
 create mode 100644 m4/ax_prog_flex.m4
 copy aclocal.m4 => m4/libtool.m4 (71%)
 create mode 100644 m4/ltoptions.m4
 create mode 100644 m4/ltsugar.m4
 create mode 100644 m4/ltversion.m4
 create mode 100644 m4/lt~obsolete.m4
 delete mode 100644 make.cyg
 delete mode 100644 make.win
 create mode 100644 metaadms.xsd
 create mode 100644 metaadmst.xsd
 create mode 100644 metaadmstpath.xsd
 create mode 100644 scripts/analogfunction.va
 create mode 100644 scripts/dependency.xml
 create mode 100644 scripts/strutils.xml
 create mode 100644 scripts/vlatommlMODULE.htm.xml

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



More information about the debian-science-commits mailing list