[Pkg-utopia-commits] r1332 - in packages/experimental/gnome-device-manager: . debian

Michael Biebl biebl at alioth.debian.org
Tue Apr 3 15:51:56 UTC 2007


Author: biebl
Date: 2007-04-03 15:51:56 +0000 (Tue, 03 Apr 2007)
New Revision: 1332

Added:
   packages/experimental/gnome-device-manager/debian/
   packages/experimental/gnome-device-manager/debian/changelog
   packages/experimental/gnome-device-manager/debian/compat
   packages/experimental/gnome-device-manager/debian/control
   packages/experimental/gnome-device-manager/debian/copyright
   packages/experimental/gnome-device-manager/debian/rules
   packages/experimental/gnome-device-manager/debian/watch
Log:
Initial commit.



Property changes on: packages/experimental/gnome-device-manager/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: packages/experimental/gnome-device-manager/debian/changelog
===================================================================
--- packages/experimental/gnome-device-manager/debian/changelog	2007-04-03 15:43:08 UTC (rev 1331)
+++ packages/experimental/gnome-device-manager/debian/changelog	2007-04-03 15:51:56 UTC (rev 1332)
@@ -0,0 +1,6 @@
+gnome-device-manager (0.1-1) experimental; urgency=low
+
+  * Initial release (Closes: #nnnn)
+
+ -- Michael Biebl <biebl at debian.org>  Tue,  3 Apr 2007 09:53:51 +0200
+

Added: packages/experimental/gnome-device-manager/debian/compat
===================================================================
--- packages/experimental/gnome-device-manager/debian/compat	2007-04-03 15:43:08 UTC (rev 1331)
+++ packages/experimental/gnome-device-manager/debian/compat	2007-04-03 15:51:56 UTC (rev 1332)
@@ -0,0 +1 @@
+5

Added: packages/experimental/gnome-device-manager/debian/control
===================================================================
--- packages/experimental/gnome-device-manager/debian/control	2007-04-03 15:43:08 UTC (rev 1331)
+++ packages/experimental/gnome-device-manager/debian/control	2007-04-03 15:51:56 UTC (rev 1332)
@@ -0,0 +1,18 @@
+Source: gnome-device-manager
+Section: gnome
+Priority: optional
+Maintainer: Michael Biebl <biebl at debian.org>
+Build-Depends: cdbs, debhelper (>= 5), autotools-dev, libhal-dev (>= 0.5.9), libgtk2.0-dev (>= 2.6.0), libgnome2-dev (>= 2.14.0), libgnomeui-dev (>= 2.14.0), scrollkeeper (>= 0.3.14)
+Standards-Version: 3.7.2
+XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-utopia/packages/experimental/gnome-device-manager
+XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-utopia/packages/experimental/gnome-device-manager
+
+Package: gnome-device-manager
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, hal, scrollkeeper
+Description: GNOME device manager based on HAL
+ This is a GNOME program to manage devices and device drivers. It's
+ inspired by hal-device-manager, from the HAL project, but rewritten in
+ C for efficiency and an outlook to actually make it manage devices
+ rather than just show information.
+

Added: packages/experimental/gnome-device-manager/debian/copyright
===================================================================
--- packages/experimental/gnome-device-manager/debian/copyright	2007-04-03 15:43:08 UTC (rev 1331)
+++ packages/experimental/gnome-device-manager/debian/copyright	2007-04-03 15:51:56 UTC (rev 1332)
@@ -0,0 +1,33 @@
+This package was debianized by Michael Biebl <biebl at debian.org> on
+Tue,  3 Apr 2007 09:53:51 +0200.
+
+It was downloaded from http://people.freedesktop.org/~david/dist/
+
+Upstream Author:
+   David Zeuthen <davidz at redhat.com>
+
+Copyright: 
+   Copyright (C) 2007 David Zeuthen
+
+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; either version 2 of the License, 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 package; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+
+The Debian packaging is (C) 2007, Michael Biebl <biebl at debian.org> and
+is licensed under the GPL, see above.
+

Added: packages/experimental/gnome-device-manager/debian/rules
===================================================================
--- packages/experimental/gnome-device-manager/debian/rules	2007-04-03 15:43:08 UTC (rev 1331)
+++ packages/experimental/gnome-device-manager/debian/rules	2007-04-03 15:51:56 UTC (rev 1332)
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+  
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/gnome.mk
+
+DEB_CONFIGURE_EXTRA_FLAGS := --disable-scrollkeeper
+
+DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,--as-needed"
+


Property changes on: packages/experimental/gnome-device-manager/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/experimental/gnome-device-manager/debian/watch
===================================================================
--- packages/experimental/gnome-device-manager/debian/watch	2007-04-03 15:43:08 UTC (rev 1331)
+++ packages/experimental/gnome-device-manager/debian/watch	2007-04-03 15:51:56 UTC (rev 1332)
@@ -0,0 +1,2 @@
+version=3
+http://people.freedesktop.org/~david/dist/gnome-device-manager-(.*)\.tar\.bz2




More information about the Pkg-utopia-commits mailing list