~ubuntu-transition-trackers/ubuntu-transition-tracker/ben

« back to all changes in this revision

Viewing changes to examples/ocaml-3.11.1.stm

  • Committer: Stephane Glondu
  • Date: 2009-07-28 15:00:25 UTC
  • Revision ID: git-v1:798d1465aec923703fdc8dfb656099cb57d2de15
Stm_monitor: add configuration file facilities

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# stm configuration file for OCaml transition to 3.11.1
 
2
 
 
3
mirror = "http://ftp.fr.debian.org/debian";
 
4
suite = "unstable";
 
5
areas = [ "main"; "contrib"; "non-free" ];
 
6
 
 
7
architectures = [
 
8
    "alpha"; "amd64"; "armel";
 
9
    "hppa"; "i386"; "ia64";
 
10
    "kfreebsd-amd64"; "kfreebsd-i386";
 
11
    "mips"; "mipsel"; "powerpc"; "s390"; "sparc"
 
12
];
 
13
 
 
14
is_affected = .maintainer ~ /debian-ocaml-maint/
 
15
            | .build-depends ~ /ocaml/
 
16
            | .build-depends-indep ~ /ocaml/
 
17
            | .depends ~ /ocaml(-base)?(-nox)?-3\.11\../;
 
18
is_good = .depends ~ /ocaml(-base)?(-nox)?-3\.11\.1/;
 
19
is_bad = .depends ~ /ocaml(-base)?(-nox)?-3\.11\.0/;