r24618 - in /desktop/experimental/d-conf/debian: changelog control control.in libdconf-doc.install rules

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Tue Jun 29 13:10:44 UTC 2010


Author: bigon
Date: Tue Jun 29 13:10:25 2010
New Revision: 24618

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=24618
Log:
Add libdconf-dbg and libdconf-doc packages

Added:
    desktop/experimental/d-conf/debian/libdconf-doc.install
Modified:
    desktop/experimental/d-conf/debian/changelog
    desktop/experimental/d-conf/debian/control
    desktop/experimental/d-conf/debian/control.in
    desktop/experimental/d-conf/debian/rules

Modified: desktop/experimental/d-conf/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/d-conf/debian/changelog?rev=24618&op=diff
==============================================================================
--- desktop/experimental/d-conf/debian/changelog [utf-8] (original)
+++ desktop/experimental/d-conf/debian/changelog [utf-8] Tue Jun 29 13:10:25 2010
@@ -5,8 +5,9 @@
   * debian/control:
     - Do some cleanup
     - Add libglib2.0-dev dependency against libdconf-dev package
+  * Add libdconf-dbg and libdconf-doc packages
 
- -- Laurent Bigonville <bigon at debian.org>  Tue, 29 Jun 2010 14:32:51 +0200
+ -- Laurent Bigonville <bigon at debian.org>  Tue, 29 Jun 2010 15:08:55 +0200
 
 d-conf (0.4.1-0ubuntu1) maverick; urgency=low
 

Modified: desktop/experimental/d-conf/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/d-conf/debian/control?rev=24618&op=diff
==============================================================================
--- desktop/experimental/d-conf/debian/control [utf-8] (original)
+++ desktop/experimental/d-conf/debian/control [utf-8] Tue Jun 29 13:10:25 2010
@@ -11,6 +11,7 @@
 Build-Depends: debhelper (>= 7.0.50~),
                autotools-dev,
                gnome-pkg-tools,
+               gtk-doc-tools (>= 1.14),
                valac,
                libglib2.0-dev (>= 2.25.10),
                libgtk2.0-dev,
@@ -42,6 +43,26 @@
  .
  This package contains a static library and header files.
 
+Package: libdconf-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: ${misc:Depends},
+         libdconf0 (= ${binary:Version})
+Description: Simple key-based configuration system (debug symbols)
+ dconf is a simple key-based configuration system.
+ .
+ This package contains the debugging symbols.
+
+Package: libdconf-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Description: Simple key-based configuration system (documentation)
+ dconf is a simple key-based configuration system.
+ .
+ This package contains the documentation.
+
 Package: dconf-tools
 Section: utils
 Architecture: any

Modified: desktop/experimental/d-conf/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/d-conf/debian/control.in?rev=24618&op=diff
==============================================================================
--- desktop/experimental/d-conf/debian/control.in [utf-8] (original)
+++ desktop/experimental/d-conf/debian/control.in [utf-8] Tue Jun 29 13:10:25 2010
@@ -6,6 +6,7 @@
 Build-Depends: debhelper (>= 7.0.50~),
                autotools-dev,
                gnome-pkg-tools,
+               gtk-doc-tools (>= 1.14),
                valac,
                libglib2.0-dev (>= 2.25.10),
                libgtk2.0-dev,
@@ -37,6 +38,26 @@
  .
  This package contains a static library and header files.
 
+Package: libdconf-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: ${misc:Depends},
+         libdconf0 (= ${binary:Version})
+Description: Simple key-based configuration system (debug symbols)
+ dconf is a simple key-based configuration system.
+ .
+ This package contains the debugging symbols.
+
+Package: libdconf-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Description: Simple key-based configuration system (documentation)
+ dconf is a simple key-based configuration system.
+ .
+ This package contains the documentation.
+
 Package: dconf-tools
 Section: utils
 Architecture: any

Added: desktop/experimental/d-conf/debian/libdconf-doc.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/d-conf/debian/libdconf-doc.install?rev=24618&op=file
==============================================================================
--- desktop/experimental/d-conf/debian/libdconf-doc.install (added)
+++ desktop/experimental/d-conf/debian/libdconf-doc.install [utf-8] Tue Jun 29 13:10:25 2010
@@ -1,0 +1,1 @@
+usr/share/gtk-doc/html/dconf

Modified: desktop/experimental/d-conf/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/d-conf/debian/rules?rev=24618&op=diff
==============================================================================
--- desktop/experimental/d-conf/debian/rules [utf-8] (original)
+++ desktop/experimental/d-conf/debian/rules [utf-8] Tue Jun 29 13:10:25 2010
@@ -1,16 +1,18 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
 %:
 	dh  $@
+
+override_dh_auto_configure:
+	dh_auto_configure -- --enable-introspection --enable-gtk-doc
+
+override_dh_strip:
+	dh_strip -plibdconf0 --dbg-package=libdconf-dbg
+	dh_strip -pdconf-tools
 
 override_dh_installdeb:
 	dh_installdeb




More information about the pkg-gnome-commits mailing list