netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jan Engelhardt <jengelh@medozas.de>
To: sam@synack.fr
Cc: netfilter-devel@vger.kernel.org
Subject: libsnet: build sys
Date: Mon,  3 Oct 2011 22:10:06 +0200	[thread overview]
Message-ID: <1317672610-29855-1-git-send-email-jengelh@medozas.de> (raw)


I see that your libsnet-0.1.tar contains a git tree, so I used that
as a base for now.

With the three patches here, distro packaging is stress-free
(means $developer does not have to read the Makefile to figure out
what variables to set :-).

Please add header notices to the .c files to refer to the particular
license that they are under, and a LICENSE/COPYING file for the
particular license you will be choosing for the package.

thanks,
Jan

----

The following changes since commit 83884836dc5f636b4f46c75d372ec47ed7a9c98e:

  snetd: fix netlink attributs (2009-12-29 17:49:03 +0100)

are available in the git repository at:
  git://dev.medozas.de/libsnet master

Jan Engelhardt (3):
      build: provide buildsys with automake and pkgconfig
      build: resolve compiler warnings
      src: put include files into their own directory

 .gitignore                       |   19 +++++++++++++++++++
 Makefile                         |   38 --------------------------------------
 Makefile.am                      |   20 ++++++++++++++++++++
 autogen.sh                       |    4 ++++
 configure.ac                     |   17 +++++++++++++++++
 include/{ => libsnet}/snet.h     |    0
 include/{ => libsnet}/snet_lib.h |    2 +-
 include/{ => libsnet}/sql.h      |    0
 include/{ => libsnet}/utils.h    |    0
 libsnet.pc.in                    |   10 ++++++++++
 m4/.gitignore                    |    2 ++
 snet.c                           |    5 +++--
 snet_lib.c                       |    7 ++++---
 utils.c                          |    5 +++--
 14 files changed, 83 insertions(+), 46 deletions(-)
 create mode 100644 .gitignore
 delete mode 100644 Makefile
 create mode 100644 Makefile.am
 create mode 100755 autogen.sh
 create mode 100644 configure.ac
 rename include/{ => libsnet}/snet.h (100%)
 rename include/{ => libsnet}/snet_lib.h (95%)
 rename include/{ => libsnet}/sql.h (100%)
 rename include/{ => libsnet}/utils.h (100%)
 create mode 100644 libsnet.pc.in
 create mode 100644 m4/.gitignore

             reply	other threads:[~2011-10-03 20:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-03 20:10 Jan Engelhardt [this message]
2011-10-03 20:10 ` [PATCH 1/3] build: provide buildsys with automake and pkgconfig Jan Engelhardt
2011-10-03 20:10 ` [PATCH 2/3] build: resolve compiler warnings Jan Engelhardt
2011-10-03 20:10 ` [PATCH 3/3] src: put include files into their own directory Jan Engelhardt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1317672610-29855-1-git-send-email-jengelh@medozas.de \
    --to=jengelh@medozas.de \
    --cc=netfilter-devel@vger.kernel.org \
    --cc=sam@synack.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).