rev 10118 - kde-extras/amarok/trunk/debian

Modestas Vainius modax-guest at alioth.debian.org
Thu Apr 10 23:04:16 UTC 2008


Author: modax-guest
Date: 2008-04-10 23:04:16 +0000 (Thu, 10 Apr 2008)
New Revision: 10118

Modified:
   kde-extras/amarok/trunk/debian/changelog
   kde-extras/amarok/trunk/debian/rules
Log:
* Previous changes broken autotools update on-the-fly
* 1.4.9.1 is ready.

Modified: kde-extras/amarok/trunk/debian/changelog
===================================================================
--- kde-extras/amarok/trunk/debian/changelog	2008-04-10 21:00:07 UTC (rev 10117)
+++ kde-extras/amarok/trunk/debian/changelog	2008-04-10 23:04:16 UTC (rev 10118)
@@ -1,6 +1,8 @@
-amarok (1.4.9~prepack-1~pre2) unstable; urgency=low
+amarok (1.4.9.1-1) unstable; urgency=low
 
-  * New upstream release.
+  * New upstream release:
+    - Fix Amazon Cover fetching by using their new web service api.
+      (Closes: #474186)
   * Repackage original tarball as orig.tar.gz instead of doing tarball-in-orig
     tarball thing. The previous way made patch testing and debugging more
     painful unnecessarily.
@@ -10,7 +12,7 @@
   * Improve debian/rules stamp-automake and clean targets a bit not to rm
     automake generated files uselessly (if they were not regenerated)
 
- -- Modestas Vainius <modestas at vainius.eu>  Thu, 10 Apr 2008 01:32:13 +0300
+ -- Modestas Vainius <modestas at vainius.eu>  Fri, 11 Apr 2008 01:25:24 +0300
 
 amarok (1.4.8-2) unstable; urgency=low
 

Modified: kde-extras/amarok/trunk/debian/rules
===================================================================
--- kde-extras/amarok/trunk/debian/rules	2008-04-10 21:00:07 UTC (rev 10117)
+++ kde-extras/amarok/trunk/debian/rules	2008-04-10 23:04:16 UTC (rev 10118)
@@ -50,9 +50,7 @@
 			fi; \
 		done; \
 	fi
-	if test ! -f configure; then \
-		$(MAKE) -C $(DEB_SRCDIR) -f admin/Makefile.common; \
-	fi
+	$(MAKE) -C $(DEB_SRCDIR) -f admin/Makefile.common; \
 	touch $@
 
 # Install ${curpkg}.install as lintian overrides




More information about the pkg-kde-commits mailing list