The following commit has been merged in the master branch:
commit 3b8074a91047c3308309f93f1bf344c339044e98
Author: Guillem Jover <guil...@debian.org>
Date:   Fri Jul 2 06:14:04 2010 +0200

    Use linux-any wildcard for libselinux1-dev Build-Depends
    
    Instead of using a list of negated architectures. This will make the job
    easier for new ports. And it's just more correct.

diff --git a/debian/changelog b/debian/changelog
index eafdc9f..fad8943 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -62,6 +62,8 @@ dpkg (1.15.8) UNRELEASED; urgency=low
     Closes: #574704
   * Rewrite mksplit in C, and merge it into dpkg-split.
   * Rewrite dpkg-divert in C.
+  * Use linux-any wildcard for libselinux1-dev Build-Depends instead of
+    using a list of negated architectures.
 
   [ Updated programs translations ]
   * Catalan (Guillem Jover).
diff --git a/debian/control b/debian/control
index 191c8c6..b2bb177 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Standards-Version: 3.8.4
 Build-Depends: debhelper (>= 6.0.7), pkg-config,
  gettext (>= 0.18), po4a (>= 0.33.1),
  libncursesw5-dev, zlib1g-dev (>= 1:1.1.3-19.1), libbz2-dev, flex,
- libselinux1-dev (>= 1.28-4) [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64],
+ libselinux1-dev (>= 1.28-4) [linux-any],
  libtimedate-perl, libio-string-perl
 
 Package: libdpkg-dev

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to debian-dpkg-cvs-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to