* libnfnetlink build updates 2 @ 2010-11-05 17:34 Jan Engelhardt 2010-11-05 17:34 ` [PATCH 1/3] build: use AC_OUTPUT Jan Engelhardt ` (3 more replies) 0 siblings, 4 replies; 5+ messages in thread From: Jan Engelhardt @ 2010-11-05 17:34 UTC (permalink / raw) To: pablo; +Cc: netfilter-devel The following changes since commit 01a7a3bddd5a6dd21cf23c2e8b097abd935ad15a: Add .gitignore files (2010-10-30 23:45:17 +0200) are available in the git repository at: git://dev.medozas.de/libnfnetlink master Jan Engelhardt (3): build: use AC_OUTPUT build: default to not building static libraries Remove distro-specific parts configure.ac | 5 ++++- debian/changelog | 17 ----------------- debian/control | 23 ----------------------- debian/copyright | 9 --------- debian/libnfnetlink-dev.install | 2 -- debian/libnfnetlink0.install | 1 - debian/rules | 17 ----------------- 7 files changed, 4 insertions(+), 70 deletions(-) delete mode 100644 debian/changelog delete mode 100644 debian/control delete mode 100644 debian/copyright delete mode 100644 debian/libnfnetlink-dev.install delete mode 100644 debian/libnfnetlink0.install delete mode 100755 debian/rules ^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 1/3] build: use AC_OUTPUT 2010-11-05 17:34 libnfnetlink build updates 2 Jan Engelhardt @ 2010-11-05 17:34 ` Jan Engelhardt 2010-11-05 17:34 ` [PATCH 2/3] build: default to not building static libraries Jan Engelhardt ` (2 subsequent siblings) 3 siblings, 0 replies; 5+ messages in thread From: Jan Engelhardt @ 2010-11-05 17:34 UTC (permalink / raw) To: pablo; +Cc: netfilter-devel Signed-off-by: Jan Engelhardt <jengelh@medozas.de> --- configure.ac | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 91fd6d7..a7682ea 100644 --- a/configure.ac +++ b/configure.ac @@ -22,4 +22,6 @@ dnl-------------------------------- dnl Output the makefile -AC_OUTPUT(Makefile src/Makefile include/Makefile include/libnfnetlink/Makefile utils/Makefile libnfnetlink.pc) +AC_CONFIG_FILES([Makefile src/Makefile include/Makefile + include/libnfnetlink/Makefile utils/Makefile libnfnetlink.pc]) +AC_OUTPUT -- 1.7.1 ^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 2/3] build: default to not building static libraries 2010-11-05 17:34 libnfnetlink build updates 2 Jan Engelhardt 2010-11-05 17:34 ` [PATCH 1/3] build: use AC_OUTPUT Jan Engelhardt @ 2010-11-05 17:34 ` Jan Engelhardt 2010-11-05 17:34 ` [PATCH 3/3] Remove distro-specific parts Jan Engelhardt 2010-11-07 19:46 ` libnfnetlink build updates 2 Pablo Neira Ayuso 3 siblings, 0 replies; 5+ messages in thread From: Jan Engelhardt @ 2010-11-05 17:34 UTC (permalink / raw) To: pablo; +Cc: netfilter-devel Signed-off-by: Jan Engelhardt <jengelh@medozas.de> --- configure.ac | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/configure.ac b/configure.ac index a7682ea..3d62082 100644 --- a/configure.ac +++ b/configure.ac @@ -8,6 +8,7 @@ AM_INIT_AUTOMAKE([-Wall foreign subdir-objects dist-bzip2 1.6]) AC_PROG_CC AC_EXEEXT +AC_DISABLE_STATIC AM_PROG_LIBTOOL AC_SUBST(LIBTOOL_DEPS) -- 1.7.1 ^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 3/3] Remove distro-specific parts 2010-11-05 17:34 libnfnetlink build updates 2 Jan Engelhardt 2010-11-05 17:34 ` [PATCH 1/3] build: use AC_OUTPUT Jan Engelhardt 2010-11-05 17:34 ` [PATCH 2/3] build: default to not building static libraries Jan Engelhardt @ 2010-11-05 17:34 ` Jan Engelhardt 2010-11-07 19:46 ` libnfnetlink build updates 2 Pablo Neira Ayuso 3 siblings, 0 replies; 5+ messages in thread From: Jan Engelhardt @ 2010-11-05 17:34 UTC (permalink / raw) To: pablo; +Cc: netfilter-devel Distributions keep their own versions anyway. Signed-off-by: Jan Engelhardt <jengelh@medozas.de> --- debian/changelog | 17 ----------------- debian/control | 23 ----------------------- debian/copyright | 9 --------- debian/libnfnetlink-dev.install | 2 -- debian/libnfnetlink0.install | 1 - debian/rules | 17 ----------------- 6 files changed, 0 insertions(+), 69 deletions(-) delete mode 100644 debian/changelog delete mode 100644 debian/control delete mode 100644 debian/copyright delete mode 100644 debian/libnfnetlink-dev.install delete mode 100644 debian/libnfnetlink0.install delete mode 100755 debian/rules diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index e5e8b58..0000000 --- a/debian/changelog +++ /dev/null @@ -1,17 +0,0 @@ -libnfnetlink (0.0.25-1) unstable; urgency=low - - * new upstream release - - -- Harald Welte <laforge@netfilter.org> Thu, 8 Mar 2007 14:02:37 +0100 - -libnfnetlink (0.0.14) unstable; urgency=low - - * new upstream release - - -- Harald Welte <laforge@netfilter.org> Sat, 07 Jan 2006 16:04:38 +0100 - -libnfnetlink (0.0.13-0+pre2) unstable; urgency=low - - * initial debian release - - -- Max Kellermann <max@duempel.org> Sun, 27 Nov 2005 18:10:02 +0100 diff --git a/debian/control b/debian/control deleted file mode 100644 index b3ed95a..0000000 --- a/debian/control +++ /dev/null @@ -1,23 +0,0 @@ -Source: libnfnetlink -Section: libs -Priority: optional -Maintainer: Max Kellermann <max@duempel.org> -Build-Depends: cdbs (>= 0.4), debhelper (>= 4.2), gcc (>= 3.4) -Standards-Version: 3.6.2 - -Package: libnfnetlink0 -Architecture: any -Depends: ${shlibs:Depends} -Description: Netfilter netlink library - libnfnetlink is a lowlevel C library which helps accessing the - netfilter netlink layer in the kernel. - -Package: libnfnetlink-dev -Architecture: any -Section: libdevel -Depends: libnfnetlink0 (= ${Source-Version}) -Description: Netfilter netlink library - libnfnetlink is a lowlevel C library which helps accessing the - netfilter netlink layer in the kernel. - . - This package provides the development files. diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index b4bac2e..0000000 --- a/debian/copyright +++ /dev/null @@ -1,9 +0,0 @@ -This Debian package was created by Max Kellermann <max@duempel.org>. - -The upstream sources were downloaded from: - http://ftp.netfilter.org/pub/libnfnetlink/ - -The GNU General Public License version 2 applies to the upstream -sources. On Debian systems, the complete text of the GNU General -Public License version 2 can be found in the -/usr/share/common-licenses/GPL-2 file. diff --git a/debian/libnfnetlink-dev.install b/debian/libnfnetlink-dev.install deleted file mode 100644 index 5cc336f..0000000 --- a/debian/libnfnetlink-dev.install +++ /dev/null @@ -1,2 +0,0 @@ -usr/lib/*.{so,a,la} -usr/include diff --git a/debian/libnfnetlink0.install b/debian/libnfnetlink0.install deleted file mode 100644 index 093956b..0000000 --- a/debian/libnfnetlink0.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/*.so.* diff --git a/debian/rules b/debian/rules deleted file mode 100755 index 54719e8..0000000 --- a/debian/rules +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/make -f -# -*- mode: makefile; coding: utf-8 -*- - -VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f2 -d' ') -UPSTREAM_VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f2 -d' ' | cut -f1 -d-) -DEB_TARBALL := libnfnetlink-$(UPSTREAM_VERSION).tar.bz2 -DEB_TAR_SRCDIR := libnfnetlink-$(UPSTREAM_VERSION) - -include /usr/share/cdbs/1/rules/debhelper.mk -#include /usr/share/cdbs/1/rules/tarball.mk -include /usr/share/cdbs/1/class/autotools.mk - -DEB_DH_INSTALL_SOURCEDIR := debian/tmp - -binary-install/libnfnetlink-dev:: - mkdir -p debian/libnfnetlink-dev/usr/lib/pkgconfig/; \ - install -m 644 libnfnetlink.pc debian/libnfnetlink-dev/usr/lib/pkgconfig/ -- 1.7.1 ^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: libnfnetlink build updates 2 2010-11-05 17:34 libnfnetlink build updates 2 Jan Engelhardt ` (2 preceding siblings ...) 2010-11-05 17:34 ` [PATCH 3/3] Remove distro-specific parts Jan Engelhardt @ 2010-11-07 19:46 ` Pablo Neira Ayuso 3 siblings, 0 replies; 5+ messages in thread From: Pablo Neira Ayuso @ 2010-11-07 19:46 UTC (permalink / raw) To: Jan Engelhardt; +Cc: netfilter-devel On 05/11/10 18:34, Jan Engelhardt wrote: > The following changes since commit 01a7a3bddd5a6dd21cf23c2e8b097abd935ad15a: > > Add .gitignore files (2010-10-30 23:45:17 +0200) > > are available in the git repository at: > git://dev.medozas.de/libnfnetlink master pulled and applied, thanks Jan. ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-11-07 19:46 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2010-11-05 17:34 libnfnetlink build updates 2 Jan Engelhardt 2010-11-05 17:34 ` [PATCH 1/3] build: use AC_OUTPUT Jan Engelhardt 2010-11-05 17:34 ` [PATCH 2/3] build: default to not building static libraries Jan Engelhardt 2010-11-05 17:34 ` [PATCH 3/3] Remove distro-specific parts Jan Engelhardt 2010-11-07 19:46 ` libnfnetlink build updates 2 Pablo Neira Ayuso
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).