Package: release.debian.org Severity: normal User: [email protected] Usertags: unblock
Hello, I would like to upload yajl 2.0.4-3 to fix #697380. The proposed diff is attached. The package is already built with multiarch support, but I forgot to add the Multi-Arch field for libyajl2. Is this OK given the current unblock policy? John Stamp
diff --git a/debian/changelog b/debian/changelog index 86e5ca3..7514f2d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yajl (2.0.4-3) unstable; urgency=low + + * Add missing Multi-Arch field for libyajl2 (Closes: #697380) + + -- John Stamp <[email protected]> Thu, 10 Jan 2013 16:44:23 -0800 + yajl (2.0.4-2) unstable; urgency=low * Upload to unstable. diff --git a/debian/control b/debian/control index eb841c8..13d213a 100644 --- a/debian/control +++ b/debian/control @@ -10,6 +10,7 @@ Vcs-Git: git://github.com/jstamp/yajl.git Package: libyajl2 Architecture: any +Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} Description: Yet Another JSON Library

