projects
/
onis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59791df
)
[23:40] <@_charly__> octo: naja, auf alle faelle hast du in debian/rules im clean...
author
octo
<octo>
Tue, 19 Apr 2005 18:17:45 +0000
(18:17 +0000)
committer
octo
<octo>
Tue, 19 Apr 2005 18:17:45 +0000
(18:17 +0000)
debian/rules
patch
|
blob
|
history
lib/Onis/Data/Core.pm
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index
37f155b
..
98d0dd2
100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-47,8
+47,7
@@
clean:
dh_testroot
rm -f build-stamp configure-stamp
- # Add here commands to clean up after the build process.
- #-$(MAKE) clean
+ patch -p1 -R <contrib/systemwide-patch/systemwide-patch.diff
dh_clean
diff --git
a/lib/Onis/Data/Core.pm
b/lib/Onis/Data/Core.pm
index
76f8c8c
..
c47af2f
100644
(file)
--- a/
lib/Onis/Data/Core.pm
+++ b/
lib/Onis/Data/Core.pm
@@
-757,8
+757,9
@@
Print the output. Should be called only once..
sub print_output
{
- # FIXME FIXME FIXME
- if (!get_total_lines ())
+ my ($total, $this) = get_total_lines ();
+
+ if (!$total)
{
print STDERR <<'MESSAGE';