--- gmusicbrowser-1.0.2.orig/debian/postinst +++ gmusicbrowser-1.0.2/debian/postinst @@ -0,0 +1,9 @@ +#!/bin/sh -e + +set -e + +if test -x /usr/bin/update-menus; then update-menus; fi + +#DEBHELPER# + +exit 0 --- gmusicbrowser-1.0.2.orig/debian/changelog +++ gmusicbrowser-1.0.2/debian/changelog @@ -0,0 +1,40 @@ +gmusicbrowser (1.0.2-2) unstable; urgency=low + + * Suggest mpg321. + * Correct Team's name. + * Recommend libgtk2-notify-perl. + * Bump Standards. + + -- Alessio Treglia Thu, 15 Apr 2010 20:45:35 +0200 + +gmusicbrowser (1.0.2-1) unstable; urgency=low + + * New upstream release. + * debian/{control,rules}: + - Switch to debhelper 7. + - Drop cdbs. + * debian/control: + - Allow uploads by Debian Maintainers. + - Add myself to the Uploaders field. + - Bump Standards-Versions. + * debian/rules: + - Install NEWS file as upstream's changelog. + * Refresh patches, add tags as per DEP-3 policy. + * debian/patches/no-extra-copying: + - Don't install NEWS file as doc file. + - Don't install docs file in a versioned path. + * Add debian/patches/spelling-errors patch to correct some little spelling + errors in the manpage. + * Add README.source to document how to patch the sources. + * Improve debian/post{inst,rm} scripts. + * Add doc-base registration file. + * Update debian/copyright. + * Fix debian/watch. + + -- Alessio Treglia Mon, 18 Jan 2010 21:19:06 +0100 + +gmusicbrowser (1.0.1-1) unstable; urgency=low + + * Initial release (Closes: #490084) + + -- Antonio Radici Sun, 01 Feb 2009 21:24:05 +0000 --- gmusicbrowser-1.0.2.orig/debian/postrm +++ gmusicbrowser-1.0.2/debian/postrm @@ -0,0 +1,9 @@ +#!/bin/sh -e + +set -e + +if test -x /usr/bin/update-menus; then update-menus; fi + +#DEBHELPER# + +exit 0 --- gmusicbrowser-1.0.2.orig/debian/dirs +++ gmusicbrowser-1.0.2/debian/dirs @@ -0,0 +1 @@ +usr/bin --- gmusicbrowser-1.0.2.orig/debian/watch +++ gmusicbrowser-1.0.2/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://gmusicbrowser.org/download.html \ + download/gmusicbrowser-(.*)\.tar\.gz --- gmusicbrowser-1.0.2.orig/debian/control +++ gmusicbrowser-1.0.2/debian/control @@ -0,0 +1,45 @@ +Source: gmusicbrowser +Section: sound +Priority: extra +Maintainer: Debian Multimedia Maintainers +Uploaders: Antonio Radici , + Alessio Treglia +Build-Depends: debhelper (>= 7.0.50~), + quilt (>= 0.46-7~) +Build-Depends-Indep: imagemagick +DM-Upload-Allowed: yes +Standards-Version: 3.8.4 +Homepage: http://squentin.free.fr/gmusicbrowser/gmusicbrowser.html +Vcs-Git: git://git.debian.org/git/pkg-multimedia/gmusicbrowser.git +Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/gmusicbrowser.git + +Package: gmusicbrowser +Architecture: all +Depends: ${shlibs:Depends}, + perl, + libgtk2-perl, + libgtk2.0-0 (>= 2.6), + mpg321 | flac123 | ogg123, + ${misc:Depends} +Recommends: liblocale-gettext-perl (>= 1.04), + libnet-dbus-perl, + libgtk2-trayicon-perl, + libgtk2-notify-perl, + libgstreamer-perl +Suggests: mplayer, + vorbis-tools, + mpg321, + alsa-utils, + libgtk2-mozembed-perl +Description: graphic jukebox for large collections of mp3/ogg/flac/mpc files + gmusicbrower is a powerful graphic browser which supports libraries with + a great number of songs (>10,000) + . + It can use multiple inputs and plays MP3, OGG and flac files; it also supports + mass-renaming and mass-retagging of a song library, multiple genres per song, + ratings and customizable labels + . + The window layout is also customizable and it ships natively plugins to use + last.fm, retrieve lyrics, find album pictures and WebContext which, through + the mozilla/webkit engine will display the wikipedia artist's page and search + lyrics with google. --- gmusicbrowser-1.0.2.orig/debian/gmusicbrowser.install +++ gmusicbrowser-1.0.2/debian/gmusicbrowser.install @@ -0,0 +1 @@ +pix/gmusicbrowser.xpm usr/share/gmusicbrowser/pix/ --- gmusicbrowser-1.0.2.orig/debian/gmusicbrowser.doc-base +++ gmusicbrowser-1.0.2/debian/gmusicbrowser.doc-base @@ -0,0 +1,8 @@ +Document: gmusicbrowser +Title: gmusicbrowser layout documentation +Abstract: Layout documentation for gmusicbrowser's interface. +Section: Sound + +Format: HTML +Index: /usr/share/doc/gmusicbrowser/layout_doc.html +Files: /usr/share/doc/gmusicbrowser/*.html --- gmusicbrowser-1.0.2.orig/debian/rules +++ gmusicbrowser-1.0.2/debian/rules @@ -0,0 +1,15 @@ +#!/usr/bin/make -f + +%: + dh --with quilt $@ + +override_dh_auto_build: + dh_auto_build + mogrify -format xpm -geometry 32x32 $(CURDIR)/pix/gmusicbrowser.png + +override_dh_auto_clean: + dh_auto_clean + rm -f $(CURDIR)/pix/gmusicbrowser.xpm + +override_dh_installchangelogs: + dh_installchangelogs NEWS --- gmusicbrowser-1.0.2.orig/debian/copyright +++ gmusicbrowser-1.0.2/debian/copyright @@ -0,0 +1,23 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Quentin Sculo +Upstream-Source: http://squentin.free.fr/gmusicbrowser/download.html +Upstream-Name: gmusicbrowser + +Files: * +Copyright: 2005-2008 Quentin Sculo +License: GPL-3+ + +Files: debian/* +Copyright: + 2010, Alessio Treglia + 2009, Antonio Radici +License: GPL-3+ + +License: GPL-3+ + 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; version 3 dated June, 2007, or (at your + option) any later version. + On Debian GNU/Linux systems, the complete text of version 3 of the GNU + General Public License can be found in `/usr/share/common-licenses/GPL-3' --- gmusicbrowser-1.0.2.orig/debian/compat +++ gmusicbrowser-1.0.2/debian/compat @@ -0,0 +1 @@ +7 --- gmusicbrowser-1.0.2.orig/debian/README.source +++ gmusicbrowser-1.0.2/debian/README.source @@ -0,0 +1,13 @@ +gmusicbrowser for Debian +--------------- + + This package uses quilt to manage all modifications to the upstream + source. Changes are stored in the source package as diffs in + debian/patches and applied during the build. + + To read how to properly use quilt, please refer to the official + documentation available at: + + /usr/share/doc/quilt/README.source + + -- Alessio Treglia Mon, 18 Jan 2010 21:19:06 +0100 --- gmusicbrowser-1.0.2.orig/debian/patches/no-extra-copying +++ gmusicbrowser-1.0.2/debian/patches/no-extra-copying @@ -0,0 +1,27 @@ +Description: Stop the distribution of COPYING from makefile, the license is + already provided by us. +Author: Antonio Radici +--- + Makefile | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +--- gmusicbrowser.orig/Makefile ++++ gmusicbrowser/Makefile +@@ -7,14 +7,14 @@ bindir = ${DESTDIR}/${prefix}/bin + appdir = ${DESTDIR}/${prefix}/share/applications + datadir = ${DESTDIR}/${prefix}/share + mandir = ${DESTDIR}/${prefix}/share/man +-docdir = ${DESTDIR}/${prefix}/share/doc/$(PACKAGE)-${VERSION} ++docdir = ${DESTDIR}/${prefix}/share/doc/$(PACKAGE) + localedir = ${DESTDIR}/${prefix}/share/locale +-menudir = ${DESTDIR}/${prefix}/lib/menu ++menudir = ${DESTDIR}/${prefix}/share/menu + iconsdir = ${DESTDIR}/${prefix}/share/icons + liconsdir = $(iconsdir)/large + miconsdir = $(iconsdir)/mini + +-DOCS=AUTHORS COPYING README NEWS INSTALL layout_doc.html ++DOCS=AUTHORS README layout_doc.html + LINGUAS=$(shell for l in po/*po; do basename $$l .po; done) + + all: locale --- gmusicbrowser-1.0.2.orig/debian/patches/fix-menu +++ gmusicbrowser-1.0.2/debian/patches/fix-menu @@ -0,0 +1,19 @@ +Description: fix the menu as per Debian Menu System +Author: Antonio Radici +--- + gmusicbrowser.menu | 6 ++---- + 1 file changed, 2 insertions(+), 4 deletions(-) + +--- gmusicbrowser.orig/gmusicbrowser.menu ++++ gmusicbrowser/gmusicbrowser.menu +@@ -1,8 +1,6 @@ + ?package(gmusicbrowser):needs="X11" \ +- section="Multimedia/Sound" \ ++ section="Applications/Sound" \ + title="gmusicbrowser" \ + longtitle="Jukebox for mp3/ogg/flac/mpc files" \ + command="/usr/bin/gmusicbrowser" \ +- icon="gmusicbrowser.png" \ +- startup_notify="true" +- ++ icon="/usr/share/gmusicbrowser/pix/gmusicbrowser.xpm" --- gmusicbrowser-1.0.2.orig/debian/patches/series +++ gmusicbrowser-1.0.2/debian/patches/series @@ -0,0 +1,3 @@ +no-extra-copying +fix-menu +spelling-errors --- gmusicbrowser-1.0.2.orig/debian/patches/spelling-errors +++ gmusicbrowser-1.0.2/debian/patches/spelling-errors @@ -0,0 +1,35 @@ +Author: Alessio Treglia +Description: Fix spelling errors found in the manpage file. +--- + gmusicbrowser.man | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +--- gmusicbrowser.orig/gmusicbrowser.man ++++ gmusicbrowser/gmusicbrowser.man +@@ -42,7 +42,7 @@ This manual page explains the + program. + .PP + \fBgmusicbrowser\fP can play and manage your songs, currently supports mp3, ogg, flac, mpc file formats. +-see http://gmusicbrowser.sourceforge.net/ for more informations. ++see http://gmusicbrowser.sourceforge.net/ for more information. + .SH "OPTIONS" + .B + .TP +@@ -89,7 +89,7 @@ use FIFO as named pipe to receive comman + do not use/create named pipe $FIFOFile + .TP + \fB\-debug\fR +-print lots of useless informations ++print lots of useless information + .TP + \fB\-layout NAME\fR + use layout NAME for player window +@@ -121,7 +121,7 @@ Load songs in FOLDER_OR_FILE and display + contains songs tags and program options + .TP + \fI/usr/share/gmusicbrowser/plugins/\fP, \fI~/.gmusicbrowser/plugins/\fP +-files with extention .pm in these folders are loaded as plugins on startup ++files with extension .pm in these folders are loaded as plugins on startup + .TP + \fI/usr/share/gmusicbrowser/layouts\fP, \fI~/.gmusicbrowser/layouts\fP + contains layouts definitions