Your message dated Thu, 03 Mar 2011 23:02:20 +0000
with message-id <[email protected]>
and subject line Bug#609601: fixed in mpd 0.16.1-2
has caused the Debian Bug report #609601,
regarding mpd: Please wrap and sort build dependencies
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
609601: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=609601
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mpd
Version: 0.15.15-2
Severity: wishlist
Tags: patch

Please wrap and sort build dependencies. It makes reading patches easier. The 
attached patch is
created with wrap-and-sort (from ubuntu-dev-tools).
diff -u mpd-0.15.15/debian/control mpd-0.15.15/debian/control
--- mpd-0.15.15/debian/control
+++ mpd-0.15.15/debian/control
@@ -2,14 +2,43 @@
 Section: sound
 Priority: optional
 Maintainer: Decklin Foster <[email protected]>
-Build-Depends: debhelper (>= 6), cdbs, libsqlite3-dev, libcurl4-gnutls-dev | libcurl-dev, libmms-dev, libavahi-client-dev, libsamplerate0-dev, libaudiofile-dev, libasound2-dev  [!kfreebsd-amd64 !kfreebsd-i386 !hurd-i386], libao-dev (>= 0.8.3), libpulse-dev, libjack-dev, libshout3-dev, libogg-dev, libvorbis-dev [!arm !armel !armeb], libvorbisidec-dev [arm armel armeb], libflac-dev (>= 1.1.4), libmpcdec-dev, libmad0-dev, libfaad-dev, libmikmod2-dev, libwavpack-dev, libsidplay2-dev, libresid-builder-dev, libavcodec-dev, libavformat-dev, libid3tag0-dev, zlib1g-dev, quilt, xmlto
+Build-Depends: cdbs,
+               debhelper (>= 6),
+               libao-dev (>= 0.8.3),
+               libasound2-dev  [!kfreebsd-amd64 !kfreebsd-i386 !hurd-i386],
+               libaudiofile-dev,
+               libavahi-client-dev,
+               libavcodec-dev,
+               libavformat-dev,
+               libcurl4-gnutls-dev | libcurl-dev,
+               libfaad-dev,
+               libflac-dev (>= 1.1.4),
+               libid3tag0-dev,
+               libjack-dev,
+               libmad0-dev,
+               libmikmod2-dev,
+               libmms-dev,
+               libmpcdec-dev,
+               libogg-dev,
+               libpulse-dev,
+               libresid-builder-dev,
+               libsamplerate0-dev,
+               libshout3-dev,
+               libsidplay2-dev,
+               libsqlite3-dev,
+               libvorbis-dev [!arm !armel !armeb],
+               libvorbisidec-dev [arm armel armeb],
+               libwavpack-dev,
+               quilt,
+               xmlto,
+               zlib1g-dev
 Standards-Version: 3.8.0
 Homepage: http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki
 
 Package: mpd
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
-Suggests: mpd-client, icecast2, pulseaudio, avahi-daemon
+Depends: adduser, ${misc:Depends}, ${shlibs:Depends}
+Suggests: avahi-daemon, icecast2, mpd-client, pulseaudio
 Description: Music Player Daemon
  Music Player Daemon (MPD) is a server that allows remote access for
  playing audio files (Ogg-Vorbis, FLAC, MP3, Wave, and AIFF), streams

--- End Message ---
--- Begin Message ---
Source: mpd
Source-Version: 0.16.1-2

We believe that the bug you reported is fixed in the latest version of
mpd, which is due to be installed in the Debian FTP archive:

mpd-dbg_0.16.1-2_amd64.deb
  to main/m/mpd/mpd-dbg_0.16.1-2_amd64.deb
mpd_0.16.1-2.diff.gz
  to main/m/mpd/mpd_0.16.1-2.diff.gz
mpd_0.16.1-2.dsc
  to main/m/mpd/mpd_0.16.1-2.dsc
mpd_0.16.1-2_amd64.deb
  to main/m/mpd/mpd_0.16.1-2_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alexander Wirt <[email protected]> (supplier of updated mpd package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 03 Mar 2011 22:37:12 +0100
Source: mpd
Binary: mpd mpd-dbg
Architecture: source amd64
Version: 0.16.1-2
Distribution: unstable
Urgency: low
Maintainer: mpd maintainers <[email protected]>
Changed-By: Alexander Wirt <[email protected]>
Description: 
 mpd        - Music Player Daemon
 mpd-dbg    - Music Player Daemon debugging symbols
Closes: 510675 515623 536296 560860 568388 607643 609601 613736
Changes: 
 mpd (0.16.1-2) unstable; urgency=low
 .
   * Update maintainer. Thanks Decklin!
   * Bump standards version (No changes)
   * Add vcs headers to control file
   * Recreate /var/run/mpd in init script if its missing
   * Add lintian override for /var/run/mpd - we recreate
     it in initscript if necessary
   * Add README.source
   * Warn if configfile contains the deprecated error_file
     option (Closes: #613736)
   * Add init.d status support and add lsb-base to deps.
     Thanks to Peter Eisentraut (Closes: #536296)
   * wrap and sort build dependencies.
     Thanks to Benjamin Drung for mentioning wrap-and-sort (Closes: #609601)
   * Update mpd.conf and mention vbrfix package (Closes: #568388)
   * Add libavahi-glib-dev to build-deps to build avahi support
     (Closes: #560860)
   * Re-enable mikmod support (Closes: #607643, #510675)
   * Fix NEWS entry
   * Implement force-reload in initscript (Closes: #515623)
   * Force deb source format 1.0
Checksums-Sha1: 
 9eceba1361df19d765642490e68afba48710137a 1741 mpd_0.16.1-2.dsc
 8f222293ee3f944daa7fa663b2916701ac211ee9 18177 mpd_0.16.1-2.diff.gz
 06fdba5cacce4cfd9c95784eee2b3f11d53590bb 245164 mpd_0.16.1-2_amd64.deb
 e255e7c52e6b4085e2863f8bc5eb7f87162779e9 539772 mpd-dbg_0.16.1-2_amd64.deb
Checksums-Sha256: 
 242ea2cfee49fa11287790002ee8be2cd0b03484f1428336f4d31025235379b1 1741 
mpd_0.16.1-2.dsc
 bfa059eeb83fc1fecb43f23db783963ae97cb520987e5815b14eb71170060e6c 18177 
mpd_0.16.1-2.diff.gz
 28582b1faf5433a137fbe8f6ff55e13e0d33ab7cfaf5148ba7812479173b31f8 245164 
mpd_0.16.1-2_amd64.deb
 2f503a55159f4fd98699690586be8dcfff7883a828d88b5abbcb163e762d0218 539772 
mpd-dbg_0.16.1-2_amd64.deb
Files: 
 7cc39600b4e24f20f295a33dc0640853 1741 sound optional mpd_0.16.1-2.dsc
 100213716450b58769cde2b01f13af72 18177 sound optional mpd_0.16.1-2.diff.gz
 0459d2023994e455ae2ebe31f7511b40 245164 sound optional mpd_0.16.1-2_amd64.deb
 fac1bcb32a1ad57a17a0329b5aa987d3 539772 debug extra mpd-dbg_0.16.1-2_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk1wGhUACgkQ01u8mbx9AgqoeQCgh4sgzOwvchC+DLMWmr/oX8Pn
Q2gAn0y/fBmiftlqO2jwJQWlJKJ9Nwie
=nbYY
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to