Author: aurel32
Date: 2011-08-12 16:08:05 +0000 (Fri, 12 Aug 2011)
New Revision: 4867

Modified:
   glibc-package/trunk/debian/rules.d/debhelper.mk
Log:
Fix compression level argument


Modified: glibc-package/trunk/debian/rules.d/debhelper.mk
===================================================================
--- glibc-package/trunk/debian/rules.d/debhelper.mk     2011-08-12 13:31:41 UTC 
(rev 4866)
+++ glibc-package/trunk/debian/rules.d/debhelper.mk     2011-08-12 16:08:05 UTC 
(rev 4867)
@@ -132,7 +132,7 @@
        # - other packages use the default gzip format
        case $(curpass) in \
        libc*-dbg | locales-all) \
-               dh_builddeb -p$(curpass) -- -Zxz -c7 ;; \
+               dh_builddeb -p$(curpass) -- -Zxz -z7 ;; \
        *) \
                dh_builddeb -p$(curpass) ;; \
        esac


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to