r19025 - in /desktop/unstable/pango1.0/debian: changelog dh_pangomodules.in

lool at users.alioth.debian.org lool at users.alioth.debian.org
Sun Mar 15 10:14:10 UTC 2009


Author: lool
Date: Sun Mar 15 10:14:09 2009
New Revision: 19025

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=19025
Log:
dh_pangomodules: Demote warning when skipping non-existent modules dir to
verbose_print(); use -v to see it.

Modified:
    desktop/unstable/pango1.0/debian/changelog
    desktop/unstable/pango1.0/debian/dh_pangomodules.in

Modified: desktop/unstable/pango1.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pango1.0/debian/changelog?rev=19025&op=diff
==============================================================================
--- desktop/unstable/pango1.0/debian/changelog (original)
+++ desktop/unstable/pango1.0/debian/changelog Sun Mar 15 10:14:09 2009
@@ -30,6 +30,8 @@
   * Build-dep on dpkg-dev >= 1.14.17 and drop -g -O$(if $(findstring
     noopt,$(DEB_BUILD_OPTIONS)),0,2) from CFLAGS, only keeping -Wall as honor
     the default CFLAGS.
+  * dh_pangomodules: Demote warning when skipping non-existent modules dir to
+    verbose_print(); use -v to see it.
 
  -- Loic Minier <lool at dooz.org>  Thu, 05 Mar 2009 12:07:11 +0100
 

Modified: desktop/unstable/pango1.0/debian/dh_pangomodules.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pango1.0/debian/dh_pangomodules.in?rev=19025&op=diff
==============================================================================
--- desktop/unstable/pango1.0/debian/dh_pangomodules.in (original)
+++ desktop/unstable/pango1.0/debian/dh_pangomodules.in Sun Mar 15 10:14:09 2009
@@ -89,7 +89,7 @@
         # prefix later on
         my $path = make_absolute_path($_);
         if (! -e $path) {
-            warning("skipping $path.");
+            verbose_print("skipping $path.");
             next;
         }
         if (-d $path) {




More information about the pkg-gnome-commits mailing list