summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAndrew O. Shadoura <bugzilla@tut.by>2011-03-19 18:55:35 +0200
committerAndrew O. Shadoura <bugzilla@tut.by>2011-03-19 18:55:35 +0200
commitfce9ebbc924de142fcf20693d9919f1b1931d718 (patch)
tree03fbd0083f75540c783becbb3923d56fe0c22ada /debian
parent10a7eac621b38266a8b96b003911ee5677a3606a (diff)
add the commit from the upstream as a patch
Diffstat (limited to 'debian')
-rw-r--r--debian/patches/fix-typo-on-mowgli-url.hg219e1937b9f5.diff16
-rw-r--r--debian/patches/series1
2 files changed, 17 insertions, 0 deletions
diff --git a/debian/patches/fix-typo-on-mowgli-url.hg219e1937b9f5.diff b/debian/patches/fix-typo-on-mowgli-url.hg219e1937b9f5.diff
new file mode 100644
index 0000000..5a82af1
--- /dev/null
+++ b/debian/patches/fix-typo-on-mowgli-url.hg219e1937b9f5.diff
@@ -0,0 +1,16 @@
+Description: Fix typo on Mowgli URL. (closes LG-1)
+ This patch is imported from the upstream's VCS.
+Origin: upstream, http://hg.atheme.org/libguess/libguess/rev/219e1937b9f5
+Author: William Pitcock <nenolod@atheme.org>
+
+--- libguess-1.0.orig/configure.ac
++++ libguess-1.0/configure.ac
+@@ -40,7 +40,7 @@ AC_CHECK_FUNCS([memset setlocale strcase
+ AC_CHECK_FUNCS([printf sprintf snprintf vsnprintf gettimeofday strndup strlcpy strlcat])
+ AC_FUNC_STAT
+
+-PKG_CHECK_MODULES([MOWGLI], [libmowgli >= 0.7.0], [], [AC_MSG_ERROR([Install Mowgli from http://atheme.org/projects/mowgli.])])
++PKG_CHECK_MODULES([MOWGLI], [libmowgli >= 0.7.0], [], [AC_MSG_ERROR([Install Mowgli from http://atheme.org/project/mowgli.])])
+
+ # Check for optional features.
+ EXAMPLES_BUILD=""
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..341f07c
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-typo-on-mowgli-url.hg219e1937b9f5.diff