[Glibc-bsd-commits] r2464 - trunk/ufsutils/debian

Guillem Jover guillem at alioth.debian.org
Sat Apr 18 00:20:22 UTC 2009


Author: guillem
Date: 2009-04-18 00:20:22 +0000 (Sat, 18 Apr 2009)
New Revision: 2464

Modified:
   trunk/ufsutils/debian/changelog
   trunk/ufsutils/debian/rules
Log:
Do not use stamp files for build


Modified: trunk/ufsutils/debian/changelog
===================================================================
--- trunk/ufsutils/debian/changelog	2009-04-18 00:16:01 UTC (rev 2463)
+++ trunk/ufsutils/debian/changelog	2009-04-18 00:20:22 UTC (rev 2464)
@@ -9,6 +9,7 @@
   * Remove DPATCHLEVEL variable from patches.
   * Switch to debhelper compatibility level 7.
   * Use dh_prep instead of “dh_clean -k”.
+  * Do not use stamp files for build.
 
  -- Guillem Jover <guillem at debian.org>  Sat, 18 Apr 2009 01:47:10 +0200
 

Modified: trunk/ufsutils/debian/rules
===================================================================
--- trunk/ufsutils/debian/rules	2009-04-18 00:16:01 UTC (rev 2463)
+++ trunk/ufsutils/debian/rules	2009-04-18 00:20:22 UTC (rev 2464)
@@ -30,20 +30,16 @@
 	CFLAGS += -O2
 endif
 
-build: build-stamp
-build-stamp:
+build:
 	dh_testdir
 
 	QUILT_PATCHES=$(CURDIR)/debian/patches quilt push -a || test $$? = 2
 
 	CFLAGS="$(CFLAGS)" LDADD="$(LDADD)" $(MAKE)
-	
-	touch build-stamp
 
 clean:
 	dh_testdir
 	dh_testroot
-	rm -f build-stamp configure-stamp
 	
 	[ ! -f Makefile ] || $(MAKE) clean
 
@@ -65,11 +61,11 @@
 	$(MAKE) install DESTDIR=$(DESTDIR) prefix=/usr exec_prefix=/
 
 # Build architecture-independent files here.
-binary-indep: build install
+binary-indep:
 	# Nothing to do.
 
 # Build architecture-dependent files here.
-binary-arch: build install
+binary-arch: install
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs




More information about the Glibc-bsd-commits mailing list