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

r6542 - in glibc-package/branches/glibc-2.21/debian: . rules.d



Author: aurel32
Date: 2015-09-09 17:18:04 +0000 (Wed, 09 Sep 2015)
New Revision: 6542

Modified:
   glibc-package/branches/glibc-2.21/debian/changelog
   glibc-package/branches/glibc-2.21/debian/rules.d/debhelper.mk
Log:
rules.d/debhelper.mk: use the default compression format for libc6,
libc-bin and multiarch-support. Nowadays deboostrap is able to handle
the xz format and modern distributions also support it. Anyway almost
all packages installed by debootstrap are now using the xz format.

Modified: glibc-package/branches/glibc-2.21/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.21/debian/changelog	2015-09-09 16:29:44 UTC (rev 6541)
+++ glibc-package/branches/glibc-2.21/debian/changelog	2015-09-09 17:18:04 UTC (rev 6542)
@@ -35,6 +35,10 @@
   * Use $(GLIBC_VERSION) for shlib, instead of defining the version in a 
     separate shlibver file.
   * Remove completely outdated README, README.source and TODO files.
+  * rules.d/debhelper.mk: use the default compression format for libc6,
+    libc-bin and multiarch-support. Nowadays deboostrap is able to handle
+    the xz format and modern distributions also support it. Anyway almost
+    all packages installed by debootstrap are now using the xz format.
 
   [ Steven Chamberlain ]
   * sysdeps/kfreebsd.mk: find kfreebsd-kernel-headers in multiarch path.

Modified: glibc-package/branches/glibc-2.21/debian/rules.d/debhelper.mk
===================================================================
--- glibc-package/branches/glibc-2.21/debian/rules.d/debhelper.mk	2015-09-09 16:29:44 UTC (rev 6541)
+++ glibc-package/branches/glibc-2.21/debian/rules.d/debhelper.mk	2015-09-09 17:18:04 UTC (rev 6542)
@@ -117,12 +117,10 @@
 	dh_md5sums -p$(curpass)
 
 	# We adjust the compression format depending on the package:
-	# - libc* contains highly compressible data, but packages needed during
-	#   debootstrap have to be compressed with gzip
+	# - we slightly increase the compression level for locales-all as it
+	#   contains highly compressible data
 	# - other packages use dpkg's default xz format
 	case $(curpass) in \
-	$(libc) | multiarch-support | libc-bin ) \
-		dh_builddeb -p$(curpass) -- -Zgzip -z9 ;; \
 	locales-all ) \
 		dh_builddeb -p$(curpass) -- -Zxz -z7 ;; \
 	*) \


Reply to: