[Pkg-utopia-commits] r959 - in packages/unstable/libnl/debian: .
patches
Michael Biebl
mbiebl-guest at costa.debian.org
Mon Aug 21 14:20:32 UTC 2006
Author: mbiebl-guest
Date: 2006-08-21 14:20:29 +0000 (Mon, 21 Aug 2006)
New Revision: 959
Removed:
packages/unstable/libnl/debian/patches/20-autoconf-dirs.patch
Modified:
packages/unstable/libnl/debian/changelog
packages/unstable/libnl/debian/copyright
packages/unstable/libnl/debian/watch
Log:
- New upstream release.
- Updated debian/watch to support ~
- Removed debian/patches/20-autoconf-dirs.patch which has been merged upstream.
- Updated debian/copyright, libnl is now licensed under LGPL 2.1
Modified: packages/unstable/libnl/debian/changelog
===================================================================
--- packages/unstable/libnl/debian/changelog 2006-08-19 20:14:20 UTC (rev 958)
+++ packages/unstable/libnl/debian/changelog 2006-08-21 14:20:29 UTC (rev 959)
@@ -1,3 +1,12 @@
+libnl (1.0~pre6-1) unstable; urgency=low
+
+ * New upstream release.
+ * Removed 20-autoconf-dirs.patch, merged upstream.
+ * Updated debian/copyright, libnl is now licensed under the LGPL 2.1.
+ * Updated debian/watch.
+
+ -- Michael Biebl <biebl at teco.edu> Fri, 18 Aug 2006 00:40:34 +0200
+
libnl (1.0~pre6~svn30-1) unstable; urgency=low
* Updated to svn revision 30.
Modified: packages/unstable/libnl/debian/copyright
===================================================================
--- packages/unstable/libnl/debian/copyright 2006-08-19 20:14:20 UTC (rev 958)
+++ packages/unstable/libnl/debian/copyright 2006-08-21 14:20:29 UTC (rev 959)
@@ -3,66 +3,45 @@
It was downloaded from http://people.suug.ch/~tgr/libnl/
-Upstream Author: Thomas Graf <tgraf at suug.ch>
+Upstream Author:
+ Thomas Graf <tgraf at suug.ch>
-src/*.c src/*.h are copyright of:
-Copyright: 2003-2005 Thomas Graf <tgraf at suug.ch>
-License:
+Copyright:
-This program is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 2 of the License, or
-(at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but
-WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-General Public License for more details.
-
-On Debian GNU/Linux systems, the complete text of the GNU General Public
-License can be found in /usr/share/common-licenses/GPL
-
-
lib/route/addr.c
+include/netlink/route/addr.h
+
+ Copyright (c) 2003-2006 Thomas Graf <tgraf at suug.ch>
+ Baruch Even <baruch at ev-en.org>,
+ Mediatrix Telecom, inc. <ericb at mediatrix.com>
-Copyright (c) 2003-2005 Thomas Graf <tgraf at suug.ch>
- Baruch Even <baruch at ev-en.org>,
- Mediatrix Telecom, inc. <ericb at mediatrix.com>
+lib/route/cls/u32.c
+lib/route/cls/fw.c
+lib/route/sch/htb.c
+include/netlink/route/cls/fw.h
+include/netlink/route/sch/htb.h
+
+ Copyright (c) 2003-2006 Thomas Graf <tgraf at suug.ch>
+ Copyright (c) 2006 Petr Gotthard <petr.gotthard at siemens.com>
+ Copyright (c) 2006 Siemens AG Oesterreich
-License:
+all other *.c and *.h files not mentioned above are copyright of:
-This program is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 2 of the License, or
-(at your option) any later version.
+ Copyright (c) 2003-2006 Thomas Graf <tgraf at suug.ch>
-This program is distributed in the hope that it will be useful, but
-WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-General Public License for more details.
-On Debian GNU/Linux systems, the complete text of the GNU General Public
-License can be found in /usr/share/common-licenses/GPL
-
-lib/route/cls/u32.c netlink/route/sch/htb.h lib/route/sch/htb.c
-
-Copyright (c) 2003-2005 Thomas Graf <tgraf at suug.ch>
-Copyright (c) 2005 Petr Gotthard <petr.gotthard at siemens.com>
-Copyright (c) 2005 Siemens AG Oesterreich
-
License:
-This program is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 2 of the License, or
-(at your option) any later version.
+ This library is free software; you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as published
+ by the Free Software Foundation version 2.1 of the License.
-This program is distributed in the hope that it will be useful, but
-WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-General Public License for more details.
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
-On Debian GNU/Linux systems, the complete text of the GNU General Public
-License can be found in /usr/share/common-licenses/GPL
+On Debian GNU/Linux systems, the complete text of the GNU Lesser General
+Public License can be found in /usr/share/common-licenses/LGPL-2.1
Deleted: packages/unstable/libnl/debian/patches/20-autoconf-dirs.patch
===================================================================
--- packages/unstable/libnl/debian/patches/20-autoconf-dirs.patch 2006-08-19 20:14:20 UTC (rev 958)
+++ packages/unstable/libnl/debian/patches/20-autoconf-dirs.patch 2006-08-21 14:20:29 UTC (rev 959)
@@ -1,57 +0,0 @@
-Index: include/Makefile
-===================================================================
---- include/Makefile (Revision 26)
-+++ include/Makefile (Arbeitskopie)
-@@ -25,11 +25,11 @@
- @true
-
- install:
-- mkdir -p $(DESTDIR)$(prefix)/include/netlink/route/sch/
-- mkdir -p $(DESTDIR)$(prefix)/include/netlink/route/cls/
-- mkdir -p $(DESTDIR)$(prefix)/include/netlink/fib_lookup/
-- install -o root -g root -m 0644 netlink/*.h $(DESTDIR)$(prefix)/include/netlink/
-- install -o root -g root -m 0644 netlink/route/*.h $(DESTDIR)$(prefix)/include/netlink/route/
-- install -o root -g root -m 0644 netlink/route/sch/*.h $(DESTDIR)$(prefix)/include/netlink/route/sch/
-- install -o root -g root -m 0644 netlink/route/cls/*.h $(DESTDIR)$(prefix)/include/netlink/route/cls/
-- install -o root -g root -m 0644 netlink/fib_lookup/*.h $(DESTDIR)$(prefix)/include/netlink/fib_lookup/
-+ mkdir -p $(DESTDIR)$(includedir)/netlink/route/sch/
-+ mkdir -p $(DESTDIR)$(includedir)/netlink/route/cls/
-+ mkdir -p $(DESTDIR)$(includedir)/netlink/fib_lookup/
-+ install -o root -g root -m 0644 netlink/*.h $(DESTDIR)$(includedir)/netlink/
-+ install -o root -g root -m 0644 netlink/route/*.h $(DESTDIR)$(includedir)/netlink/route/
-+ install -o root -g root -m 0644 netlink/route/sch/*.h $(DESTDIR)$(includedir)/netlink/route/sch/
-+ install -o root -g root -m 0644 netlink/route/cls/*.h $(DESTDIR)$(includedir)/netlink/route/cls/
-+ install -o root -g root -m 0644 netlink/fib_lookup/*.h $(DESTDIR)$(includedir)/netlink/fib_lookup/
-Index: lib/Makefile
-===================================================================
---- lib/Makefile (Revision 26)
-+++ lib/Makefile (Arbeitskopie)
-@@ -57,12 +57,12 @@
- find .deps -iname \*\.d -exec rm -f '{}' \;
-
- install:
-- mkdir -p $(DESTDIR)$(prefix)$(libdir)/
-- install -o root -g root -m 0644 $(OUT_SLIB) $(DESTDIR)$(prefix)$(libdir)
-+ mkdir -p $(DESTDIR)$(libdir)/
-+ install -o root -g root -m 0644 $(OUT_SLIB) $(DESTDIR)$(libdir)
- rm -f $(DESTDIR)$(prefix)$(libdir)/$(LN1_SLIB) ; \
-- $(LN) -s $(OUT_SLIB) $(DESTDIR)$(prefix)$(libdir)/$(LN1_SLIB)
-+ $(LN) -s $(OUT_SLIB) $(DESTDIR)$(libdir)/$(LN1_SLIB)
- rm -f $(DESTDIR)$(prefix)$(libdir)/$(LN_SLIB) ; \
-- $(LN) -s $(LN1_SLIB) $(DESTDIR)$(prefix)$(libdir)/$(LN_SLIB)
-+ $(LN) -s $(LN1_SLIB) $(DESTDIR)$(libdir)/$(LN_SLIB)
-
- $(DEPS): ../Makefile.opts
-
-Index: Makefile.opts.in
-===================================================================
---- Makefile.opts.in (Revision 26)
-+++ Makefile.opts.in (Arbeitskopie)
-@@ -21,6 +21,7 @@
- prefix := @prefix@
- exec_prefix := @exec_prefix@
- libdir := @libdir@
-+includedir := @includedir@
- mandir := @mandir@
- sysconfdir := @sysconfdir@
-
Modified: packages/unstable/libnl/debian/watch
===================================================================
--- packages/unstable/libnl/debian/watch 2006-08-19 20:14:20 UTC (rev 958)
+++ packages/unstable/libnl/debian/watch 2006-08-21 14:20:29 UTC (rev 959)
@@ -1,3 +1,3 @@
version=3
-opts="uversionmangle=s/-//" \
+opts="uversionmangle=s/-pre/~pre/" \
http://people.suug.ch/~tgr/libnl/files/libnl-(\d+.*)\.tar.gz
More information about the Pkg-utopia-commits
mailing list