Changes between Version 2 and Version 3 of Package Management/SVN Configuration


Ignore:
Timestamp:
09/12/06 18:03:22 (19 years ago)
Author:
cdelacruz/admin@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Package Management/SVN Configuration

    v2 v3  
    11Please review [wiki:"CAL Subversion Repository"] information before proceeding.
    22{{{
    3 The first step is to checkout the
    4 part/directory of the trunk that will be modifued.
    5 You don't need to check out the entire trunk, if you
    6 just want to work on one subdirectory.  For example, for
    7 me to start work on cal-meta on a new machine, i'll do:
     3The first step is to checkout the part/directory of the trunk
     4that will be modified. You don't need to check out the entire trunk, if you
     5just want to work on one subdirectory.  For example, to start work on cal-meta on a new machine, do:
    86
    97mkdir -p ~/src
     
    1816(which is controlled via uranus:/srv/archive/cal/etc/public-svn-authzfile). 
    1917}}}
     18 * Edit the CAL dependency list at:
     19{{{
     20~/src/cal-meta/src/debian/control
     21add the package to the 'Package: cal-configured-workstation' section.
     22}}}
     23
     24 * Verify the changes to the file:
    2025{{{
    2126cdelacruz@phobos:~/src/cal-meta/src/debian$ svn status
    2227M      control
     28
     29
    2330cdelacruz@phobos:~/src/cal-meta/src/debian$ svn diff
    2431Index: control
     
    3037 Package: cal-configured-workstation
    3138 Architecture: any
    32 -Depends: cal-base (= ${Source-Version}), libnss-ldap, libpam-krb5, nfs-common, portmap, zsh, libastro-perl, libstdc++5, lynx, ncftp, luma, build-essential, ttf-fifthhorseman-dkg-handwriting, sun-j2re1.5, nscd, flashplugin-nonfree, mozilla-acroread, acroread-plugins, python-numarray, gv, xfig, xfig-doc, gsfonts-x11, netpbm, transfig, xfig-libs, openoffice.org2, firefox, mozilla-thunderbird, skippy, gsl-bin, gsl-ref-html, pgplot5, fftw3, fftw3-doc, imagemagick, inkscape, gfortran, gfortran-doc, cvs, subversion, subversion-tools, tcl8.4, perl, python, tcsh, mutt, debian-el, devscripts, flex, bison, libdb2-dev, dpkg-dev-el, saods9, lesstif1, libforms-bin, libforms-dev, libpng12-dev, g77, tk8.4-dev, glibc-doc, debhelper, libssl-dev, libkrb5-dev, libreadline5-dev, python-pmw, python-pmw-doc, g77-doc, tetex-bin, tetex-doc, psutils, latex2html, tetex-extra, chktex, lesstif-bin, lesstif-dev, lesstif-doc, linux-headers-686, grace, gstreamer0.10-plugins-ugly, gstreamer0.10-fluendo-mpegdemux, gstreamer0.10-fluendo-mp3, libxext-dev, gstreamer0.10-plugins-ugly-multiverse, gstreamer0.10-plugins-good, cal-theme, f2c, python-numeric-ext, python-tk, curl, python-dev, twm, tightvncserver, scilab, scilab-doc, blt-dev, tcllib, tktable-dev, quota, quotatool, dh-make, dpatch, patchutils, cdbs, vim-gnome, octave, gnuplot, gnuplot-doc, gnome-gv, gpdf, sharutils, sextractor, libgsl0-dev, perl-doc, dillo, xmms, a2ps, aspell-en, xplanet, xplanet-images, unison
    33 +Depends: cal-base (= ${Source-Version}), libnss-ldap, libpam-krb5, nfs-common, portmap, zsh,
    34 +libastro-perl, libstdc++5, lynx, ncftp, luma, build-essential, ttf-fifthhorseman-dkg-handwriting,
    35 +sun-j2re1.5, nscd, flashplugin-nonfree, mozilla-acroread, acroread-plugins, python-numarray, gv, xfig,
    36 +xfig-doc, gsfonts-x11, netpbm, transfig, xfig-libs, openoffice.org2, firefox, mozilla-thunderbird, skippy,
    37 +gsl-bin, gsl-ref-html, pgplot5, fftw3, fftw3-doc, imagemagick, inkscape, gfortran, gfortran-doc, cvs,
    38 +subversion, subversion-tools, tcl8.4, perl, python, tcsh, mutt, debian-el, devscripts, flex, bison,
    39 +libdb2-dev, dpkg-dev-el, saods9, lesstif1, libforms-bin, libforms-dev, libpng12-dev, g77, tk8.4-dev, glibc-doc, debhelper, libssl-dev, libkrb5-dev, libreadline5-dev, python-pmw, python-pmw-doc, g77-doc, tetex-bin, tetex-doc, psutils, latex2html, tetex-extra, chktex, lesstif-bin, lesstif-dev, lesstif-doc, linux-headers-686, grace, gstreamer0.10-plugins-ugly, gstreamer0.10-fluendo-mpegdemux, gstreamer0.10-fluendo-mp3, libxext-dev, gstreamer0.10-plugins-ugly-multiverse, gstreamer0.10-plugins-good, cal-theme, f2c, python-numeric-ext, python-tk, curl, python-dev, twm, tightvncserver, scilab, scilab-doc, blt-dev, tcllib, tktable-dev, quota, quotatool, dh-make, dpatch, patchutils, cdbs, vim-gnome, octave, gnuplot, gnuplot-doc, gnome-gv, gpdf, sharutils, sextractor, libgsl0-dev, perl-doc, dillo, xmms, a2ps, aspell-en, xplanet, xplanet-images, unison, xchm
     39-Depends: cal-base (= ${Source-Version}), libnss-ldap,
     40.
     41.
     42.
     43unison, xchm
     44
    4045 Conflicts: cal-server
    4146 Description: meta-package for Configured Workstations at the Columbia Astrophysics Lab
    4247  cal-configured workstation is a simple meta-package that should make
     48}}}
    4349
     50 * Commit the changes to the Repository:
     51{{{
    4452cdelacruz@phobos:~/src/cal-meta/src/debian$ svn commit control
    4553Sending        control
    4654
    47  * Editor will be invoked, provide info. regarding the changes being made.
     55Editor will be invoked, provide info. regarding the changes being made.
    4856
    4957Transmitting file data .