r26141 - in /desktop/experimental/glib2.0/debian: changelog rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Thu Jan 6 02:02:18 UTC 2011


Author: pochu
Date: Thu Jan  6 02:02:16 2011
New Revision: 26141

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=26141
Log:
  - Run the test suite but don't make it fatal yet.
* New upstream release.

Modified:
    desktop/experimental/glib2.0/debian/changelog
    desktop/experimental/glib2.0/debian/rules

Modified: desktop/experimental/glib2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/changelog?rev=26141&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/changelog [utf-8] (original)
+++ desktop/experimental/glib2.0/debian/changelog [utf-8] Thu Jan  6 02:02:16 2011
@@ -1,4 +1,4 @@
-glib2.0 (2.27.5-2) UNRELEASED; urgency=low
+glib2.0 (2.27.90-1) UNRELEASED; urgency=low
 
   * Switch to CDBS' flavors system.
   * Switch to source format 3.0 (quilt).
@@ -6,6 +6,8 @@
   * debian/rules:
     - Explicitly link with --no-as-needed, as --as-needed might be the
       default and is harmful for us.
+    - Run the test suite but don't make it fatal yet.
+  * New upstream release.
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Fri, 24 Dec 2010 00:05:04 +0000
 

Modified: desktop/experimental/glib2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/rules?rev=26141&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/rules [utf-8] (original)
+++ desktop/experimental/glib2.0/debian/rules [utf-8] Thu Jan  6 02:02:16 2011
@@ -47,11 +47,10 @@
 # Don't put the symbols in the -dbg package
 DEB_DH_STRIP_ARGS_$(UDEB_PKG) = --dbg-package=
 
+DEB_MAKE_CHECK_TARGET = -k check || true
+
 # configure flags
 DEB_CONFIGURE_EXTRA_FLAGS := \
-			--prefix=/usr \
-			--mandir=\$${prefix}/share/man \
-			--infodir=\$${prefix}/share/info \
 			--with-html-dir=\$${prefix}/share/doc/$(DOC_PKG) \
 			--with-pcre=system
 




More information about the pkg-gnome-commits mailing list