summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2013-02-16 15:16:42 +0000
committerIgor Pashev <pashev.igor@gmail.com>2013-02-16 15:16:42 +0000
commitea0245bb85f5d2f0b6fa33b382a510aab63810a6 (patch)
tree1237d1b5e760bdcba0d10fd13f6772bd6e8af630
parent7548e75065063dae256d94e6c7f4f9f43bd7f210 (diff)
downloadcoreutils-ea0245bb85f5d2f0b6fa33b382a510aab63810a6.tar.gz
coreutils (8.21-1) unstable
* New upstream release * Added kill. kill in illumos was a link to ksh :-) * Build depends on libgmp-dev
-rw-r--r--debian/changelog8
-rw-r--r--debian/control1
-rwxr-xr-xdebian/rules3
3 files changed, 9 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index dfc15f07..d4c45df7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+coreutils (8.21-1) unstable; urgency=low
+
+ * New upstream release
+ * Added kill. kill in illumos was a link to ksh :-)
+ * Build depends on libgmp-dev
+
+ -- Igor Pashev <pashev.igor@gmail.com> Sat, 16 Feb 2013 15:03:21 +0000
+
coreutils (8.17-1) unstable; urgency=low
* Initial release.
diff --git a/debian/control b/debian/control
index 21f7590e..aba2f293 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Priority: required
Standards-Version: 3.9.2.0
Build-Depends: gettext (>= 0.10.37),
debhelper (>= 9), texinfo (>= 4.2), groff,
+ libgmp-dev,
libattr1-dev,
libselinux1-dev (>= 1.32) [linux-any],
gperf, bison,
diff --git a/debian/rules b/debian/rules
index b9213907..e1e20cfd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,9 +20,6 @@ override_dh_install:
# the [ program doesn't have its own man page yet
ln -s test.1 $(d)/usr/share/man/man1/[.1
- # kill from illumos-procps is illumos-specific
- rm -f $(d)/usr/bin/kill $(d)/usr/share/man/man1/kill.1
-
# shipped with shadow:
rm -f $(d)/usr/bin/su $(d)/usr/share/man/man1/su.1