Package: ffmpeg
Version: 0.cvs20060823-3
Severity: normal
Tags: patch

Sorry, the mail didn't get through...

-------- Original Message --------
Subject: Mail delivery failed: returning message to sender
Date: Fri, 15 Sep 2006 22:28:59 +0200
From: Mail Delivery System <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]

This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

  [EMAIL PROTECTED]
    SMTP error from remote mail server after RCPT TO:<[EMAIL PROTECTED]>:
    host master.debian.org [70.103.162.30]: 550 relay not permitted

------ This is a copy of the message, including all the headers. ------

Return-path: <[EMAIL PROTECTED]>
Received: from luk by localhost.localdomain with local (Exim 4.63)
        (envelope-from <[EMAIL PROTECTED]>)
        id 1GOKIQ-0007WK-Ca
        for [EMAIL PROTECTED]; Fri, 15 Sep 2006 22:28:22 +0200
Date: Fri, 15 Sep 2006 22:28:22 +0200
To: [EMAIL PROTECTED]
Subject: diff for 0.cvs20060823-3.1 NMU
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="k+w/mQv8wyuph6w0"
Content-Disposition: inline
User-Agent: Mutt/1.5.13 (2006-08-11)
From: Luk Claes <[EMAIL PROTECTED]>


--k+w/mQv8wyuph6w0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Package: ffmpeg
Version: 0.cvs20060823-3
Severity: normal
Tags: patch

Hi,

Attached is the diff for my ffmpeg 0.cvs20060823-3.1 NMU which I'll
upload to DELAYED-2.

-- 
Luk Claes - http://people.debian.org/~luk - GPG key 1024D/9B7C328D
Fingerprint:   D5AF 25FB 316B 53BB 08E7   F999 E544 DE07 9B7C 328D
diff -u ffmpeg-0.cvs20060823/debian/changelog 
ffmpeg-0.cvs20060823/debian/changelog
--- ffmpeg-0.cvs20060823/debian/changelog
+++ ffmpeg-0.cvs20060823/debian/changelog
@@ -1,3 +1,10 @@
+ffmpeg (0.cvs20060823-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix variable substitution trick in debian/rules (Closes: #386458).
+
+ -- Luk Claes <[EMAIL PROTECTED]>  Fri, 15 Sep 2006 21:29:07 +0200
+
 ffmpeg (0.cvs20060823-3) unstable; urgency=low
 
   * debian/rules:
diff -u ffmpeg-0.cvs20060823/debian/rules ffmpeg-0.cvs20060823/debian/rules
--- ffmpeg-0.cvs20060823/debian/rules
+++ ffmpeg-0.cvs20060823/debian/rules
@@ -9,7 +9,7 @@
 
 ifneq (,$(findstring linux,$(DEB_HOST_GNU_TYPE)))
   confflags += --enable-dc1394
-  lib1394-dev = libraw1394-dev libdc1394-13-dev
+  lib1394-dev = libraw1394-dev, libdc1394-13-dev
 else
   lib1394-dev =
 endif
@@ -177,7 +177,7 @@
        dh_makeshlibs -p libpostproc0d -V 'libpostproc0d (>= 0.cvs20060823)'
        dh_installdeb
        dh_shlibdeps -L libavcodec0d -L libpostproc0d -L libavformat0d -l 
debian/libavcodec0d/usr/lib:debian/libavformat0d/usr/lib:debian/libpostproc0d/usr/lib
-       dh_gencontrol -Vlib1394-dev=$(lib1394-dev)
+       dh_gencontrol -- -Vlib1394-dev="$(lib1394-dev)"
        dh_md5sums
        dh_builddeb
 

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to