[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Freeze exception for Ampache



Dear Release Team, 

I have prepared an updated package of Ampache which fixes RC bug
#591984, it can be found at

http://mentors.debian.net/debian/pool/main/a/ampache/ampache_3.5.4-6.dsc 

I would be appreciative if someone would sponsor this update or I can
ping my usual sponsor if need be.  Thanks

Best regards

Charlie Smotherman
diff -Nru ampache-3.5.4/debian/changelog ampache-3.5.4/debian/changelog
--- ampache-3.5.4/debian/changelog	2010-08-02 12:59:25.000000000 -0500
+++ ampache-3.5.4/debian/changelog	2010-08-12 10:30:19.000000000 -0500
@@ -1,3 +1,15 @@
+ampache (3.5.4-6) unstable; urgency=high
+
+  * Setting urgency to high as this fixes an RC bug.
+  * Upstream has decided to remove pearxmlrpc and make the package
+    depend on php5-xmlrpc. Closes: #591984
+  * debian/control
+    - added php5-xmlrpc to Depends field.
+  * debian/rules
+    - added -X option to remove /modules/pearxmlrpc
+
+ -- Charlie Smotherman <cjsmo@cableone.net>  Thu, 12 Aug 2010 09:59:36 -0500
+
 ampache (3.5.4-5) unstable; urgency=medium
 
   * Setting urgency to medium as this fixes an RC bug.
diff -Nru ampache-3.5.4/debian/control ampache-3.5.4/debian/control
--- ampache-3.5.4/debian/control	2010-08-02 04:46:26.000000000 -0500
+++ ampache-3.5.4/debian/control	2010-08-12 10:01:35.000000000 -0500
@@ -11,8 +11,8 @@
 Package: ampache
 Architecture: all
 Depends: debconf (>= 0.5) | debconf-2.0, libapache2-mod-php5 | php5-cgi | php5,
- php5-mysql, php5-cli, php5-auth-pam, libphp-snoopy, libjs-prototype, 
- ttf-freefont, libnusoap-php, ${misc:Depends}
+ php5-mysql, php5-cli, php5-auth-pam, php5-xmlrpc, libphp-snoopy,
+ libjs-prototype, ttf-freefont, libnusoap-php, ${misc:Depends}
 Conflicts: ampache-themes-3.3.3.5a-1
 Recommends: apache2-mpm-prefork | lighttpd, eyed3, ampache-themes
 Suggests: php5-gd, phpmyadmin, mysql-server
diff -Nru ampache-3.5.4/debian/rules ampache-3.5.4/debian/rules
--- ampache-3.5.4/debian/rules	2010-08-01 23:25:11.000000000 -0500
+++ ampache-3.5.4/debian/rules	2010-08-12 09:58:07.000000000 -0500
@@ -6,4 +6,5 @@
 override_dh_install:
 	dh_install -XGPL-LICENSE -XINSTALL -XCOPYING -Xlicense -XLICENSE \
 	-Xreadme.windows.txt -Xprototype -XSnoopy -XFreeMono-Medium \
-	-Xgather-messages.sh -Xnusoap -Xxspf_jukebox.fla -Xxspf_jukebox.swf
+	-Xgather-messages.sh -Xnusoap -Xxspf_jukebox.fla -Xxspf_jukebox.swf \
+	-Xpearxmlrpc

Reply to: