[Pkg-kde-commits] rev 418 - people/dato/packages/trunk/amarok/debian

Adeodato Simó dato-guest@costa.debian.org
Sat, 15 Jan 2005 18:30:43 +0100


Author: dato-guest
Date: 2005-01-15 18:30:39 +0100 (Sat, 15 Jan 2005)
New Revision: 418

Added:
   people/dato/packages/trunk/amarok/debian/install-bug-notice.sh
Modified:
   people/dato/packages/trunk/amarok/debian/changelog
   people/dato/packages/trunk/amarok/debian/rules
Log:
Upload to staging, not experimental. Install bug notices.


Modified: people/dato/packages/trunk/amarok/debian/changelog
===================================================================
--- people/dato/packages/trunk/amarok/debian/changelog	2005-01-15 17:08:19 UTC (rev 417)
+++ people/dato/packages/trunk/amarok/debian/changelog	2005-01-15 17:30:39 UTC (rev 418)
@@ -1,4 +1,4 @@
-amarok (1.2-beta3-1) experimental; urgency=low
+amarok (1.2-beta3-1) staging; urgency=low
 
   * Packaged third 1.2 beta from upstream:
 
@@ -31,7 +31,7 @@
     + debian/amarok.install: 
       - install amarok.profile.xml into /usr/share/apps/profiles.
 
- -- Adeodato Simó <asp16@alu.ua.es>  Sat, 15 Jan 2005 18:13:22 +0100
+ -- Adeodato Simó <asp16@alu.ua.es>  Sat, 15 Jan 2005 18:23:54 +0100
 
 amarok (1.1.1-2) unstable; urgency=high
 

Added: people/dato/packages/trunk/amarok/debian/install-bug-notice.sh
===================================================================
--- people/dato/packages/trunk/amarok/debian/install-bug-notice.sh	2005-01-15 17:08:19 UTC (rev 417)
+++ people/dato/packages/trunk/amarok/debian/install-bug-notice.sh	2005-01-15 17:30:39 UTC (rev 418)
@@ -0,0 +1,6 @@
+#! /bin/sh	    
+
+for p in "$@"; do
+    mkdir -p debian/$p/usr/share/bug/$p
+    cp debian/bug/* debian/$p/usr/share/bug/$p
+done

Modified: people/dato/packages/trunk/amarok/debian/rules
===================================================================
--- people/dato/packages/trunk/amarok/debian/rules	2005-01-15 17:08:19 UTC (rev 417)
+++ people/dato/packages/trunk/amarok/debian/rules	2005-01-15 17:30:39 UTC (rev 418)
@@ -8,8 +8,8 @@
 ### VARIABLES
 DEB_DH_MAKESHLIBS_ARGS_ALL := -n
 DEB_INSTALL_DIRS_amarok    := usr/lib/amarok
-DEB_DH_SHLIBDEPS_ARGS      := -Xusr/lib/amarok/amarok_xmmswrapper2 \
-                              -Xusr/lib/kde3/konqsidebar_universalamarok.so
+DEB_DH_SHLIBDEPS_ARGS	   := -Xusr/lib/amarok/amarok_xmmswrapper2 \
+			      -Xusr/lib/kde3/konqsidebar_universalamarok.so
 
 DEB_CONFIGURE_EXTRA_FLAGS  := --without-included-sqlite
 
@@ -28,5 +28,9 @@
 	  ln -sf amarok debian/$$p/usr/share/doc/$$p; \
 	done
 
+	if test -r debian/install-bug-notice.sh; then \
+	    sh debian/install-bug-notice $(DEB_ALL_PACKAGES); \
+	fi
+
 	# Check for not installed files
 	dh_install --no-act --list-missing