r17954 - in /desktop/unstable/anjuta/debian: anjuta-common.install changelog rules

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Sat Dec 20 17:03:41 UTC 2008


Author: pochu-guest
Date: Sat Dec 20 17:03:41 2008
New Revision: 17954

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17954
Log:
actually, dh_gconf will take care of installing the schemas in /usr/share/gconf/schemas, so no need to pass --with-gconf-schema-file-dir to configure

Modified:
    desktop/unstable/anjuta/debian/anjuta-common.install
    desktop/unstable/anjuta/debian/changelog
    desktop/unstable/anjuta/debian/rules

Modified: desktop/unstable/anjuta/debian/anjuta-common.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/anjuta/debian/anjuta-common.install?rev=17954&op=diff
==============================================================================
--- desktop/unstable/anjuta/debian/anjuta-common.install (original)
+++ desktop/unstable/anjuta/debian/anjuta-common.install Sat Dec 20 17:03:41 2008
@@ -5,4 +5,4 @@
 debian/tmp/usr/share/icons
 debian/tmp/usr/share/gnome
 debian/tmp/usr/share/mime
-debian/tmp/usr/share/gconf
+debian/tmp/etc/gconf

Modified: desktop/unstable/anjuta/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/anjuta/debian/changelog?rev=17954&op=diff
==============================================================================
--- desktop/unstable/anjuta/debian/changelog (original)
+++ desktop/unstable/anjuta/debian/changelog Sat Dec 20 17:03:41 2008
@@ -9,8 +9,7 @@
       it in debian/rules. Forwarded to CDBS in #509263.
   * debian/rules:
     - Disable scrollkeeper during the build. Taken from Ubuntu.
-  * debian/rules,
-    debian/anjuta-common.install:
+  * debian/anjuta-common.install:
     - Install the GConf schemas.
 
  -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Sat, 20 Dec 2008 16:11:37 +0100

Modified: desktop/unstable/anjuta/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/anjuta/debian/rules?rev=17954&op=diff
==============================================================================
--- desktop/unstable/anjuta/debian/rules (original)
+++ desktop/unstable/anjuta/debian/rules Sat Dec 20 17:03:41 2008
@@ -12,8 +12,7 @@
 DEB_CONFIGURE_EXTRA_FLAGS += --disable-plugin-valgrind
 endif
 
-DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper \
-			--with-gconf-schema-file-dir=/usr/share/gconf/schemas
+DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper
 
 DEB_CONFIGURE_SCRIPT := ./autogen.sh
 DEB_DH_INSTALLMIME_ARGS += mime/anjuta.xml




More information about the pkg-gnome-commits mailing list