[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xfonts-utils: Changes to 'debian-unstable'



 debian/changelog |    9 +++++++--
 debian/rules     |    2 +-
 2 files changed, 8 insertions(+), 3 deletions(-)

New commits:
commit f8d079f96aedf65baf0c5e9b52e6c3e17fedc067
Author: Julien Cristau <jcristau@debian.org>
Date:   Fri Dec 25 12:56:59 2009 +0100

    Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 08dbb11..5ac4bb9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xfonts-utils (1:7.5+2) UNRELEASED; urgency=low
+xfonts-utils (1:7.5+2) unstable; urgency=low
 
   [ Theppitak Karoonboonyanan ]
   * update-font-alias: use an exclude file listing alias files we need to
@@ -9,7 +9,7 @@ xfonts-utils (1:7.5+2) UNRELEASED; urgency=low
   * Set CPPFLAGS to -D_GNU_SOURCE for vasprintf (temporary, fixed in upstream
     fonttosfnt git already).
 
- -- Theppitak Karoonboonyanan <thep@debian.org>  Wed, 09 Dec 2009 15:04:53 +0700
+ -- Julien Cristau <jcristau@debian.org>  Fri, 25 Dec 2009 12:56:34 +0100
 
 xfonts-utils (1:7.5+1) unstable; urgency=low
 

commit a33a91677365bd6380c8f221933b231c1fdaf68f
Author: Julien Cristau <jcristau@debian.org>
Date:   Fri Dec 25 12:54:30 2009 +0100

    Set CPPFLAGS to -D_GNU_SOURCE for vasprintf
    
    Temporary, fixed in upstream fonttosfnt git already.

diff --git a/debian/changelog b/debian/changelog
index 13b6aa7..08dbb11 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,14 @@
 xfonts-utils (1:7.5+2) UNRELEASED; urgency=low
 
+  [ Theppitak Karoonboonyanan ]
   * update-font-alias: use an exclude file listing alias files we need to
     ignore, which is to be used when font packages are removed
     (closes: #543512).
 
+  [ Julien Cristau ]
+  * Set CPPFLAGS to -D_GNU_SOURCE for vasprintf (temporary, fixed in upstream
+    fonttosfnt git already).
+
  -- Theppitak Karoonboonyanan <thep@debian.org>  Wed, 09 Dec 2009 15:04:53 +0700
 
 xfonts-utils (1:7.5+1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 36974bf..a4a71ff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,7 +48,7 @@ $(STAMP_DIR)/build-%: $(STAMP_DIR)/patch
 		../$*/configure --prefix=/usr --mandir=\$${prefix}/share/man \
 			--infodir=\$${prefix}/share/info $(confflags) \
 			--with-mapdir=\$${prefix}/share/fonts/X11/util \
-			CFLAGS="$(CFLAGS)"
+			CFLAGS="$(CFLAGS)" CPPFLAGS="-D_GNU_SOURCE"
 	cd $*-obj-$(DEB_BUILD_GNU_TYPE) && \
 		$(MAKE)
 	>$@


Reply to: