[Pkg-lyx-devel] svn commit: r412 - in /lyx/trunk/debian: changelog rules
hoaxter-guest at users.alioth.debian.org
hoaxter-guest at users.alioth.debian.org
Mon Dec 17 22:47:09 UTC 2007
Author: hoaxter-guest
Date: Mon Dec 17 22:47:09 2007
New Revision: 412
URL: http://svn.debian.org/wsvn/pkg-lyx/?sc=1&rev=412
Log:
Use bzip2 compression for the binary package
Modified:
lyx/trunk/debian/changelog
lyx/trunk/debian/rules
Modified: lyx/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-lyx/lyx/trunk/debian/changelog?rev=412&op=diff
==============================================================================
--- lyx/trunk/debian/changelog (original)
+++ lyx/trunk/debian/changelog Mon Dec 17 22:47:09 2007
@@ -16,6 +16,8 @@
which is left from the LyX 1.4.x packages and would be otherwise
left on the system even if you purge the latest package.
Closes: #454713
+ * Added "-- -Z bzip2" to dh_builddeb so that we use bzip2 compression
+ for the binary packages instead of gzip.
[ Per Olofsson ]
* Disable assertions per upstream advice. More specifically, don't pass
Modified: lyx/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-lyx/lyx/trunk/debian/rules?rev=412&op=diff
==============================================================================
--- lyx/trunk/debian/rules (original)
+++ lyx/trunk/debian/rules Mon Dec 17 22:47:09 2007
@@ -123,7 +123,7 @@
dh_installdeb -i
dh_gencontrol -i
dh_md5sums -i
- dh_builddeb -i
+ dh_builddeb -i -- -Z bzip2
binary-arch: build install
dh_testdir
@@ -140,7 +140,7 @@
dh_shlibdeps -a
dh_gencontrol -a
dh_md5sums -a
- dh_builddeb -a
+ dh_builddeb -a -- -Z bzip2
binary: binary-indep binary-arch
More information about the Pkg-lyx-devel
mailing list