r30621 - in /desktop/experimental/gtk+3.0/debian: changelog control control.in

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Oct 16 17:05:55 UTC 2011


Author: biebl
Date: Sun Oct 16 17:05:54 2011
New Revision: 30621

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=30621
Log:
Instead of depending on lynx | www-browser, make the -doc packages
suggest devhelp.

Modified:
    desktop/experimental/gtk+3.0/debian/changelog
    desktop/experimental/gtk+3.0/debian/control
    desktop/experimental/gtk+3.0/debian/control.in

Modified: desktop/experimental/gtk+3.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B3.0/debian/changelog?rev=30621&op=diff
==============================================================================
--- desktop/experimental/gtk+3.0/debian/changelog [utf-8] (original)
+++ desktop/experimental/gtk+3.0/debian/changelog [utf-8] Sun Oct 16 17:05:54 2011
@@ -16,6 +16,8 @@
     - Track .xz tarballs.
   * debian/control.in:
     - Set pkg-gnome-maintainers at lists.alioth.debian.org as Maintainer.
+    - Instead of depending on lynx | www-browser, make the -doc packages
+      suggest devhelp.
 
  -- Michael Biebl <biebl at debian.org>  Sun, 16 Oct 2011 19:00:05 +0200
 

Modified: desktop/experimental/gtk+3.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B3.0/debian/control?rev=30621&op=diff
==============================================================================
--- desktop/experimental/gtk+3.0/debian/control [utf-8] (original)
+++ desktop/experimental/gtk+3.0/debian/control [utf-8] Sun Oct 16 17:05:54 2011
@@ -183,11 +183,11 @@
 Package: libgtk-3-doc
 Section: doc
 Architecture: all
-Depends: lynx | www-browser,
-         ${misc:Depends}
+Depends: ${misc:Depends}
 Recommends: libglib2.0-doc,
             libatk1.0-doc,
             libpango1.0-doc
+Suggests: devhelp
 Conflicts: libgtk3.0-doc
 Replaces: libgtk3.0-doc
 Description: documentation for the GTK+ graphical user interface library
@@ -317,7 +317,8 @@
 Package: libgail-3-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends}, lynx | www-browser
+Depends: ${misc:Depends}
+Suggests: devhelp
 Conflicts: libgail3.0-doc
 Replaces: libgail3.0-doc
 Description: documentation files of the Gail library

Modified: desktop/experimental/gtk+3.0/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B3.0/debian/control.in?rev=30621&op=diff
==============================================================================
--- desktop/experimental/gtk+3.0/debian/control.in [utf-8] (original)
+++ desktop/experimental/gtk+3.0/debian/control.in [utf-8] Sun Oct 16 17:05:54 2011
@@ -183,11 +183,11 @@
 Package: @DOC_PKG@
 Section: doc
 Architecture: all
-Depends: lynx | www-browser,
-         ${misc:Depends}
+Depends: ${misc:Depends}
 Recommends: libglib2.0-doc,
             libatk1.0-doc,
             libpango1.0-doc
+Suggests: devhelp
 Conflicts: libgtk3.0-doc
 Replaces: libgtk3.0-doc
 Description: documentation for the GTK+ graphical user interface library
@@ -317,7 +317,8 @@
 Package: libgail-3-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends}, lynx | www-browser
+Depends: ${misc:Depends}
+Suggests: devhelp
 Conflicts: libgail3.0-doc
 Replaces: libgail3.0-doc
 Description: documentation files of the Gail library




More information about the pkg-gnome-commits mailing list