[Python-apps-commits] r3101 - in packages/mpdris/trunk (7 files)

nijel at users.alioth.debian.org nijel at users.alioth.debian.org
Thu Jun 11 12:18:25 UTC 2009


    Date: Thursday, June 11, 2009 @ 12:18:19
  Author: nijel
Revision: 3101

Initial import of packaging.

Added:
  packages/mpdris/trunk/debian/
  packages/mpdris/trunk/debian/changelog
  packages/mpdris/trunk/debian/compat
  packages/mpdris/trunk/debian/control
  packages/mpdris/trunk/debian/copyright
  packages/mpdris/trunk/debian/rules
  packages/mpdris/trunk/debian/watch


Property changes on: packages/mpdris/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/mpdris/trunk/debian/changelog
===================================================================
--- packages/mpdris/trunk/debian/changelog	                        (rev 0)
+++ packages/mpdris/trunk/debian/changelog	2009-06-11 12:18:19 UTC (rev 3101)
@@ -0,0 +1,5 @@
+mpdris (0.1-1) unstable; urgency=low
+
+  * Initial release. (Closes: #517678)
+
+ -- Michal ÄŒihaÅ™ <nijel at debian.org>  Thu, 11 Jun 2009 14:10:02 +0200

Added: packages/mpdris/trunk/debian/compat
===================================================================
--- packages/mpdris/trunk/debian/compat	                        (rev 0)
+++ packages/mpdris/trunk/debian/compat	2009-06-11 12:18:19 UTC (rev 3101)
@@ -0,0 +1 @@
+7

Added: packages/mpdris/trunk/debian/control
===================================================================
--- packages/mpdris/trunk/debian/control	                        (rev 0)
+++ packages/mpdris/trunk/debian/control	2009-06-11 12:18:19 UTC (rev 3101)
@@ -0,0 +1,23 @@
+Source: mpdris
+Section: sound
+Priority: optional
+Maintainer: Michal ÄŒihaÅ™ <nijel at debian.org>
+Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7.0.14)
+Build-Depends-Indep: python-dev, python-support (>= 0.5.3)
+Standards-Version: 3.8.1
+Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/mpdris/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/mpdris/trunk/
+Homepage: http://ayeon.org/projects/mpDris/
+
+Package: mpdris
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, python-mpd, python-gobject, python-dbus
+Provides: ${python:Provides}, mpd-client
+Suggests: mpd
+Description: media player interface (MPRIS) client for MPD
+ mpDris is an implementation of the media player interface MPRIS as a client
+ for MPD. 
+ .
+ It can be used both controlling the MPD using standard D-Bus interface
+ as well as it emits events on track changes.

Added: packages/mpdris/trunk/debian/copyright
===================================================================
--- packages/mpdris/trunk/debian/copyright	                        (rev 0)
+++ packages/mpdris/trunk/debian/copyright	2009-06-11 12:18:19 UTC (rev 3101)
@@ -0,0 +1,18 @@
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=31
+Name: mpDris
+Contact: pilo at ayeon.org
+Source: http://ayeon.org/projects/mpDris/
+
+Copyright: 2008 - 2009, Erik Karlsson <pilo at ayeon.org>
+License: GPL-3+
+ On Debian systems the full text of the GNU General Public 
+ License can be found in the `/usr/share/common-licenses/GPL-3'
+ file.
+
+Files: debian/*
+Copyright: 2009, Michal ÄŒihaÅ™ <nijel at debian.org>
+License: GPL-3+
+ On Debian systems the full text of the GNU General Public 
+ License can be found in the `/usr/share/common-licenses/GPL-3'
+ file.
+

Added: packages/mpdris/trunk/debian/rules
===================================================================
--- packages/mpdris/trunk/debian/rules	                        (rev 0)
+++ packages/mpdris/trunk/debian/rules	2009-06-11 12:18:19 UTC (rev 3101)
@@ -0,0 +1,25 @@
+#!/usr/bin/make -f
+
+#export DH_VERBOSE=1
+
+build: build-stamp
+
+build-stamp:
+	dh build
+	touch $@
+
+clean:
+	dh clean
+
+install: build
+	dh install
+
+binary-arch: install
+	# Nothing to do here
+
+binary-indep: install
+	dh binary-indep
+
+binary: binary-arch binary-indep
+
+.PHONY: build clean binary-indep binary-arch binary install


Property changes on: packages/mpdris/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/mpdris/trunk/debian/watch
===================================================================
--- packages/mpdris/trunk/debian/watch	                        (rev 0)
+++ packages/mpdris/trunk/debian/watch	2009-06-11 12:18:19 UTC (rev 3101)
@@ -0,0 +1,2 @@
+version=3
+http://ayeon.org/projects/mpDris/mpDris-(.*)\.tar.gz




More information about the Python-apps-commits mailing list