[Debpool-commits] [SCM] Debpool Project Repository branch, master, updated. debian/0.4.0-10-gb2ffb02
Andres Mejia
mcitadel at gmail.com
Mon Oct 27 21:19:25 UTC 2008
The following commit has been merged in the master branch:
commit b2ffb029184e50ab491bdb57171a1107d8394ad4
Author: Andres Mejia <mcitadel at gmail.com>
Date: Mon Oct 27 17:19:20 2008 -0400
Fix minor error
diff --git a/bin/debpool b/bin/debpool
index ded7a53..340ca94 100755
--- a/bin/debpool
+++ b/bin/debpool
@@ -76,7 +76,7 @@ if ($Options{'compress_dists'}) {
push @compression_methods, DebPool::Gzip->new();
}
if ($Options{'bzcompress_dists'}) {
- push @compression_methods, DebPool::Bzip2->();
+ push @compression_methods, DebPool::Bzip2->new();
}
# Create the directory tree. This is clean even it it already exists,
--
Debpool Project Repository
More information about the Debpool-commits
mailing list