r23170 - in /desktop/unstable/gnome-desktop/debian: changelog control control.in rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Mon Mar 1 20:56:34 UTC 2010


Author: pochu
Date: Mon Mar  1 20:56:34 2010
New Revision: 23170

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=23170
Log:
* debian/rules:
  - Use the system pnp.ids from hwdata.
* debian/control.in:
  - Recommend hwdata.

Modified:
    desktop/unstable/gnome-desktop/debian/changelog
    desktop/unstable/gnome-desktop/debian/control
    desktop/unstable/gnome-desktop/debian/control.in
    desktop/unstable/gnome-desktop/debian/rules

Modified: desktop/unstable/gnome-desktop/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-desktop/debian/changelog?rev=23170&op=diff
==============================================================================
--- desktop/unstable/gnome-desktop/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-desktop/debian/changelog [utf-8] Mon Mar  1 20:56:34 2010
@@ -1,3 +1,12 @@
+gnome-desktop (2.28.2-2) UNRELEASED; urgency=low
+
+  * debian/rules:
+    - Use the system pnp.ids from hwdata.
+  * debian/control.in:
+    - Recommend hwdata.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Mon, 01 Mar 2010 21:26:01 +0100
+
 gnome-desktop (2.28.2-1) unstable; urgency=low
 
   [ Josselin Mouette ]

Modified: desktop/unstable/gnome-desktop/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-desktop/debian/control?rev=23170&op=diff
==============================================================================
--- desktop/unstable/gnome-desktop/debian/control [utf-8] (original)
+++ desktop/unstable/gnome-desktop/debian/control [utf-8] Mon Mar  1 20:56:34 2010
@@ -67,6 +67,7 @@
 Architecture: any
 Depends: ${misc:Depends},
          ${shlibs:Depends}
+Recommends: hwdata (>= 0.227-1)
 Description: Utility library for loading .desktop files - runtime files
  This library is used by GNOME to load the .desktop files.
 

Modified: desktop/unstable/gnome-desktop/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-desktop/debian/control.in?rev=23170&op=diff
==============================================================================
--- desktop/unstable/gnome-desktop/debian/control.in [utf-8] (original)
+++ desktop/unstable/gnome-desktop/debian/control.in [utf-8] Mon Mar  1 20:56:34 2010
@@ -62,6 +62,7 @@
 Architecture: any
 Depends: ${misc:Depends},
          ${shlibs:Depends}
+Recommends: hwdata (>= 0.227-1)
 Description: Utility library for loading .desktop files - runtime files
  This library is used by GNOME to load the .desktop files.
 

Modified: desktop/unstable/gnome-desktop/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-desktop/debian/rules?rev=23170&op=diff
==============================================================================
--- desktop/unstable/gnome-desktop/debian/rules [utf-8] (original)
+++ desktop/unstable/gnome-desktop/debian/rules [utf-8] Mon Mar  1 20:56:34 2010
@@ -11,6 +11,7 @@
 
 DEB_CONFIGURE_EXTRA_FLAGS += \
 			--with-gnome-distributor=Debian \
+			--with-pnp-ids-path=/usr/share/hwdata/pnp.ids \
 			--disable-scrollkeeper \
 			--disable-gtk-doc
 




More information about the pkg-gnome-commits mailing list