Subversion Repositories liboop-bad

Compare Revisions

Ignore whitespace Rev 36 → Rev 37

/trunk/configure.ac
File deleted
/trunk/debian/changelog
11,8 → 11,9
reading lines and records that he once contributed (Closes: #579604).
* Upgrade to debhelper compatibility level 7, use dh_install instead
of dh_movefiles as well as dh_prep instead of dh_clean.
* configure_support_freebsd_hurd.patch: Separate patch for bug #359930.
 
-- Magnus Holmgren <holmgren@debian.org> Fri, 30 Jul 2010 16:47:47 +0200
-- Magnus Holmgren <holmgren@debian.org> Fri, 30 Jul 2010 16:57:24 +0200
 
liboop (1.0-6) unstable; urgency=low
 
/trunk/debian/patches/configure_support_freebsd_hurd.patch
0,0 → 1,17
From: Cyril Brulebois <cyril.brulebois@enst-bretagne.fr>
Origin: <vendor|upstream|other>, <url of original patch>
Bug-Debian: http://bugs.debian.org/359930
Forwarded: no
Subject: Make configure.ac recognize BSD and Hurd.
 
--- liboop-1.0.orig/configure.ac
+++ liboop-1.0/configure.ac
@@ -15,7 +15,7 @@ AC_ARG_WITH(libwww, AC_HELP_STRING(--wit
dnl System type checks.
case "$host" in
- *-linux-*)
+ *-linux-*|*-k*bsd*|*-gnu*)
AC_PATH_PROG(PROG_LDCONFIG, ldconfig, :, $PATH:/usr/sbin:/sbin)
no_wacky_libs=yes
;;
/trunk/debian/patches/series
1,0 → 0,0
read_bugfixes.patch
configure_support_freebsd_hurd.patch