[Pkg-utopia-commits] r1929 - in /packages/unstable/d-feet/debian: ./ changelog compat control copyright rules watch

bigon-guest at users.alioth.debian.org bigon-guest at users.alioth.debian.org
Tue Dec 11 00:28:52 UTC 2007


Author: bigon-guest
Date: Tue Dec 11 00:28:52 2007
New Revision: 1929

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=1929
Log:
Initian commit for the d-feet package

Added:
    packages/unstable/d-feet/debian/   (with props)
    packages/unstable/d-feet/debian/changelog
    packages/unstable/d-feet/debian/compat
    packages/unstable/d-feet/debian/control
    packages/unstable/d-feet/debian/copyright
    packages/unstable/d-feet/debian/rules   (with props)
    packages/unstable/d-feet/debian/watch

Propchange: packages/unstable/d-feet/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Added: packages/unstable/d-feet/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/d-feet/debian/changelog?rev=1929&op=file
==============================================================================
--- packages/unstable/d-feet/debian/changelog (added)
+++ packages/unstable/d-feet/debian/changelog Tue Dec 11 00:28:52 2007
@@ -1,0 +1,5 @@
+d-feet (0.1.4-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #455365)
+
+ -- Laurent Bigonville <bigon at bigon.be>  Sun, 09 Dec 2007 22:17:38 +0100

Added: packages/unstable/d-feet/debian/compat
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/d-feet/debian/compat?rev=1929&op=file
==============================================================================
--- packages/unstable/d-feet/debian/compat (added)
+++ packages/unstable/d-feet/debian/compat Tue Dec 11 00:28:52 2007
@@ -1,0 +1,1 @@
+5

Added: packages/unstable/d-feet/debian/control
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/d-feet/debian/control?rev=1929&op=file
==============================================================================
--- packages/unstable/d-feet/debian/control (added)
+++ packages/unstable/d-feet/debian/control Tue Dec 11 00:28:52 2007
@@ -1,0 +1,30 @@
+Source: d-feet
+Section: devel
+Priority: extra
+Maintainer: Laurent Bigonville <bigon at bigon.be>
+Build-Depends: cdbs,
+               debhelper (>= 5),
+               python,
+               python-central (>= 0.5.6)
+Standards-Version: 3.7.3
+XS-Python-Version: >= 2.5
+Vcs-Svn: svn://svn.debian.org/svn/pkg-utopia/packages/unstable/d-feet
+Homepage: http://hosted.fedoraproject.org/projects/d-feet
+XS-Dm-Upload-Allowed: yes
+
+Package: d-feet
+Architecture: all
+Section: devel
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ${python:Depends},
+         python-dbus (>= 0.82.3),
+         python-gtk2,
+         python-glade2
+XB-Python-Version: ${python:Versions}
+Description: A D-Bus debugger
+ d-feet is a D-Bus debugger that allow you to:
+  * View names on the session and system bus
+  * View exported objects, interfaces, methods and signals
+  * View the full command line of services on the bus
+  * Execute methods with parameters on the bus and see their return values 

Added: packages/unstable/d-feet/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/d-feet/debian/copyright?rev=1929&op=file
==============================================================================
--- packages/unstable/d-feet/debian/copyright (added)
+++ packages/unstable/d-feet/debian/copyright Tue Dec 11 00:28:52 2007
@@ -1,0 +1,38 @@
+This package was debianized by Laurent Bigonville <bigon at bigon.be> on
+Sun, 09 Dec 2007 21:37:08 +0100
+
+It was downloaded from:
+   <https://hosted.fedoraproject.org/projects/d-feet/>
+
+Upstream Authors:
+
+    John (J5) Palmieri <johnp at redhat.com>
+
+Copyright:
+
+    Copyright (C) 2003, 2004, 2005, 2006 Red Hat Inc. <http://www.redhat.com/>
+    Copyright (C) 2003 David Zeuthen
+    Copyright (C) 2004 Rob Taylor
+    Copyright (C) 2005, 2006 Collabora Ltd. <http://www.collabora.co.uk/>
+
+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.
+
+    You should have received a copy of the GNU General Public License along
+    with this program; if not, write to the Free Software Foundation, Inc.,
+    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
+On Debian systems, the complete text of the GPL can be found in
+/usr/share/common-licenses/GPL.
+
+The Debian packaging is (C) 2007, Laurent Bigonville <bigon at bigon.be> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: packages/unstable/d-feet/debian/rules
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/d-feet/debian/rules?rev=1929&op=file
==============================================================================
--- packages/unstable/d-feet/debian/rules (added)
+++ packages/unstable/d-feet/debian/rules Tue Dec 11 00:28:52 2007
@@ -1,0 +1,13 @@
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM=pycentral
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
+binary-install/d-feet::
+	dh_icons -pd-feet
+	dh_desktop -pd-feet
+	rm -rf debian/d-feet/usr/share/omf/
+	rm -rf debian/d-feet/usr/lib/

Propchange: packages/unstable/d-feet/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/unstable/d-feet/debian/watch
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/d-feet/debian/watch?rev=1929&op=file
==============================================================================
--- packages/unstable/d-feet/debian/watch (added)
+++ packages/unstable/d-feet/debian/watch Tue Dec 11 00:28:52 2007
@@ -1,0 +1,2 @@
+version=3
+http://johnp.fedorapeople.org/d-feet-(.*).tar.gz




More information about the Pkg-utopia-commits mailing list