[Pkg-cli-apps-commits] [SCM] banshee-community-extensions branch, master, updated. debian/2.2.0-3-10-g3d02ca2

Chow Loong Jin hyperair at debian.org
Sat Apr 7 21:53:27 UTC 2012


The following commit has been merged in the master branch:
commit 7e2960aa3bb3549cf15272e00ac1a24f4df79109
Author: Chow Loong Jin <hyperair at debian.org>
Date:   Sat Apr 7 22:31:12 2012 +0800

    Add foldersync extension

diff --git a/debian/banshee-extension-foldersync.install b/debian/banshee-extension-foldersync.install
new file mode 100644
index 0000000..7a05377
--- /dev/null
+++ b/debian/banshee-extension-foldersync.install
@@ -0,0 +1 @@
+/usr/lib/banshee/Extensions/Banshee.FolderSync.*
diff --git a/debian/control b/debian/control
index 0bb1ab9..1baf771 100644
--- a/debian/control
+++ b/debian/control
@@ -48,6 +48,7 @@ Recommends: banshee-extension-alarm (>= ${source:Version}),
             banshee-extension-awn (>= ${source:Version}),
             banshee-extension-coverwallpaper (>= ${source:Version}),
             banshee-extension-duplicatesongdetector (>= ${source:Version}),
+            banshee-extension-foldersync (>= ${source:Version}),
             banshee-extension-jamendo (>= ${source:Version}),
             banshee-extension-lastfmfingerprint (>= ${source:Version}),
             banshee-extension-lcd (>= ${source:Version}),
@@ -148,6 +149,16 @@ Description: Duplicate song detector extension for Banshee
  .
  Banshee is a media management and playback application for the GNOME desktop.
 
+Package: banshee-extension-foldersync
+Architecture: all
+Depends: banshee-extensions-common (= ${source:Version}),
+         ${cli:Depends}, ${misc:Depends}
+Description: Folder synchronization extension for Banshee
+ FolderSync is an extension which copies and synchronizes music files from
+ playlists into user-specified folders.
+ .
+ Banshee is a media management and playback application for the GNOME desktop.
+
 Package: banshee-extension-jamendo
 Enhances: banshee
 Architecture: all
diff --git a/debian/rules b/debian/rules
index fbdbf69..049c283 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,6 +16,7 @@ override_dh_auto_configure:
 		--disable-clutterflow \
 		--enable-coverwallpaper \
 		--enable-duplicatesongdetector \
+		--enable-foldersync \
 		--enable-jamendo \
 		--enable-karaoke \
 		--enable-lastfmfingerprint \

-- 
banshee-community-extensions



More information about the Pkg-cli-apps-commits mailing list