Apparently I screwed up splitting up the list of packages for invirt-ood-build 0.0.7
authorEvan Broder <broder@mit.edu>
Mon, 10 Nov 2008 09:01:33 +0000 (04:01 -0500)
committerEvan Broder <broder@mit.edu>
Mon, 10 Nov 2008 09:01:33 +0000 (04:01 -0500)
svn path=/trunk/packages/invirt-dev/; revision=1592

debian/changelog
invirt-ood-build

index 7af3983..3c7f554 100644 (file)
@@ -1,3 +1,10 @@
+invirt-dev (0.0.7) unstable; urgency=low
+
+  * Undo my attempts at correctly splitting the package list; do it less
+    correctly
+
+ -- Evan Broder <broder@mit.edu>  Mon, 10 Nov 2008 04:01:09 -0500
+
 invirt-dev (0.0.6) unstable; urgency=low
 
   * Punt duplicate dirs file and unused docs file in package
 invirt-dev (0.0.6) unstable; urgency=low
 
   * Punt duplicate dirs file and unused docs file in package
index ee49d24..fe2365a 100755 (executable)
@@ -17,7 +17,6 @@ if [ "${answer:0:1}" = "n" -o "${answer:0:1}" = "N" ]; then
    exit 0
 fi
 
    exit 0
 fi
 
-IFS="$(echo)"
 for package in $packages; do
     invirt-build-release "$package"
 done
 for package in $packages; do
     invirt-build-release "$package"
 done