[Pkg-gtkpod-devel] r319 - libgpod/trunk/debian

nion at alioth.debian.org nion at alioth.debian.org
Sun Jun 15 18:26:12 UTC 2008


Author: nion
Date: 2008-06-15 18:26:11 +0000 (Sun, 15 Jun 2008)
New Revision: 319

Modified:
   libgpod/trunk/debian/changelog
   libgpod/trunk/debian/control
Log:
fix #486382, moving libgpod-common to Suggests instead of Recommends

Modified: libgpod/trunk/debian/changelog
===================================================================
--- libgpod/trunk/debian/changelog	2008-05-02 23:42:02 UTC (rev 318)
+++ libgpod/trunk/debian/changelog	2008-06-15 18:26:11 UTC (rev 319)
@@ -1,3 +1,12 @@
+libgpod (0.6.0-7) UNRELEASED; urgency=low
+
+  * Put libgpod-common into Suggests instead of Recommends as a lot
+    of the amarok, rhytmbox, etc. users won't need the functionality and
+    this library gets installed automatically via the package management
+    software (Closes: #486382).
+
+ -- Nico Golde <nion at debian.org>  Sun, 15 Jun 2008 20:21:03 +0200
+
 libgpod (0.6.0-6) UNRELEASED; urgency=low
 
   * Use dh_lintian to install lintian overrides

Modified: libgpod/trunk/debian/control
===================================================================
--- libgpod/trunk/debian/control	2008-05-02 23:42:02 UTC (rev 318)
+++ libgpod/trunk/debian/control	2008-06-15 18:26:11 UTC (rev 319)
@@ -35,7 +35,7 @@
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Conflicts: libgpod3
-Recommends: libgpod-common
+Suggests: libgpod-common
 Description: a library to read and write songs and artwork to an iPod
  libgpod is a library meant to abstract access to an iPod content. It
  provides an easy to use API to retrieve the list of files and playlist
@@ -61,7 +61,7 @@
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Recommends: libgpod-common
+Suggests: libgpod-common
 Conflicts: libgpod3-nogtk
 Description: a library to read and write songs and artwork to an iPod
  libgpod is a library meant to abstract access to an iPod content. It




More information about the Pkg-gtkpod-devel mailing list