r18744 - in /desktop/unstable/pango1.0/debian: changelog control control.in rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Thu Mar 5 17:56:23 UTC 2009


Author: lool
Date: Thu Mar  5 17:56:23 2009
New Revision: 18744

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=18744
Log:
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.

Modified:
    desktop/unstable/pango1.0/debian/changelog
    desktop/unstable/pango1.0/debian/control
    desktop/unstable/pango1.0/debian/control.in
    desktop/unstable/pango1.0/debian/rules

Modified: desktop/unstable/pango1.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pango1.0/debian/changelog?rev=18744&op=diff
==============================================================================
--- desktop/unstable/pango1.0/debian/changelog (original)
+++ desktop/unstable/pango1.0/debian/changelog Thu Mar  5 17:56:23 2009
@@ -27,6 +27,9 @@
       included.
     - Add a debian/libpango1.0-0.install.opt which lists files from the
       optimized flavor to install in libpango1.0-0.
+  * 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.
 
  -- Loic Minier <lool at dooz.org>  Thu, 05 Mar 2009 12:07:11 +0100
 

Modified: desktop/unstable/pango1.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pango1.0/debian/control?rev=18744&op=diff
==============================================================================
--- desktop/unstable/pango1.0/debian/control (original)
+++ desktop/unstable/pango1.0/debian/control Thu Mar  5 17:56:23 2009
@@ -19,7 +19,7 @@
                libcairo2-dev (>= 1.8.2-2),
                perl,
                quilt,
-               dpkg-dev (>= 1.13.19),
+               dpkg-dev (>= 1.14.17),
                libthai-dev (>= 0.1.9),
                chrpath
 Standards-Version: 3.8.0

Modified: desktop/unstable/pango1.0/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pango1.0/debian/control.in?rev=18744&op=diff
==============================================================================
--- desktop/unstable/pango1.0/debian/control.in (original)
+++ desktop/unstable/pango1.0/debian/control.in Thu Mar  5 17:56:23 2009
@@ -19,7 +19,7 @@
                libcairo2-dev (>= 1.8.2-2),
                perl,
                quilt,
-               dpkg-dev (>= 1.13.19),
+               dpkg-dev (>= 1.14.17),
                libthai-dev (>= 0.1.9),
                chrpath
 Standards-Version: 3.8.0

Modified: desktop/unstable/pango1.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pango1.0/debian/rules?rev=18744&op=diff
==============================================================================
--- desktop/unstable/pango1.0/debian/rules (original)
+++ desktop/unstable/pango1.0/debian/rules Thu Mar  5 17:56:23 2009
@@ -19,7 +19,7 @@
 MAKEFLAGS += $(if $(DEB_BUILD_OPTIONS_PARALLEL),-j$(DEB_BUILD_OPTIONS_PARALLEL))
 
 # default CFLAGS; these can be expanded with $(call flavor_get, )
-CFLAGS += -Wall -g -O$(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),0,2)
+CFLAGS += -Wall
 
 # default LDFLAGS; these can be expanded with $(call flavor_get, )
 # Ensure the build aborts when there are still references to undefined




More information about the pkg-gnome-commits mailing list