Comment: | 898897 Separate examples from main .deb Created new .deb package for examples (mtt-examples). mtt-examples depends on mtt. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
e6c98916c8d66d10b697492cf283e622 |
User & Date: | geraint@users.sourceforge.net on 2004-02-19 00:47:19 |
Other Links: | branch diff | manifest | tags |
2004-02-19
| ||
12:05:49 | Fix prob. when no bonds check-in: 9dbc5c7804 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
00:47:19 |
898897 Separate examples from main .deb Created new .deb package for examples (mtt-examples). mtt-examples depends on mtt. | |
2004-02-17
| ||
21:57:41 |
Implemented [ 898902 ] Default sfun_interface All inputs and outputs are now passed between MTT and Simulink. check-in: b0300d5026 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Modified mttroot/mtt/bin/mtt_cvs2deb from [6e6f8feb93] to [296effe228].
︙ | |||
98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 | 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 | + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + | error "unknown option $1" ;; esac shift done topdir=`pwd` ## Main MTT echo "Packaging mtt ..." # create working directory tmpdir=`mktemp -d mtt_cvs2deb.tmp.XXXXXXXXXX` if [ ! -d ${tmpdir} ]; then error "cannot create temporary directory" fi # copy sources to working directory cd ${tmpdir} if [ "${sources}" = "${default_sources}" ]; then cvs -z3 -d:pserver:anonymous@cvs.mtt.sf.net:/cvsroot/mtt co mttroot else cp -a ${sources} . fi # generate tarball of sources cd mttroot tar -cf mtt-${version}.tar mtt/ tar --file mtt-${version}.tar --delete mtt/lib/examples |
Modified mttroot/mtt/debian/control from [1a649868b6] to [474244a829].
1 2 3 4 5 6 7 8 9 10 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | - + | Source: mtt Section: contrib/math Priority: optional Maintainer: Geraint <geraint@users.sourceforge.net> Build-Depends: debhelper (>> 3.0.0) Standards-Version: 3.5.2 Package: mtt Architecture: all Depends: gawk, octave, units, xfig |
︙ |
Modified mttroot/mtt/debian/copyright from [2b033c4330] to [b94b7f6de3].
1 2 3 4 5 6 7 8 9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | - + | This package was debianized by Geraint <geraint@users.sf.net> on Sun, 28 Apr 2002 00:11:29 +0000. It was downloaded from http://sourceforge.net/projects/mtt Upstream Author(s): Peter Gawthrop <mtt@gawthrop.net> Copyright: |
Added mttroot/mtt/lib/examples/Makefile version [161ecd9b97].
|
Added mttroot/mtt/lib/examples/debian/README.Debian version [dac8a18a37].
|
Added mttroot/mtt/lib/examples/debian/changelog version [43ade6029e].
|
Added mttroot/mtt/lib/examples/debian/compat version [0c3ec9639d].
1 | + | 4 |
Added mttroot/mtt/lib/examples/debian/conffiles.ex version [d832dbb182].
|
Added mttroot/mtt/lib/examples/debian/control version [c43dbe3331].
|
Added mttroot/mtt/lib/examples/debian/copyright version [1acaedb686].
|
Added mttroot/mtt/lib/examples/debian/cron.d.ex version [2c98fb387d].
|
Added mttroot/mtt/lib/examples/debian/dirs version [b541042ac0].
|
Added mttroot/mtt/lib/examples/debian/docs version [a7ffc6f8bf].
Added mttroot/mtt/lib/examples/debian/emacsen-install.ex version [f82ffb9b9c].
|
Added mttroot/mtt/lib/examples/debian/emacsen-remove.ex version [336be314aa].
|
Added mttroot/mtt/lib/examples/debian/emacsen-startup.ex version [0d279cfd52].
|
Added mttroot/mtt/lib/examples/debian/init.d.ex version [958a43e196].
|
Added mttroot/mtt/lib/examples/debian/manpage.1.ex version [2f4204b36f].
|
Added mttroot/mtt/lib/examples/debian/manpage.sgml.ex version [97d6404147].