summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAndrew O. Shadoura <bugzilla@tut.by>2011-03-19 20:54:55 +0200
committerAndrew O. Shadoura <bugzilla@tut.by>2011-03-19 20:54:55 +0200
commite007c497f57a7b6f49461f3fdc0068e76dbddbd4 (patch)
tree235ce1b4a160730074c0ed0a016b3d488b928b46 /debian
parente5ffc393b29a49d9d7e3ebd4e564d3663d83b948 (diff)
mention the bug in the upstream's JIRA
Diffstat (limited to 'debian')
-rw-r--r--debian/patches/use-proper-format-string.diff1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/patches/use-proper-format-string.diff b/debian/patches/use-proper-format-string.diff
index 7c9f81c..a30fec2 100644
--- a/debian/patches/use-proper-format-string.diff
+++ b/debian/patches/use-proper-format-string.diff
@@ -2,6 +2,7 @@ Description: Use the proper format string
Format ‘%ld’ expects type ‘long int’, but argument 2 has type ‘size_t’,
so use ‘%lz’.
Author: Andrew O. Shadoura <bugzilla@tut.by>
+Bug: http://jira.atheme.org/browse/LG-2
--- libguess-1.0.orig/src/tests/harness.c
+++ libguess-1.0/src/tests/harness.c