r31503 - in /desktop/unstable/gnome-keyring/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Nov 17 23:29:23 UTC 2011


Author: biebl
Date: Thu Nov 17 23:29:23 2011
New Revision: 31503

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=31503
Log:
debian/rules: Don't run update-mime-database utility.

Modified:
    desktop/unstable/gnome-keyring/debian/changelog
    desktop/unstable/gnome-keyring/debian/rules

Modified: desktop/unstable/gnome-keyring/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/changelog?rev=31503&op=diff
==============================================================================
--- desktop/unstable/gnome-keyring/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-keyring/debian/changelog [utf-8] Thu Nov 17 23:29:23 2011
@@ -8,6 +8,7 @@
   * Add Build-Depends on libp11-kit-dev (>= 0.6).
   * Change Build-Depends on libcap-dev to libcap-ng-dev.
   * debian/watch: Track .xz tarballs.
+  * debian/rules: Don't run update-mime-database utility.
 
   [ Jordi Mallach ]
   * Update Vcs-* URLs.

Modified: desktop/unstable/gnome-keyring/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/rules?rev=31503&op=diff
==============================================================================
--- desktop/unstable/gnome-keyring/debian/rules [utf-8] (original)
+++ desktop/unstable/gnome-keyring/debian/rules [utf-8] Thu Nov 17 23:29:23 2011
@@ -11,8 +11,10 @@
 
 DEB_MAKE_CHECK_TARGET := -k check || true
 
-DEB_CONFIGURE_EXTRA_FLAGS += --enable-static --with-pam-dir=/lib/security \
-                             --enable-gtk-doc
+DEB_CONFIGURE_EXTRA_FLAGS += --enable-static \
+                             --with-pam-dir=/lib/security \
+                             --enable-gtk-doc \
+                             --disable-update-mime
 
 DEB_DH_MAKESHLIBS_ARGS_gnome-keyring := --no-act
 DEB_DH_MAKESHLIBS_ARGS_libgcr-3-0 += -V -- -c4




More information about the pkg-gnome-commits mailing list