r40014 - in /desktop/unstable/gnome-music/debian: ./ changelog compat control control.in copyright rules source/ source/format watch
ah at users.alioth.debian.org
ah at users.alioth.debian.org
Fri Oct 18 19:15:11 UTC 2013
Author: ah
Date: Fri Oct 18 19:15:11 2013
New Revision: 40014
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=40014
Log:
Initial commit of gnome-music packaging
Added:
desktop/unstable/gnome-music/debian/
desktop/unstable/gnome-music/debian/changelog
desktop/unstable/gnome-music/debian/compat
desktop/unstable/gnome-music/debian/control
desktop/unstable/gnome-music/debian/control.in
desktop/unstable/gnome-music/debian/copyright
desktop/unstable/gnome-music/debian/rules (with props)
desktop/unstable/gnome-music/debian/source/
desktop/unstable/gnome-music/debian/source/format
desktop/unstable/gnome-music/debian/watch
Added: desktop/unstable/gnome-music/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-music/debian/changelog?rev=40014&op=file
==============================================================================
--- desktop/unstable/gnome-music/debian/changelog (added)
+++ desktop/unstable/gnome-music/debian/changelog [utf-8] Fri Oct 18 19:15:11 2013
@@ -0,0 +1,35 @@
+gnome-music (3.10.1-1) unstable; urgency=low
+
+ * Import ricotz gnome-music (3.10.0-0ubuntu1~13.10~ricotz0) packaging
+ from https://launchpad.net/~ricotz/+archive/testing
+ * New upstream release.
+ * debian/control.in:
+ - Set Maintainer to Debian Gnome Maintainers
+ - Set Homepage to https://wiki.gnome.org/Apps/Music
+ - Steal some words from the upstream Design page about Music
+ to make the long description more verbose.
+ * debian/copyright:
+ - Set Source to http://ftp.gnome.org/pub/gnome/sources/gnome-music/
+ - Set list of copyright holders to what the sourcecode says.
+ * Rewrite debian/rules using dh.
+ * Drop cdbs build-dependency.
+ * Add myself as an additional debian/* copyright holder
+ * Lower libgtk-3-dev build-dependency to >= 3.8
+ * Lower gir1.2-gtk-3.0 dependency to >= 3.8
+ * Change ${python:Depends} to ${python3:Depends}
+ * Drop debian/patches
+ - ubuntu-notify-fix.patch not needed here.
+
+ -- Andreas Henriksson <andreas at fatal.se> Fri, 18 Oct 2013 21:04:06 +0200
+
+gnome-music (3.10.0-0ubuntu1~13.10~ricotz0) saucy; urgency=medium
+
+ * New upstream release
+
+ -- Rico Tzschichholz <ricotz at ubuntu.com> Mon, 23 Sep 2013 21:46:09 +0200
+
+gnome-music (0.2-1) experimental; urgency=low
+
+ * Initial release
+
+ -- Rico Tzschichholz <ricotz at ubuntu.com> Sun, 09 Jun 2013 08:00:00 +0200
Added: desktop/unstable/gnome-music/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-music/debian/compat?rev=40014&op=file
==============================================================================
--- desktop/unstable/gnome-music/debian/compat (added)
+++ desktop/unstable/gnome-music/debian/compat [utf-8] Fri Oct 18 19:15:11 2013
@@ -0,0 +1 @@
+9
Added: desktop/unstable/gnome-music/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-music/debian/control?rev=40014&op=file
==============================================================================
--- desktop/unstable/gnome-music/debian/control (added)
+++ desktop/unstable/gnome-music/debian/control [utf-8] Fri Oct 18 19:15:11 2013
@@ -0,0 +1,51 @@
+# This file is autogenerated. DO NOT EDIT!
+#
+# Modifications should be made to debian/control.in instead.
+# This file is regenerated automatically in the clean target.
+
+Source: gnome-music
+Section: gnome
+Priority: extra
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Uploaders: Andreas Henriksson <andreas at fatal.se>
+Build-Depends: debhelper (>= 9),
+ gnome-common,
+ gnome-doc-utils,
+ gnome-pkg-tools (>= 0.11),
+ gobject-introspection (>= 1.35.9),
+ libgirepository1.0-dev (>= 1.35.9),
+ python-gi-dev,
+ python3-dev,
+ libglib2.0-dev (>= 2.35.9),
+ libgrilo-0.2-dev (>= 0.2.6),
+ libgtk-3-dev (>= 3.8)
+Standards-Version: 3.9.4
+X-Python3-Version: >= 3.0
+Homepage: https://wiki.gnome.org/Apps/Music
+
+Package: gnome-music
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ${gir:Depends},
+ ${python3:Depends},
+ gir1.2-glib-2.0 (>= 1.35.9),
+ gir1.2-gtk-3.0 (>= 3.8),
+ gir1.2-gstreamer-1.0,
+ gir1.2-gst-plugins-base-1.0,
+ gir1.2-grilo-0.2 (>= 0.2.6),
+ gir1.2-notify-0.7,
+ gir1.2-tracker-0.16,
+ grilo-plugins-0.2,
+ python3,
+ python3-gi,
+ python3-gi-cairo,
+ tracker
+Description: Music is the new GNOME music playing application
+ Music is the new GNOME music playing application aiming at being
+ a simple and elegant replacement for using Files to show the
+ Music directory.
+ Objectives includes listening to local and online/cloud collections,
+ listen to music on attached devices, listen to music shared by friends,
+ listen to audiobooks, a player for DLNA media servers, share music,
+ upload music and select favorites.
Added: desktop/unstable/gnome-music/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-music/debian/control.in?rev=40014&op=file
==============================================================================
--- desktop/unstable/gnome-music/debian/control.in (added)
+++ desktop/unstable/gnome-music/debian/control.in [utf-8] Fri Oct 18 19:15:11 2013
@@ -0,0 +1,46 @@
+Source: gnome-music
+Section: gnome
+Priority: extra
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Uploaders: @GNOME_TEAM@
+Build-Depends: debhelper (>= 9),
+ gnome-common,
+ gnome-doc-utils,
+ gnome-pkg-tools (>= 0.11),
+ gobject-introspection (>= 1.35.9),
+ libgirepository1.0-dev (>= 1.35.9),
+ python-gi-dev,
+ python3-dev,
+ libglib2.0-dev (>= 2.35.9),
+ libgrilo-0.2-dev (>= 0.2.6),
+ libgtk-3-dev (>= 3.8)
+Standards-Version: 3.9.4
+X-Python3-Version: >= 3.0
+Homepage: https://wiki.gnome.org/Apps/Music
+
+Package: gnome-music
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ${gir:Depends},
+ ${python3:Depends},
+ gir1.2-glib-2.0 (>= 1.35.9),
+ gir1.2-gtk-3.0 (>= 3.8),
+ gir1.2-gstreamer-1.0,
+ gir1.2-gst-plugins-base-1.0,
+ gir1.2-grilo-0.2 (>= 0.2.6),
+ gir1.2-notify-0.7,
+ gir1.2-tracker-0.16,
+ grilo-plugins-0.2,
+ python3,
+ python3-gi,
+ python3-gi-cairo,
+ tracker
+Description: Music is the new GNOME music playing application
+ Music is the new GNOME music playing application aiming at being
+ a simple and elegant replacement for using Files to show the
+ Music directory.
+ Objectives includes listening to local and online/cloud collections,
+ listen to music on attached devices, listen to music shared by friends,
+ listen to audiobooks, a player for DLNA media servers, share music,
+ upload music and select favorites.
Added: desktop/unstable/gnome-music/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-music/debian/copyright?rev=40014&op=file
==============================================================================
--- desktop/unstable/gnome-music/debian/copyright (added)
+++ desktop/unstable/gnome-music/debian/copyright [utf-8] Fri Oct 18 19:15:11 2013
@@ -0,0 +1,49 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: gnome-music
+Upstream-Contact:
+Source: http://ftp.gnome.org/pub/gnome/sources/gnome-music/
+
+Files: *
+Copyright: 1994-2013 Free Software Foundation, Inc.
+ 2013 Arnel A. Borja <kyoushuu at yahoo.com>
+ 2013 Eslam Mostafa <cseslam at gmail.com>
+ 2013 Felipe Borges <felipe10borges at gmail.com>
+ 2013 Giovanni Campagna <scampa.giovanni at gmail.com>
+ 2013 Guillaume Quintard <guillaume.quintard at gmail.com>
+ 2013 Jackson Isaac <jacksonisaac2008 at gmail.com>
+ 2013 Lubosz Sarnecki <lubosz at gmail.com>
+ 2013 Manish Sinha <manishsinha at ubuntu.com>
+ 2013 Sai Suman Prayaga <suman.sai14 at gmail.com>
+ 2013 Seif Lotfy <seif at gmail.com>
+ 2013 Seif Lotfy <seif at lotfy.com>
+ 2013 Shivani Poddar <shivani.poddar92 at gmail.com>
+ 2013 Vadim Rutkovsky <roignac at gmail.com>
+ 2013 Vadim Rutkovsky <vrutkovs at redhat.com>
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2013 Rico Tzschichholz <ricotz at ubuntu.com>
+ 2013 Andreas Henriksson <andreas at fatal.se>
+License: GPL-2+
+
+License: GPL-2+
+ 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 package; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA 02110-1301 USA
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.
Added: desktop/unstable/gnome-music/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-music/debian/rules?rev=40014&op=file
==============================================================================
--- desktop/unstable/gnome-music/debian/rules (added)
+++ desktop/unstable/gnome-music/debian/rules [utf-8] Fri Oct 18 19:15:11 2013
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+
+include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
+-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+
+%:
+ dh $@ --with python3
+
+override_dh_auto_install:
+ dh_auto_install
+ rm -rf debian/gnome-music/usr/lib/python*/site-packages/gnomemusic/__pycache__/
+ -rm -f debian/gnome-music/usr/lib/*/gnome-music/libgd.la
+
Propchange: desktop/unstable/gnome-music/debian/rules
------------------------------------------------------------------------------
svn:executable = *
Added: desktop/unstable/gnome-music/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-music/debian/source/format?rev=40014&op=file
==============================================================================
--- desktop/unstable/gnome-music/debian/source/format (added)
+++ desktop/unstable/gnome-music/debian/source/format [utf-8] Fri Oct 18 19:15:11 2013
@@ -0,0 +1 @@
+3.0 (quilt)
Added: desktop/unstable/gnome-music/debian/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-music/debian/watch?rev=40014&op=file
==============================================================================
--- desktop/unstable/gnome-music/debian/watch (added)
+++ desktop/unstable/gnome-music/debian/watch [utf-8] Fri Oct 18 19:15:11 2013
@@ -0,0 +1,2 @@
+version=3
+ftp://ftp.gnome.org/pub/GNOME/sources/gnome-music/([\d\.]+[02468])/gnome-music-(.*)\.tar\.xz
More information about the pkg-gnome-commits
mailing list