[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#717457: pu: package oss4/4.2-build2006-2+deb7u2



Followup-For: Bug #717457

Attached is a new version of the patch with the dependency on libc6-dev
replaced by 
  libc6-dev [!alpha !ia64 !hurd-i386] | libc0.3-dev [hurd-i386] |
  libc6.1-dev [alpha ia64] | libc-dev
(as used by build-essential).


Andreas
diff -Nru oss4-4.2-build2006/debian/changelog oss4-4.2-build2006/debian/changelog
--- oss4-4.2-build2006/debian/changelog	2012-12-16 02:07:45.000000000 +0100
+++ oss4-4.2-build2006/debian/changelog	2013-08-03 19:02:39.000000000 +0200
@@ -1,3 +1,11 @@
+oss4 (4.2-build2006-2+deb7u2) wheezy; urgency=low
+
+  * Non-maintainer upload.
+  * oss4-dkms: Add missing Depends: dpkg-dev, libc*-dev.  (Closes: #687086)
+  * oss4-source: Add missing Depends: gcc, libc*-dev.
+
+ -- Andreas Beckmann <anbe@debian.org>  Sun, 21 Jul 2013 01:09:22 +0200
+
 oss4 (4.2-build2006-2+deb7u1) testing-proposed-updates; urgency=medium
 
   * Non-maintainer upload.
diff -Nru oss4-4.2-build2006/debian/control oss4-4.2-build2006/debian/control
--- oss4-4.2-build2006/debian/control	2012-12-16 01:56:29.000000000 +0100
+++ oss4-4.2-build2006/debian/control	2013-08-03 19:01:57.000000000 +0200
@@ -43,7 +43,8 @@
 Package: oss4-dkms
 Section: kernel
 Architecture: linux-any
-Depends: ${misc:Depends}, oss4-base, dkms, linux-headers-686-pae | linux-headers-amd64 | linux-headers-generic | linux-headers
+Depends: ${misc:Depends}, oss4-base, dkms, dpkg-dev, linux-headers-686-pae | linux-headers-amd64 | linux-headers-generic | linux-headers,
+ libc6-dev [!alpha !ia64 !hurd-i386] | libc0.3-dev [hurd-i386] | libc6.1-dev [alpha ia64] | libc-dev,
 Provides: oss4-modules
 Description: Open Sound System - DKMS module sources
  This package contains the source for the OSS4 kernel modules,
@@ -52,7 +53,8 @@
 
 Package: oss4-source
 Architecture: linux-any
-Depends: ${misc:Depends}, make, debhelper, module-assistant
+Depends: ${misc:Depends}, make, debhelper, module-assistant, gcc,
+ libc6-dev [!alpha !ia64 !hurd-i386] | libc0.3-dev [hurd-i386] | libc6.1-dev [alpha ia64] | libc-dev,
 Description: Open Sound System - drivers sources
  This package provides the source code for the OSS4 kernel modules,
  in a form suitable for use by module-assistant.

Reply to: