From: Kevin M. Rosenberg Date: Sat, 27 Jul 2002 01:36:26 +0000 (+0000) Subject: r2255: Autocommit for make-debian X-Git-Tag: debian-4.5.3-3~171 X-Git-Url: http://git.kpe.io/?a=commitdiff_plain;ds=sidebyside;h=db6dba3e00c6ba0c3d2a0dfdda12bc8f924c05bf;p=ctsim.git r2255: Autocommit for make-debian --- diff --git a/debian/control b/debian/control index e4fdcce..a23df27 100644 --- a/debian/control +++ b/debian/control @@ -23,7 +23,7 @@ Description: Computed Tomograpy Simulator Package: ctsim-help Architecture: all -Recommends: ctsim +Enhances: ctsim Replaces: ctsim (<< 3.5.3) Description: Online help file for CTSim This package provides the online help file for CTSim, a computed tomography diff --git a/debian/upload.sh b/debian/upload.sh index 7702c64..4c39ccf 100755 --- a/debian/upload.sh +++ b/debian/upload.sh @@ -1,6 +1,6 @@ #!/bin/sh -e -debupload.sh ctsim ctsim "ctsim ctsim-doc ctsim-help" -hftp.med-info.com -d/home/ftp/pub/ctsim -c"(cd /opt/apache/htdocs/ctsim.org; make)" +debupload.sh -Sctsim -B"ctsim ctsim-doc ctsim-help" -hftp.med-info.com -d/home/ftp/pub/ctsim -c"(cd /opt/apache/htdocs/ctsim.org; make)" exit 0