rev 3208 - in kde-extras/netswitch/trunk: . debian
Achim Bohnet
ach-guest at costa.debian.org
Sat Feb 25 23:31:25 UTC 2006
Author: ach-guest
Date: 2006-02-25 23:31:24 +0000 (Sat, 25 Feb 2006)
New Revision: 3208
Added:
kde-extras/netswitch/trunk/debian/
kde-extras/netswitch/trunk/debian/changelog
kde-extras/netswitch/trunk/debian/compat
kde-extras/netswitch/trunk/debian/control
kde-extras/netswitch/trunk/debian/copyright
kde-extras/netswitch/trunk/debian/lintian
kde-extras/netswitch/trunk/debian/rules
Log:
Load newtrunk into kde-extras/netswitch/trunk.
Added: kde-extras/netswitch/trunk/debian/changelog
===================================================================
--- kde-extras/netswitch/trunk/debian/changelog 2006-02-25 23:30:51 UTC (rev 3207)
+++ kde-extras/netswitch/trunk/debian/changelog 2006-02-25 23:31:24 UTC (rev 3208)
@@ -0,0 +1,5 @@
+netswitch (0.3.99+svn20060220-0ubuntu1) dapper; urgency=low
+
+ * Initial Release.
+
+ -- Anthony Mercatante <anthony.mercatante at laposte.net> Mon, 20 Feb 2006 13:46:25 +0200
Added: kde-extras/netswitch/trunk/debian/compat
===================================================================
--- kde-extras/netswitch/trunk/debian/compat 2006-02-25 23:30:51 UTC (rev 3207)
+++ kde-extras/netswitch/trunk/debian/compat 2006-02-25 23:31:24 UTC (rev 3208)
@@ -0,0 +1 @@
+5
\ No newline at end of file
Added: kde-extras/netswitch/trunk/debian/control
===================================================================
--- kde-extras/netswitch/trunk/debian/control 2006-02-25 23:30:51 UTC (rev 3207)
+++ kde-extras/netswitch/trunk/debian/control 2006-02-25 23:31:24 UTC (rev 3208)
@@ -0,0 +1,15 @@
+Source: netswitch
+Section: net
+Priority: optional
+Maintainer: Anthony Mercatante <anthony.mercatante at laposte.net>
+Build-Depends: debhelper (>= 5.0), cdbs, pkg-config, libgamin-dev, libgtop2-dev
+Standards-Version: 3.6.2
+
+Package: netswitch
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: Network profiles management tool
+ Netswitch is a command line utility to manage multiple network
+ profiles.
+ .
+ Homepage: http://netswitch.tuxfamily.org
Added: kde-extras/netswitch/trunk/debian/copyright
===================================================================
--- kde-extras/netswitch/trunk/debian/copyright 2006-02-25 23:30:51 UTC (rev 3207)
+++ kde-extras/netswitch/trunk/debian/copyright 2006-02-25 23:31:24 UTC (rev 3208)
@@ -0,0 +1,33 @@
+This package was debianized by Anthony Mercatante <anthony.mercatante at laposte.net> on
+Mon, 20 Feb 2006 13:18:00 +0200.
+
+It was downloaded http://netswitch.tuxfamily.org
+
+Upstream Authors:
+ Olivier Rossiny <mrfreeze at tuxfamily.org>
+
+License:
+
+ This package 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; version 2 dated June, 1991, or (at your
+ option) any later version.
+
+ This package 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.
+
+ You should have received a copy of the GNU General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ 02110-1301, USA
+
+ On Debian GNU/Linux systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'.
+
+Copyright
+
+All the software:
+
+ Copyright (C) 2004,2005 Olivier Rossiny <mrfreeze at tuxfamily.org>
Added: kde-extras/netswitch/trunk/debian/lintian
===================================================================
--- kde-extras/netswitch/trunk/debian/lintian 2006-02-25 23:30:51 UTC (rev 3207)
+++ kde-extras/netswitch/trunk/debian/lintian 2006-02-25 23:31:24 UTC (rev 3208)
@@ -0,0 +1 @@
+netswitch: non-dev-pkg-with-shlib-symlink usr/lib/libnetswitch.so.0.0.1 usr/lib/libnetswitch.so
Added: kde-extras/netswitch/trunk/debian/rules
===================================================================
--- kde-extras/netswitch/trunk/debian/rules 2006-02-25 23:30:51 UTC (rev 3207)
+++ kde-extras/netswitch/trunk/debian/rules 2006-02-25 23:31:24 UTC (rev 3208)
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+
+DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/usr --sysconfdir=/etc --with-sudo
+
+install/netswitch::
+ install -D -o root -g root -m 0644 debian/lintian $(CURDIR)/debian/netswitch/usr/share/lintian/overrides/netswitch
Property changes on: kde-extras/netswitch/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
More information about the pkg-kde-commits
mailing list