]> err.no Git - yubikey-personalization.old/commitdiff
Use find rather than plain rm to nuke .la files.
authorTollef Fog Heen <tfheen@err.no>
Fri, 26 Aug 2011 06:35:11 +0000 (08:35 +0200)
committerTollef Fog Heen <tfheen@err.no>
Fri, 26 Aug 2011 06:35:11 +0000 (08:35 +0200)
debian/changelog
debian/rules

index b71c6e695be8eb1b63f5a94e58dc64ce7dfdfd77..64f07f521a4a8e2ea34d1599e8dcda6fd65f0571 100644 (file)
@@ -5,6 +5,7 @@ yubikey-personalization (1.6.1-1) unstable; urgency=low
   * Update symbols file for new symbols upstream.
   * Multiarchify, bumping debhelper compat level and adjusting paths in
     install files.
+  * Use find rather than plain rm to nuke .la files.
 
  -- Tollef Fog Heen <tfheen@debian.org>  Fri, 26 Aug 2011 08:13:24 +0200
 
index 6f1b0222ced3e625cd2fdc49cfa99ac814c055b5..0fb43d1a7e6fa270fa04de89cfeda0aab874e077 100755 (executable)
@@ -7,5 +7,5 @@
 
 override_dh_install:
        chrpath -d $(CURDIR)/debian/tmp/usr/bin/ykpersonalize
-       rm -rf debian/tmp/usr/lib/*.la
+       find debian/tmp -name \*.la -delete
        dh_install --builddirectory=build --fail-missing