The following commit has been merged in the master-experimental branch:
commit b5ddbf7163c734a914349c46078083888a46aebe
Author: Stephen Kitt <st...@sk2.org>
Date:   Mon Jun 18 06:53:00 2012 +0200

    Use ${source:Package} to avoid Built-Using mis-calculations with binNMUs 
(closes: #677867).

diff --git a/debian/changelog b/debian/changelog
index c24c9b0..489c354 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mednafen (0.9.22-2) UNRELEASED; urgency=low
+
+  * Use ${source:Package} with dpkg-query to retrieve only the package
+    name in the Built-Using field (closes: #677867).
+
+ -- Stephen Kitt <st...@sk2.org>  Mon, 18 Jun 2012 06:52:11 +0200
+
 mednafen (0.9.22-1) experimental; urgency=low
 
   * New upstream WIP version (breaks Genesis/Megadrive save games).
diff --git a/debian/rules b/debian/rules
index a4e1b73..29045b6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-liblzo2_source := $(shell dpkg-query -W -f='$${Source} (= $${source:Version})' 
liblzo2-dev)
+liblzo2_source := $(shell dpkg-query -W -f='$${source:Package} (= 
$${source:Version})' liblzo2-dev)
 
 
 %:

-- 
multi-platform emulator, including NES, GB/A, Lynx, PC Engine

_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to