]> git.proxmox.com Git - mirror_spl-debian.git/blobdiff - debian/control
Make use of dh-autoreconf
[mirror_spl-debian.git] / debian / control
index b035db7cece9c65ab691b0b1a68b247cabb3ae0b..6392ddc5354214d3d345d820f969109144a294cb 100644 (file)
@@ -1,30 +1,33 @@
 Source: spl-linux
 Section: kernel
-Priority: extra
-Maintainer: Darik Horn <dajhorn@vanadac.com>
-Build-Depends: autotools-dev,
- autoconf,
- autogen,
- automake,
- debhelper (>= 7.4),
- dkms (>> 2.1.1.2-5ubuntu1),
- libtool,
-Standards-Version: 3.8.4
+Priority: optional
+Maintainer: Debian ZFS on Linux maintainers <pkg-zfsonlinux-devel@lists.alioth.debian.org>
+Uploaders: Aron Xu <aron@debian.org>,
+           Carlos Alberto Lopez Perez <clopez@igalia.com>
+Build-Depends: autogen,
+               autotools-dev,
+               debhelper (>= 9),
+               dh-autoreconf,
+               dkms (>> 2.2.0.2-1~),
+               libtool
+Standards-Version: 3.9.8
 Homepage: http://www.zfsonlinux.org/
-Vcs-Git: git://github.com/dajhorn/pkg-spl.git
-Vcs-Browser: https://github.com/dajhorn/pkg-spl/
+Vcs-Git: git://anonscm.debian.org/pkg-zfsonlinux/spl.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-zfsonlinux/spl.git
 
 Package: spl-dkms
 Architecture: all
-Depends: ${misc:Depends}, dkms (>> 2.1.1.2-5ubuntu1), lsb-release
-Recommends: spl
+Depends: dkms (>> 2.1.1.2-5), file, libc-dev, lsb-release, ${misc:Depends}
+Recommends: spl (>= ${source:Upstream-Version})
+Provides: spl-modules
 Description: Solaris Porting Layer kernel modules for Linux
  The Solaris Porting Layer (SPL) is a Linux kernel module which provides
  many of the Solaris kernel APIs. This shim layer makes it possible to
  run Solaris kernel code in the Linux kernel with relatively minimal
- modification.
+ modification. The Solaris Porting LAyer Tests (SPLAT) is a Linux kernel
+ module which provides a testing harness for the SPL module.
  .
This can be particularly useful when you want to track upstream Illumos
SPL can be particularly useful when you want to track upstream Illumos
  (or any other OpenSolaris fork) development closely and don't want the
  overhead of maintaining a large patch which converts Solaris primitives
  to Linux primitives.
@@ -33,15 +36,23 @@ Description: Solaris Porting Layer kernel modules for Linux
  modules, which can be used with DKMS, so that local kernel modules are
  automatically built and installed every time the kernel packages are
  upgraded.
- .
- The Solaris Porting LAyer Tests (SPLAT) is a Linux kernel module which
- provides a testing harness for the SPL module.
 
 Package: spl
-Architecture: any
-Conflicts: spl-dev
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Recommends: spl-dkms
+Architecture: linux-any
+Conflicts: spl-dev, splat
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Recommends: spl-modules | spl-dkms
 Description: Solaris Porting Layer user-space utilities for Linux
- This package includes the user space utilities needed to test and debug the
- SPL and SPLAT kernel modules.
+ The Solaris Porting Layer (SPL) is a Linux kernel module which provides
+ many of the Solaris kernel APIs. This shim layer makes it possible to
+ run Solaris kernel code in the Linux kernel with relatively minimal
+ modification. The Solaris Porting LAyer Tests (SPLAT) is a Linux kernel
+ module which provides a testing harness for the SPL module.
+ .
+ SPL can be particularly useful when you want to track upstream Illumos
+ (or any other OpenSolaris fork) development closely and don't want the
+ overhead of maintaining a large patch which converts Solaris primitives
+ to Linux primitives.
+ .
+ This package includes the user space utilities needed to test and debug
+ the SPL and SPLAT kernel modules.