r2255: Autocommit for make-debian
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 27 Jul 2002 01:36:26 +0000 (01:36 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 27 Jul 2002 01:36:26 +0000 (01:36 +0000)
debian/control
debian/upload.sh

index e4fdcce65c4ba128df3589a9b857ecdcba303b90..a23df275f7228bdcf6f9e51a5f05d1504ff07a08 100644 (file)
@@ -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
index 7702c6491c2337a781e04fb95a82625a7d6129a1..4c39ccff50cdf2d3381def6e5d1d76a03d28c086 100755 (executable)
@@ -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