Package: base-files
Version: 7.2
Severity: important
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu trusty ubuntu-patch



In Ubuntu, the attached patch was applied to achieve the following:

  * Build base-files.deb with -Zgzip since it's in the debootstrap set.

This should be mostly self-explanatory.  Packages in the debootstrap
set should be compressed with gzip for maximum portability to older
releases and other operating systems.  This patch achieves that.

... Adam

-- System Information:
Debian Release: jessie/sid
  APT prefers trusty-updates
  APT policy: (500, 'trusty-updates'), (500, 'trusty-security'), (500, 'trusty')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.13.0-11-generic (SMP w/4 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru base-files-7.2ubuntu3/debian/rules base-files-7.2ubuntu4/debian/rules
--- base-files-7.2ubuntu3/debian/rules	2014-02-19 20:39:15.000000000 -0700
+++ base-files-7.2ubuntu4/debian/rules	2014-02-27 11:27:35.000000000 -0700
@@ -74,7 +74,7 @@
 	cd debian/tmp && chmod 2775 `cat ../2775-dirs`
 	cd debian/tmp && chmod 700 root
 	dpkg-gencontrol -pbase-files
-	dpkg --build debian/tmp ..
+	dpkg-deb --build -Zgzip debian/tmp ..
 
 binary-indep: build
 

Reply via email to