r11949 - in /packages/unstable/brasero/debian: brasero.install changelog rules

otavio at users.alioth.debian.org otavio at users.alioth.debian.org
Sat Jul 14 15:37:58 UTC 2007


Author: otavio
Date: Sat Jul 14 15:37:57 2007
New Revision: 11949

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=11949
Log:
* Fix gconf schemas installation.

Modified:
    packages/unstable/brasero/debian/brasero.install
    packages/unstable/brasero/debian/changelog
    packages/unstable/brasero/debian/rules

Modified: packages/unstable/brasero/debian/brasero.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/brasero/debian/brasero.install?rev=11949&op=diff
==============================================================================
--- packages/unstable/brasero/debian/brasero.install (original)
+++ packages/unstable/brasero/debian/brasero.install Sat Jul 14 15:37:57 2007
@@ -5,3 +5,4 @@
 debian/tmp/usr/share/mime/packages/*
 debian/tmp/usr/share/locale/*
 debian/tmp/usr/share/man/man1/*
+debian/tmp/usr/share/gconf/schemas/*

Modified: packages/unstable/brasero/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/brasero/debian/changelog?rev=11949&op=diff
==============================================================================
--- packages/unstable/brasero/debian/changelog (original)
+++ packages/unstable/brasero/debian/changelog Sat Jul 14 15:37:57 2007
@@ -2,6 +2,7 @@
 
   * Converted to use quilt to manage its patches.
   * Fix code to not use mkisofs and use genisoimage instead (Closes: #433053).
+  * Fix gconf schemas installation.
 
  -- Otavio Salvador <otavio at ossystems.com.br>  Sat, 14 Jul 2007 10:27:23 -0300
 

Modified: packages/unstable/brasero/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/brasero/debian/rules?rev=11949&op=diff
==============================================================================
--- packages/unstable/brasero/debian/rules (original)
+++ packages/unstable/brasero/debian/rules Sat Jul 14 15:37:57 2007
@@ -9,4 +9,6 @@
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
-DEB_CONFIGURE_EXTRA_FLAGS += --disable-inotify --disable-search
+DEB_CONFIGURE_EXTRA_FLAGS += --disable-inotify \
+                             --disable-search \
+                             --with-gconf-schema-file-dir=usr/share/gconf/schemas




More information about the pkg-gnome-commits mailing list