[Glibc-bsd-commits] r3311 - in trunk/freebsd-utils/debian: . include

Guillem Jover guillem at alioth.debian.org
Wed May 25 08:52:01 UTC 2011


Author: guillem
Date: 2011-05-25 08:52:01 +0000 (Wed, 25 May 2011)
New Revision: 3311

Added:
   trunk/freebsd-utils/debian/include/
   trunk/freebsd-utils/debian/include/net/
   trunk/freebsd-utils/debian/include/sys/
Removed:
   trunk/freebsd-utils/debian/net/
   trunk/freebsd-utils/debian/sys/
Modified:
   trunk/freebsd-utils/debian/changelog
   trunk/freebsd-utils/debian/rules
Log:
Move local headers to debian/include/


Modified: trunk/freebsd-utils/debian/changelog
===================================================================
--- trunk/freebsd-utils/debian/changelog	2011-05-25 08:49:39 UTC (rev 3310)
+++ trunk/freebsd-utils/debian/changelog	2011-05-25 08:52:01 UTC (rev 3311)
@@ -19,6 +19,7 @@
   [ Guillem Jover ]
   * Translate mount -f (--fake) to -d in the wrapper.
   * Now using Standards-Version 3.9.2 (no changes needed).
+  * Move local headers to debian/include/.
 
  -- Robert Millan <rmh at debian.org>  Wed, 09 Feb 2011 17:42:15 +0100
 

Modified: trunk/freebsd-utils/debian/rules
===================================================================
--- trunk/freebsd-utils/debian/rules	2011-05-25 08:49:39 UTC (rev 3310)
+++ trunk/freebsd-utils/debian/rules	2011-05-25 08:52:01 UTC (rev 3311)
@@ -22,7 +22,7 @@
 ORIGDIR=freebsd-utils-$(VERSION)
 PATH:=/usr/lib/freebsd:$(PATH)
 DESTDIR=$(CURDIR)/debian/tmp
-PMAKE=COPTS="$(CFLAGS)" CFLAGS="$(CFLAGS) -I$(CURDIR)/debian" NO_WERROR=1 NOGCCERROR=1 NOSHARED=NO NO_SHARED=NO DESTDIR=$(DESTDIR) make
+PMAKE=COPTS="$(CFLAGS)" CFLAGS="$(CFLAGS) -I$(CURDIR)/debian/include" NO_WERROR=1 NOGCCERROR=1 NOSHARED=NO NO_SHARED=NO DESTDIR=$(DESTDIR) make
 
 build: build-arch build-indep
 




More information about the Glibc-bsd-commits mailing list