Bug#687294: aptitude: Please use xz compression for all binaries

2012-09-11 Thread Daniel Hartwig
Control: tags -1 + pending

On 12 September 2012 10:56, Cyril Brulebois  wrote:
> Daniel Hartwig  (12/09/2012):
>> Small question: aptitude is Priority: important and I read that the
>> base system (Priority: required) can not use xz, so I guess this is ok
>> for P: important packages?
>
> AFAICT yes.

Ok, applied.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#687294: aptitude: Please use xz compression for all binaries

2012-09-11 Thread Cyril Brulebois
Daniel Hartwig  (12/09/2012):
> Small question: aptitude is Priority: important and I read that the
> base system (Priority: required) can not use xz, so I guess this is ok
> for P: important packages?

AFAICT yes.

(For required packages, that might change for jessie.)

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#687294: aptitude: Please use xz compression for all binaries

2012-09-11 Thread Daniel Hartwig
On 11 September 2012 22:11, Cyril Brulebois  wrote:
> we're trying to make some room on CD#1, and both aptitude{,-common} are
> good candidates. Applying the attached patch, one gets the following
> savings (on amd64, in MB):
>  - aptitude: 1.9 → 1.4
>  - aptitude-common: 2.6 → 1.5

Small question: aptitude is Priority: important and I read that the
base system (Priority: required) can not use xz, so I guess this is ok
for P: important packages?


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#687294: aptitude: Please use xz compression for all binaries

2012-09-11 Thread Cyril Brulebois
Package: aptitude
Version: 0.6.8.1-1
Severity: important
Tags: d-i patch

Hi,

we're trying to make some room on CD#1, and both aptitude{,-common} are
good candidates. Applying the attached patch, one gets the following
savings (on amd64, in MB):
 - aptitude: 1.9 → 1.4
 - aptitude-common: 2.6 → 1.5

Thanks for considering.

Mraw,
KiBi.
diff -Nru aptitude-0.6.8.1/debian/changelog aptitude-0.6.8.1/debian/changelog
--- aptitude-0.6.8.1/debian/changelog	2012-08-28 05:40:58.0 +0200
+++ aptitude-0.6.8.1/debian/changelog	2012-09-11 16:07:52.0 +0200
@@ -1,3 +1,10 @@
+aptitude (0.6.8.1-1.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Use xz compression for all binaries.
+
+ -- Cyril Brulebois   Tue, 11 Sep 2012 16:07:43 +0200
+
 aptitude (0.6.8.1-1) unstable; urgency=low
 
   * Multi-arch update for the problem resolver:
diff -Nru aptitude-0.6.8.1/debian/rules aptitude-0.6.8.1/debian/rules
--- aptitude-0.6.8.1/debian/rules	2012-08-28 05:23:55.0 +0200
+++ aptitude-0.6.8.1/debian/rules	2012-09-11 15:54:00.0 +0200
@@ -69,3 +69,6 @@
 	  fi; \
 	done
 	dh_installman --remaining-packages
+
+override_dh_builddeb:
+	dh_builddeb -- -Zxz