From: Danny Jeongseok Seo Date: Tue, 21 Aug 2012 09:35:02 +0000 (+0900) Subject: Release Tizen 2.0 beta X-Git-Tag: 2.0_alpha^0 X-Git-Url: http://review.tizen.org/git/?p=external%2Flibnl2.git;a=commitdiff_plain;h=a40b901cd002f04a6640792b84a58eef1ac085f9 Release Tizen 2.0 beta --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ffadca3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +# git ls-files --others --exclude-from=.git/info/exclude +# Lines that start with '#' are comments. +# For a project mostly in C, the following would be a good set of +# exclude patterns (uncomment them if you want to use them): +# *.[oa] +# *~ +*.[oa] +*~ +build-stamp +cmake_build_tmp +configure-stamp +debian/files +debian/libnl2-dbg.debhelper.log +debian/libnl2-dbg.substvars +debian/libnl2-dbg +debian/libnl2.debhelper.log +debian/libnl2.install +debian/libnl2.substvars +debian/libnl2 +debian/tmp +.project +.cproject diff --git a/debian/changelog b/debian/changelog index 22e9ea0..adf46eb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,7 @@ libnl2 (2.0-1slp2+2) unstable; urgency=low * Change maintainers - * Git: pkgs/l/libnl2 + * Git: slp/pkgs/l/libnl2 * Tag: libnl2_2.0-1slp2+2 -- Sunkey Lee Mon, 05 Mar 2012 20:16:05 +0900 @@ -9,7 +9,7 @@ libnl2 (2.0-1slp2+2) unstable; urgency=low libnl2 (2.0-1slp2+1) unstable; urgency=low * Upload pkgs to a pkg server - * Git: pkgs/l/libnl2 + * Git: slp/pkgs/l/libnl2 * Tag: libnl2_2.0-1slp2+1 -- Sunkey Lee Mon, 05 Mar 2012 19:36:51 +0900 diff --git a/debian/rules b/debian/rules index 85cf5af..90872d3 100755 --- a/debian/rules +++ b/debian/rules @@ -7,4 +7,3 @@ include /usr/share/cdbs/1/rules/simple-patchsys.mk DEB_DH_STRIP_ARGS := --dbg-package=libnl2-dbg DEB_DH_MAKESHLIBS_ARGS_libnl2 := -V"libnl2 (>= $(DEB_UPSTREAM_VERSION))" - diff --git a/include/netlink/.gitignore b/include/netlink/.gitignore new file mode 100644 index 0000000..6702033 --- /dev/null +++ b/include/netlink/.gitignore @@ -0,0 +1 @@ +version.h diff --git a/lib/.gitignore b/lib/.gitignore new file mode 100644 index 0000000..2a450e8 --- /dev/null +++ b/lib/.gitignore @@ -0,0 +1,2 @@ +libnl.so* +libnl-*.so* diff --git a/lib/route/.gitignore b/lib/route/.gitignore new file mode 100644 index 0000000..debf3b7 --- /dev/null +++ b/lib/route/.gitignore @@ -0,0 +1,4 @@ +pktloc_grammar.h +pktloc_grammar.c +pktloc_syntax.h +pktloc_syntax.c diff --git a/m4/.gitignore b/m4/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 0000000..60233c8 --- /dev/null +++ b/src/.gitignore @@ -0,0 +1,31 @@ +genl-ctrl-list +nf-ct-list +nf-log +nf-monitor +nl-addr-add +nl-addr-delete +nl-addr-list +nl-fib-lookup +nl-link-list +nl-link-ifindex2name +nl-link-name2ifindex +nl-link-set +nl-link-stats +nl-list-caches +nl-list-sockets +nl-monitor +nl-neigh-add +nl-neigh-delete +nl-neigh-list +nl-neightbl-list +nl-qdisc-add +nl-qdisc-delete +nl-qdisc-list +nl-route-add +nl-route-delete +nl-route-list +nl-route-get +nl-rule-list +nl-tctree-list +nl-util-addr +nf-queue diff --git a/tests/.gitignore b/tests/.gitignore new file mode 100644 index 0000000..19184ee --- /dev/null +++ b/tests/.gitignore @@ -0,0 +1,4 @@ +test-cache-mngr +test-genl +test-nf-cache-mngr +test-socket-creation