tags 408262 patch
quit

Hi,

I've prepared a trivial patch which solves the problem. It simply adds
adduser to the depends line. mpd runs now smoothly through piuparts.

I'm not sure if you're MIA since your last activity is a few months ago,
so I'm tempted to do an DELAYED/7 NMU immediately since it fixes an RC
bug and the patch is quite trivial.


Cheers,

Bastian


-- 
Bastian Venthur                                      http://venthur.de
Debian Developer                                 venthur at debian org


diff -ruN orig/mpd-0.12.1/debian/changelog mpd-0.12.1/debian/changelog
--- orig/mpd-0.12.1/debian/changelog	2007-01-31 12:41:41.000000000 +0100
+++ mpd-0.12.1/debian/changelog	2007-01-31 12:36:04.000000000 +0100
@@ -1,3 +1,13 @@
+mpd (0.12.1-1.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  
+  * Added missing dep on adduser (Closes: #408262)
+
+  * Set urgency to high since we're closing an RC bug.
+
+ -- Bastian Venthur <[EMAIL PROTECTED]>  Wed, 31 Jan 2007 12:35:08 +0100
+
 mpd (0.12.1-1) unstable; urgency=low
 
   * New upstream release
diff -ruN orig/mpd-0.12.1/debian/control mpd-0.12.1/debian/control
--- orig/mpd-0.12.1/debian/control	2007-01-31 12:41:41.000000000 +0100
+++ mpd-0.12.1/debian/control	2007-01-31 12:12:08.000000000 +0100
@@ -7,7 +7,7 @@
 
 Package: mpd
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
 Suggests: mpd-client, icecast2
 Description: Music Player Daemon
  Music Player Daemon (MPD) is a server that allows remote access for

Reply via email to