Kaynağa Gözat

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

Guillem Jover 19 yıl önce
ebeveyn
işleme
b43c0fa72a
2 değiştirilmiş dosya ile 2 ekleme ve 4 silme
  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.
   * Change priority for dpkg-dev from standard to optional to match the
     override.
+  * Do not use a build-stamp in debian/rules.
 
   [ Updated dpkg translations ]
   * Romanian (Eddy Petrișor).

+ 1 - 4
debian/rules

@@ -55,13 +55,10 @@ build-tree/config.status: configure
 		--with-bz2=static
 
 # 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
 
 	cd build-tree && $(MAKE)
-	touch $@
-
 
 # Install the package underneath debian/tmp
 install: build