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

Bug#675537: texlive-latex-extra-doc: one more for xz compress (texlive-latex-extra-doc can be reduced 30MB more)



Hi,

On Sat, 2 Jun 2012 10:53:00 +0900
Hideki Yamane <henrich@debian.or.jp> wrote:
>  so I suggest to apply below patch (fairly simple).

 It cannot be applied directly as maintainer suggested via twitter, so
 I check it's svn source and made a new patch.

 Please check it, thanks.


diff -urN all.orig/debian/rules.in all/debian/rules.in
--- all.orig/debian/rules.in    2012-10-17 05:32:30.712466841 +0900
+++ all/debian/rules.in 2012-10-17 05:50:35.220200965 +0900
@@ -109,7 +109,12 @@
        dh_installdeb
        dh_gencontrol
        dh_md5sums
+<: if ($srcpackage eq "texlive-extra") { _:>//
+       dh_builddeb -Ntexlive-latex-extra-doc -- -Zxz
+       dh_builddeb -ptexlive-latex-extra-doc -- -Zxz -Sextreme -z9
+<: } else { _:>//
        dh_builddeb -- -Zxz
+<: } :>//
 
 binary: binary-indep binary-arch


Reply to: