[Pkg-lyx-devel] [SCM] LyX packaging branch, master, updated. upstream/2.0.1-560-ge170f8e
Sven Hoexter
sven at timegate.de
Mon Sep 5 18:11:17 UTC 2011
The following commit has been merged in the master branch:
commit e170f8eea3d6ff87697f6c972233af7373a64c86
Author: Sven Hoexter <sven at timegate.de>
Date: Mon Sep 5 20:11:11 2011 +0200
Change the compression used inside the binary package from bzip2 to xz.
diff --git a/debian/changelog b/debian/changelog
index 5821593..162d2c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ lyx (2.0.1-1) UNRELEASED; urgency=low
* Update Vcs-* to the new anonscm.d.o structure.
* Add texlive-xetex, etoolbox to the suggests lists and description of
the lyx binary package. (Closes: #629153)
+ * Change the compression used inside the binary package from bzip2 to xz.
-- Sven Hoexter <hoexter at debian.org> Thu, 26 May 2011 14:34:31 +0200
diff --git a/debian/rules b/debian/rules
index ca8422c..34d1b5b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -64,4 +64,4 @@ override_dh_installtex:
dh_installtex -plyx-common
override_dh_builddeb:
- dh_builddeb -- -Z bzip2
+ dh_builddeb -- -Z xz
--
LyX packaging
More information about the Pkg-lyx-devel
mailing list