yue-sounds-fso (20081031-2) debian-dir only changes

Summary

 debian/README.Debian                |    9 ++++
 debian/changelog                    |   33 +++++++++++++++
 debian/compat                       |    1 
 debian/control                      |   35 ++++++++++++++++
 debian/copyright                    |   77 ++++++++++++++++++++++++++++++++++++
 debian/fso-sounds-yue-base.dirs     |    1 
 debian/fso-sounds-yue-base.install  |    2 
 debian/fso-sounds-yue-base.postinst |   19 ++++++++
 debian/fso-sounds-yue-base.prerm    |   17 +++++++
 debian/fso-sounds-yue-full.install  |    5 ++
 debian/rules                        |   31 ++++++++++++++
 debian/watch                        |    1 
 debian/yue-base.yaml                |    8 +++
 13 files changed, 239 insertions(+)

    
download this patch

Patch contents

--- yue-sounds-fso-20081031.orig/debian/yue-base.yaml
+++ yue-sounds-fso-20081031/debian/yue-base.yaml
@@ -0,0 +1,8 @@
+
+
+ring-tone: "yue-fso/jmf1.ogg"
+ring-volume: 10
+
+message-tone: "yue-fso/jmf2.ogg"
+message-volume: 10
+
--- yue-sounds-fso-20081031.orig/debian/fso-sounds-yue-base.dirs
+++ yue-sounds-fso-20081031/debian/fso-sounds-yue-base.dirs
@@ -0,0 +1 @@
+etc/freesmartphone/opreferences/conf/phone
--- yue-sounds-fso-20081031.orig/debian/fso-sounds-yue-base.install
+++ yue-sounds-fso-20081031/debian/fso-sounds-yue-base.install
@@ -0,0 +1,2 @@
+jmf?.ogg /usr/share/sounds/yue-fso
+debian/yue-base.yaml /usr/share/fso-sounds-rules
--- yue-sounds-fso-20081031.orig/debian/control
+++ yue-sounds-fso-20081031/debian/control
@@ -0,0 +1,35 @@
+Source: yue-sounds-fso
+Section: misc
+Priority: extra
+Maintainer: Debian freesmartphone.org Team <pkg-fso-maint@lists.alioth.debian.org>
+Uploaders: Luca Capello <luca@pca.it>, Luca Bigliardi <shammash@artha.org>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 7)
+Standards-Version: 3.8.1
+Homepage: http://www.yue.it/
+Vcs-Git: git://git.debian.org/git/pkg-fso/yue-sounds-fso.git
+Vcs-Browser: http://git.debian.org/?p=pkg-fso/yue-sounds-fso.git;a=summary
+
+Package: fso-sounds-yue-base
+Architecture: all
+Depends: ${misc:Depends}, gstreamer0.10-plugins-base
+Suggests: fso-sounds-yue-full, fso-frameworkd
+Conflicts: fso-frameworkd (<< 0.2.0-git20080909-7)
+Provides: fso-sounds
+Description: Yue base ringtones for the freesmartphone.org frameworkd
+ This package provides the default ring- and message-tone files
+ produced by Yue and to be used mainly with the freesmartphone.org
+ frameworkd.
+ .
+ This package is not part of the freesmartphone.org software stack,
+ nevertheless it is targeted for smartphones.
+
+Package: fso-sounds-yue-full
+Architecture: all
+Depends: ${misc:Depends}, fso-sounds-yue-base
+Description: Yue full ringtones for the freesmartphone.org frameworkd
+ This package provides the whole set of ringtone files produced by Yue
+ and to be used mainly with the freesmartphone.org frameworkd.
+ .
+ This package is not part of the freesmartphone.org software stack,
+ nevertheless it is targeted for smartphones.
--- yue-sounds-fso-20081031.orig/debian/watch
+++ yue-sounds-fso-20081031/debian/watch
@@ -0,0 +1 @@
+# Upstream does not have any tarball, thus no need for a watch file.
--- yue-sounds-fso-20081031.orig/debian/README.Debian
+++ yue-sounds-fso-20081031/debian/README.Debian
@@ -0,0 +1,9 @@
+fso-sounds-* packages for Debian
+--------------------------------
+
+Please refer to /usr/share/doc/fso-frameworkd/README.Debian, section
+"fso-sounds virtual package", if you want to use the ringtones
+provided by this package with the freesmartphone.org frameworkd.
+
+ -- Luca Capello <luca@pca.it>, Wed, 13 May 2009 16:02:06 +0200
+
--- yue-sounds-fso-20081031.orig/debian/fso-sounds-yue-full.install
+++ yue-sounds-fso-20081031/debian/fso-sounds-yue-full.install
@@ -0,0 +1,5 @@
+icy?.ogg /usr/share/sounds/yue-fso
+lec?.ogg /usr/share/sounds/yue-fso
+nothing?.ogg /usr/share/sounds/yue-fso
+o*.ogg /usr/share/sounds/yue-fso
+t*.ogg /usr/share/sounds/yue-fso
--- yue-sounds-fso-20081031.orig/debian/fso-sounds-yue-base.prerm
+++ yue-sounds-fso-20081031/debian/fso-sounds-yue-base.prerm
@@ -0,0 +1,17 @@
+#!/bin/sh
+
+set -e
+
+# Remove the phone file from update-alternatives.
+if [ "$1" = "remove" ]; then
+    update-alternatives \
+	--remove \
+	fso-frameworkd-default-sounds.yaml \
+	/usr/share/fso-sounds-rules/yue-base.yaml
+fi
+
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
--- yue-sounds-fso-20081031.orig/debian/changelog
+++ yue-sounds-fso-20081031/debian/changelog
@@ -0,0 +1,33 @@
+yue-sounds-fso (20081031-2) unstable; urgency=low
+
+  * Upload to unstable.
+  * debian/control:
+    + Standards-Version to 3.8.1, no changes needed.
+    + state in the long Description: that this software is not
+      officially part of the freesmartphone.org stack.
+    + fix capitalization for freesmartphone.org.
+    - remove useless ${shlibs:Depends} from Depends: fields since
+      no shared libraries are shipped.
+  * debian/copyright:
+    + clearly state that the package is a collection of sound files.
+    + update copyright assignment to 2009.
+    + fix capitalization for freesmartphone.org.
+  * debian/fso-sounds-yue-base.install:
+    - do not install upstream COPYING, thanks to lintian.
+  * debian/fso-sounds-yue-base.postinst:
+    + add "#DEBHELPER#" token, thanks to lintian.
+  * debian/fso-sounds-yue-base.prerm:
+    + add "#DEBHELPER#" token, thanks to lintian.
+  * debian/README.Debian:
+    + suggest fso-frameworkd documentation to use the ringtones.
+    + fix capitalization for freesmartphone.org.
+  * debian/watch:
+    + new file, thanks to lintian.
+
+ -- Luca Capello <luca@pca.it>  Fri, 15 May 2009 22:38:56 +0200
+
+yue-sounds-fso (20081031-1) pkg-fso; urgency=low
+
+  * Initial release.
+
+ -- Luca Capello <luca@pca.it>  Tue, 18 Nov 2008 19:45:04 +0100
--- yue-sounds-fso-20081031.orig/debian/compat
+++ yue-sounds-fso-20081031/debian/compat
@@ -0,0 +1 @@
+7
--- yue-sounds-fso-20081031.orig/debian/copyright
+++ yue-sounds-fso-20081031/debian/copyright
@@ -0,0 +1,77 @@
+This package was debianized by Luca Capello <luca@pca.it> on
+Tue, 18 Nov 2008 02:15:45 +0100.
+
+The package is a collection of the freesmartphone.org sound files
+available at http://www.yue.it/en/music.html
+
+The following copyrights apply to the sources:
+ * Copyright © 2008-2009 Yue
+
+The sources are distributed under the following license:
+
+        Creative Commons License Deed
+
+        Attribution-Share Alike 3.0 Unported
+
+        You are free:
+
+         * to Share — to copy, distribute and transmit the work
+         * to Remix — to adapt the work
+
+        Under the following conditions:
+
+         * Attribution. You must attribute the work in the manner specified by
+           the author or licensor (but not in any way that suggests that they
+           endorse you or your use of the work).
+
+         * Share Alike. If you alter, transform, or build upon this work, you
+           may distribute the resulting work only under the same, similar or a
+           compatible license.
+
+         * For any reuse or distribution, you must make clear to others the
+           license terms of this work. The best way to do this is with a link
+           to this web page.
+         * Any of the above conditions can be waived if you get permission
+           from the copyright holder.
+         * Nothing in this license impairs or restricts the author's moral
+           rights.
+
+
+        Disclaimer
+
+        The Commons Deed is not a license. It is simply a handy reference for
+        understanding the Legal Code (the full license) — it is a
+        human-readable expression of some of its key terms. Think of it as the
+        user-friendly interface to the Legal Code beneath. This Deed itself
+        has no legal value, and its contents do not appear in the actual
+        license.
+
+        Creative Commons is not a law firm and does not provide legal
+        services. Distributing of, displaying of, or linking to this Commons
+        Deed does not create an attorney-client relationship.
+
+        Your fair dealing and other rights are in no way affected by the
+        above.
+
+        This is a human-readable summary of the Legal Code (the full license).
+
+The complete text of the Creative Commons Attribution-Share Alike 3.0
+Unported License can be found in /usr/share/doc/fso-sounds-yue-base/COPYING.
+
+For the Debian packaging:
+ * Copyright © 2008-2009 Luca Capello <luca@pca.it>
+
+The Debian package is distributed under the following 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, 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.
+
+On Debian systems, the complete text of the GNU General Public License can
+be found in /usr/share/common-licenses/GPL-2 file.
--- yue-sounds-fso-20081031.orig/debian/fso-sounds-yue-base.postinst
+++ yue-sounds-fso-20081031/debian/fso-sounds-yue-base.postinst
@@ -0,0 +1,19 @@
+#!/bin/sh
+
+set -e
+
+# Register the phone file with update-alternatives.
+if [ "$1" = "configure" ]; then
+    update-alternatives \
+	--install \
+	/etc/freesmartphone/opreferences/conf/phone/default.yaml \
+	fso-frameworkd-default-sounds.yaml \
+	/usr/share/fso-sounds-rules/yue-base.yaml \
+	20
+fi
+
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
--- yue-sounds-fso-20081031.orig/debian/rules
+++ yue-sounds-fso-20081031/debian/rules
@@ -0,0 +1,31 @@
+#!/usr/bin/make -f
+
+
+build: build-stamp
+build-stamp:
+	dh build
+	touch build-stamp
+
+clean:
+	rm -f build-stamp
+	rm -f install-stamp
+	dh clean
+
+install: build install-stamp
+install-stamp:
+	# Run this first
+	dh install --until dh_auto_install
+	dh_install
+	dh install --after dh_install --before dh_compress
+	dh_compress
+	dh install --after dh_compress
+	touch install-stamp
+
+binary-arch: install
+	dh binary-arch
+
+binary-indep: install
+	dh binary-indep
+
+binary: binary-arch binary-indep
+