[Pkg-utopia-commits] r497 - in packages/unstable: .
gnome-power-manager/debian libnl libnl/debian libnl/debian/patches
Riccardo Setti
giskard-guest at costa.debian.org
Wed Jan 18 19:02:16 UTC 2006
Author: giskard-guest
Date: 2006-01-18 19:02:15 +0000 (Wed, 18 Jan 2006)
New Revision: 497
Added:
packages/unstable/libnl/
packages/unstable/libnl/debian/
packages/unstable/libnl/debian/changelog
packages/unstable/libnl/debian/control
packages/unstable/libnl/debian/copyright
packages/unstable/libnl/debian/libnl-dev.dirs
packages/unstable/libnl/debian/libnl-dev.install
packages/unstable/libnl/debian/libnl1.dirs
packages/unstable/libnl/debian/libnl1.install
packages/unstable/libnl/debian/patches/
packages/unstable/libnl/debian/patches/01.Makefile.opts.in.patch
packages/unstable/libnl/debian/rules
Modified:
packages/unstable/gnome-power-manager/debian/changelog
Log:
first import of libnl
Modified: packages/unstable/gnome-power-manager/debian/changelog
===================================================================
--- packages/unstable/gnome-power-manager/debian/changelog 2006-01-18 10:09:39 UTC (rev 496)
+++ packages/unstable/gnome-power-manager/debian/changelog 2006-01-18 19:02:15 UTC (rev 497)
@@ -1,3 +1,9 @@
+gnome-power-manager (0.3.4-1) unstable; urgency=low
+
+ * new upstream
+
+ -- Riccardo Setti <giskard at autistici.org> Tue, 17 Jan 2006 13:09:53 +0100
+
gnome-power-manager (0.3.1-1) unstable; urgency=low
* First Debian release.
Added: packages/unstable/libnl/debian/changelog
===================================================================
--- packages/unstable/libnl/debian/changelog 2006-01-18 10:09:39 UTC (rev 496)
+++ packages/unstable/libnl/debian/changelog 2006-01-18 19:02:15 UTC (rev 497)
@@ -0,0 +1,5 @@
+libnl (1.0-pre5) unstable; urgency=low
+
+ * Intial upload to Debian (closes: #)
+
+ -- Riccardo Setti <giskard at autistici.org> Mon, 5 Jan 2006 17:11:07 +0100
Added: packages/unstable/libnl/debian/control
===================================================================
--- packages/unstable/libnl/debian/control 2006-01-18 10:09:39 UTC (rev 496)
+++ packages/unstable/libnl/debian/control 2006-01-18 19:02:15 UTC (rev 497)
@@ -0,0 +1,27 @@
+Source: libnl
+Section: net
+Priority: optional
+Build-Depends: debhelper, cdbs
+Standards-Version: 3.6.2
+
+Package: libnl1
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: Library for dealing with netlink sockets
+ This is a library for applications dealing with netlink sockets.
+ The library provides an interface for raw netlink messaging and various
+ netlink family specific interfaces.
+ .
+ Homepage http://people.suug.ch/~tgr/libnl/
+
+Package: libnl-dev
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: Development library and headers for libnl
+ This is a library for applications dealing with netlink sockets.
+ The library provides an interface for raw netlink messaging and various
+ netlink family specific interfaces.
+ .
+ Homepage http://people.suug.ch/~tgr/libnl/
+
+
Added: packages/unstable/libnl/debian/copyright
===================================================================
--- packages/unstable/libnl/debian/copyright 2006-01-18 10:09:39 UTC (rev 496)
+++ packages/unstable/libnl/debian/copyright 2006-01-18 19:02:15 UTC (rev 497)
@@ -0,0 +1,24 @@
+This package was debianized by Riccardo Setti <giskard at autistici.org> on
+Tue, 16 Jan 2006 12:00:46 +0000.
+
+It was downloaded from http://people.suug.ch/~tgr/libnl/
+
+Copyright:
+
+Upstream Author: Thomas Graf <tgraf at suug.ch>
+
+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 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 or in the dhcdbd
+source as the file LICENSE
Added: packages/unstable/libnl/debian/libnl-dev.dirs
===================================================================
--- packages/unstable/libnl/debian/libnl-dev.dirs 2006-01-18 10:09:39 UTC (rev 496)
+++ packages/unstable/libnl/debian/libnl-dev.dirs 2006-01-18 19:02:15 UTC (rev 497)
@@ -0,0 +1,2 @@
+usr/include/netlink
+usr/lib
Added: packages/unstable/libnl/debian/libnl-dev.install
===================================================================
--- packages/unstable/libnl/debian/libnl-dev.install 2006-01-18 10:09:39 UTC (rev 496)
+++ packages/unstable/libnl/debian/libnl-dev.install 2006-01-18 19:02:15 UTC (rev 497)
@@ -0,0 +1,2 @@
+usr/iclude/netlink/*
+usr/lib/libnl.so
Added: packages/unstable/libnl/debian/libnl1.dirs
===================================================================
--- packages/unstable/libnl/debian/libnl1.dirs 2006-01-18 10:09:39 UTC (rev 496)
+++ packages/unstable/libnl/debian/libnl1.dirs 2006-01-18 19:02:15 UTC (rev 497)
@@ -0,0 +1 @@
+usr/lib
Added: packages/unstable/libnl/debian/libnl1.install
===================================================================
--- packages/unstable/libnl/debian/libnl1.install 2006-01-18 10:09:39 UTC (rev 496)
+++ packages/unstable/libnl/debian/libnl1.install 2006-01-18 19:02:15 UTC (rev 497)
@@ -0,0 +1 @@
+usr/lib/libnl.so.*
Added: packages/unstable/libnl/debian/patches/01.Makefile.opts.in.patch
===================================================================
--- packages/unstable/libnl/debian/patches/01.Makefile.opts.in.patch 2006-01-18 10:09:39 UTC (rev 496)
+++ packages/unstable/libnl/debian/patches/01.Makefile.opts.in.patch 2006-01-18 19:02:15 UTC (rev 497)
@@ -0,0 +1,19 @@
+--- Makefile.opts.in 2006-01-16 19:30:42.000000000 +0100
++++ Makefile.opts.in.new 2006-01-16 19:30:26.000000000 +0100
+@@ -15,12 +15,13 @@
+ CPPFLAGS := @CPPFLAGS@
+ PACKAGE_NAME := @PACKAGE_NAME@
+ PACKAGE_VERSION := @PACKAGE_VERSION@
++DESTDIR :=
+
+ LIBNL_LIB := @LIBNL_LIB@
+
+-prefix := @prefix@
+-mandir := @mandir@
+-sysconfdir := @sysconfdir@
++prefix := ${DESTDIR}@prefix@
++mandir := ${DESTDIR}@mandir@
++sysconfdir := ${DESTIDIR}@sysconfdir@
+
+ AR := ar
+ RM := rm
Added: packages/unstable/libnl/debian/rules
===================================================================
--- packages/unstable/libnl/debian/rules 2006-01-18 10:09:39 UTC (rev 496)
+++ packages/unstable/libnl/debian/rules 2006-01-18 19:02:15 UTC (rev 497)
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
Property changes on: packages/unstable/libnl/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
More information about the Pkg-utopia-commits
mailing list