Your message dated Wed, 16 May 2012 02:00:13 +0200
with message-id <20120516000013.GJ12573@trasgu>
and subject line closing fixed bugs and apologies
has caused the Debian Bug report #641382,
regarding mpc123: FTBFS due to new DSO link order
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.)


-- 
641382: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=641382
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mpc123
Version: 0.2.4-1.1
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu oneiric ubuntu-patch



In Ubuntu, the attached patch was applied to achieve the following:

  * Makefile: rearrange linker order to fix new DSO linking FTBFS (LP: #770862)


Thanks for considering the patch.


-- System Information:
Debian Release: squeeze/sid
  APT prefers natty-updates
  APT policy: (500, 'natty-updates'), (500, 'natty-security'), (500, 'natty')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.38-11-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u mpc123-0.2.4/debian/control mpc123-0.2.4/debian/control
--- mpc123-0.2.4/debian/control
+++ mpc123-0.2.4/debian/control
@@ -1,7 +1,8 @@
 Source: mpc123
 Section: sound
 Priority: optional
-Maintainer: Daniele Sempione <[email protected]>
+Maintainer: Ubuntu Developers <[email protected]>
+XSBC-Original-Maintainer: Daniele Sempione <[email protected]>
 Build-Depends: debhelper (>= 4.0.0), libmpcdec-dev (>= 2:0.1~r435), libao-dev, gettext
 Standards-Version: 3.7.3
 
diff -u mpc123-0.2.4/debian/changelog mpc123-0.2.4/debian/changelog
only in patch2:
unchanged:
--- mpc123-0.2.4.orig/Makefile
+++ mpc123-0.2.4/Makefile
@@ -50,7 +50,7 @@
 
 $(TARGET): $(DEPS) $(TARGET).c $(MOS)
 	@echo Building mpc123 version $(MAJOR).$(MINOR) ...
-	$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ $(DEPS) $(TARGET).c
+	$(CC) $(CPPFLAGS) $(CFLAGS) -o $@ $(DEPS) $(TARGET).c $(LDFLAGS)
 
 .PHONY: clean tarball
 

--- End Message ---
--- Begin Message ---
  Hi Khalid,

  Unfortunately I just did a QA upload which fixes these bugs, but didn't
notice you had sent a patch to do almost the same and that you had setup a
git repo on collab-maint even. Noticing it would have saved me much time,
so I've already paid my mistake :)

  Feel free to incorporate my changes into your repo and even adopt the
package. I'll be glad to sponsor you if you need sponsorship, just drop
me a mail when you have the new version ready.

  thanks for your work and sorry for overlooking your patch,
-- 
  Ricardo Mones 
  ~
  Never send a human to do a machine's job.               Agent Smith

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to