瀏覽代碼

Do not use a build-stamp in debian/rules.

Guillem Jover 19 年之前
父節點
當前提交
b43c0fa72a
共有 2 個文件被更改,包括 2 次插入4 次删除
  1. 1 0
      debian/changelog
  2. 1 4
      debian/rules

+ 1 - 0
debian/changelog

@@ -28,6 +28,7 @@ dpkg (1.14.0) UNRELEASED; urgency=low
     Thanks to Ian Jackson.
     Thanks to Ian Jackson.
   * Change priority for dpkg-dev from standard to optional to match the
   * Change priority for dpkg-dev from standard to optional to match the
     override.
     override.
+  * Do not use a build-stamp in debian/rules.
 
 
   [ Updated dpkg translations ]
   [ Updated dpkg translations ]
   * Romanian (Eddy Petrișor).
   * Romanian (Eddy Petrișor).

+ 1 - 4
debian/rules

@@ -55,13 +55,10 @@ build-tree/config.status: configure
 		--with-bz2=static
 		--with-bz2=static
 
 
 # Build the package in build-tree
 # Build the package in build-tree
-build: build-tree/build-stamp
-build-tree/build-stamp: build-tree/config.status
+build: build-tree/config.status
 	dh_testdir
 	dh_testdir
 
 
 	cd build-tree && $(MAKE)
 	cd build-tree && $(MAKE)
-	touch $@
-
 
 
 # Install the package underneath debian/tmp
 # Install the package underneath debian/tmp
 install: build
 install: build