[pkg-bioc] svn commit r318 r318 - in /trunk/tools-ng: r_pkg_ordering.pl r_pkg_prepare.sh

psychedelys-guest at users.alioth.debian.org psychedelys-guest at users.alioth.debian.org
Mon Sep 24 12:13:06 UTC 2007


Author: psychedelys-guest
Date: Mon Sep 24 12:13:05 2007
New Revision: 318

URL: http://svn.debian.org/wsvn/pkg-bioc/?sc=1&rev=318
Log:
added rebuild-all & noQAcheck + updated the maintainermail 

Modified:
    trunk/tools-ng/r_pkg_ordering.pl
    trunk/tools-ng/r_pkg_prepare.sh

Modified: trunk/tools-ng/r_pkg_ordering.pl
URL: http://svn.debian.org/wsvn/pkg-bioc/trunk/tools-ng/r_pkg_ordering.pl?rev=318&op=diff
==============================================================================
--- trunk/tools-ng/r_pkg_ordering.pl (original)
+++ trunk/tools-ng/r_pkg_ordering.pl Mon Sep 24 12:13:05 2007
@@ -78,8 +78,17 @@ This script will be executed under Debia
 
     turn the verbose mode on
 
+=item --rebuildall
+
+    rebuild everything exept the debian packages
+
+=item --noQAcheck
+
+	desactive the QA check: lintian & linda 
+
 # TODO option not yet implemented 
-# rebuildall noQAcheck builddebian --dryrun
+# --builddebian
+# --dryrun
 
 =back
 
@@ -664,17 +673,27 @@ foreach my $package (@nodes) {
                 print
                   "\tPackage '$package' ($debname): last version is already "
                   . "in our local mirror, skipping\n";
+				if( $rebuildall ) {
+					print "\tbut rebuilding anyway as you are asking\n";
+				}
+				else {
                 next;
             }
         }
+        }
 
     }
     elsif ( -s $debfile ) {
         print
-          "\t\t$package is already built, $debfile exist, skipping package\n"
+          "\t$package is already built, $debfile exist, skipping package\n"
           if $verbose;
+		if( $rebuildall ) {
+			print "\tbut rebuilding anyway as you are asking\n";
+		}
+		else {
         next;
     }
+    }
 
     # the package is not buildable for a know motif
     elsif ( exists( $globalstuff{cannotbuild}{$package} ) ) {

Modified: trunk/tools-ng/r_pkg_prepare.sh
URL: http://svn.debian.org/wsvn/pkg-bioc/trunk/tools-ng/r_pkg_prepare.sh?rev=318&op=diff
==============================================================================
--- trunk/tools-ng/r_pkg_prepare.sh (original)
+++ trunk/tools-ng/r_pkg_prepare.sh Mon Sep 24 12:13:05 2007
@@ -91,7 +91,7 @@ builds="builds"
 binarch=`/usr/bin/dpkg --print-architecture`;
 
 # Which is the maintainers email to appear in the debian packages ?
-maintainermail="CRAN/BioC packagers <pkg-bioc-devel\@lists.alioth.debian.org>";
+maintainermail="CRAN/BioC packagers <pkg-bioc-devel at lists.alioth.debian.org>";
 
 # Which is the maxsize of the sourcefiles to package ? (need to be in B)
 maxsize="30000000"




More information about the pkg-bioc-devel mailing list