summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2011-07-20 20:30:08 (GMT)
committerChristian Pointner <equinox@helsinki.at>2011-07-20 20:30:08 (GMT)
commit0d907aebd3588badea774349ea15648d385db3e5 (patch)
tree59f22ce4d7401115f59bec603b2acd8d0852e417
parent00859e41d0cfa0aef3c4e582f533d18062ae32c7 (diff)
fixed rhimport-dn (again...)
added 0.3 to debian changelog
-rw-r--r--debian/changelog6
-rwxr-xr-xrhimport-dn2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index fc21d01..7d1e1e6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+rhimport (0.3-1) unstable; urgency=low
+
+ * new upstream release 0.3
+
+ -- Christian Pointner <equinox@helsinki.at> Wed, 20 Jul 2011 22:28:51 +0200
+
rhimport (0.2.1-1) unstable; urgency=low
* new upstream release 0.2.1
diff --git a/rhimport-dn b/rhimport-dn
index 32d5bf3..bf98e81 100755
--- a/rhimport-dn
+++ b/rhimport-dn
@@ -123,7 +123,7 @@ $dbh->disconnect();
unlink $file;
if(!$ret) {
- print "\nImport Error:\n"
+ print "\nImport Error:\n";
print $log;
exit 1;
}