projects
/
invirt/packages/invirt-dev.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
040aef5
)
Apparently I screwed up splitting up the list of packages for invirt-ood-build
0.0.7
author
Evan Broder
<broder@mit.edu>
Mon, 10 Nov 2008 09:01:33 +0000
(
04:01
-0500)
committer
Evan 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
patch
|
blob
|
history
invirt-ood-build
patch
|
blob
|
history
diff --git
a/debian/changelog
b/debian/changelog
index
7af3983
..
3c7f554
100644
(file)
--- a/
debian/changelog
+++ b/
debian/changelog
@@
-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
diff --git
a/invirt-ood-build
b/invirt-ood-build
index
ee49d24
..
fe2365a
100755
(executable)
--- a/
invirt-ood-build
+++ b/
invirt-ood-build
@@
-17,7
+17,6
@@
if [ "${answer:0:1}" = "n" -o "${answer:0:1}" = "N" ]; then
exit 0
fi
-IFS="$(echo)"
for package in $packages; do
invirt-build-release "$package"
done