diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2012-02-07 11:55:56 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2012-02-07 11:55:56 +0400 |
commit | b709609de8d094282ebdda07975d425ee1c6398a (patch) | |
tree | 8957139bcf6841413046190183e8b4483796bd9d | |
parent | f5372be2edd7c6360063a24f5f72ca5bd34cb846 (diff) | |
download | util-linux-old-b709609de8d094282ebdda07975d425ee1c6398a.tar.gz |
Removed extra files
-rw-r--r-- | debian/changelog | 4 | ||||
-rwxr-xr-x | debian/rules | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 7fa995df..1f1266c3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ util-linux (2.17-0+dyson2) unstable; urgency=low * Moved more into /usr/bin + * Removed extra dirs on illumos + * Removed extra files - -- Igor Pashev <pashev.igor@gmail.com> Tue, 07 Feb 2012 11:00:11 +0400 + -- Igor Pashev <pashev.igor@gmail.com> Tue, 07 Feb 2012 11:55:42 +0400 util-linux (2.17-0+dyson1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 434d938e..779a03f8 100755 --- a/debian/rules +++ b/debian/rules @@ -109,9 +109,9 @@ endif rm -f debian/bsdutils/usr/bin/ul debian/bsdutils/usr/share/man/man1/ul*.1 rm -f debian/bsdutils/usr/bin/cal debian/bsdutils/usr/share/man/man1/cal.1 # remove *.la files and empty directories which do not belong into util-linux - rm -f debian/util-linux/usr/lib/*.la rm -rf debian/util-linux/usr/include - rm -rf debian/util-linux/usr/lib/pkgconfig + rm -rf debian/util-linux/usr/lib/$(DEB_HOST_MULTIARCH) + rm -rf debian/util-linux/lib # perl gets to do rename, not us. mv debian/util-linux/usr/bin/rename debian/util-linux/usr/bin/rename.ul mv debian/util-linux/usr/share/man/man1/rename.1 debian/util-linux/usr/share/man/man1/rename.ul.1 |