summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2010-09-08 04:21:12 +0200
committerGuillem Jover <guillem@hadrons.org>2010-09-08 04:40:16 +0200
commit326aed70e6ecbf02a49395ceb29d2a255431b795 (patch)
treeb561c1dd60c049658a5e63c226a7200ed7b25896
parentb7c33b94f2b927d7d7f9caf976734fdeb84a95fc (diff)
downloadinetutils-326aed70e6ecbf02a49395ceb29d2a255431b795.tar.gz
Remove obsolete and unused libopie-dev Build-Depends
-rw-r--r--debian/changelog1
-rw-r--r--debian/control.in2
-rw-r--r--debian/patches/02_remove_unused_opie_check.patch25
-rw-r--r--debian/patches/series1
4 files changed, 28 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index a44fb5f..bb9d8d5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -30,6 +30,7 @@ inetutils (2:1.8-1) UNRELEASED; urgency=low
* Explicitly include BSD licenses into debian/copyright, instead of
referencing generic and non-matching file from common-licenses.
* Now using Standards-Version 3.9.1.
+ * Remove obsolete and unused libopie-dev Build-Depends.
-- Guillem Jover <guillem@debian.org> Tue, 08 Jun 2010 21:16:04 +0200
diff --git a/debian/control.in b/debian/control.in
index 31c92c0..033a471 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -8,7 +8,7 @@ Vcs-Git: git://git.hadrons.org/git/debian/pkgs/inetutils.git
Homepage: http://www.gnu.org/software/inetutils/
Build-Depends: debhelper (>= 7), autoconf, automake, texinfo,
bison, libreadline-dev | libreadline6-dev | libreadline5-dev, libpam0g-dev,
- libopie-dev, libwrap0-dev, libshishi-dev
+ libwrap0-dev, libshishi-dev
Build-Conflicts: autoconf2.13, automake1.4
Package: inetutils-ftp
diff --git a/debian/patches/02_remove_unused_opie_check.patch b/debian/patches/02_remove_unused_opie_check.patch
new file mode 100644
index 0000000..a185e5e
--- /dev/null
+++ b/debian/patches/02_remove_unused_opie_check.patch
@@ -0,0 +1,25 @@
+From 34125eba732544bfcb6cf96a1dba5b5c6e610f47 Mon Sep 17 00:00:00 2001
+From: Guillem Jover <guillem@hadrons.org>
+Date: Mon, 6 Sep 2010 11:22:23 +0200
+Subject: [PATCH] Do not check for unused `opie' library
+
+* configure.ac: Remove opie AC_CHECK_LIB check.
+---
+ configure.ac | 1 -
+ 1 files changed, 0 insertions(+), 1 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 80a85b6..528a9b4 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -142,7 +142,6 @@ gl_INIT
+ AC_CHECK_LIB(nsl, inet_ntoa)
+ AC_CHECK_LIB(resolv, gethostname)
+ AC_CHECK_LIB(socket, getpeername)
+-AC_CHECK_LIB(opie, opiegenerator)
+
+ # See if a termcap library is available (under one of several names)
+ IU_LIB_TERMCAP
+--
+1.7.1
+
diff --git a/debian/patches/series b/debian/patches/series
index b9c42cc..14ce6a7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,5 @@
01_revert_manpage_removal.patch
+02_remove_unused_opie_check.patch
10_syslog_klog_doc.patch
22_syslogd_conf.patch
30_ping_suid_perms.patch