[Cdd-commits] cdd/common/cdd cdd-gen-control,1.3,1.4
Otavio Salvador
debian-custom@lists.debian.org
Tue, 29 Jun 2004 16:32:18 +0000
Update of /cvsroot/cdd/cdd/common/cdd
In directory haydn:/tmp/cvs-serv24893
Modified Files:
cdd-gen-control
Log Message:
* Change the default task prefix from 'education-' to 'test-'.
Index: cdd-gen-control
===================================================================
RCS file: /cvsroot/cdd/cdd/common/cdd/cdd-gen-control,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- cdd-gen-control 29 Jun 2004 15:16:09 -0000 1.3
+++ cdd-gen-control 29 Jun 2004 16:32:16 -0000 1.4
@@ -136,7 +136,7 @@
#
sub load_tasks {
my $taskfile;
- my $prefix = "education-" ;
+ my $prefix = "test-" ;
unless ( -d "debian" ) {
system ( "mkdir debian" ) ;
@@ -145,7 +145,7 @@
unless ( open(CTRL, ">debian/control" ) ) { die "Unable to open debian/control\n" ; }
select CTRL;
unless ( open(STUB, "debian/control.stub" ) ) {
- print STDERR "No template debian/control.stub. Use education prefix.\n" ;
+ print STDERR "No template debian/control.stub. Use test prefix.\n" ;
} else {
while ( <STUB> ) {
if ( /^Package: (.+)$/) {