rev 9481 - in kde-extras/amarok/trunk/debian: . man patches

Modestas Vainius modax-guest at alioth.debian.org
Thu Feb 28 21:58:09 UTC 2008


Author: modax-guest
Date: 2008-02-28 21:58:09 +0000 (Thu, 28 Feb 2008)
New Revision: 9481

Added:
   kde-extras/amarok/trunk/debian/amarok-common.lintian
   kde-extras/amarok/trunk/debian/man/
   kde-extras/amarok/trunk/debian/man/amarok.1
   kde-extras/amarok/trunk/debian/man/amarok_libvisual.1
   kde-extras/amarok/trunk/debian/man/amarokapp.1
   kde-extras/amarok/trunk/debian/man/amarokcollectionscanner.1
Removed:
   kde-extras/amarok/trunk/debian/amarok.1
Modified:
   kde-extras/amarok/trunk/debian/amarok-common.install
   kde-extras/amarok/trunk/debian/amarok.lintian
   kde-extras/amarok/trunk/debian/amarok.manpages
   kde-extras/amarok/trunk/debian/changelog
   kde-extras/amarok/trunk/debian/patches/14_ruby_libs_not_scripts.diff
   kde-extras/amarok/trunk/debian/rules
Log:
The latest changes for amarok 1.4.8-2

Modified: kde-extras/amarok/trunk/debian/amarok-common.install
===================================================================
--- kde-extras/amarok/trunk/debian/amarok-common.install	2008-02-28 10:35:02 UTC (rev 9480)
+++ kde-extras/amarok/trunk/debian/amarok-common.install	2008-02-28 21:58:09 UTC (rev 9481)
@@ -18,3 +18,4 @@
 debian/tmp/usr/bin/amarok_proxy.rb
 debian/tmp/usr/bin/amarok_daapserver.rb
 debian/tmp/etc/*
+

Added: kde-extras/amarok/trunk/debian/amarok-common.lintian
===================================================================
--- kde-extras/amarok/trunk/debian/amarok-common.lintian	                        (rev 0)
+++ kde-extras/amarok/trunk/debian/amarok-common.lintian	2008-02-28 21:58:09 UTC (rev 9481)
@@ -0,0 +1,4 @@
+amarok-common: script-with-language-extension usr/bin/amarok_daapserver.rb
+amarok-common: script-with-language-extension usr/bin/amarok_proxy.rb
+amarok-common: binary-without-manpage usr/bin/amarok_daapserver.rb
+amarok-common: binary-without-manpage usr/bin/amarok_proxy.rb

Deleted: kde-extras/amarok/trunk/debian/amarok.1

Modified: kde-extras/amarok/trunk/debian/amarok.lintian
===================================================================
--- kde-extras/amarok/trunk/debian/amarok.lintian	2008-02-28 10:35:02 UTC (rev 9480)
+++ kde-extras/amarok/trunk/debian/amarok.lintian	2008-02-28 21:58:09 UTC (rev 9481)
@@ -1,3 +1 @@
-W: amarok-common: script-with-language-extension usr/bin/amarok_daapserver.rb
-W: amarok-common: script-with-language-extension usr/bin/amarok_proxy.rb
-W: amarok: package-name-doesnt-match-sonames libamarok0
+amarok: package-name-doesnt-match-sonames libamarok0

Modified: kde-extras/amarok/trunk/debian/amarok.manpages
===================================================================
--- kde-extras/amarok/trunk/debian/amarok.manpages	2008-02-28 10:35:02 UTC (rev 9480)
+++ kde-extras/amarok/trunk/debian/amarok.manpages	2008-02-28 21:58:09 UTC (rev 9481)
@@ -1 +1,4 @@
-debian/amarok.1
+debian/man/amarokapp.1
+debian/man/amarok.1
+debian/man/amarokcollectionscanner.1
+debian/man/amarok_libvisual.1

Modified: kde-extras/amarok/trunk/debian/changelog
===================================================================
--- kde-extras/amarok/trunk/debian/changelog	2008-02-28 10:35:02 UTC (rev 9480)
+++ kde-extras/amarok/trunk/debian/changelog	2008-02-28 21:58:09 UTC (rev 9481)
@@ -1,4 +1,4 @@
-amarok (1.4.8-2~pre12) unstable; urgency=low
+amarok (1.4.8-2~pre15) unstable; urgency=low
 
   * Remove amarok-gstreamer.install because there is no gstreamer engine
     anymore.
@@ -50,8 +50,6 @@
   * Ship only README from upstream source in /usr/share/doc/amarok.
   * debian/README.Debian: remove a note about installing ruby, because it's
     a dependency and gets installed anyway.
-  * Prepend sequence number to the filenames of debian/patches. Edit
-    debian/patches/series accordingly.
   * New patches:
     - 01_libtool_update.diff - use ltmain.sh and libtool.m4.in from Debian
       libtool. This patch is used instead of previous `cp` in debian/rules,
@@ -59,7 +57,7 @@
     - 02_admin_cleanup.diff - admin/* cleanup patch.
     - 97_automake_cleanup.diff - automake cleanup patch to get rid of excess
       dependencies and shut dpkg-shlibdeps up. Superseeds previous
-      03_no_libadd_in_convenience_libs.diff patch, which was removed.
+      03_no_libadd_in_convenience_libs.diff patch.
     - 11_bug403340_cancel_rename_when_deleting_items.diff - cancel a pending
       'rename' request for the playlist item that is about to be deleted.
        The patch solves a popular crash. (Closes: #403340).
@@ -72,8 +70,10 @@
       excelent instructions how to reproduce the crash.
     - 14_ruby_libs_not_scripts.diff - remove #! stanzas from ruby library
       files.
-  * Add python to amarok-common Recommends. It's needed for playlist2html
-    script.
+  * Prepend sequence number to the filenames of existing debian/patches/*.
+    Edit debian/patches/series accordingly.
+  * Move Depends/Recommends on ruby, python & friends from amarok to
+    amarok-common since they scripts have been moved here.
   * Add moodbar to amarok Suggests (Closes: #421420). Tweak amarok package
     description accordingly.
   * Add DM-Upload-Allowed: yes to debian/control source section.
@@ -84,14 +84,18 @@
   * Add executable permissions for some amarok scripts to make lintian happy.
   * s/.NF/.nf/ in debian/amarok.1
   * Drop DEB_INSTALL_DIRS_amarok from debian/rules. No longer needed.
-  * Drop DEB_DH_MAKESHLIBS_ARGS_ALL = -n from debian/rules. I don't feel like
-    not calling ldconfig is the right thing to do here. libamarok.so.0 is a
-    shared library after all.
+  * Use more accurate method to exclude (-X) amarok engines from being handled
+    by dh_makeshlibs instead of just DEB_DH_MAKESHLIBS_ARGS_ALL = -n.
   * Do not amarok.install /usr/lib/libamarok.so and /usr/lib/libamarok.la.
     They are devel-only and, hence, useless in the private library like
     libamarok case.
+  * Install *.lintian files with overrides.
+  * Add manual pages: amarokapp.1 amarokcollectionscanner.1 amarok_libvisual.1
+  * Do not install COPYING files which are present in some script directories.
+    Also remove useless (according to lintian) MacOS X resource fork file
+    rubygems/._gem_commands.rb
 
- -- Modestas Vainius <modestas at vainius.eu>  Wed, 27 Feb 2008 17:19:45 +0200
+ -- Modestas Vainius <modestas at vainius.eu>  Thu, 28 Feb 2008 00:19:37 +0200
 
 amarok (1.4.8-1) unstable; urgency=low
 

Added: kde-extras/amarok/trunk/debian/man/amarok.1
===================================================================
--- kde-extras/amarok/trunk/debian/man/amarok.1	                        (rev 0)
+++ kde-extras/amarok/trunk/debian/man/amarok.1	2008-02-28 21:58:09 UTC (rev 9481)
@@ -0,0 +1,181 @@
+.\" Generated by kdemangen.pl and edited by hand
+.TH AMAROK 1 "Mar 2004" "K Desktop Environment" "An audio player for KDE"
+.SH NAME
+amarok
+\- An audio player for KDE
+.SH SYNOPSIS
+amarok [Qt-options] [KDE-options] [URL(s)] 
+.SH DESCRIPTION
+amaroK is a multimedia player based on the soundserver-independent framework.
+There are many media players around these days, true. What's missing from most
+players is a user interface, that doesn't get in the way of the user.
+.SH OPTIONS
+.SS Generic options:
+.TP
+.B  \-\-help  
+Show help about options
+.TP
+.B  \-\-help\-qt  
+Show Qt specific options
+.TP
+.B  \-\-help\-kde  
+Show KDE specific options
+.TP
+.B  \-\-help\-all  
+Show all options
+.TP
+.B  \-\-author  
+Show author information
+.TP
+.B \-v,  \-\-version  
+Show version information
+.TP
+.B  \-\-license  
+Show license information
+.TP
+.B  \-\-  
+End of options
+.SS 
+.SS Qt options:
+.TP
+.B  \-\-display  <displayname>
+Use the X-server display 'displayname'.
+.TP
+.B  \-\-session  <sessionId>
+Restore the application for the given 'sessionId'.
+.TP
+.B  \-\-cmap  
+Causes the application to install a private color
+map on an 8-bit display.
+.TP
+.B  \-\-ncols  <count>
+Limits the number of colors allocated in the color
+cube on an 8-bit display, if the application is
+using the QApplication::ManyColor color
+specification.
+.TP
+.B  \-\-nograb  
+tells Qt to never grab the mouse or the keyboard.
+.TP
+.B  \-\-dograb  
+running under a debugger can cause an implicit
+\-\-nograb, use \-\-dograb to override.
+.TP
+.B  \-\-sync  
+switches to synchronous mode for debugging.
+.TP
+.B \-\-fn,  \-\-font  <fontname>
+defines the application font.
+.TP
+.B \-\-bg,  \-\-background  <color>
+sets the default background color and an
+application palette (light and dark shades are
+calculated).
+.TP
+.B \-\-fg,  \-\-foreground  <color>
+sets the default foreground color.
+.TP
+.B \-\-btn,  \-\-button  <color>
+sets the default button color.
+.TP
+.B  \-\-name  <name>
+sets the application name.
+.TP
+.B  \-\-title  <title>
+sets the application title (caption).
+.TP
+.B  \-\-visual  TrueColor
+forces the application to use a TrueColor visual on
+an 8-bit display.
+.TP
+.B  \-\-inputstyle  <inputstyle>
+sets XIM (X Input Method) input style. Possible
+values are onthespot, overthespot, offthespot and
+root.
+.TP
+.B  \-\-im  <XIM server>
+set XIM server.
+.TP
+.B  \-\-noxim  
+disable XIM.
+.TP
+.B  \-\-reverse  
+mirrors the whole layout of widgets.
+.SS 
+.SS KDE options:
+.TP
+.B  \-\-caption  <caption>
+Use 'caption' as name in the titlebar.
+.TP
+.B  \-\-icon  <icon>
+Use 'icon' as the application icon.
+.TP
+.B  \-\-miniicon  <icon>
+Use 'icon' as the icon in the titlebar.
+.TP
+.B  \-\-config  <filename>
+Use alternative configuration file.
+.TP
+.B  \-\-dcopserver  <server>
+Use the DCOP Server specified by 'server'.
+.TP
+.B  \-\-nocrashhandler  
+Disable crash handler, to get core dumps.
+.TP
+.B  \-\-waitforwm  
+Waits for a WM_NET compatible windowmanager.
+.TP
+.B  \-\-style  <style>
+sets the application GUI style.
+.TP
+.B  \-\-geometry  <geometry>
+sets the client geometry of the main widget.
+.SS 
+.SS Arguments:
+URL(s)                    Files/URLs to Open
+.SS 
+.SS Options:
+.TP
+.B \-r,  \-\-previous  
+Skip backwards in playlist
+.TP
+.B \-p,  \-\-play  
+Start playing current playlist
+.TP
+.B \-s,  \-\-stop  
+Stop playback
+.TP
+.B  \-\-pause  
+Pause playback
+.TP
+.B \-f,  \-\-next  
+Skip forwards in playlist
+.SS 
+.SS Additional options:
+.TP
+.B \-e,  \-\-enqueue  
+Enqueue Files/URLs
+
+.SH SEE ALSO
+Full user documentation is available through the KDE Help Center.  You can also enter the URL
+.BR help:/amarok/
+directly into konqueror or you can run 
+.BR "`khelpcenter help:/amarok/'"
+from the command-line.
+.BR
+.SH AUTHORS
+.nf
+Christian Muehlhaeuser <chris at chris.de>
+.BR
+Mark Kretschmann <markey at web.de>
+.BR
+Max Howell <max.howell at methylblue.com>
+.BR
+Stanislav Karchebny <berk at upnet.ru>
+.BR
+Please use http://bugs.kde.org to report bugs, do not mail the authors directly.
+.BR
+.SH OTHER
+This manual page was written by Alejandro Exojo <suy at badopi.org> for the Debian
+system (but may be used by others).
+.BR

Added: kde-extras/amarok/trunk/debian/man/amarok_libvisual.1
===================================================================
--- kde-extras/amarok/trunk/debian/man/amarok_libvisual.1	                        (rev 0)
+++ kde-extras/amarok/trunk/debian/man/amarok_libvisual.1	2008-02-28 21:58:09 UTC (rev 9481)
@@ -0,0 +1,14 @@
+.\" This file was generated by kdemangen.pl and edited manually by Modestas Vainius
+.TH AMAROK_LIBVISUAL 1 "Feb 2008" "Amarok" "LibVisual support utility for Amarok"
+.SH NAME
+amarok_libvisual \- LibVisual support utility for Amarok
+.SH SYNOPSIS
+amarok_libvisual
+.SH DESCRIPTION
+This is LibVisual support helper utility for Amarok. It's used internally by Amarok 
+itself when needed and is not supposed to be invoked manually by user.
+.SS 
+.SH AUTHORS
+Amarok Developers
+.SH OTHER
+This manual page was written by Modestas Vainius <modestas at vainius.eu> for Debian.

Added: kde-extras/amarok/trunk/debian/man/amarokapp.1
===================================================================
--- kde-extras/amarok/trunk/debian/man/amarokapp.1	                        (rev 0)
+++ kde-extras/amarok/trunk/debian/man/amarokapp.1	2008-02-28 21:58:09 UTC (rev 9481)
@@ -0,0 +1,23 @@
+.\" Generated by kdemangen.pl and edited by hand
+.TH AMAROK 1 "Feb 2008" "Amarok" "An audio player for KDE"
+.SH NAME
+amarokapp
+\- A direct executable for Amarok.
+.SH SYNOPSIS
+amarokapp [Qt-options] [KDE-options] [URL(s)] 
+.SH DESCRIPTION
+Amarok is a multimedia player based on the soundserver-independent framework.
+There are many media players around these days, true. What's missing from most
+players is a user interface, that doesn't get in the way of the user.
+.P
+This is direct Amarok executable. The recommend way to run Amarok is using
+\fBamarok(1)\fP, which is a wrapper script around \fBamarokapp\fP. However, if you're
+debugging Amarok with gdb, valgrind or similar program, you will probably want to
+run it against this binary directly.
+.P
+\fBamarokapp(1)\fP takes the same command line options and arguments as
+\fBamarok(1)\fP. See its manual page for more information how to run \fBamarokapp\fP.
+.SH SEE ALSO
+amarok(1)
+.SH OTHER
+This manual page was written by Modestas Vainius <modestas at vainius.eu> for Debian.

Added: kde-extras/amarok/trunk/debian/man/amarokcollectionscanner.1
===================================================================
--- kde-extras/amarok/trunk/debian/man/amarokcollectionscanner.1	                        (rev 0)
+++ kde-extras/amarok/trunk/debian/man/amarokcollectionscanner.1	2008-02-28 21:58:09 UTC (rev 9481)
@@ -0,0 +1,63 @@
+.\" This file was generated by kdemangen.pl and edited manually by Modestas Vainius
+.TH AMAROKCOLLECTIONSCANNER 1 "Feb 2008" "Amarok" "Collection Scanner for Amarok"
+.SH NAME
+amarokcollectionscanner \- Collection Scanner for Amarok
+.SH SYNOPSIS
+amarokcollectionscanner [Qt\-options] [KDE\-options] Folder(s) 
+.SH DESCRIPTION
+This Amarok helper utility scans folder(s) given on the command line or
+restarts previous scan if \fB\-\-restart\fP option was given and writes a
+specially structured XML file to standard output with extensive information
+(including tags) about audio files it was able to find. XML file schema used
+by this utility is Amarok specific.
+.P
+You may find his utility useful if you need to retreive and/or display extended
+information about collection of audio files.
+.SH OPTIONS
+.SS
+.SS Arguments:
+Folder(s)                 Folders to scan
+.SS 
+.SS Options:
+.TP
+.B \-r,  \-\-recursive  
+Scan folders recursively
+.TP
+.B \-i,  \-\-incremental  
+Incremental Scan (modified folders only)
+.TP
+.B \-p,  \-\-importplaylists  
+Import playlist
+.TP
+.B \-s,  \-\-restart  
+Restart the scanner at last position, after a crash []
+.SS Generic options:
+.TP
+.B  \-\-help  
+Show help about options
+.TP
+.B  \-\-help\-qt  
+Show Qt specific options
+.TP
+.B  \-\-help\-kde  
+Show KDE specific options
+.TP
+.B  \-\-help\-all  
+Show all options
+.TP
+.B  \-\-author  
+Show author information
+.TP
+.B \-v,  \-\-version  
+Show version information
+.TP
+.B  \-\-license  
+Show license information
+.TP
+.B  \-\-  
+End of options
+.SS 
+.SH AUTHORS
+Amarok Developers
+.SH OTHER
+This manual page was written by Modestas Vainius <modestas at vainius.eu> for Debian.

Modified: kde-extras/amarok/trunk/debian/patches/14_ruby_libs_not_scripts.diff
===================================================================
--- kde-extras/amarok/trunk/debian/patches/14_ruby_libs_not_scripts.diff	2008-02-28 10:35:02 UTC (rev 9480)
+++ kde-extras/amarok/trunk/debian/patches/14_ruby_libs_not_scripts.diff	2008-02-28 21:58:09 UTC (rev 9481)
@@ -1,4 +1,3 @@
-diff -uNr amarok-1.4.8/amarok/src/mediadevice/daap/mongrel/lib/rbconfig/datadir.rb amarok-1.4.8/amarok/src/mediadevice/daap/mongrel/lib/rbconfig/datadir.rb
 --- build-tree/amarok-1.4.8/amarok/src/mediadevice/daap/mongrel/lib/rbconfig/datadir.rb	2007-12-17 17:53:19.000000000 +0200
 +++ amarok-1.4.8/amarok/src/mediadevice/daap/mongrel/lib/rbconfig/datadir.rb	2008-02-27 16:58:05.000000000 +0200
 @@ -1,4 +1,3 @@
@@ -6,7 +5,6 @@
  #--
  # Copyright 2006 by Chad Fowler, Rich Kilmer, Jim Weirich and others.
  # All rights reserved.
-diff -uNr amarok-1.4.8/amarok/src/mediadevice/daap/mongrel/lib/rubygems/config_file.rb amarok-1.4.8/amarok/src/mediadevice/daap/mongrel/lib/rubygems/config_file.rb
 --- amarok-1.4.8/amarok/src/mediadevice/daap/mongrel/lib/rubygems/config_file.rb	2007-12-17 17:53:19.000000000 +0200
 +++ amarok-1.4.8/amarok/src/mediadevice/daap/mongrel/lib/rubygems/config_file.rb	2008-02-27 16:57:22.000000000 +0200
 @@ -1,4 +1,3 @@
@@ -14,7 +12,6 @@
  #--
  # Copyright 2006 by Chad Fowler, Rich Kilmer, Jim Weirich and others.
  # All rights reserved.
-diff -uNr amarok-1.4.8/amarok/src/mediadevice/daap/mongrel/lib/rubygems/dependency_list.rb amarok-1.4.8/amarok/src/mediadevice/daap/mongrel/lib/rubygems/dependency_list.rb
 --- amarok-1.4.8/amarok/src/mediadevice/daap/mongrel/lib/rubygems/dependency_list.rb	2007-12-17 17:53:19.000000000 +0200
 +++ amarok-1.4.8/amarok/src/mediadevice/daap/mongrel/lib/rubygems/dependency_list.rb	2008-02-27 16:57:38.000000000 +0200
 @@ -1,4 +1,3 @@
@@ -22,7 +19,6 @@
  #--
  # Copyright 2006 by Chad Fowler, Rich Kilmer, Jim Weirich and others.
  # All rights reserved.
-diff -uNr amarok-1.4.8/amarok/src/mediadevice/daap/mongrel/lib/rubygems/gem_commands.rb amarok-1.4.8/amarok/src/mediadevice/daap/mongrel/lib/rubygems/gem_commands.rb
 --- amarok-1.4.8/amarok/src/mediadevice/daap/mongrel/lib/rubygems/gem_commands.rb	2007-12-17 17:53:19.000000000 +0200
 +++ amarok-1.4.8/amarok/src/mediadevice/daap/mongrel/lib/rubygems/gem_commands.rb	2008-02-27 16:56:56.000000000 +0200
 @@ -1,4 +1,3 @@
@@ -30,7 +26,6 @@
  #--
  # Copyright 2006 by Chad Fowler, Rich Kilmer, Jim Weirich and others.
  # All rights reserved.
-diff -uNr amarok-1.4.8/amarok/src/mediadevice/daap/mongrel/lib/rubygems/gem_runner.rb amarok-1.4.8/amarok/src/mediadevice/daap/mongrel/lib/rubygems/gem_runner.rb
 --- amarok-1.4.8/amarok/src/mediadevice/daap/mongrel/lib/rubygems/gem_runner.rb	2007-12-17 17:53:19.000000000 +0200
 +++ amarok-1.4.8/amarok/src/mediadevice/daap/mongrel/lib/rubygems/gem_runner.rb	2008-02-27 16:57:15.000000000 +0200
 @@ -1,4 +1,3 @@
@@ -38,7 +33,6 @@
  #--
  # Copyright 2006 by Chad Fowler, Rich Kilmer, Jim Weirich and others.
  # All rights reserved.
-diff -uNr amarok-1.4.8/amarok/src/mediadevice/daap/mongrel/lib/rubygems/security.rb amarok-1.4.8/amarok/src/mediadevice/daap/mongrel/lib/rubygems/security.rb
 --- amarok-1.4.8/amarok/src/mediadevice/daap/mongrel/lib/rubygems/security.rb	2007-12-17 17:53:19.000000000 +0200
 +++ amarok-1.4.8/amarok/src/mediadevice/daap/mongrel/lib/rubygems/security.rb	2008-02-27 16:57:30.000000000 +0200
 @@ -1,4 +1,3 @@
@@ -46,3 +40,10 @@
  #--
  # Copyright 2006 by Chad Fowler, Rich Kilmer, Jim Weirich and others.
  # All rights reserved.
+--- amarok-1.4.8/amarok/src/mediadevice/daap/mongrel/lib/rubygems.rb	2008-02-27 18:16:36.000000000 +0200
++++ amarok-1.4.8/amarok/src/mediadevice/daap/mongrel/lib/rubygems.rb	2008-02-27 18:16:39.000000000 +0200
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env ruby
+ # -*- ruby -*-
+ 
+ #--

Modified: kde-extras/amarok/trunk/debian/rules
===================================================================
--- kde-extras/amarok/trunk/debian/rules	2008-02-28 10:35:02 UTC (rev 9480)
+++ kde-extras/amarok/trunk/debian/rules	2008-02-28 21:58:09 UTC (rev 9481)
@@ -9,6 +9,10 @@
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 ### VARIABLES
+# Exempt amarok engines from being handled as proper public libraries
+# by dh_makeshlibs
+DEB_DH_MAKESHLIBS_ARGS_ALL = -Xlibamarok_\\w*-engine
+
 DEB_CONFIGURE_EXTRA_FLAGS  :=	--without-included-sqlite \
 				--disable-final \
 				--without-akode \
@@ -48,6 +52,13 @@
 	fi
 	touch $@
 
+# Install ${curpkg}.install as lintian overrides
+$(patsubst %,binary-install/%,$(DEB_PACKAGES))::
+	if test -e debian/$(cdbs_curpkg).lintian; then \
+		install -p -D -m644 debian/$(cdbs_curpkg).lintian \
+		    debian/$(cdbs_curpkg)/usr/share/lintian/overrides/$(cdbs_curpkg); \
+	fi
+
 clean::
 	if test -d $(DEB_SRCDIR); then \
 		cd $(DEB_SRCDIR); \
@@ -70,6 +81,16 @@
 	    debian/$(cdbs_curpkg)/usr/share/apps/amarok/scripts/webcontrol/Playlist.py \
 	    debian/$(cdbs_curpkg)/usr/share/apps/amarok/scripts/webcontrol/RequestHandler.py
 
+binary-post-install/amarok-common::
+	# Remove excess COPYING files from script directories
+	rm -f \
+	    debian/$(cdbs_curpkg)/usr/share/apps/amarok/scripts/lyrics_astraweb/COPYING \
+	    debian/$(cdbs_curpkg)/usr/share/apps/amarok/scripts/lyrics_lyrc/COPYING \
+	    debian/$(cdbs_curpkg)/usr/share/apps/amarok/scripts/score_default/COPYING \
+	    debian/$(cdbs_curpkg)/usr/share/apps/amarok/scripts/score_impulsive/COPYING
+	# Remove Mac OSX resource fork file
+	rm -f debian/$(cdbs_curpkg)/usr/share/apps/amarok/ruby_lib/rubygems/._gem_commands.rb
+
 ### POST-INSTALL HACKING
 common-binary-post-install-arch::
 	# Check for not installed files




More information about the pkg-kde-commits mailing list