r17953 - 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 16:38:54 UTC 2008


Author: pochu-guest
Date: Sat Dec 20 16:38:54 2008
New Revision: 17953

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17953
Log:
* debian/rules:
  - Disable scrollkeeper during the build. Taken from Ubuntu.
* debian/rules,
  debian/anjuta-common.install:
  - Install the GConf schemas.

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=17953&op=diff
==============================================================================
--- desktop/unstable/anjuta/debian/anjuta-common.install (original)
+++ desktop/unstable/anjuta/debian/anjuta-common.install Sat Dec 20 16:38:54 2008
@@ -5,3 +5,4 @@
 debian/tmp/usr/share/icons
 debian/tmp/usr/share/gnome
 debian/tmp/usr/share/mime
+debian/tmp/usr/share/gconf

Modified: desktop/unstable/anjuta/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/anjuta/debian/changelog?rev=17953&op=diff
==============================================================================
--- desktop/unstable/anjuta/debian/changelog (original)
+++ desktop/unstable/anjuta/debian/changelog Sat Dec 20 16:38:54 2008
@@ -7,6 +7,11 @@
       dh_installman, as otherwise it will think the language is "sh".
       As CDBS doesn't allow to pass arguments to dh_installman, workaround
       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:
+    - 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=17953&op=diff
==============================================================================
--- desktop/unstable/anjuta/debian/rules (original)
+++ desktop/unstable/anjuta/debian/rules Sat Dec 20 16:38:54 2008
@@ -11,6 +11,9 @@
 ifeq ($(DEB_HOST_ARCH_OS),kfreebsd)
 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_SCRIPT := ./autogen.sh
 DEB_DH_INSTALLMIME_ARGS += mime/anjuta.xml




More information about the pkg-gnome-commits mailing list