diffstat of debian/ for lzop_1.02~rc1-2 lzop_1.03-2drbl changelog | 13 +++++++++++++ control | 2 +- rules | 1 + 3 files changed, 15 insertions(+), 1 deletion(-) diff -Nru lzop-1.02~rc1/debian/changelog lzop-1.03/debian/changelog --- lzop-1.02~rc1/debian/changelog 2019-03-11 00:16:26.000000000 +0000 +++ lzop-1.03/debian/changelog 2011-05-10 05:03:32.000000000 +0000 @@ -1,3 +1,16 @@ +lzop (1.03-2drbl) unstable; urgency=low + + * Remove liblzo dependence since it's static linking. + + -- Steven Shiau Tue, 10 May 2011 13:02:46 +0800 + +lzop (1.03-1drbl) unstable; urgency=low + + * Non-maintainer upload. + * New upstream. + + -- Steven Shiau Tue, 10 May 2011 10:23:07 +0800 + lzop (1.02~rc1-2) unstable; urgency=low * Updated standards version diff -Nru lzop-1.02~rc1/debian/control lzop-1.03/debian/control --- lzop-1.02~rc1/debian/control 2019-03-11 00:16:26.000000000 +0000 +++ lzop-1.03/debian/control 2011-05-10 05:02:33.000000000 +0000 @@ -9,7 +9,7 @@ Package: lzop Section: utils Architecture: any -Depends: ${shlibs:Depends}, liblzo2-2 (>= 2.03), liblzo2-2 (<< 2.04~) +Depends: ${shlibs:Depends} Description: fast compression program lzop is a compressor similar to gzip. Its main advantages over gzip are much higher compression and decompression speed. lzop was designed with diff -Nru lzop-1.02~rc1/debian/rules lzop-1.03/debian/rules --- lzop-1.02~rc1/debian/rules 2019-03-11 00:16:26.000000000 +0000 +++ lzop-1.03/debian/rules 2011-05-10 02:37:11.000000000 +0000 @@ -5,3 +5,4 @@ DEB_INSTALL_CHANGELOGS_ALL = NEWS DEB_INSTALL_DOCS_ALL = AUTHORS THANKS +LDFLAGS+="-static"