thirdparty/vcs-load-dirs/debian/control
changeset 2311 e8262ca32109
equal deleted inserted replaced
2310:d51331eaec15 2311:e8262ca32109
       
     1 Source: vcs-load-dirs
       
     2 Section: devel
       
     3 Priority: optional
       
     4 Maintainer: John Goerzen <jgoerzen@complete.org>
       
     5 XS-Python-Version: current
       
     6 Build-Depends-Indep: debhelper (>= 5.0.37.2), gtk-doc-tools, sgml2x, docbook-utils, jade, python (>= 2.3), python-dev, python-central (>= 0.5)
       
     7 Standards-Version: 3.7.2
       
     8 Homepage: http://software.complete.org/vcs-load-dirs
       
     9 Vcs-Git: git://git.complete.org/vcs-load-dirs
       
    10 Vcs-Browser: http://git.complete.org/vcs-load-dirs
       
    11 
       
    12 Package: tla-load-dirs
       
    13 Architecture: all
       
    14 XB-Python-Version: ${python:Versions}
       
    15 Depends: load-dirs-common (= ${Source-Version}), tla, ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
       
    16 Description: Import upstream archives into tla/arch
       
    17  Tom Lord's arch/tla system is capable of importing upstream directories
       
    18  into a tla archive for some archives.  For situations where the upstream
       
    19  renames or moves files and directories on a regular basis, version
       
    20  information can be lost.
       
    21  .
       
    22  tla-load-dirs works with tla to import these things and preserve
       
    23  changes.  It works on a principle similar to Subversion's
       
    24  svn_load_dirs.
       
    25 
       
    26 Package: darcs-load-dirs
       
    27 Architecture: all
       
    28 XB-Python-Version: ${python:Versions}
       
    29 Depends: load-dirs-common (= ${Source-Version}), darcs, ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
       
    30 Description: Import upstream archives into darcs
       
    31  Darcs works fine for importing new archives.  However, for situations
       
    32  where the upstream renames or moves files and directories on a regular
       
    33  basis, version information can be lost.
       
    34  .
       
    35  darcs-load-dirs works with darcs to import these things and preserve
       
    36  changes.  It works on a principle similar to Subversion's
       
    37  svn_load_dirs or my tla_load_dirs package for Arch.
       
    38 
       
    39 Package: hg-load-dirs
       
    40 Architecture: all
       
    41 XB-Python-Version: ${python:Versions}
       
    42 Depends: load-dirs-common (= ${Source-Version}), mercurial, ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
       
    43 Description: Import upstream archives into darcs
       
    44  Mercurial works fine for importing new archives.  However, for situations
       
    45  where the upstream renames or moves files and directories on a regular
       
    46  basis, version information can be lost.
       
    47  .
       
    48  hg-load-dirs works with darcs to import these things and preserve
       
    49  changes.  It works on a principle similar to Subversion's
       
    50  svn_load_dirs or my tla_load_dirs package for Arch.
       
    51 
       
    52 Package: baz-load-dirs
       
    53 Architecture: all
       
    54 XB-Python-Version: ${python:Versions}
       
    55 Depends: load-dirs-common (= ${Source-Version}), bazaar, ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
       
    56 Description: Import upstream archives into baz
       
    57  Bazaar (baz) works fine for importing new archives.  However, for situations
       
    58  where the upstream renames or moves files and directories on a regular
       
    59  basis, version information can be lost.
       
    60  .
       
    61  baz-load-dirs works with baz to import these things and preserve
       
    62  changes.  It works on a principle similar to Subversion's
       
    63  svn_load_dirs or my tla_load_dirs package for tla.
       
    64 
       
    65 Package: svk-load-dirs
       
    66 Architecture: all
       
    67 XB-Python-Version: ${python:Versions}
       
    68 Depends: load-dirs-common (= ${Source-Version}), svk, ${shlibs:Depends} ${misc:Depends} ${python:Depends}
       
    69 Description: Import upstream archives into svk
       
    70  Svk works fine for importing new archives.  However, for situations
       
    71  where the upstream renames or moves files and directories on a regular
       
    72  basis, version information can be lost.
       
    73  .
       
    74  svk-load-dirs works with svk to import these things and preserve
       
    75  changes.  It works on a principle similar to Subversion's
       
    76  svn_load_dirs or my tla_load_dirs package for tla.
       
    77 
       
    78 Package: git-load-dirs
       
    79 Architecture: all
       
    80 XB-Python-Version: ${python:Versions}
       
    81 Depends: load-dirs-common (= ${Source-Version}), git-core, ${shlibs:Depends} ${misc:Depends} ${python:Depends}
       
    82 Description: Import upstream archives into git
       
    83  Git works fine for importing new archives.  However, for situations
       
    84  where the upstream renames or moves files and directories on a regular
       
    85  basis, version information can be lost.
       
    86  .
       
    87  git-load-dirs works with git to import these things and preserve
       
    88  changes.  It works on a principle similar to Subversion's
       
    89  svn_load_dirs or my tla_load_dirs package for tla.
       
    90 
       
    91 Package: load-dirs-common
       
    92 Architecture: all
       
    93 XB-Python-Version: ${python:Versions}
       
    94 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
       
    95 Conflicts: tla-load-dirs (<< 1.0.14)
       
    96 Description: Common files for tla-load-dirs and darcs-load-dirs
       
    97  These two packages share much common code.  This package provides
       
    98  that common code so you don't have to install it twice on your system.
       
    99