Code

rules: Use 'dh_prep' rather than 'dh_clean -k'.
authorSebastian Harl <sh@tokkee.org>
Sun, 13 Mar 2011 21:25:39 +0000 (22:25 +0100)
committerSebastian Harl <sh@tokkee.org>
Sun, 13 Mar 2011 21:25:39 +0000 (22:25 +0100)
debian/changelog
debian/rules

index 45d40197ba76e5540b2b1a0e5ba626298d41ccbf..393a46aef09eaf5473e3754b2a05214ff3444bad 100644 (file)
@@ -7,10 +7,11 @@ liboping (1.6.1+2.g207d51d-1) unstable; urgency=low
     - Do not install .la files in favor of the goal to remove those files (for
       details see <http://lists.debian.org/debian-devel/2009/08/
       msg00783.html>).
+    - Use 'dh_prep' rather than 'dh_clean -k'.
   * debian/control:
     - Updated standards-version to 3.9.1.
 
- -- Sebastian Harl <tokkee@debian.org>  Sun, 13 Mar 2011 22:19:52 +0100
+ -- Sebastian Harl <tokkee@debian.org>  Sun, 13 Mar 2011 22:25:07 +0100
 
 liboping (1.4.0-1) unstable; urgency=low
 
index da50b7823ba454fc2c6b6ea24570ab9572948935..251bf38bb0e1c02713cf8931a7dc2165deec1fae 100755 (executable)
@@ -72,7 +72,7 @@ clean:
 install: build
        dh_testdir
        dh_testroot
-       dh_clean -k
+       dh_prep
        dh_installdirs
        
        $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp