[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r5806 - in glibc-package/branches/eglibc-2.18/debian: . rules.d



Author: aurel32
Date: 2013-11-29 13:07:11 +0000 (Fri, 29 Nov 2013)
New Revision: 5806

Modified:
   glibc-package/branches/eglibc-2.18/debian/changelog
   glibc-package/branches/eglibc-2.18/debian/rules.d/debhelper.mk
Log:
debian/rules.d/debhelper.mk: compress locales-all with xz -z7.



Modified: glibc-package/branches/eglibc-2.18/debian/changelog
===================================================================
--- glibc-package/branches/eglibc-2.18/debian/changelog	2013-11-29 12:57:21 UTC (rev 5805)
+++ glibc-package/branches/eglibc-2.18/debian/changelog	2013-11-29 13:07:11 UTC (rev 5806)
@@ -136,6 +136,7 @@
       manpages.
     - debhelper.in/glibc-doc.manpages: update manpage locations.
   * debian/sysdeps/s390.mk: Enable new IFUNC support.
+  * debian/rules.d/debhelper.mk: compress locales-all with xz -z7.
 
  -- Adam Conrad <adconrad@ubuntu.com>  Sat, 09 Nov 2013 12:48:20 +0100
 

Modified: glibc-package/branches/eglibc-2.18/debian/rules.d/debhelper.mk
===================================================================
--- glibc-package/branches/eglibc-2.18/debian/rules.d/debhelper.mk	2013-11-29 12:57:21 UTC (rev 5805)
+++ glibc-package/branches/eglibc-2.18/debian/rules.d/debhelper.mk	2013-11-29 13:07:11 UTC (rev 5806)
@@ -119,6 +119,8 @@
 	case $(curpass) in \
 	$(libc) | multiarch-support | libc-bin ) \
 		dh_builddeb -p$(curpass) -- -Zgzip -z9 ;; \
+	locales-all ) \
+		dh_builddeb -p$(curpass) -- -Zxz -z7 ;; \
 	*) \
 		dh_builddeb -p$(curpass) ;; \
 	esac


Reply to: