dak.conf 13.6 KB
Newer Older
J
James Troup 已提交
1 2
Dinstall
{
3
   GPGKeyring {
4 5
      "/srv/keyring.debian.org/keyrings/debian-keyring.gpg"; 
      "/srv/keyring.debian.org/keyrings/debian-keyring.pgp";
A
Anthony Towns 已提交
6
      "/srv/ftp.debian.org/keyrings/debian-maintainers.gpg";
7
   };
8 9
   SigningKeyring "/srv/ftp.debian.org/s3kr1t/dot-gnupg/secring.gpg";
   SigningPubKeyring "/srv/ftp.debian.org/s3kr1t/dot-gnupg/pubring.gpg";
J
James Troup 已提交
10
   SigningKeyIds "6070D3A1";
J
sync  
James Troup 已提交
11
   SendmailCommand "/usr/sbin/sendmail -odq -oi -t";
J
James Troup 已提交
12
   MyEmailAddress "Debian Installer <installer@ftp-master.debian.org>";
J
sync  
James Troup 已提交
13
   MyAdminAddress "ftpmaster@debian.org";
J
James Troup 已提交
14
   MyHost "debian.org";  // used for generating user@my_host addresses in e.g. manual_reject()
J
sync  
James Troup 已提交
15 16
   MyDistribution "Debian"; // Used in emails
   BugServer "bugs.debian.org";
J
James Troup 已提交
17
   PackagesServer "packages.debian.org";
18
   TrackingServer "packages.qa.debian.org";
19
   LockFile "/srv/ftp.debian.org/lock/dinstall.lock";
J
sync  
James Troup 已提交
20
   Bcc "archive@ftp-master.debian.org";
21
   FutureTimeTravelGrace 28800; // 8 hours
J
sync  
James Troup 已提交
22
   PastCutoffYear "1984";
J
sync  
James Troup 已提交
23
   SkipTime 300;
J
sync  
James Troup 已提交
24
   BXANotify "true";
J
sync  
James Troup 已提交
25 26
   CloseBugs "true";
   OverrideDisparityCheck "true";
J
James Troup 已提交
27
   StableDislocationSupport "false";
28
   DefaultSuite "unstable";
29
   QueueBuildSuites
J
sync  
James Troup 已提交
30 31 32
   {
     unstable;
   };
J
James Troup 已提交
33 34 35 36
   Reject
   {
     NoSourceOnly "true";
   };
J
sync  
James Troup 已提交
37 38
};

39 40 41 42
Binary-Upload-Restrictions
{
 Components
 {
43 44 45 46
   //main;
   //contrib;
   // Yay for consensus through GRs voted on by people not actually involved in the affected architectures
   none;
47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
 };
 unstable
 {
   arm
   {
     9BF093BC475BABF8B6AEA5F6D7C3F131AB2A91F5;
     70BC7F9D8C60D2265B7076A23760DBCFFD6645AB;
     F849E2025D1C194DE62BC6C829BE5D2268FD549F;
   };
   alpha 
   {
     9BF093BC475BABF8B6AEA5F6D7C3F131AB2A91F5;
     70BC7F9D8C60D2265B7076A23760DBCFFD6645AB;
   };   
  };
};

64
Generate-Index-Diffs
65 66 67
{
   Options
   {
68
     TempDir "/srv/ftp.debian.org/tiffani";
69
     MaxDiffs { Default 14; };
70 71 72
   };
};

73
Override
74 75 76 77
{
   MyEmailAddress "Debian FTP Masters <ftpmaster@ftp-master.debian.org>";
};

78
Mirror-Split
79
{
80 81 82
  FTPPath "/srv/ftp.debian.org/ftp";
  TreeRootPath "/srv/ftp.debian.org/scratch/dsilvers/treeroots";
  TreeDatabasePath "/srv/ftp.debian.org/scratch/dsilvers/treedbs";
83
  BasicTrees { alpha; arm; hppa; hurd-i386; i386; ia64; mips; mipsel; powerpc; s390; sparc; m68k };
84 85 86 87
  CombinationTrees
  {
    popular { i386; powerpc; all; source; };
    source { source; };
88
    everything { source; all; alpha; arm; hppa; hurd-i386; i386; ia64; mips; mipsel; powerpc; s390; sparc; m68k; };
89 90 91
  };
};

92 93 94 95 96
Show-New
{
  HTMLPath "/srv/ftp.debian.org/web/new/";
}

97
Import-Users-From-Passwd
J
James Troup 已提交
98 99
{
  ValidGID "800";
J
James Troup 已提交
100
  // Comma separated list of users who are in Postgres but not the passwd file
101
  KnownPostgres "postgres,dak,katie,release";
J
James Troup 已提交
102 103
};

104
Clean-Queues
J
James Troup 已提交
105 106 107 108 109
{
  Options
  {
    Days 14;
   };
110
 MorgueSubDir "queues";
J
James Troup 已提交
111 112
};

113
Control-Overrides
J
sync  
James Troup 已提交
114 115 116 117 118 119 120 121 122 123 124
{
  Options
  {
    Component "main";
    Suite "unstable";
    Type "deb";
   };

 ComponentPosition "prefix"; // Whether the component is prepended or appended to the section name
};

125
Rm
J
sync  
James Troup 已提交
126 127 128 129 130 131 132
{
  Options
  {
    Suite "unstable";
   };

   MyEmailAddress "Debian Archive Maintenance <ftpmaster@ftp-master.debian.org>";
133
   LogFile "/srv/ftp.debian.org/web/removals.txt";
J
sync  
James Troup 已提交
134
   Bcc "removed-packages@qa.debian.org";
J
sync  
James Troup 已提交
135 136
};

137
Import-Archive
J
James Troup 已提交
138
{
139
  ExportDir "/srv/ftp.debian.org/dak/import-archive-files/";
J
James Troup 已提交
140 141
};

142
Reject-Proposed-Updates
J
James Troup 已提交
143
{
144
   StableRejector "Andreas Barth and Martin Zobel-Helas";
145
   MoreInfoURL "http://release.debian.org/stable/4.0/4.0r3/";
J
James Troup 已提交
146 147
};

148
Import-LDAP-Fingerprints
J
James Troup 已提交
149 150 151 152 153
{
  LDAPDn "ou=users,dc=debian,dc=org";
  LDAPServer "db.debian.org";
  ExtraKeyrings
  {
154 155 156
    "/srv/keyring.debian.org/keyrings/removed-keys.pgp";
    "/srv/keyring.debian.org/keyrings/removed-keys.gpg";
    "/srv/keyring.debian.org/keyrings/extra-keys.pgp";
J
James Troup 已提交
157 158 159 160
  };
  KeyServer "wwwkeys.eu.pgp.net";
};

161
Clean-Suites
J
James Troup 已提交
162
{
J
James Troup 已提交
163
  // How long (in seconds) dead packages are left before being killed
J
sync  
James Troup 已提交
164
  StayOfExecution 129600; // 1.5 days
165
  QueueBuildStayOfExecution 86400; // 24 hours
166
  MorgueSubDir "pool";
J
James Troup 已提交
167 168
};

169
Process-New
J
James Troup 已提交
170
{
171
  AcceptedLockFile "/srv/ftp.debian.org/lock/unchecked.lock";
172
};
J
James Troup 已提交
173

174
Check-Overrides
175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198
{
  OverrideSuites
  {
    Stable
    {
      Process "0";
    };

    Testing
    {
      Process "1";
      OriginSuite "Unstable";
    };

    Unstable
    {
      Process "1";
    };
  };
};

Suite
{
  Oldstable
J
James Troup 已提交
199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222
  {
	Components
	{
	  main;
	  contrib;
	  non-free;
	};
	Architectures
	{
	  source;
	  all;
	  alpha;
	  arm;
	  hppa;
	  i386;
	  ia64;
	  m68k;
	  mips;
	  mipsel;
	  powerpc;
	  s390;
	  sparc;
	};
	Announce "debian-changes@lists.debian.org";
223
	Version "3.1r6";
J
James Troup 已提交
224
	Origin "Debian";
225 226 227 228
	Description "Debian 3.1r6 Released 7 April 2007";
	CodeName "sarge";
	OverrideCodeName "sarge";
	Priority "2";
229
	Untouchable "1";
A
Archive Administrator 已提交
230
        ChangeLogBase "dists/oldstable/";
231 232 233 234
	UdebComponents
	{
	  main;
	};
235 236
  };

237
  Oldstable-Proposed-Updates
238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261
  {
	Components
	{
	  main;
	  contrib;
	  non-free;
	};
	Architectures
	{
	  source;
	  all;
	  alpha;
	  arm;
	  hppa;
	  i386;
	  ia64;
	  m68k;
	  mips;
	  mipsel;
	  powerpc;
	  s390;
	  sparc;
	};
	Announce "debian-changes@lists.debian.org";
262
	CopyChanges "dists/oldstable-proposed-updates/";
263 264 265
	CopyDotDak "/srv/ftp.debian.org/queue/oldstable-proposed-updates/";
	CommentsDir "/srv/ftp.debian.org/queue/o-p-u-new/COMMENTS/";
	Version "3.1-updates";
266
	Origin "Debian";
267 268
	Description "Debian 3.1 Proposed Updates - Not Released";
	CodeName "sarge-proposed-updates";
269
	OverrideCodeName "sarge";
270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320
	OverrideSuite "oldstable";
	Priority "2";
	VersionChecks
	{
	  MustBeNewerThan
	  {
	    Oldstable;
	  };
	  MustBeOlderThan
	  {
	    Stable;
	    Testing;
	    Unstable;
	    Experimental;
	  };
	  Enhances
          {
	    Oldstable;
	  };
	};
	UdebComponents
	{
	  main;
	};
  };

  Stable
  {
	Components
	{
	  main;
	  contrib;
	  non-free;
	};
	Architectures
	{
	  source;
	  all;
	  alpha;
	  amd64;
	  arm;
	  hppa;
	  i386;
	  ia64;
	  mips;
	  mipsel;
	  powerpc;
	  s390;
	  sparc;
	};
	Announce "debian-changes@lists.debian.org";
321
	// Version "4.0r1";
322
	Origin "Debian";
323
	// Description "Debian 4.0r1 Released 15 August 2007";
324 325 326
	CodeName "etch";
	OverrideCodeName "etch";
	Priority "5";
J
James Troup 已提交
327
	Untouchable "1";
A
Archive Administrator 已提交
328
        ChangeLogBase "dists/stable/";
329 330 331
	UdebComponents
	{
	  main;
332
	  non-free;
333
	};
J
James Troup 已提交
334 335 336 337
  };

  Proposed-Updates
  {
J
James Troup 已提交
338 339 340 341 342 343
	Components
	{
	  main;
	  contrib;
	  non-free;
	};
J
sync  
James Troup 已提交
344
	Architectures
J
James Troup 已提交
345
	{
J
sync  
James Troup 已提交
346 347 348
	  source;
	  all;
	  alpha;
349
	  amd64;
J
sync  
James Troup 已提交
350
	  arm;
J
James Troup 已提交
351
	  hppa;
J
sync  
James Troup 已提交
352
	  i386;
J
James Troup 已提交
353 354 355
	  ia64;
	  mips;
	  mipsel;
J
sync  
James Troup 已提交
356
	  powerpc;
J
James Troup 已提交
357
	  s390;
J
sync  
James Troup 已提交
358
	  sparc;
J
James Troup 已提交
359 360 361
	};
	Announce "debian-changes@lists.debian.org";
	CopyChanges "dists/proposed-updates/";
362
	CopyDotDak "/srv/ftp.debian.org/queue/proposed-updates/";
363 364
	CommentsDir "/srv/ftp.debian.org/queue/p-u-new/COMMENTS/";
	Version "4.0-updates";
J
James Troup 已提交
365
	Origin "Debian";
366 367 368
	Description "Debian 4.0 Proposed Updates - Not Released";
	CodeName "etch-proposed-updates";
	OverrideCodeName "etch";
J
sync  
James Troup 已提交
369
	OverrideSuite "stable";
J
James Troup 已提交
370
	Priority "4";
J
sync  
James Troup 已提交
371 372 373 374 375 376 377 378
	VersionChecks
	{
	  MustBeNewerThan
	  {
	    Stable;
	  };
	  MustBeOlderThan
	  {
379
	    Testing;
J
sync  
James Troup 已提交
380 381 382
	    Unstable;
	    Experimental;
	  };
383 384 385 386
	  Enhances
          {
	    Stable;
	  };
J
sync  
James Troup 已提交
387
	};
388 389 390 391
	UdebComponents
	{
	  main;
	};
J
James Troup 已提交
392 393 394 395
  };

  Testing
  {
J
sync  
James Troup 已提交
396
	Components
J
James Troup 已提交
397
	{
J
sync  
James Troup 已提交
398 399 400
	  main;
	  contrib;
	  non-free;
J
James Troup 已提交
401
	};
J
sync  
James Troup 已提交
402
	Architectures
J
James Troup 已提交
403
	{
J
sync  
James Troup 已提交
404 405 406
	  source;
	  all;
	  alpha;
407
	  amd64;
J
sync  
James Troup 已提交
408 409 410 411 412 413 414 415 416
	  arm;
	  hppa;
	  i386;
	  ia64;
	  mips;
	  mipsel;
	  powerpc;
	  s390;
	  sparc;
J
James Troup 已提交
417
	};
418
	Announce "debian-testing-changes@lists.debian.org";
J
James Troup 已提交
419
	Origin "Debian";
420
	Description "Debian Testing distribution - Not Released";
421 422
	CodeName "lenny";
	OverrideCodeName "lenny";
J
James Troup 已提交
423
	Priority "5";
424 425 426
	UdebComponents
	{
	  main;
427
	  non-free;
428
	};
J
James Troup 已提交
429 430
  };

J
James Troup 已提交
431
  Testing-Proposed-Updates
J
James Troup 已提交
432
  {
J
sync  
James Troup 已提交
433
	Components
J
James Troup 已提交
434
	{
J
sync  
James Troup 已提交
435 436 437
	  main;
	  contrib;
	  non-free;
J
James Troup 已提交
438
	};
J
sync  
James Troup 已提交
439
	Architectures
J
James Troup 已提交
440
	{
J
sync  
James Troup 已提交
441 442 443
	  source;
	  all;
	  alpha;
444
	  amd64;
J
sync  
James Troup 已提交
445 446 447 448 449 450 451 452 453 454
	  arm;
	  hppa;
	  i386;
	  ia64;
	  m68k;
	  mips;
	  mipsel;
	  powerpc;
	  s390;
	  sparc;
J
James Troup 已提交
455
	};
456
	Announce "debian-testing-changes@lists.debian.org";
J
James Troup 已提交
457 458
	Origin "Debian";
	Description "Debian Testing distribution updates - Not Released";
J
James Troup 已提交
459
	CodeName "testing-proposed-updates";
460
	OverrideCodeName "lenny";
R
Ryan Murray 已提交
461
	OverrideSuite "testing";
J
James Troup 已提交
462
	Priority "6";
J
sync  
James Troup 已提交
463 464 465 466 467 468 469 470 471 472 473 474 475
	VersionChecks
	{
	  MustBeNewerThan
	  {
	    Stable;
	    Proposed-Updates;
	    Testing;
	  };
	  MustBeOlderThan
	  {
	    Unstable;
	    Experimental;
	  };
476 477 478 479
	  Enhances
          {
	    Testing;
          };
J
sync  
James Troup 已提交
480
	};
481 482 483
	UdebComponents
	{
	  main;
484
	  non-free;
485
	};
J
James Troup 已提交
486 487
  };

488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515
  Etch-m68k
  {
	Components
	{
	  main;
	  contrib;
	  non-free;
	};
	Architectures
	{
	  source;
	  all;
	  m68k;
	};
	Announce "debian-testing-changes@lists.debian.org";
	Origin "Debian";
	Description "Debian Etch for m68k - Not Released";
	CodeName "etch-m68k";
	OverrideCodeName "etch";
	Priority "5";
	UdebComponents
	{
	  main;
	  non-free;
	};
  };


J
James Troup 已提交
516 517
  Unstable
  {
J
sync  
James Troup 已提交
518
	Components
J
James Troup 已提交
519
	{
J
sync  
James Troup 已提交
520 521 522
	  main;
	  contrib;
	  non-free;
J
James Troup 已提交
523
	};
J
sync  
James Troup 已提交
524
	Architectures
J
James Troup 已提交
525
	{
J
sync  
James Troup 已提交
526 527 528
	  source;
	  all;
	  alpha;
529
	  amd64;
J
sync  
James Troup 已提交
530 531 532 533 534 535 536 537 538 539 540
	  arm;
	  hppa;
	  hurd-i386;
	  i386;
	  ia64;
	  m68k;
	  mips;
	  mipsel;
	  powerpc;
	  s390;
	  sparc;
J
James Troup 已提交
541 542 543
	};
	Announce "debian-devel-changes@lists.debian.org";
	Origin "Debian";
544
	Description "Debian Unstable - Not Released";
J
sync  
James Troup 已提交
545 546
	CodeName "sid";
	OverrideCodeName "sid";
J
James Troup 已提交
547
	Priority "7";
J
sync  
James Troup 已提交
548 549 550 551 552 553 554
	VersionChecks
	{
	  MustBeNewerThan
	  {
	    Stable;
	    Proposed-Updates;
	    Testing;
J
James Troup 已提交
555
	    Testing-Proposed-Updates;
J
sync  
James Troup 已提交
556 557
	  };
	};
558 559 560
	UdebComponents
	{
	  main;
561
	  non-free;
562
	};
J
sync  
James Troup 已提交
563 564 565 566 567 568 569 570 571 572 573 574 575 576 577
  };

  Experimental
  {
	Components
	{
	  main;
	  contrib;
	  non-free;
	};
	Architectures
	{
	  source;
	  all;
	  alpha;
578
	  amd64;
J
sync  
James Troup 已提交
579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605
	  arm;
	  hppa;
	  hurd-i386;
	  i386;
	  ia64;
	  m68k;
	  mips;
	  mipsel;
	  powerpc;
	  s390;
	  sparc;
	};
	Announce "debian-devel-changes@lists.debian.org";
	Origin "Debian";
	Description "Experimental packages - not released; use at your own risk.";
	CodeName "experimental";
	NotAutomatic "yes";
	OverrideCodeName "sid";
	OverrideSuite "unstable";
	Priority "0";
	VersionChecks
	{
	  MustBeNewerThan
	  {
	    Stable;
	    Proposed-Updates;
	    Testing;
J
James Troup 已提交
606
	    Testing-Proposed-Updates;
J
sync  
James Troup 已提交
607 608 609
	    Unstable;
	  };
	};
610 611 612 613 614
	UdebComponents
	{
	  main;
	  non-free;
	};
J
James Troup 已提交
615 616 617 618
  };

};

J
sync  
James Troup 已提交
619 620
SuiteMappings
{
621
 "propup-version oldstable-security stable testing testing-proposed-updates unstable";
622 623
 "propup-version stable-security testing testing-proposed-updates unstable";
 "propup-version testing-security unstable";
624 625
 "map oldstable oldstable-proposed-updates";
 "map oldstable-security oldstable-proposed-updates";
J
sync  
James Troup 已提交
626
 "map stable proposed-updates";
J
sync  
James Troup 已提交
627
 "map stable-security proposed-updates";
628
 "map-unreleased oldstable unstable";
J
sync  
James Troup 已提交
629 630
 "map-unreleased stable unstable";
 "map-unreleased proposed-updates unstable";
J
James Troup 已提交
631
 "map testing testing-proposed-updates";
632
 "map testing-security testing-proposed-updates";
A
Anthony Towns 已提交
633
 "map-unreleased testing unstable";
J
James Troup 已提交
634
 "map-unreleased testing-proposed-updates unstable";
J
sync  
James Troup 已提交
635 636
};

637 638 639 640 641 642 643 644
AutomaticByHandPackages {
  "debian-installer-images" {
    Source "xxx-debian-installer";
    Section "raw-installer";
    Extension "tar.gz";
    Script "/srv/ftp.debian.org/dak/scripts/debian/byhand-di";
  };

A
Anthony Towns 已提交
645 646 647 648 649 650 651
  "debian-maintainers" {
    Source "debian-maintainers";
    Section "raw-keyring";
    Extension "gpg";
    Script "/srv/ftp.debian.org/dak/scripts/debian/byhand-dm";
  };

652 653 654 655 656 657 658 659
  "tag-overrides" {
    Source "tag-overrides";
    Section "byhand";
    Extension "tar.gz";
    Script "/srv/ftp.debian.org/dak/scripts/debian/byhand-tag";
  };
};

J
James Troup 已提交
660 661
Dir
{
662 663 664
  Root "/srv/ftp.debian.org/ftp/";
  Pool "/srv/ftp.debian.org/ftp/pool/";
  Templates "/srv/ftp.debian.org/dak/templates/";
J
James Troup 已提交
665
  PoolRoot "pool/";
666 667 668 669
  Lists "/srv/ftp.debian.org/database/dists/";
  Log "/srv/ftp.debian.org/log/";
  Lock "/srv/ftp.debian.org/lock";
  Morgue "/srv/ftp.debian.org/morgue/";
J
sync  
James Troup 已提交
670
  MorgueReject "reject";
671 672 673
  Override "/srv/ftp.debian.org/scripts/override/";
  QueueBuild "/srv/incoming.debian.org/buildd/";
  UrgencyLog "/srv/ftp.debian.org/testing/urgencies/";
J
sync  
James Troup 已提交
674
  Queue
J
sync  
James Troup 已提交
675
  {
676 677 678
    Accepted "/srv/ftp.debian.org/queue/accepted/";
    Byhand "/srv/ftp.debian.org/queue/byhand/";
    ProposedUpdates "/srv/ftp.debian.org/queue/p-u-new/";
679
    OldProposedUpdates "/srv/ftp.debian.org/queue/o-p-u-new/";
680 681 682 683 684 685
    Done "/srv/ftp.debian.org/queue/done/";
    Holding "/srv/ftp.debian.org/queue/holding/";
    New "/srv/ftp.debian.org/queue/new/";
    Reject "/srv/ftp.debian.org/queue/reject/";
    Unchecked "/srv/ftp.debian.org/queue/unchecked/";
    BTSVersionTrack "/srv/ftp.debian.org/queue/bts_version_track/";
J
sync  
James Troup 已提交
686
  };
J
James Troup 已提交
687 688 689 690
};

DB
{
691
  Name "projectb";
J
sync  
James Troup 已提交
692
  Host "";
J
James Troup 已提交
693
  Port -1;
J
James Troup 已提交
694
};
J
James Troup 已提交
695 696 697 698 699 700 701 702

Architectures
{
  source "Source";
  all "Architecture Independent";
  alpha "DEC Alpha";
  hurd-i386 "Intel ia32 running the HURD";
  hppa "HP PA RISC";
703
  amd64 "AMD64";
J
James Troup 已提交
704
  arm "ARM";
J
James Troup 已提交
705
  i386 "Intel ia32";
J
sync  
James Troup 已提交
706
  ia64 "Intel ia64";
J
James Troup 已提交
707
  m68k "Motorola Mc680x0";
J
James Troup 已提交
708 709
  mips "MIPS (Big Endian)";
  mipsel "MIPS (Little Endian)";
J
James Troup 已提交
710
  powerpc "PowerPC";
J
sync  
James Troup 已提交
711
  s390 "IBM S/390";
J
James Troup 已提交
712 713 714 715 716 717 718 719 720
  sh "Hitatchi SuperH";
  sparc "Sun SPARC/UltraSPARC";
};

Archive
{
  ftp-master
  {
    OriginServer "ftp-master.debian.org";
J
sync  
James Troup 已提交
721
    PrimaryMirror "ftp.debian.org";
J
James Troup 已提交
722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745
    Description "Master Archive for the Debian project";
  };
};

Component
{
  main
  {
	Description "Main";
	MeetsDFSG "true";
  };

  contrib
  {
	Description "Contrib";
	MeetsDFSG "true";
  };

  non-free
  {
	Description "Software that fails to meet the DFSG";
	MeetsDFSG "false";
  };

J
sync  
James Troup 已提交
746 747 748 749 750 751 752 753 754
  mixed  // **NB:** only used for overrides; not yet used in other code
  {
	Description "Legacy Mixed";
	MeetsDFSG "false";
  };
};

Section
{
J
sync  
James Troup 已提交
755 756 757 758 759 760 761
  admin;
  base;
  comm;
  debian-installer;
  devel;
  doc;
  editors;
J
James Troup 已提交
762
  embedded;
J
sync  
James Troup 已提交
763 764
  electronics;
  games;
J
James Troup 已提交
765
  gnome;
J
sync  
James Troup 已提交
766 767 768
  graphics;
  hamradio;
  interpreters;
J
James Troup 已提交
769 770
  kde;
  libdevel;
J
sync  
James Troup 已提交
771 772 773 774 775 776 777 778
  libs;
  mail;
  math;
  misc;
  net;
  news;
  oldlibs;
  otherosfs;
J
James Troup 已提交
779 780
  perl;
  python;
J
sync  
James Troup 已提交
781 782 783 784 785 786 787 788
  science;
  shells;
  sound;
  tex;
  text;
  utils;
  web;
  x11;
J
sync  
James Troup 已提交
789 790 791 792
};

Priority
{
J
sync  
James Troup 已提交
793 794 795 796 797 798
  required 1;
  important 2;
  standard 3;
  optional 4;
  extra 5;
  source 0; // i.e. unused
J
sync  
James Troup 已提交
799 800 801 802
};

OverrideType
{
J
sync  
James Troup 已提交
803 804 805
  deb;
  udeb;
  dsc;
J
James Troup 已提交
806 807 808 809
};

Location
{
J
sync  
James Troup 已提交
810

J
James Troup 已提交
811
  // Pool locations on ftp-master.debian.org
812
  /srv/ftp.debian.org/ftp/pool/
J
James Troup 已提交
813 814
    {
      Archive "ftp-master";
J
sync  
James Troup 已提交
815
      Type "pool";
J
James Troup 已提交
816 817
    };

J
James Troup 已提交
818
};
R
Ryan Murray 已提交
819

J
sync  
James Troup 已提交
820 821 822 823 824
Urgency
{
  Default "low";
  Valid
  {
J
sync  
James Troup 已提交
825 826 827 828 829
    low;
    medium;
    high;
    emergency;
    critical;
J
sync  
James Troup 已提交
830 831
  };
};