--- libcli-1.8.6.orig/debian/changelog +++ libcli-1.8.6/debian/changelog @@ -0,0 +1,40 @@ +libcli (1.8.6-1) unstable; urgency=low + + * New upstream release. + + -- Jonathan McDowell Mon, 20 Mar 2006 16:47:49 +0000 + +libcli (1.8.5-1) unstable; urgency=low + + * New upstream release. + + -- Jonathan McDowell Thu, 05 May 2005 12:34:24 +0100 + +libcli (1.8.4-1) unstable; urgency=low + + * New upstream release. + * Fix up watch file. + * Lower case first letter of Description to keep lintian happy. + + -- Jonathan McDowell Thu, 06 Jan 2005 14:08:17 +0000 + +libcli (1.8.2-1) unstable; urgency=low + + * New upstream release. + * Initial Debian upload (closes: #280611) + + -- Jonathan McDowell Tue, 16 Nov 2004 12:25:56 +0000 + +libcli (1.8.1-1) unstable; urgency=low + + * New upstream release. + * Add watch file. + + -- Jonathan McDowell Wed, 1 Sep 2004 10:55:56 +0100 + +libcli (1.6.2-1) unstable; urgency=low + + * Initial packaging. + + -- Jonathan McDowell Wed, 30 Jun 2004 12:13:31 +0100 + --- libcli-1.8.6.orig/debian/watch +++ libcli-1.8.6/debian/watch @@ -0,0 +1,2 @@ +version=2 +ftp://ftp.sf.net/pub/sourceforge/l/li/libcli/libcli-(.*)\.tar\.gz --- libcli-1.8.6.orig/debian/compat +++ libcli-1.8.6/debian/compat @@ -0,0 +1 @@ +4 --- libcli-1.8.6.orig/debian/rules +++ libcli-1.8.6/debian/rules @@ -0,0 +1,80 @@ +#!/usr/bin/make -f +# debian/rules for libcli; http://libcli.sf.net/ + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS))) + CFLAGS += -g +endif +ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) + INSTALL_PROGRAM += -s +endif + +# shared library version +version=1.8.2 +major=1.8 + +configure: configure-stamp +configure-stamp: + dh_testdir + touch configure-stamp + + +build: build-stamp +build-stamp: configure-stamp + dh_testdir + $(MAKE) PREFIX=/usr + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + -$(MAKE) clean + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + # Add here commands to install the package into debian/tmp + $(MAKE) install PREFIX=/usr DESTDIR=$(CURDIR)/debian/tmp + mv $(CURDIR)/debian/tmp/usr/include/* \ + $(CURDIR)/debian/libcli-dev/usr/include + mv $(CURDIR)/debian/tmp/usr/lib/libcli.so \ + $(CURDIR)/debian/libcli-dev/usr/lib + mv $(CURDIR)/debian/tmp/usr/lib/* \ + $(CURDIR)/debian/libcli1/usr/lib + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_movefiles + + dh_installdocs -plibcli-dev Doc/*.html + dh_installdocs -plibcli1 + dh_installexamples + dh_installmenu + dh_installman + dh_installinfo + dh_installchangelogs + dh_link + dh_strip + dh_compress + dh_fixperms + dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- libcli-1.8.6.orig/debian/docs +++ libcli-1.8.6/debian/docs @@ -0,0 +1 @@ +README --- libcli-1.8.6.orig/debian/copyright +++ libcli-1.8.6/debian/copyright @@ -0,0 +1,10 @@ +This package was debianized by Jonathan McDowell on +Wed, 30 Jun 2004 12:13:31 +0100. + +It was downloaded from http://sf.net/projects/libcli + +Upstream Author: David Parrish (david@dparrish.com) + +You are free to distribute this software under the terms of the GNU +General Public License. The full text of this license can be found +in the file /usr/share/common-licenses/GPL --- libcli-1.8.6.orig/debian/control +++ libcli-1.8.6/debian/control @@ -0,0 +1,39 @@ +Source: libcli +Priority: optional +Section: libs +Maintainer: Jonathan McDowell +Build-Depends: debhelper (>> 4.0.0) +Standards-Version: 3.6.1.1 + +Package: libcli-dev +Section: libdevel +Architecture: any +Depends: libcli1 (= ${Source-Version}) +Description: emulates a cisco style telnet command-line interface (dev files) + libcli provides a consistant Cisco style command-line environment for + remote clients, with a few common features between every implemtation. + . + The library is not accessed by itself, rather the software which uses + it listens on a defined port for a Telnet connection. This connection + is handed off to libcli for processing. + . + libcli includes support for command history, command line editing and + filtering of command output. + . + This package contains the files necessary for developing applications + with libcli. + +Package: libcli1 +Section: libs +Architecture: any +Depends: ${shlibs:Depends} +Description: emulates a cisco style telnet command-line interface + libcli provides a consistant Cisco style command-line environment for + remote clients, with a few common features between every implemtation. + . + The library is not accessed by itself, rather the software which uses + it listens on a defined port for a Telnet connection. This connection + is handed off to libcli for processing. + . + libcli includes support for command history, command line editing and + filtering of command output. --- libcli-1.8.6.orig/debian/libcli1.files +++ libcli-1.8.6/debian/libcli1.files @@ -0,0 +1 @@ +usr/lib/lib*.so.* --- libcli-1.8.6.orig/debian/libcli-dev.dirs +++ libcli-1.8.6/debian/libcli-dev.dirs @@ -0,0 +1,2 @@ +usr/lib +usr/include --- libcli-1.8.6.orig/debian/libcli-dev.files +++ libcli-1.8.6/debian/libcli-dev.files @@ -0,0 +1,3 @@ +usr/include/* +usr/lib/lib*.a +usr/lib/lib*.so --- libcli-1.8.6.orig/debian/libcli1.dirs +++ libcli-1.8.6/debian/libcli1.dirs @@ -0,0 +1 @@ +usr/lib