~ubuntu-branches/ubuntu/raring/ncbi-tools6/raring

« back to all changes in this revision

Viewing changes to asnstat/asnmla.h

  • Committer: Package Import Robot
  • Author(s): Aaron M. Ucko
  • Date: 2011-09-05 18:55:02 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: package-import@ubuntu.com-20110905185502-iuvmoe65ytljhckn
Tags: 6.1.20110713-1
* New upstream release.
* debian/*.symbols: update accordingly.
* make/makeshlb.unx: link libcn3dOGL.so against -lm for sqrt.
* doc/man/*.1: update for new release.
* debian/rules:
  - (VIB): add asnmacro, as upstream takes care to publish binaries thereof.
  - Retire obsolete multiarch-unaware checks for libpthread.
  - Fully modernize Debhelper usage; in particular, transition to overrides.
* debian/compat: advance to 9 per rules modernization.
* debian/ncbi-tools-bin.install: add asnmacro.
* make/makenet.unx: link asnmacro only against libraries it directly needs.
* doc/man/asnmacro.1: give asnmacro a man page.
* doc/man/Psequin.1: list it in SEE ALSO.
* network/id1arch/idfetch.c: revert redundant change (from #295110).
* Convert to multiarch.
  - debian/rules: Install libraries (and ncbithr.o) to multiarch directories.
  - debian/lib*.install: match multiarch library paths.
  - debian/control:
    + Build-Depends: debhelper (>= 8.1.3~), implying a recent dpkg-dev.
    + Set Multi-Arch: as appropriate across the board, and specify
      Pre-Depends: ${misc:Pre-Depends} for runtime libraries.
* debian/*.lintian-overrides: drop leading slashes for Lintian 2.5.x.
* debian/control: Standards-Version: 3.9.2 (already compliant).

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
#include <asn.h>
10
10
#endif
11
11
 
12
 
static char * asnfilename = "asnmla.h61";
13
 
static AsnValxNode avnx[20] = {
 
12
static char * asnfilename = "asnmla.h62";
 
13
static AsnValxNode avnx[23] = {
14
14
    {20,"not-set" ,0,0.0,&avnx[1] } ,
15
15
    {20,"name" ,1,0.0,&avnx[2] } ,
16
16
    {20,"tsub" ,2,0.0,&avnx[3] } ,
30
30
    {20,"journal-not-found" ,4,0.0,&avnx[17] } ,
31
31
    {20,"citation-not-found" ,5,0.0,&avnx[18] } ,
32
32
    {20,"citation-ambiguous" ,6,0.0,&avnx[19] } ,
33
 
    {20,"citation-too-many" ,7,0.0,NULL } };
 
33
    {20,"citation-too-many" ,7,0.0,&avnx[20] } ,
 
34
    {20,"cannot-connect-searchbackend-jrsrv" ,8,0.0,&avnx[21] } ,
 
35
    {20,"cannot-connect-searchbackend-pmdb" ,9,0.0,&avnx[22] } ,
 
36
    {20,"cannot-connect-docsumbackend" ,10,0.0,NULL } };
34
37
 
35
38
static AsnType atx[58] = {
36
39
  {401, "Medline-entry" ,1,0,0,0,0,0,1,0,NULL,NULL,NULL,0,&atx[1]} ,
93
96
  {0, "getmlr" ,128,12,0,0,0,0,0,0,NULL,&atx[1],NULL,0,NULL} };
94
97
 
95
98
static AsnModule ampx[1] = {
96
 
  { "NCBI-MedArchive" , "asnmla.h61",&atx[0],NULL,NULL,0,0} };
 
99
  { "NCBI-MedArchive" , "asnmla.h62",&atx[0],NULL,NULL,0,0} };
97
100
 
98
101
static AsnValxNodePtr avn = avnx;
99
102
static AsnTypePtr at = atx;