[Pkg-xfce-commits] r2504 - desktop/branches/svn-snapshots/xfconf/debian

corsac at alioth.debian.org corsac at alioth.debian.org
Mon Nov 10 11:54:55 UTC 2008


Author: corsac
Date: 2008-11-10 11:54:55 +0000 (Mon, 10 Nov 2008)
New Revision: 2504

Added:
   desktop/branches/svn-snapshots/xfconf/debian/libxfconf-0-2.install
Removed:
   desktop/branches/svn-snapshots/xfconf/debian/libxfconf-0-0.install
Modified:
   desktop/branches/svn-snapshots/xfconf/debian/changelog
   desktop/branches/svn-snapshots/xfconf/debian/control
   desktop/branches/svn-snapshots/xfconf/debian/rules
Log:
* New upstream beta release.
* debian/control:
  - update package name to match soname bump.
* debian/rules:
  - update shlibs for xfconf 4.5.92
  - explicitely disable perl bindings.
* debian/libxfconf-0-0 renamed to debian/libxfconf-0-2.

Modified: desktop/branches/svn-snapshots/xfconf/debian/changelog
===================================================================
--- desktop/branches/svn-snapshots/xfconf/debian/changelog	2008-11-10 11:26:30 UTC (rev 2503)
+++ desktop/branches/svn-snapshots/xfconf/debian/changelog	2008-11-10 11:54:55 UTC (rev 2504)
@@ -1,4 +1,4 @@
-xfconf (4.5.91-1) UNRELEASED; urgency=low
+xfconf (4.5.92-1) UNRELEASED; urgency=low
 
   [ Yves-Alexis Perez ]
   [ Xfce 4.6 Alpha “Pinkie”]
@@ -10,10 +10,18 @@
     - drop build-deps on X.
   * debian/rules:
     - update shlibs for Fuzzy.
+  [ Xfce 4.6 Beta 2 “Hopper”]
+  * New upstream beta release.
+  * debian/control:
+    - update package name to match soname bump.
+  * debian/rules:
+    - update shlibs for xfconf 4.5.92
+    - explicitely disable perl bindings.
+  * debian/libxfconf-0-0 renamed to debian/libxfconf-0-2.
 
   [ Michael Casadevall]
   * debian/control
     - updated xfconf descriptions
     - added myself to uploaders
 
- -- Yves-Alexis Perez <corsac at debian.org>  Mon, 13 Oct 2008 10:17:06 +0200
+ -- Yves-Alexis Perez <corsac at debian.org>  Mon, 10 Nov 2008 12:50:19 +0100

Modified: desktop/branches/svn-snapshots/xfconf/debian/control
===================================================================
--- desktop/branches/svn-snapshots/xfconf/debian/control	2008-11-10 11:26:30 UTC (rev 2503)
+++ desktop/branches/svn-snapshots/xfconf/debian/control	2008-11-10 11:54:55 UTC (rev 2504)
@@ -3,7 +3,9 @@
 Priority: optional
 Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
 Uploaders: Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Yves-Alexis Perez <corsac at debian.org>, Michael Casadevall <sonicmctails at gmail.com>
-Build-Depends: debhelper (>= 7.0.13), libxfce4util-dev (>= 4.5.91), libdbus-1-dev, libdbus-glib-1-dev
+Build-Depends: debhelper (>= 7.0.13), libxfce4util-dev (>= 4.5.91), 
+ libdbus-1-dev, libdbus-glib-1-dev, libextutils-pkgconfig-perl,
+ libextutils-depends-perl, libglib-perl
 Standards-Version: 3.8.0
 Homepage: http://www.xfce.org
 Vcs-Svn: svn://svn.debian.org/pkg-xfce/desktop/trunk/xfconf
@@ -12,7 +14,7 @@
 Package: libxfconf-0-dev
 Section: libdevel
 Architecture: any
-Depends: libxfconf-0-0 (= ${binary:Version}), libdbus-1-dev, libdbus-glib-1-dev
+Depends: libxfconf-0-2 (= ${binary:Version}), libdbus-1-dev, libdbus-glib-1-dev
 Description: Development files for libxfconf
  This package contains the development files libxfconf which are 
  the main part of the Xfce4 configuration system. If you want to 
@@ -22,7 +24,7 @@
  The libxfconf Reference Manual is also included and it can be 
  consulted with Devhelp or a web browser.
 
-Package: libxfconf-0-0
+Package: libxfconf-0-2
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, xfconf
@@ -33,12 +35,11 @@
  If you intend to use Xfce4, you definitely want to install
  this package.
 
-
-Package: libxfconf-0-0-dbg
+Package: libxfconf-0-2-dbg
 Section: libs
 Priority: extra
 Architecture: any
-Depends: ${shlibs:Depends}, libxfconf-0-0 (= ${binary:Version})
+Depends: ${shlibs:Depends}, libxfconf-0-2 (= ${binary:Version})
 Description: debugging informations for libxfconf
  This package contains debugging symbols for libxfconf, which 
  provides basic functions for the Xfce4 configuration tool.

Deleted: desktop/branches/svn-snapshots/xfconf/debian/libxfconf-0-0.install
===================================================================
--- desktop/branches/svn-snapshots/xfconf/debian/libxfconf-0-0.install	2008-11-10 11:26:30 UTC (rev 2503)
+++ desktop/branches/svn-snapshots/xfconf/debian/libxfconf-0-0.install	2008-11-10 11:54:55 UTC (rev 2504)
@@ -1 +0,0 @@
-usr/lib/lib*.so.*

Copied: desktop/branches/svn-snapshots/xfconf/debian/libxfconf-0-2.install (from rev 2496, desktop/branches/svn-snapshots/xfconf/debian/libxfconf-0-0.install)
===================================================================
--- desktop/branches/svn-snapshots/xfconf/debian/libxfconf-0-2.install	                        (rev 0)
+++ desktop/branches/svn-snapshots/xfconf/debian/libxfconf-0-2.install	2008-11-10 11:54:55 UTC (rev 2504)
@@ -0,0 +1 @@
+usr/lib/lib*.so.*


Property changes on: desktop/branches/svn-snapshots/xfconf/debian/libxfconf-0-2.install
___________________________________________________________________
Name: svn:mergeinfo
   + 

Modified: desktop/branches/svn-snapshots/xfconf/debian/rules
===================================================================
--- desktop/branches/svn-snapshots/xfconf/debian/rules	2008-11-10 11:26:30 UTC (rev 2503)
+++ desktop/branches/svn-snapshots/xfconf/debian/rules	2008-11-10 11:54:55 UTC (rev 2504)
@@ -14,7 +14,7 @@
 config.status: configure
 	
 	dh_testdir
-	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --sysconfdir=/etc --enable-final
+	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --sysconfdir=/etc --enable-final --disable-perl-bindings
 
 build: build-stamp
 build-stamp: config.status
@@ -54,12 +54,12 @@
 	dh_installdocs NEWS TODO
 	
 	dh_install --fail-missing --sourcedir=debian/tmp
-	dh_strip --dbg-package=libxfconf-0-0-dbg
+	dh_strip --dbg-package=libxfconf-0-2-dbg
 
 	dh_compress
 	dh_fixperms
 
-	dh_makeshlibs -V 'libxfconf-0-0 (>= 4.5.91)'
+	dh_makeshlibs -V 'libxfconf-0-2 (>= 4.5.92)'
 	dh_installdeb
 
 	dh_shlibdeps




More information about the Pkg-xfce-commits mailing list