[SCM] mpeg2dec/master: Add proper Multi-Arch fields in debian/control.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Feb 14 19:27:29 UTC 2012


The following commit has been merged in the master branch:
commit 2f5a676e29b74377097f15d395c0a0b1f991bb6d
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Feb 14 20:27:17 2012 +0100

    Add proper Multi-Arch fields in debian/control.

diff --git a/debian/control b/debian/control
index 783c6f2..9f2b7e4 100644
--- a/debian/control
+++ b/debian/control
@@ -20,6 +20,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/mpeg2dec.git
 
 Package: libmpeg2-4-dev
 Architecture: any
+Multi-Arch: same
 Section: libdevel
 Depends: libmpeg2-4 (= ${binary:Version}),
          pkg-config,
@@ -34,6 +35,8 @@ Description: libmpeg2 development libraries and headers
 
 Package: libmpeg2-4
 Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
 Section: libs
 Depends: ${misc:Depends},
          ${shlibs:Depends}

-- 
mpeg2dec packaging



More information about the pkg-multimedia-commits mailing list