--- banshee-community-extensions-1.6.0.orig/debian/banshee-extension-awn.install +++ banshee-community-extensions-1.6.0/debian/banshee-extension-awn.install @@ -0,0 +1 @@ +/usr/lib/banshee-1/Extensions/Banshee.Awn.* --- banshee-community-extensions-1.6.0.orig/debian/banshee-extension-streamrecorder.install +++ banshee-community-extensions-1.6.0/debian/banshee-extension-streamrecorder.install @@ -0,0 +1 @@ +/usr/lib/banshee-1/Extensions/Banshee.Streamrecorder.* --- banshee-community-extensions-1.6.0.orig/debian/rules +++ banshee-community-extensions-1.6.0/debian/rules @@ -0,0 +1,39 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +include /usr/share/cli-common/cli.make + +BANSHEE_VERSION = $(shell pkg-config --modversion banshee-1-thickclient) + +# disable clutterflow and lirc due to dependencies missing +override_dh_auto_configure: + dh_auto_configure -- \ + --with-vendor-build-id="`lsb_release -ds`" \ + --enable-gnome \ + --enable-schemas-install \ + --enable-alarmclock \ + --disable-appindicator \ + --enable-awn \ + --disable-clutterflow \ + --enable-coverwallpaper \ + --enable-lcd \ + --enable-lirc \ + --enable-lyrics \ + --enable-liveradio \ + --enable-magnatune \ + --enable-mirage \ + --enable-radiostationfetcher \ + --enable-streamrecorder \ + --enable-telepathy \ + --disable-ubuntuonemusicstore \ + --disable-shave \ + MCS=/usr/bin/mono-csc + +override_dh_gencontrol: + for pkg in `sed -n 's/^Package: //p' debian/control`; do \ + echo "banshee:Version=$(BANSHEE_VERSION)" >> debian/$$pkg.substvars; \ + done + dh_gencontrol + +%: + dh $@ --- banshee-community-extensions-1.6.0.orig/debian/gbp.conf +++ banshee-community-extensions-1.6.0/debian/gbp.conf @@ -0,0 +1,2 @@ +[DEFAULT] +debian-branch = ppa/karmic --- banshee-community-extensions-1.6.0.orig/debian/banshee-extension-alarm.install +++ banshee-community-extensions-1.6.0/debian/banshee-extension-alarm.install @@ -0,0 +1 @@ +/usr/lib/banshee-1/Extensions/Banshee.AlarmClock.* --- banshee-community-extensions-1.6.0.orig/debian/copyright +++ banshee-community-extensions-1.6.0/debian/copyright @@ -0,0 +1,148 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Name: Banshee Community Extensions +Maintainer: Aaron Bockover + Alexander Kojevnikov + Bertrand Lorentz + Gabriel Burt + +Files: * +Copyright: 2005-2010, Novell, Inc. + 2005–2010, Other Contributors +License: MIT/X11 + +Files: src/AlarmClock/* +Copyright: 2008-2009, Bertrand Lorentz + 2009-2009, Patrick van Staveren + +Files: src/AppIndicator/* +Copyright: 2010, Sense Hofstede + 2005-2009, Novell, Inc. + 2006-2007, Sebastian Dröge +X-Comment: Code originally from Banshee.NotificationArea which is in Banshee's + source tree + +Files: src/Awn/* +Copyright: Marcos Almeida Jr. + +Files: src/ClutterFlow/* +Copyright: 2010, Mathijs Dumon + +Files: src/CoverWallpaper/* +Copyright: 2009, David Corrales + +Files: src/LCD/* +Copyright: 2010, André Gaul + +Files: src/Lirc/* +Copyright: 2010, Jean-Baptiste Lab + 2006, Patrick van Staveren +X-Comment: Code was merged in from + http://code.google.com/p/banshee-unofficial-plugins/ and copyright + information found in the debian/copyright of that source tree + +Files: src/LiveRadio/* +Copyright: 2008, Novel, Inc. + 2010, Frank Ziegler + +Files: src/Lyrics/* +Copyright: 2009, Christian Martellini + +Files: src/Magnatune/* +Copyright: 2008, Max Battcher + +Files: src/Mirage/* +Copyright: 2007-2008, Dominik Schnitzer + 2008, Bertrand Lorentz +License: GPL-2+ + +Files: src/Mirage/Banshee.Mirage/RandomBySimilar.cs, + src/Mirage/Banshee.Mirage/Seed.cs, + src/Mirage/Banshee.Mirage/Tests/SimilarityTests.cs +Copyright: 2010, Novell, Inc. +License: MIT/X11 + +Files: src/RadioStationFetcher/* +Copyright: 2009, Akseli Mantila + +Files: src/StreamRecorder/* +Copyright: 2009, Akseli Mantila + 2009, Frank Ziegler + +Files: src/Telepathy/* +Copyright: 2009, Neil Loknath + +Files: src/Telepathy/MissionControl.cs + src/Telepathy/Telepathy.cs +Copyright: 2009, Neil Loknath +License: LGPL-3+ + +Files: src/Telepathy/NDesk.DBus/* +Copyright: 2006-2008, Alp Toker +X-Comment: Currently needs bundling due to an unknown commit which fixes a crash + in this extension. Once this commit is identified and cherry-picked + or a snapshot is uploaded, this will be excluded from build. + +Files: src/UbuntuOneMusicStore/* +Copyright: 2010, Jo Shields + +Files: src/UbuntuOneMusicStore/Resources/ubuntuone.png +Copyright: 2010, Canonical Ltd. +License: GPL-3+ + +Files: debian/* +Copyright: 2010, Chow Loong Jin +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 program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + . + On Debian systems, the full text of this license can be found in + /usr/share/common-licenses/GPL-2. + +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, either version 3 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 program. If not, see . + . + On Debian systems, the full text of this license can be found in + /usr/share/common-licenses/GPL-3. + + +License: MIT/X11 + Permission is hereby granted, free of charge, to any person obtaining a copy of + this software and associated documentation files (the "Software"), to deal in + the Software without restriction, including without limitation the rights to + use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + the Software, and to permit persons to whom the Software is furnished to do so, + subject to the following conditions: + . + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --- banshee-community-extensions-1.6.0.orig/debian/compat +++ banshee-community-extensions-1.6.0/debian/compat @@ -0,0 +1 @@ +7 --- banshee-community-extensions-1.6.0.orig/debian/banshee-extension-liveradio.install +++ banshee-community-extensions-1.6.0/debian/banshee-extension-liveradio.install @@ -0,0 +1 @@ +/usr/lib/banshee-1/Extensions/Banshee.LiveRadio.* --- banshee-community-extensions-1.6.0.orig/debian/banshee-extension-lcd.install +++ banshee-community-extensions-1.6.0/debian/banshee-extension-lcd.install @@ -0,0 +1 @@ +/usr/lib/banshee-1/Extensions/Banshee.LCD.* --- banshee-community-extensions-1.6.0.orig/debian/banshee-extension-telepathy.install +++ banshee-community-extensions-1.6.0/debian/banshee-extension-telepathy.install @@ -0,0 +1 @@ +/usr/lib/banshee-1/Extensions/Banshee.Telepathy.* --- banshee-community-extensions-1.6.0.orig/debian/banshee-extension-coverwallpaper.install +++ banshee-community-extensions-1.6.0/debian/banshee-extension-coverwallpaper.install @@ -0,0 +1 @@ +/usr/lib/banshee-1/Extensions/Banshee.CoverWallpaper.* --- banshee-community-extensions-1.6.0.orig/debian/banshee-extension-magnatune.install +++ banshee-community-extensions-1.6.0/debian/banshee-extension-magnatune.install @@ -0,0 +1 @@ +/usr/lib/banshee-1/Extensions/Banshee.Magnatune.* --- banshee-community-extensions-1.6.0.orig/debian/banshee-extension-ubuntuonemusicstore.install +++ banshee-community-extensions-1.6.0/debian/banshee-extension-ubuntuonemusicstore.install @@ -0,0 +1 @@ +/usr/lib/banshee-1/Extensions/Banshee.UbuntuOneMusicStore.* --- banshee-community-extensions-1.6.0.orig/debian/banshee-extensions-common.install +++ banshee-community-extensions-1.6.0/debian/banshee-extensions-common.install @@ -0,0 +1 @@ +/usr/share/locale/ --- banshee-community-extensions-1.6.0.orig/debian/control +++ banshee-community-extensions-1.6.0/debian/control @@ -0,0 +1,279 @@ +Source: banshee-community-extensions +Section: gnome +Priority: optional +Maintainer: Debian CLI Applications Team +Uploaders: Chow Loong Jin +Build-Depends: debhelper (>= 7.0.50), + cli-common-dev (>= 0.5.7), + mono-devel (>= 2.4.2.3), + autotools-dev, + lsb-release, + banshee (>= 1.5.5), + pkg-config, + liblircclient-dev (>= 0.8.6), + libglib2.0-dev, + libfftw3-dev, + libsqlite3-dev (>= 3.3), + libgstreamer0.10-dev (>= 0.10.15), + libgstreamer-plugins-base0.10-dev (>= 0.10.15), + libsamplerate0-dev, + intltool (>= 0.35), + libwebkit1.0-cil, + libgconf2.0-cil, + libglib2.0-cil, + libgtk2.0-cil, + libtaglib-cil-dev, + libndesk-dbus-glib1.0-cil, + libndesk-dbus1.0-cil, + libmono-addins0.2-cil, + libnotify0.4-cil +Standards-Version: 3.8.4 +Vcs-Git: git://git.debian.org/git/pkg-cli-apps/packages/banshee-community-extensions.git +Vcs-Browser: http://git.debian.org/?p=pkg-cli-apps/packages/banshee-community-extensions.git +Homepage: http://gitorious.org/banshee-community-extensions + +Package: banshee-community-extensions +Architecture: all +Depends: banshee-extension-alarm (>= ${source:Version}), +# banshee-extension-appindicator (>= ${source:Version}), + banshee-extension-awn (>= ${source:Version}), +# banshee-extension-clutterflow (>= ${source:Version}), + banshee-extension-coverwallpaper (>= ${source:Version}), + banshee-extension-lcd (>= ${source:Version}), + banshee-extension-lirc (>= ${source:Version}), + banshee-extension-liveradio (>= ${source:Version}), + banshee-extension-lyrics (>= ${source:Version}), + banshee-extension-magnatune (>= ${source:Version}), + banshee-extension-mirage (>= ${source:Version}), + banshee-extension-radiostationfetcher (>= ${source:Version}), + banshee-extension-streamrecorder (>= ${source:Version}), + banshee-extension-telepathy (>= ${source:Version}), +# banshee-extension-ubuntuonemusicstore (>= ${source:Version}), + ${misc:Depends} +Description: set of community contributed extensions for Banshee + This package is a metapackage which depends on the current versions of all the + extensions included in the Banshee Community Extensions pack. + +Package: banshee-extensions-common +Architecture: all +Depends: ${misc:Depends} +Description: common files for banshee-community-extensions + This package contains the common files for all the extensions in the Banshee + Community Extension. You should not install this package directly, but instead + install one of other extension packages. + +Package: banshee-extension-alarm +Architecture: all +Depends: banshee (>= ${banshee:Version}), + banshee-extensions-common (= ${source:Version}), + ${cli:Depends}, ${misc:Depends} +Description: Alarm extension for Banshee + Banshee Alarm Extension is an extension for Banshee which allows alarms to be + set in Banshee. Supported features include: + * Wake up time + * Ascending volume alarm with configurable start and end volumes as well as + duration + * Sleep timer + . + Banshee is a media management and playback application for the GNOME desktop. + +# Package: banshee-extension-appindicator +# Architecture: all +# Depends: banshee (>= ${banshee:Version}), +# banshee-extensions-common (= ${source:Version}), +# indicator-applet, indicator-application, +# ${cli:Depends}, ${misc:Depends} +# Description: Application Indicator extension for Banshee +# This package provides integration for Banshee with Application Indicators, +# which is a replacement for the notification area in Ubuntu, as a way to add +# menus in the panel. +# . +# Banshee is a media management and playback application for the GNOME desktop. + +Package: banshee-extension-awn +Architecture: all +Depends: banshee (>= ${banshee:Version}), + avant-window-navigator, + banshee-extensions-common (= ${source:Version}), + ${cli:Depends}, ${misc:Depends} +Description: AWN integration extension for Banshee + This package provides integration for Banshee with the Avant Window Navigator, + which is a Mac OS X like dock for the GNOME desktop. + . + Banshee is a media management and playback application for the GNOME desktop. + +# Package: banshee-extension-clutterflow +# Architecture: all +# Depends: banshee (>= ${banshee:Version}), +# banshee-extensions-common (= ${source:Version}), +# ${cli:Depends}, ${misc:Depends} +# Description: CoverFlow functionality for Banshee +# This package provides a clone of the CoverFlow functionality for +# Banshee using the Clutter toolkit. +# . +# Banshee is a media management and playback application for the GNOME desktop. + +Package: banshee-extension-coverwallpaper +Architecture: all +Depends: banshee (>= ${banshee:Version}), + banshee-extensions-common (= ${source:Version}), + ${cli:Depends}, ${misc:Depends} +Description: Cover wallpaper extension for Banshe + CoverWallpaper is an extension for Banshee which automatically sets the + desktop wallpaper to the cover art of the currently playing media. + . + Banshee is a media management and playback application for the GNOME desktop. + +Package: banshee-extension-lcd +Architecture: all +Depends: banshee (>= ${banshee:Version}), + banshee-extensions-common (= ${source:Version}), + lcdproc, + ${cli:Depends}, ${misc:Depends} +Description: LCD display integration extension for Banshee + This package provides integration with LCD displays for Banshee using the + lcdproc display driver daemon. + . + Banshee is a media management and playback application for the GNOME desktop. + +Package: banshee-extension-lirc +Architecture: any +Depends: banshee (>= ${banshee:Version}), + banshee-extensions-common (= ${source:Version}), + lirc, + ${shlibs:Depends}, ${cli:Depends}, ${misc:Depends} +Description: LIRC integration extension for Banshee + This package provides LIRC integration for Banshee, which will allow Banshee to + be controlled using an infra-red device. + . + Banshee is a media management and playback application for the GNOME desktop. + +Package: banshee-extension-liveradio +Architecture: all +Depends: banshee (>= ${banshee:Version}), + banshee-extensions-common (= ${source:Version}), + ${cli:Depends}, ${misc:Depends} +Description: LiveRadio extension for Banshee + The LiveRadio extension for Banshee is a browser for online Internet station + directories integrated into the Banshee media player. It currently supports + live365.com, shoutcast.com and xiph.org, but its plugin-like code structure can + easily be extended to support just about any directory. + . + LiveRadio has the follwing features: + * Browse and query three online internet radio directories: + – live365.com + – shoutcast.com + – xiph.org + * Retrieve stream information and play the stream + * Add your favorite streams to your list of Internet Radio stations in Banshee + . + Banshee is a media management and playback application for the GNOME desktop. + +Package: banshee-extension-lyrics +Architecture: all +Depends: banshee (>= ${banshee:Version}), + banshee-extensions-common (= ${source:Version}), + ${cli:Depends}, ${misc:Depends} +Description: Lyrics extension for Banshee + Banshee Lyrics Plugin is an extension which shows lyrics of songs played in + Banshee. It supports downloading lyrics from: + * http://lyrc.com.ar + * http://lyriky.com + * http://lyricwiki.org + * http://www.autolyrics.com + . + Banshee is a media management and playback application for the GNOME desktop. + +Package: banshee-extension-magnatune +Architecture: all +Depends: banshee (>= ${banshee:Version}), + banshee-extensions-common (= ${source:Version}), + ${cli:Depends}, ${misc:Depends} +Description: Magnatune for Banshee + This package provides support for listening to Magnatune streams using Banshee. + . + Banshee is a media management and playback application for the GNOME desktop. + +Package: banshee-extension-mirage +Architecture: any +Depends: banshee (>= ${banshee:Version}), + banshee-extensions-common (= ${source:Version}), + ${shlibs:Depends}, ${cli:Depends}, ${misc:Depends} +Description: Automatic Playlist Generation extension for Banshee + Mirage is a ready-to-try implementation of the latest research + in automatic playlist generation and music similarity. Mirage + analyzes your music collection and computes similarity models + for each song. After your music has been analyzed, Mirage is + able to automatically generate playlists of similar music. + . + Mirage is far from being perfect! But it is a nice and easy way + to rediscover your music collection. Imagine it's an automated + radio station DJ playing songs from your collection and all songs + somehow fit together. + . + Banshee is a media management and playback application for the GNOME desktop. + +Package: banshee-extension-radiostationfetcher +Architecture: all +Depends: banshee (>= ${banshee:Version}), + banshee-extensions-common (= ${source:Version}), + ${cli:Depends}, ${misc:Depends} +Description: radio station fetcher extension for Banshee + This package contains an extension for Banshee which adds radio station + fetching functionality for Banshee. Radio stations are fetched from: + * http://www.shoutcast.com + * http://www.xiph.org + . + Banshee is a media management and playback application for the GNOME desktop. + +Package: banshee-extension-streamrecorder +Architecture: all +Depends: banshee (>= ${banshee:Version}), + banshee-extensions-common (= ${source:Version}), + ${cli:Depends}, ${misc:Depends} +Description: StreamRecorder extension for Banshee + This package provides the StreamRecorder extension for Banshee which will allow + it to rip/record radio streams. It has the following features: + * Recording "what you hear is what you get" + * Multiple encoders configurable + * Recorded stream injected with metadata tags + * Automatic file splitting and naming for streams sending metadata tags for + title and artist + . + Banshee is a media management and playback application for the GNOME desktop. + +Package: banshee-extension-telepathy +Architecture: all +Depends: banshee (>= ${banshee:Version}), + banshee-extensions-common (= ${source:Version}), + empathy (>= 2.27.91), + telepathy-gabble (>= 0.9), + telepathy-mission-control-5 (>= 5.3.1), + ${cli:Depends}, ${misc:Depends} +Description: Telepathy extension for Banshee + This extension provides integration between the Empathy instant messenger and + Banshee. It provides the following features: + . + * Download your friends' Banshee library metadata and check out what they + listen to, their ratings, BPM values, etc. + * View your friends' playlists and export them to disk + * Share what you're listening to with all your instant messaging friends by + advertising the track, artist, and album of the currently playing track in + Empathy's status message. This can be disabled. + * Download your friends' music; one track at a time or a selection. You can + cancel ones in progress, queued, individually or all at once. The sender has + the option to cancel all in progress or queued transfers only. Both sender + and receiver get a progress bar. File sharing can be disabled. + * Stream your friends' music. This feature can be disabled. + . + Banshee is a media management and playback application for the GNOME desktop. + +# Package: banshee-extension-ubuntuonemusicstore +# Architecture: all +# Depends: banshee (>= ${banshee:Version}), +# banshee-extensions-common (= ${source:Version}), +# ${cli:Depends}, ${misc:Depends} +# Description: Ubuntu One Music Store extension for Banshee +# This extension makes the Ubuntu One Music Store available in Banshee. +# . +# Banshee is a media management and playback application for the GNOME desktop. --- banshee-community-extensions-1.6.0.orig/debian/banshee-extension-lyrics.install +++ banshee-community-extensions-1.6.0/debian/banshee-extension-lyrics.install @@ -0,0 +1 @@ +/usr/lib/banshee-1/Extensions/Banshee.Lyrics.* --- banshee-community-extensions-1.6.0.orig/debian/watch +++ banshee-community-extensions-1.6.0/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://download.banshee-project.org/banshee-community-extensions/(\d\.\d\.\d)/banshee-community-extensions-(\d\.\d\.\d)\.tar\.gz --- banshee-community-extensions-1.6.0.orig/debian/banshee-extension-mirage.install +++ banshee-community-extensions-1.6.0/debian/banshee-extension-mirage.install @@ -0,0 +1,2 @@ +/usr/lib/banshee-1/Extensions/*Mirage.* +/usr/lib/banshee-1/Extensions/libmirageaudio.* --- banshee-community-extensions-1.6.0.orig/debian/banshee-extension-lirc.install +++ banshee-community-extensions-1.6.0/debian/banshee-extension-lirc.install @@ -0,0 +1,2 @@ +/usr/lib/banshee-1/Extensions/Banshee.Lirc.* +/usr/lib/banshee-1/Extensions/liblircglue.* --- banshee-community-extensions-1.6.0.orig/debian/changelog +++ banshee-community-extensions-1.6.0/debian/changelog @@ -0,0 +1,53 @@ +banshee-community-extensions (1.6.0-1ubuntu1~hyper1~karmic) karmic; urgency=low + + * Backport to karmic, changes: + + debian/control, debian/rules: + - Disable u1ms and appindicator + - Revert -cil-dev transition + + -- Chow Loong Jin Tue, 06 Apr 2010 18:16:41 +0800 + +banshee-community-extensions (1.6.0-1ubuntu1) lucid; urgency=low + + * debian/(control, rules): + + Enable AppIndicator, Lirc and U1MS extensions + * Fixes needs-packaging bug (LP: #537691) + + -- Chow Loong Jin Sun, 04 Apr 2010 18:17:28 +0800 + +banshee-community-extensions (1.6.0-1) unstable; urgency=low + + * New upstream release + * debian/(control, banshee-extension-appindicator.install): + + Add Application Indicator package and build-depends (commented out + because these dependencies are not present in Debian yet) + * debian/copyright: + + Document more MIT/X11 files in Mirage's source + + Document LGPL-3 files in Banshee.Telepathy + + Document bundled NDesk.DBus in Banshee.Telepathy + + Document Banshee.Lirc copyrights + * debian/rules: + + --disable-appindicator + * debian/patches/*, debian/control, debian/rules: + + Drop all patches, applied upstream and/or not needed any more + + De-quiltify package + + -- Chow Loong Jin Sun, 04 Apr 2010 18:00:24 +0800 + +banshee-community-extensions (1.5.5-2) unstable; urgency=low + + * debian/control: + + Fix double "and" in the description of -empathy + + Add lsb-release to build-dep + * debian/(control, rules, banshee-extension-liveradio.install): + + Enable and add banshee-extension-liveradio package + * debian/copyright: + + Update (document src/LiveRadio/* and src/CoverWallpaper/*) + + -- Chow Loong Jin Thu, 25 Mar 2010 11:17:11 +0800 + +banshee-community-extensions (1.5.5-1) unstable; urgency=low + + * Initial release (Closes: #570329) + + -- Chow Loong Jin Fri, 12 Mar 2010 21:36:21 +0800 --- banshee-community-extensions-1.6.0.orig/debian/banshee-extension-appindicator.install +++ banshee-community-extensions-1.6.0/debian/banshee-extension-appindicator.install @@ -0,0 +1 @@ +/usr/lib/banshee-1/Extensions/Banshee.AppIndicator.* --- banshee-community-extensions-1.6.0.orig/debian/banshee-extension-radiostationfetcher.install +++ banshee-community-extensions-1.6.0/debian/banshee-extension-radiostationfetcher.install @@ -0,0 +1 @@ +/usr/lib/banshee-1/Extensions/Banshee.RadioStationFetcher.* --- banshee-community-extensions-1.6.0.orig/debian/README.source +++ banshee-community-extensions-1.6.0/debian/README.source @@ -0,0 +1,57 @@ +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 configure quilt to use debian/patches instead of patches, you want +either to export QUILT_PATCHES=debian/patches in your environment +or use this snippet in your ~/.quiltrc: + + for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do + if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then + export QUILT_PATCHES=debian/patches + fi + done + +To get the fully patched source after unpacking the source package, cd to +the root level of the source package and run: + + quilt push -a + +The last patch listed in debian/patches/series will become the current +patch. + +To add a new set of changes, first run quilt push -a, and then run: + + quilt new + +where is a descriptive name for the patch, used as the filename in +debian/patches. Then, for every file that will be modified by this patch, +run: + + quilt add + +before editing those files. You must tell quilt with quilt add what files +will be part of the patch before making changes or quilt will not work +properly. After editing the files, run: + + quilt refresh + +to save the results as a patch. + +Alternately, if you already have an external patch and you just want to +add it to the build system, run quilt push -a and then: + + quilt import -P /path/to/patch + quilt push -a + +(add -p 0 to quilt import if needed). as above is the filename to +use in debian/patches. The last quilt push -a will apply the patch to +make sure it works properly. + +To remove an existing patch from the list of patches that will be applied, +run: + + quilt delete + +You may need to run quilt pop -a to unapply patches first before running +this command.