[Pkg-cli-apps-commits] r3563 - in /packages/podsleuth: ./ branches/ tags/ trunk/ trunk/debian/ trunk/debian/changelog trunk/debian/compat trunk/debian/control trunk/debian/copyright trunk/debian/podsleuth.dirs trunk/debian/rules

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Wed Dec 19 16:12:10 UTC 2007


Author: slomo
Date: Wed Dec 19 16:12:09 2007
New Revision: 3563

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=3563
Log:
* add podsleuth

Added:
    packages/podsleuth/
    packages/podsleuth/branches/
    packages/podsleuth/tags/
    packages/podsleuth/trunk/
    packages/podsleuth/trunk/debian/
    packages/podsleuth/trunk/debian/changelog
    packages/podsleuth/trunk/debian/compat
    packages/podsleuth/trunk/debian/control
    packages/podsleuth/trunk/debian/copyright
    packages/podsleuth/trunk/debian/podsleuth.dirs
    packages/podsleuth/trunk/debian/rules   (with props)

Added: packages/podsleuth/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/podsleuth/trunk/debian/changelog?rev=3563&op=file
==============================================================================
--- packages/podsleuth/trunk/debian/changelog (added)
+++ packages/podsleuth/trunk/debian/changelog Wed Dec 19 16:12:09 2007
@@ -1,0 +1,6 @@
+podsleuth (0.0.0.svn20071203-1) experimental; urgency=low
+
+  * Initial Version (Closes: #422158).
+
+ -- Sebastian Dröge <slomo at debian.org>  Mon, 03 Dec 2007 09:53:02 +0100
+

Added: packages/podsleuth/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/podsleuth/trunk/debian/compat?rev=3563&op=file
==============================================================================
--- packages/podsleuth/trunk/debian/compat (added)
+++ packages/podsleuth/trunk/debian/compat Wed Dec 19 16:12:09 2007
@@ -1,0 +1,1 @@
+5

Added: packages/podsleuth/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/podsleuth/trunk/debian/control?rev=3563&op=file
==============================================================================
--- packages/podsleuth/trunk/debian/control (added)
+++ packages/podsleuth/trunk/debian/control Wed Dec 19 16:12:09 2007
@@ -1,0 +1,22 @@
+Source: podsleuth
+Section: sound
+Priority: optional
+Maintainer: Sebastian Dröge <slomo at debian.org>
+Build-Depends: debhelper (>= 5), cdbs, cli-common-dev (>= 0.4.4), mono-gmcs (>= 1.1.10) | c-sharp-2.0-compiler, libmono-dev (>= 1.1.10), libmono2.0-cil, libndesk-dbus1.0-cil (>= 0.4), libhal-dev (>= 0.5.6), libsgutils1-dev
+Standards-Version: 3.7.3
+
+Package: podsleuth
+Architecture: all
+Depends: ${shlibs:Depends}, ${cli:Depends}, ${misc:Depends}
+Recommends: hal (>= 0.5.6)
+Description: Tool to discover detailed information about Apple iPods
+ PodSleuth is a tool to discover detailed model information about an Apple (TM)
+ iPod (TM). Its primary role is to be run as a callout by HAL because root
+ access is needed to scan the device for required information. When the model
+ information is discovered, it is merged into HAL as properties for other
+ applications to use.
+ .
+ With PodSleuth installed, applications can expect to have rich iPod (TM)
+ metadata merged into the device tree on the iPod data volume node. PodSleuth
+ metadata properties are in the org.banshee-project.podsleuth namespace.
+

Added: packages/podsleuth/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/podsleuth/trunk/debian/copyright?rev=3563&op=file
==============================================================================
--- packages/podsleuth/trunk/debian/copyright (added)
+++ packages/podsleuth/trunk/debian/copyright Wed Dec 19 16:12:09 2007
@@ -1,0 +1,29 @@
+This package was debianized by Sebastian Dröge <slomo at debian.org> on
+Mon, 03 Dec 2007 09:53:02 +0100.
+
+It was downloaded from http://banshee-project.org/
+
+Upstream Author: Aaron Bockover <abock at gnome.org>
+
+Copyright:
+
+  Copyright (C) 2007 Novell
+
+  Permission is hereby granted, free of charge, to any person obtaining a
+  copy of this software and associated documentation files (the "Software"),
+  to deal in the Software without restriction, including without limitation
+  the rights to use, copy, modify, merge, publish, distribute, sublicense,
+  and/or sell copies of the Software, and to permit persons to whom the
+  Software is furnished to do so, subject to the following conditions:
+
+  The above copyright notice and this permission notice shall be included in
+  all copies or substantial portions of the Software.
+
+  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+  THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+  DEALINGS IN THE SOFTWARE.
+

Added: packages/podsleuth/trunk/debian/podsleuth.dirs
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/podsleuth/trunk/debian/podsleuth.dirs?rev=3563&op=file
==============================================================================
--- packages/podsleuth/trunk/debian/podsleuth.dirs (added)
+++ packages/podsleuth/trunk/debian/podsleuth.dirs Wed Dec 19 16:12:09 2007
@@ -1,0 +1,1 @@
+/var/lib/podsleuth

Added: packages/podsleuth/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/podsleuth/trunk/debian/rules?rev=3563&op=file
==============================================================================
--- packages/podsleuth/trunk/debian/rules (added)
+++ packages/podsleuth/trunk/debian/rules Wed Dec 19 16:12:09 2007
@@ -1,0 +1,21 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/class/gnome.mk
+include /usr/share/cdbs/1/rules/utils.mk
+
+common-binary-post-install-arch:: list-missing
+
+export MONO_SHARED_DIR=$(CURDIR)
+
+DEB_CONFIGURE_EXTRA_FLAGS += --with-hal-callouts-dir=/usr/lib/hal \
+                             --with-update-dir=/var/lib/podsleuth
+
+common-binary-predeb-indep::
+	dh_clifixperms
+	dh_clideps -d
+
+clean::
+	rm -rf $(MONO_SHARED_DIR)/.wapi
+

Propchange: packages/podsleuth/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




More information about the Pkg-cli-apps-commits mailing list