diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 13:32:51 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 13:32:51 +0000 |
commit | 21e3bf1df8cee2be52e780b2367a8b561e6fc7ad (patch) | |
tree | 4e38daf43b15d4a7d08f31919f00faa33408c4d8 | |
parent | Adding debian version 0.3-1. (diff) | |
download | lzlib-21e3bf1df8cee2be52e780b2367a8b561e6fc7ad.tar.xz lzlib-21e3bf1df8cee2be52e780b2367a8b561e6fc7ad.zip |
Adding debian version 0.3-2.debian/0.3-2
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | debian/rules | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 98073b6..0a6de36 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +lzlib (0.3-2) unstable; urgency=low + + * Removing dir info pages, apparently useless (Closes: #530451). + + -- Daniel Baumann <daniel@debian.org> Thu, 28 May 2009 23:44:37 +0200 + lzlib (0.3-1) unstable; urgency=low * Initial release. diff --git a/debian/rules b/debian/rules index 61046e9..1af528b 100755 --- a/debian/rules +++ b/debian/rules @@ -46,6 +46,7 @@ install: build $(MAKE) LDCONFIG=/bin/true prefix=$(CURDIR)/debian/tmp/usr install + rm -f debian/tmp/usr/share/info/dir* ln -s liblz.so.0.3 debian/tmp/usr/lib/liblz.so binary: binary-arch |