netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* libsnet: build sys
@ 2011-10-03 20:10 Jan Engelhardt
  2011-10-03 20:10 ` [PATCH 1/3] build: provide buildsys with automake and pkgconfig Jan Engelhardt
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jan Engelhardt @ 2011-10-03 20:10 UTC (permalink / raw)
  To: sam; +Cc: netfilter-devel


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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-10-03 20:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-03 20:10 libsnet: build sys Jan Engelhardt
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

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).