--- glurp-0.12.3.orig/debian/changelog +++ glurp-0.12.3/debian/changelog @@ -0,0 +1,96 @@ +glurp (0.12.3-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Using new DH level format. Consequently: + - debian/compat: removed. + - debian/control: changed from 'debhelper' to 'debhelper-compat' in + Build-Depends field and bumped level to 13. + - Closes: #965555 + * Dropped CDBS in favor of the debhelper to allow the build system to use + DH level greater than 11. Consequently: + - debian/control: removed no longer needed cdbs from Build-Depends + field. + - debian/rules: changed from CDBS to DH. + + -- Joao Eriberto Mota Filho Tue, 01 Feb 2022 23:55:04 -0300 + +glurp (0.12.3-1) unstable; urgency=medium + + * New upstream release (Closes: #333640, #379667, #385088, #359096, #581933). + * New maintainer: Stanislav Maslovski + * Debian packaging updated: + - updated copyright information (the source does not + include a copy of libmpdclient anymore). + - updated package description (Closes: #359094). + - removed libglade2-dev from builddeps, added libmpd-dev. + - outdated patches removed. + - added an xpm icon. + - menu section updated. + - bumped compat level to 5. + - bumped standards version to 3.8.4. + - added homepage field (thanks, lintian). + - manpage updated to match the new version. + + -- Stanislav Maslovski Mon, 17 May 2010 12:35:24 +0400 + +glurp (0.11.6-4) unstable; urgency=low + + * Bug fix: "glurp: Manpage refers to gmpc", thanks to Andreas Metzler + (Closes: #359089). + * Updated to last standard versions, no changes were needed. + * Updated watch file. Thanks to Margarita Manterola. + * Cleaned diff.gz uglyness + + -- Niv Altivanik (Debian Packages) Sat, 12 Aug 2006 03:04:02 -0300 + +glurp (0.11.6-3) unstable; urgency=low + + * Bug fix: "glurp: Manpage refers to gmpc", thanks to Andreas Metzler + (Closes: #359089). + + -- Niv Altivanik (Debian Packages) Fri, 11 Aug 2006 23:58:44 -0300 + +glurp (0.11.6-2) unstable; urgency=low + + * Bug fix: "glurp: misplaced glurp.svg", thanks to Andrew Suffield + (Closes: #346381). + + -- Niv Altivanik (Debian Packages) Sun, 15 Jan 2006 04:06:50 +0100 + +glurp (0.11.6-1) unstable; urgency=low + + * New upstream release (lately uploaded to debian due to lazy maintainer) + . (Closes: #322248), thanks to Liyang HU. + . fixes play button disparition and playlist 'bad' button. + (Closes: #317992), thanks to Eugene Krivdyuk. + * Bug fix: "glurp should provide mpd-client", thanks to Martin + Samuelsson (Closes: #304754). + * Upgraded the build-dependency to debhelper 4.1.0 + * Added a gnome menu entry and an ugly home-made icon. + * Bumped standards version and changed FSF address. + + -- Niv Altivanik (Debian Packages) Tue, 27 Sep 2005 16:52:41 +0200 + +glurp (0.11.4-2) unstable; urgency=low + + * moved to cdbs + * Uploaded to Debian. (closes: #292433) + + -- Niv Altivanik (Debian Packages) Fri, 28 Jan 2005 17:33:49 +0100 + +glurp (0.11.4-1) unstable; urgency=low + + * Fixed libmpdclient bug #352[1]. + [1] http://musicpd.org/mantis/view.php?id=352 + * Fixed long Description field. + * Added dpatch stuff. + * New upstream release. + + -- Niv Altivanik (Debian Packages) Thu, 27 Jan 2005 17:03:31 +0100 + +glurp (0.11.3-1) unstable; urgency=low + + * Initial Release. + + -- Niv ALTIVANIK Wed, 8 Dec 2004 09:52:03 +0100 + --- glurp-0.12.3.orig/debian/control +++ glurp-0.12.3/debian/control @@ -0,0 +1,22 @@ +Source: glurp +Section: x11 +Priority: optional +Maintainer: Stanislav Maslovski +Build-Depends: debhelper-compat (= 13), libgtk2.0-dev (>= 2.4), libglib2.0-dev (>= 2.4), libmpd-dev +Standards-Version: 3.8.4 +Homepage: http://sourceforge.net/projects/glurp/ + +Package: glurp +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Suggests: mpd +Provides: mpd-client +Description: GTK+ frontend to the Music Player Daemon (MPD) + glurp is a GTK+ frontend to the MPD music daemon. It features: + * Playlist support with id3 tags display. + * Password-protected connection to MPD. + * Easy switching of MPD's audio output device. + * Easy operations with MPD's database/playlists/streams. +Enhances: mpd +Tag: uitoolkit::gtk + --- glurp-0.12.3.orig/debian/copyright +++ glurp-0.12.3/debian/copyright @@ -0,0 +1,42 @@ +This package was debianized by Niv ALTIVANIK on +Wed, 8 Dec 2004 09:52:03 +0100. + +Updated packaging by Stanislav Maslovski on +Mon, 17 May 2010 12:24:37 +0400. + +It was downloaded from http://sourceforge.net/projects/glurp/ + +Upstream Author: + + Andrej Kacian + +Other contributors: + + Qball Cow + Daniel Lindenaar + Benoît Rouits + +Copyright: + + Copyright (C) 2004, 2005 Andrej Kacian + +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 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. + +On Debian systems, the complete text of the GNU General Public License +version 2 can be found in `/usr/share/common-licenses/GPL-2'. + +The Debian packaging is + © 2004 Niv Altivanik (Debian Packages) + © 2010 Stanislav Maslovski +and can be redistributed and/or modified under the terms of GNU GPL version 2 +(see above) or any later version. --- glurp-0.12.3.orig/debian/glurp.1 +++ glurp-0.12.3/debian/glurp.1 @@ -0,0 +1,36 @@ +.TH GLURP 1 "May 18, 2010" +.SH NAME +glurp \- GTK+ frontend for controlling Music Player Daemon (MPD) +.SH SYNOPSIS +.B glurp +.RB [ \-v | \-\-version ] +.RB [ \-h | \-\-help ] +.RB [ \-\-config=\fIfile\fP ] +.SH DESCRIPTION +glurp is a GTK+ client for MPD with a simple single-window +interface that features a playlist, a database list, a list of streams +and also other controls. +.SH USAGE +Using glurp should be intuitive since it is based around a simple +GUI. Simply run glurp and choose the config tab to configure and +connect it to a running MPD process. +.SH OPTIONS +.TP +.B \-v, \-\-version +prints version string. +.TP +.B -h, \-\-help +prints short usage information. +.TP +.BI "\-\-config=" file +use the given \fIfile\fP as the config file instead of the default (\fI~/.glurp\fP). +.SH SEE ALSO +.BR mpd (1), +.BR mpc (1). +.SH AUTHOR +glurp was written by Andrej Kacian +.PP +This manual page was written by Niv ALTIVANIK , +for the Debian project (but may be used by others). +.PP +Updated by Stanislav Maslovski . \ No newline at end of file --- glurp-0.12.3.orig/debian/glurp.desktop +++ glurp-0.12.3/debian/glurp.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Name=Glurp +Comment=A Client for the MPD daemon +Comment[fr]=Un Client pour le démon MPD +Comment[es]=Un Cliente del server MPD +Exec=glurp +Terminal=false +Type=Application +Icon=glurp.svg +Categories=GNOME;Application;AudioVideo; +StartupNotify=true +Encoding=UTF-8 --- glurp-0.12.3.orig/debian/glurp.svg +++ glurp-0.12.3/debian/glurp.svg @@ -0,0 +1,68 @@ + + + + + + + + + image/svg+xml + + + + + + + + + --- glurp-0.12.3.orig/debian/glurp.xpm +++ glurp-0.12.3/debian/glurp.xpm @@ -0,0 +1,153 @@ +/* XPM */ +static char * glurp_xpm[] = { +"32 32 118 2", +" c None", +". c #00000A", +"+ c #000009", +"@ c #000008", +"# c #000051", +"$ c #000072", +"% c #00006B", +"& c #00004B", +"* c #000017", +"= c #00006F", +"- c #000081", +"; c #000064", +"> c #000022", +", c #000007", +"' c #000000", +") c #000015", +"! c #00006A", +"~ c #000028", +"{ c #000005", +"] c #000014", +"^ c #000073", +"/ c #00003B", +"( c #000001", +"_ c #000079", +": c #00007F", +"< c #00007D", +"[ c #000080", +"} c #000068", +"| c #000046", +"1 c #000031", +"2 c #000032", +"3 c #00004C", +"4 c #000018", +"5 c #000044", +"6 c #00003D", +"7 c #000057", +"8 c #000006", +"9 c #00006C", +"0 c #000071", +"a c #000056", +"b c #000011", +"c c #00007C", +"d c #000003", +"e c #00001C", +"f c #00005B", +"g c #00005E", +"h c #00001D", +"i c #00001B", +"j c #000076", +"k c #00000E", +"l c #00000D", +"m c #000024", +"n c #00000C", +"o c #00002B", +"p c #000036", +"q c #000060", +"r c #000041", +"s c #000053", +"t c #000049", +"u c #00000B", +"v c #00002A", +"w c #000042", +"x c #00004D", +"y c #00001A", +"z c #000069", +"A c #000074", +"B c #000026", +"C c #000040", +"D c #000070", +"E c #00007A", +"F c #000010", +"G c #00007E", +"H c #000077", +"I c #000037", +"J c #000741", +"K c #000851", +"L c #000063", +"M c #00003F", +"N c #000947", +"O c #00AE00", +"P c #007008", +"Q c #00171F", +"R c #00B400", +"S c #00FF00", +"T c #00D101", +"U c #002A0D", +"V c #000A09", +"W c #00FB00", +"X c #007B01", +"Y c #001E00", +"Z c #00D900", +"` c #003400", +" . c #00FD00", +".. c #008E00", +"+. c #001F00", +"@. c #00D700", +"#. c #002300", +"$. c #001100", +"%. c #00F300", +"&. c #006800", +"*. c #002100", +"=. c #00002F", +"-. c #000945", +";. c #00FE00", +">. c #009E00", +",. c #00001F", +"'. c #00004A", +"). c #00005F", +"!. c #000048", +"~. c #000027", +"{. c #000903", +"]. c #00CE00", +"^. c #003100", +"/. c #001C00", +"(. c #000004", +"_. c #00A000", +":. c #005900", +"<. c #000400", +" . + + @ ", +" + # $ % & * @ ", +" @ = - - - - - ; > , ' ", +" ) - - - - - - - - ! ~ { { ' ", +" ] - - - - - - - - - - ^ / @ + { @ ' ( ", +" , _ - - - : < - - - - - - [ } | 1 2 3 4 ", +" . 5 - - - # ' 6 _ - - - - - - - - - 7 @ ", +" 8 9 - - : 4 ' , 6 0 - - - - - - a 8 ", +" b _ - - c * d 8 8 e 5 f g 3 h , ", +" , i c - - j k l l + ", +" 8 m : - - $ n ", +" , o [ - - ! , ", +" @ p - - - q 8 ", +" , r - - - s , ", +" 8 & - - - t @ ", +" + u v w x & / y ' ' & - - - / @ ", +" { 2 z - - - - - - - A B ' C - - [ o @ ", +" @ y D - - - - - - - - - - - t ' E - - c F ", +" + ~ G - - - - - - - - - - - - - c - - - - z , ", +" l c - - - - - - - - - - - - - - - - H H - - ~ ", +" I - - - - - - - - - - - - - - - - - J ' K - L u ", +" M - - - - - - - - - - - - - - - - - N O P Q 0 { ", +" h - - - - - - - - - - - - - - - - - N R S T U V ", +" { A - - - - - - - - - - - - - - - - N R S S W X Y ", +" 8 p - - - - - - - - - - - - - - - - N R S S S S Z ` ", +" @ z - - - - - - - - - - - - - - - N R S S S S S ...+. ", +" l = - - - - - - - - - - - - - - N R S S S S S S @.#.$.", +" @ L - - - - - - - - - - - - - N R S S S S %.&.*. ", +" { =.$ - - - - - - - - - - - -.R S S ;.>.#. ", +" { ,.'.} H - - c ^ ).!.~.{.R S ].^./. ", +" , l + (.(.(.@ . { _.:.Y ", +" <. "}; --- glurp-0.12.3.orig/debian/install +++ glurp-0.12.3/debian/install @@ -0,0 +1,3 @@ +debian/glurp.desktop usr/share/applications/ +debian/glurp.svg usr/share/pixmaps/ +debian/glurp.xpm usr/share/pixmaps/ --- glurp-0.12.3.orig/debian/manpages +++ glurp-0.12.3/debian/manpages @@ -0,0 +1 @@ +debian/glurp.1 --- glurp-0.12.3.orig/debian/menu +++ glurp-0.12.3/debian/menu @@ -0,0 +1,5 @@ +?package(glurp):needs="X11"\ + section="Applications/Sound"\ + title="Glurp"\ + icon="/usr/share/pixmaps/glurp.xpm"\ + command="/usr/bin/glurp" --- glurp-0.12.3.orig/debian/rules +++ glurp-0.12.3/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +%: + dh $@ + --- glurp-0.12.3.orig/debian/watch +++ glurp-0.12.3/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/glurp/glurp-(.*)\.tar\.gz