-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Package: jokosher Severity: normal Version: 0.9-1 User: [email protected] Usertags: origin-ubuntu jaunty Tags: patch
I updated jokosher in Ubuntu to 0.11 and changed a few things in the packaging (patch attached). - drop scrollkeeper build-depends (not necessary) - bump Standards-Version - move Homepage to its own field - drop python-alsaaudio, gstreamer0.10-gnomevfs, librsvg2-common, python-gnome2 Depends, bump gstreamer0.10-plugins-good requirement - Update debian/copyright (to make lintian happy) - drop debian/jokosher.sh (not used) - debian/patches/10_update_mime_database.dpatch not necessary either. - add debian/watch file -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkmmtT0ACgkQRjrlnQWd1esnhACeKER1xxwXQwepv8YJacOT8c9h lZsAn2oIhExR9mX+ZyHIGLTpFOMNOC02 =XCWM -----END PGP SIGNATURE-----
diff -ruN jokosher-0.9/debian/control jokosher-0.11/debian/control --- jokosher-0.9/debian/control 2009-02-26 13:26:08.000000000 +0100 +++ jokosher-0.11/debian/control 2009-02-26 13:53:53.000000000 +0100 @@ -1,14 +1,17 @@ Source: jokosher Section: sound Priority: optional Maintainer: Florian Ragwitz <[email protected]> -Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5), dpatch, python-dev, scrollkeeper +Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5), dpatch, python-dev Build-Depends-Indep: python-support (>= 0.4) -Standards-Version: 3.7.2 +Standards-Version: 3.8.0 +Homepage: http://www.jokosher.org Package: jokosher Architecture: all -Depends: ${python:Depends}, ${misc:Depends}, python-cairo, python-dbus, python-glade2, python-gtk2, python-gst0.10, gstreamer0.10-gnonlin (>= 0.10.8), python-alsaaudio, gstreamer0.10-plugins-good (>= 0.10.5), gstreamer0.10-plugins-base (>= 0.10.12), gstreamer0.10-gnomevfs, librsvg2-common, python-setuptools, python-gnome2 +Depends: ${python:Depends}, ${misc:Depends}, python-cairo, python-dbus, python-glade2, python-gtk2, python-gst0.10, gstreamer0.10-gnonlin (>= 0.10.8), gstreamer0.10-plugins-good (>= 0.10.9), gstreamer0.10-plugins-base (>= 0.10.12), python-setuptools +Recommends: gstreamer0.10-gnomevfs Description: simple and easy to use audio multi-tracker Jokosher is a simple and poweful multi-track studio. Jokosher provides a complete application for recording, editing, mixing and exporting audio, and @@ -26,5 +29,3 @@ * A range of instruments can be added to a project, and instruments can be renamed. Instruments can also be muted and soloed easily. * Export to MP3, Ogg Vorbis, FLAC, WAV and anything else GStreamer supports. - . - Homepage: http://www.jokosher.org diff -ruN jokosher-0.9/debian/copyright jokosher-0.11/debian/copyright --- jokosher-0.9/debian/copyright 2009-02-26 13:26:08.000000000 +0100 +++ jokosher-0.11/debian/copyright 2009-02-26 13:16:48.000000000 +0100 @@ -64,7 +64,7 @@ Public License can be found in `/usr/share/common-licenses/GPL'. -The Debian packaging is (C) 2006, Florian Ragwitz <[email protected]> and +The Debian packaging is © 2006, Florian Ragwitz <[email protected]> and is licensed under the GPL, see above. This package is based upon the Ubuntu packages from Daniel Holbach diff -ruN jokosher-0.9/debian/jokosher.sh jokosher-0.11/debian/jokosher.sh --- jokosher-0.9/debian/jokosher.sh 2009-02-26 13:26:08.000000000 +0100 +++ jokosher-0.11/debian/jokosher.sh 1970-01-01 01:00:00.000000000 +0100 @@ -1,5 +0,0 @@ -#!/bin/sh - -set -e - -/usr/share/jokosher/Jokosher/Jokosher diff -ruN jokosher-0.9/debian/patches/00list jokosher-0.11/debian/patches/00list --- jokosher-0.9/debian/patches/00list 2009-02-26 13:26:08.000000000 +0100 +++ jokosher-0.11/debian/patches/00list 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -10_update_mime_database diff -ruN jokosher-0.9/debian/patches/10_update_mime_database.dpatch jokosher-0.11/debian/patches/10_update_mime_database.dpatch --- jokosher-0.9/debian/patches/10_update_mime_database.dpatch 2009-02-26 13:26:08.000000000 +0100 +++ jokosher-0.11/debian/patches/10_update_mime_database.dpatch 1970-01-01 01:00:00.000000000 +0100 @@ -1,23 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 10_update_mime_database.dpatch by Florian Ragwitz <[email protected]> -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: Don't call update-{mime,desktop}-database at build-time. - -...@dpatch@ -diff -urNad jokosher-0.9~/setup.py jokosher-0.9/setup.py ---- jokosher-0.9~/setup.py 2007-06-22 15:20:07.000000000 +0200 -+++ jokosher-0.9/setup.py 2007-06-22 15:21:01.299004415 +0200 -@@ -103,10 +103,10 @@ - print "Updating the mime-types...." - - #update the mimetypes database -- call(["update-mime-database", "/usr/share/mime/"]) -+ #call(["update-mime-database", "/usr/share/mime/"]) - - #update the .desktop file database -- call(["update-desktop-database"]) -+ #call(["update-desktop-database"]) - - print "\nInstallation finished! You can now run Jokosher by typing 'jokosher' or through your applications menu icon." - diff -ruN jokosher-0.9/debian/watch jokosher-0.11/debian/watch --- jokosher-0.9/debian/watch 1970-01-01 01:00:00.000000000 +0100 +++ jokosher-0.11/debian/watch 2009-02-26 13:18:50.000000000 +0100 @@ -0,0 +1,2 @@ +version=3 +https://launchpad.net/jokosher/+download http://launchpad.net/jokosher/.*/jokosher-(.*)\.tar\.gz

