[Pkg-cups-devel] r712 - in cupsys/trunk: . debian
    Martin Pitt 
    mpitt at alioth.debian.org
       
    Sun Mar 16 21:32:30 UTC 2008
    
    
  
Author: mpitt
Date: Sun Mar 16 21:32:30 2008
New Revision: 712
Log:
* debian/control: Add alternative (build-)depends to heimdal-dev.
Modified:
   cupsys/trunk/   (props changed)
   cupsys/trunk/debian/changelog
   cupsys/trunk/debian/control
Modified: cupsys/trunk/debian/changelog
==============================================================================
--- cupsys/trunk/debian/changelog	(original)
+++ cupsys/trunk/debian/changelog	Sun Mar 16 21:32:30 2008
@@ -29,8 +29,9 @@
   * debian/rules: Run test suite on build. This will fail the build if any
     tests fail, so that problems on particular platforms will be caught
     easily.
+  * debian/control: Add alternative (build-)depends to heimdal-dev.
 
- -- Martin Pitt <mpitt at debian.org>  Sun, 16 Mar 2008 20:26:52 +0100
+ -- Martin Pitt <mpitt at debian.org>  Sun, 16 Mar 2008 20:57:02 +0100
 
 cupsys (1.3.6-1) unstable; urgency=low
 
Modified: cupsys/trunk/debian/control
==============================================================================
--- cupsys/trunk/debian/control	(original)
+++ cupsys/trunk/debian/control	Sun Mar 16 21:32:30 2008
@@ -3,7 +3,7 @@
 Section: net
 Maintainer: Debian CUPS Maintainers <pkg-cups-devel at lists.alioth.debian.org>
 Standards-Version: 3.7.3
-Build-Depends: libpam0g-dev, libtiff4-dev, libjpeg62-dev, zlib1g-dev, libpng12-dev, libslp-dev, libgnutls-dev, libpaper-dev, libldap2-dev, debhelper (>= 5.0), po-debconf, cdbs (>= 0.4.27), sharutils, dpatch (>= 1.11), libdbus-1-dev, libkrb5-dev, libavahi-compat-libdnssd-dev
+Build-Depends: libpam0g-dev, libtiff4-dev, libjpeg62-dev, zlib1g-dev, libpng12-dev, libslp-dev, libgnutls-dev, libpaper-dev, libldap2-dev, debhelper (>= 5.0), po-debconf, cdbs (>= 0.4.27), sharutils, dpatch (>= 1.11), libdbus-1-dev, libkrb5-dev | heimdal-dev, libavahi-compat-libdnssd-dev
 Uploaders: Kenshi Muto <kmuto at debian.org>, Martin Pitt <mpitt at debian.org>, Roger Leigh <rleigh at debian.org>, Martin-Éric Racine <q-funk at iki.fi>, Masayuki Hatta (mhatta) <mhatta at debian.org>, Jeff Licquia <licquia at debian.org>
 
 Package: libcupsys2
@@ -91,7 +91,7 @@
 Priority: optional
 Section: libdevel
 Architecture: any
-Depends: libcupsys2 (= ${binary:Version}), libgnutls-dev, libkrb5-dev
+Depends: libcupsys2 (= ${binary:Version}), libgnutls-dev, libkrb5-dev | heimdal-dev
 Provides: libcupsys-dev
 Conflicts: libcupsys1-dev, libcupsys-dev, cupsys (<< 1.1.22-3)
 Replaces: libcupsys1-dev, libcupsys-dev, cupsys (<< 1.1.22-3)
    
    
More information about the Pkg-cups-devel
mailing list