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

« back to all changes in this revision

Viewing changes to asnstat/asnsset.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 = "asnsset.h65";
13
 
static AsnValxNode avnx[25] = {
 
12
static char * asnfilename = "asnsset.h66";
 
13
static AsnValxNode avnx[26] = {
14
14
    {20,"not-set" ,0,0.0,&avnx[1] } ,
15
15
    {20,"nuc-prot" ,1,0.0,&avnx[2] } ,
16
16
    {20,"segset" ,2,0.0,&avnx[3] } ,
34
34
    {20,"named-annot-prod" ,20,0.0,&avnx[21] } ,
35
35
    {20,"read-set" ,21,0.0,&avnx[22] } ,
36
36
    {20,"paired-end-reads" ,22,0.0,&avnx[23] } ,
 
37
    {20,"small-genome-set" ,23,0.0,&avnx[24] } ,
37
38
    {20,"other" ,255,0.0,NULL } ,
38
39
    {3,NULL,0,0.0,NULL } };
39
40
 
45
46
  {407, "Dbtag" ,1,0,0,0,0,0,1,0,NULL,NULL,NULL,0,&atx[12]} ,
46
47
  {0, "level" ,128,2,0,1,0,0,0,0,NULL,&atx[6],NULL,0,&atx[7]} ,
47
48
  {302, "INTEGER" ,0,2,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} ,
48
 
  {0, "class" ,128,3,0,0,1,0,0,0,&avnx[24],&atx[8],&avnx[0],0,&atx[9]} ,
 
49
  {0, "class" ,128,3,0,0,1,0,0,0,&avnx[25],&atx[8],&avnx[0],0,&atx[9]} ,
49
50
  {310, "ENUMERATED" ,0,10,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} ,
50
51
  {0, "release" ,128,4,0,1,0,0,0,0,NULL,&atx[10],NULL,0,&atx[11]} ,
51
52
  {323, "VisibleString" ,0,26,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} ,
68
69
  {311, "SEQUENCE" ,0,16,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} };
69
70
 
70
71
static AsnModule ampx[1] = {
71
 
  { "NCBI-Seqset" , "asnsset.h65",&atx[0],NULL,NULL,0,0} };
 
72
  { "NCBI-Seqset" , "asnsset.h66",&atx[0],NULL,NULL,0,0} };
72
73
 
73
74
static AsnValxNodePtr avn = avnx;
74
75
static AsnTypePtr at = atx;