[Pkg-xfce-commits] r3123 - desktop/trunk/xfconf/debian

Yves-Alexis Perez corsac at alioth.debian.org
Sun Apr 19 11:47:46 UTC 2009


Author: corsac
Date: 2009-04-19 11:47:46 +0000 (Sun, 19 Apr 2009)
New Revision: 3123

Modified:
   desktop/trunk/xfconf/debian/changelog
   desktop/trunk/xfconf/debian/control
   desktop/trunk/xfconf/debian/rules
Log:
* debian/rules:
  - demote xfconf dependency on libxfconf to Recommends.      closes: #524615

Modified: desktop/trunk/xfconf/debian/changelog
===================================================================
--- desktop/trunk/xfconf/debian/changelog	2009-04-19 11:36:45 UTC (rev 3122)
+++ desktop/trunk/xfconf/debian/changelog	2009-04-19 11:47:46 UTC (rev 3123)
@@ -1,10 +1,12 @@
-xfconf (4.6.1-1) UNRELEASED; urgency=low
+xfconf (4.6.1-1) unstable; urgency=low
 
   * New upstream release.
   * debian/control:
     - move lib to libs section and -dev to libdevel one.
+  * debian/rules:
+    - demote xfconf dependency on libxfconf to Recommends.      closes: #524615
 
- -- Yves-Alexis Perez <corsac at debian.org>  Tue, 07 Apr 2009 23:45:16 +0200
+ -- Yves-Alexis Perez <corsac at debian.org>  Sun, 19 Apr 2009 13:40:12 +0200
 
 xfconf (4.6.0-3) unstable; urgency=low
 

Modified: desktop/trunk/xfconf/debian/control
===================================================================
--- desktop/trunk/xfconf/debian/control	2009-04-19 11:36:45 UTC (rev 3122)
+++ desktop/trunk/xfconf/debian/control	2009-04-19 11:47:46 UTC (rev 3123)
@@ -49,6 +49,7 @@
 Section: xfce
 Architecture: any
 Depends: ${shlibs:Depends}, dbus-x11
+Recommends: ${shlibs:Recommends}
 Description: utilities for managing settings in Xfce
  xfconf contains xfconfd and xfconf-query and xfsettingsd.
   - xfconfd handles the Xfce settings storage

Modified: desktop/trunk/xfconf/debian/rules
===================================================================
--- desktop/trunk/xfconf/debian/rules	2009-04-19 11:36:45 UTC (rev 3122)
+++ desktop/trunk/xfconf/debian/rules	2009-04-19 11:47:46 UTC (rev 3123)
@@ -66,7 +66,8 @@
 	dh_makeshlibs -V 'libxfconf-0-2 (>= 4.6.0)'
 	dh_installdeb
 
-	dh_shlibdeps
+	dh_shlibdeps -X debian/xfconf/usr/bin/xfconf-query -- \
+    -dRecommends debian/xfconf/usr/bin/xfconf-query -dDepends
 	dh_gencontrol
 	
 	dh_md5sums




More information about the Pkg-xfce-commits mailing list