r17827 - in /desktop/unstable/gtksourceview/debian: changelog rules

joss at users.alioth.debian.org joss at users.alioth.debian.org
Fri Dec 5 09:46:21 UTC 2008


Author: joss
Date: Fri Dec  5 09:46:20 2008
New Revision: 17827

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17827
Log:
Pass -D_GNU_SOURCE to CPPFLAGS. Closes: #506363.

Modified:
    desktop/unstable/gtksourceview/debian/changelog
    desktop/unstable/gtksourceview/debian/rules

Modified: desktop/unstable/gtksourceview/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtksourceview/debian/changelog?rev=17827&op=diff
==============================================================================
--- desktop/unstable/gtksourceview/debian/changelog (original)
+++ desktop/unstable/gtksourceview/debian/changelog Fri Dec  5 09:46:20 2008
@@ -1,4 +1,4 @@
-gtksourceview (1.8.5-2) UNRELEASED; urgency=low
+gtksourceview (1.8.5-2) unstable; urgency=low
 
   [ Loic Minier ]
   * Set maintainer to Debian GNOME Maintainers.
@@ -12,7 +12,10 @@
   [ Loic Minier ]
   * Use lt-nl instead of lt in preinst and prerm for robustness.
 
- -- Loic Minier <lool at dooz.org>  Sun, 22 Jul 2007 13:32:24 +0200
+  [ Josselin Mouette ]
+  * Pass -D_GNU_SOURCE to CPPFLAGS. Closes: #506363.
+
+ -- Josselin Mouette <joss at debian.org>  Fri, 05 Dec 2008 10:45:50 +0100
 
 gtksourceview (1.8.5-1) unstable; urgency=high
 

Modified: desktop/unstable/gtksourceview/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtksourceview/debian/rules?rev=17827&op=diff
==============================================================================
--- desktop/unstable/gtksourceview/debian/rules (original)
+++ desktop/unstable/gtksourceview/debian/rules Fri Dec  5 09:46:20 2008
@@ -18,6 +18,8 @@
 # Debhelper Arguments
 DEB_DH_MAKESHLIBS_ARGS += -V 'libgtksourceview1.0-0 (>= 1.7.2)'
 
+CPPFLAGS += -D_GNU_SOURCE
+
 # Record build-time version information
 binary-post-install/libgtksourceview-common::
 	dh_buildinfo -plibgtksourceview-common




More information about the pkg-gnome-commits mailing list