[Restricted-changes] r162 - in dists/trunk: faac/debian hot-babe/debian/patches

fabian-guest at alioth.debian.org fabian-guest at alioth.debian.org
Thu Dec 13 22:41:52 UTC 2007


Author: fabian-guest
Date: 2007-12-13 22:41:52 +0000 (Thu, 13 Dec 2007)
New Revision: 162

Modified:
   dists/trunk/faac/debian/control
   dists/trunk/hot-babe/debian/patches/01-override-cflags.dpatch
Log:
faac: Build-Depend on libtool.
hot-babe: Append CFLAGS to ALL_CFLAGS.


Modified: dists/trunk/faac/debian/control
===================================================================
--- dists/trunk/faac/debian/control	2007-11-13 11:06:59 UTC (rev 161)
+++ dists/trunk/faac/debian/control	2007-12-13 22:41:52 UTC (rev 162)
@@ -9,7 +9,8 @@
 Build-Depends: autotools-dev,
                cdbs,
                debhelper (>= 5),
-               dpatch
+               dpatch,
+               libtool
 Standards-Version: 3.7.2
 Homepage: http://www.audiocoding.com/
 Vcs-Svn: svn://svn.debian.org/restricted/dists/trunk/faac/

Modified: dists/trunk/hot-babe/debian/patches/01-override-cflags.dpatch
===================================================================
--- dists/trunk/hot-babe/debian/patches/01-override-cflags.dpatch	2007-11-13 11:06:59 UTC (rev 161)
+++ dists/trunk/hot-babe/debian/patches/01-override-cflags.dpatch	2007-12-13 22:41:52 UTC (rev 162)
@@ -14,7 +14,7 @@
  # optimization cflags
 -CFLAGS += -O2 -Wall -g `pkg-config gdk-2.0 gdk-pixbuf-2.0  --cflags` -DPREFIX=\"$(PREFIX)\" -DVERSION=\"$(VERSION)\"
 +CFLAGS += -O2 -Wall -g
-+INCLUDES += `pkg-config gdk-2.0 gdk-pixbuf-2.0  --cflags` -DPREFIX=\"$(PREFIX)\" -DVERSION=\"$(VERSION)\"
++ALL_CFLAGS += `pkg-config gdk-2.0 gdk-pixbuf-2.0  --cflags` -DPREFIX=\"$(PREFIX)\" -DVERSION=\"$(VERSION)\" $(CFLAGS)
  
  OBJS = hot-babe.o loader.o
  CC = gcc
@@ -23,7 +23,7 @@
  DOC = ChangeLog NEWS TODO LICENSE CONTRIBUTORS copyright config.example
  
 +%.o: %.c
-+	$(CC) $(CFLAGS) $(INCLUDES) -c $< -o $@
++	$(CC) $(ALL_CFLAGS) -c $< -o $@
 +
  all: hot-babe
  




More information about the Restricted-changes mailing list