~noskcaj/ubuntu/vivid/jhbuild/3.12

« back to all changes in this revision

Viewing changes to modulesets/moduleset.dtd

  • Committer: Package Import Robot
  • Author(s): Jordi Mallach, Jeremy Bicha
  • Date: 2012-03-28 22:17:26 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20120328221726-iy2iug2sc2yos1xb
Tags: 3.2.1-1
[ Jeremy Bicha ]
* New upstream release.
* Switch to dh_python2
* Use 3.0 (quilt)
* debian/control.in:
  - Bump debhelper minimum to 8 and Standards-Version to 3.9.3
  - Bump intltool minimum build-dependency
  - Update long description to mention Git (Closes: #597801)
  - Add Vcs and Homepage fields
* debian/watch: Watch for .xz releases

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
<!ELEMENT repository (mirror*)>
6
6
<!ATTLIST repository
7
7
        name     CDATA  #REQUIRED
8
 
        type     (bzr|cvs|darcs|git|hg|svn|tarball|arch|mtn)  #REQUIRED
 
8
        type     (arch|bzr|cvs|darcs|fossil|git|hg|svn|tarball)  #REQUIRED
9
9
        default  (yes|no)  "no"
10
10
        password CDATA  #IMPLIED
11
11
        cvsroot  CDATA  #IMPLIED
14
14
        server   CDATA  #IMPLIED
15
15
        database CDATA  #IMPLIED
16
16
        defbranch CDATA #IMPLIED
17
 
        developer-href-example CDATA #IMPLIED>
 
17
        developer-href-example CDATA #IMPLIED
 
18
        trunk-template CDATA #IMPLIED
 
19
        branches-template CDATA #IMPLIED
 
20
        tags-template CDATA #IMPLIED>
18
21
<!-- note the following attributes are specific to some repository types:
19
22
      - CVS: password & cvsroot
20
23
      - Arch: archive & href
21
 
      - Monotone: server, database, defbranch -->
 
24
      - Monotone: server, database, defbranch
 
25
      - Subversion: *-template -->
22
26
 
23
27
<!ELEMENT mirror EMPTY>
24
28
<!ATTLIST mirror
25
 
        type    (bzr|cvs|darcs|git|hg|svn|tarball|arch|mtn)  #REQUIRED
 
29
        type    (arch|bzr|cvs|darcs|fossil|git|hg|svn|tarball)  #REQUIRED
26
30
        trunk-template CDATA #IMPLIED
27
31
        branches-template CDATA #IMPLIED
28
32
        href    CDATA  #IMPLIED>
76
80
<!ELEMENT cmake (branch?,dependencies?,after?)>
77
81
<!ATTLIST cmake
78
82
        id              CDATA   #REQUIRED
 
83
        cmakeargs       CDATA   #IMPLIED
79
84
        makeargs        CDATA   #IMPLIED>
80
85
 
81
86
<!ELEMENT perl (branch?,dependencies?,after?)>
159
164
        source-subdir   CDATA   #IMPLIED
160
165
        revision        CDATA   #IMPLIED
161
166
        tag             CDATA   #IMPLIED
 
167
        user            CDATA   #IMPLIED
 
168
        revspec         CDATA   #IMPLIED
 
169
        branch          CDATA   #IMPLIED
162
170
        version         CDATA   #IMPLIED
163
171
        size            CDATA   #IMPLIED
164
172
        md5sum          CDATA   #IMPLIED