shishi-commit
[Top][All Lists]
Advanced

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

shishi-debian changelog control


From: shishi-commit
Subject: shishi-debian changelog control
Date: Wed, 25 Feb 2009 22:43:43 +0000

CVSROOT:        /sources/shishi
Module name:    shishi-debian
Changes by:     Simon Josefsson <jas>   09/02/25 22:43:43

Modified files:
        .              : changelog control 

Log message:
        Add Depends: ${misc:Depends} to fix lintian 
debhelper-but-no-misc-depends warning.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/shishi-debian/changelog?cvsroot=shishi&r1=1.99&r2=1.100
http://cvs.savannah.gnu.org/viewcvs/shishi-debian/control?cvsroot=shishi&r1=1.67&r2=1.68

Patches:
Index: changelog
===================================================================
RCS file: /sources/shishi/shishi-debian/changelog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -b -r1.99 -r1.100
--- changelog   30 Sep 2008 14:18:02 -0000      1.99
+++ changelog   25 Feb 2009 22:43:43 -0000      1.100
@@ -4,6 +4,7 @@
   * Update copyright file to follow the format specified in
     http://wiki.debian.org/Proposals/CopyrightFormat
   * Update URL in watch file (moved from josefsson.org to alpha.gnu.org).
+  * Add Depends: ${misc:Depends} to fix lintian debhelper-but-no-misc-depends 
warning.
 
  -- Simon Josefsson <address@hidden>  Wed, 10 Sep 2008 10:01:16 +0200
 

Index: control
===================================================================
RCS file: /sources/shishi/shishi-debian/control,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -b -r1.67 -r1.68
--- control     10 Sep 2008 10:46:39 -0000      1.67
+++ control     25 Feb 2009 22:43:43 -0000      1.68
@@ -15,7 +15,7 @@
 Package: libshishi0
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, shishi-common (= ${source:Version})
+Depends: ${shlibs:Depends}, shishi-common (= ${source:Version}), 
${misc:Depends}
 Suggests: shishi
 Description: Library for the Shishi Kerberos v5 implementation
  Shishi is an implementation of the kerberos v5 network authentication
@@ -27,7 +27,7 @@
 Package: libshisa0
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, shishi-common (= ${source:Version})
+Depends: ${shlibs:Depends}, shishi-common (= ${source:Version}), 
${misc:Depends}
 Suggests: shishi-kdc
 Description: Library for the Shishi Kerberos v5 KDC database
  Shishi is an implementation of the kerberos v5 network authentication
@@ -75,6 +75,7 @@
 Package: shishi-common
 Section: libs
 Architecture: all
+Depends: ${misc:Depends}
 Description: Platform independent files for Shishi
  Shishi is an implementation of the kerberos v5 network authentication
  system.
@@ -85,6 +86,7 @@
 Package: shishi-doc
 Architecture: all
 Section: doc
+Depends: ${misc:Depends}
 Description: Documentation for Shishi
  Shishi is an implementation of the kerberos v5 network authentication
  system.
@@ -98,7 +100,7 @@
 Section: libdevel
 Depends: libshishi0 (= ${binary:Version}) | libshisa0 (= ${binary:Version}) |
  shishi (= ${binary:Version}) | shisa (= ${binary:Version}) |
- shishi-kdc (= ${binary:Version}) | libpam-shishi (= ${binary:Version})
+ shishi-kdc (= ${binary:Version}) | libpam-shishi (= ${binary:Version}), 
${misc:Depends}
 Description: Debugging symbols for Shishi
  Shishi is an implementation of the kerberos v5 network authentication
  system.
@@ -112,7 +114,7 @@
 Package: libshishi-dev
 Section: libdevel
 Architecture: any
-Depends: libshishi0 (= ${binary:Version}), libidn11-dev, libgnutls-dev
+Depends: libshishi0 (= ${binary:Version}), libidn11-dev, libgnutls-dev, 
${misc:Depends}
 Description: Development files for the Shishi Kerberos v5 library
  Shishi is an implementation of the kerberos v5 network authentication
  system.
@@ -134,7 +136,7 @@
 Package: libshisa-dev
 Section: libdevel
 Architecture: any
-Depends: libshisa0 (= ${binary:Version}), libshishi-dev (= ${binary:Version})
+Depends: libshisa0 (= ${binary:Version}), libshishi-dev (= ${binary:Version}), 
${misc:Depends}
 Description: Development files for the Shishi Kerberos v5 KDC database library
  Shishi is an implementation of the kerberos v5 network authentication
  system.
@@ -155,7 +157,7 @@
 
 Package: libpam-shishi
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: shishi-doc
 Description: PAM module for Shishi Kerberos v5
  Shishi is an implementation of the kerberos v5 network authentication




reply via email to

[Prev in Thread] Current Thread [Next in Thread]