summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2013-02-16 16:06:46 +0000
committerIgor Pashev <pashev.igor@gmail.com>2013-02-16 16:06:46 +0000
commit82079a061e3f079b352143af678b8907698a3220 (patch)
tree881c99423c1e2e50a7c8ceb0a3ca5c070c3036c8
parentea0245bb85f5d2f0b6fa33b382a510aab63810a6 (diff)
downloadcoreutils-82079a061e3f079b352143af678b8907698a3220.tar.gz
Use dh_autoreconf, disable gcc warnings
-rw-r--r--debian/changelog5
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules9
3 files changed, 12 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index d4c45df7..94baba73 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,9 +2,10 @@ 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
+ * Build depends on libgmp-dev, dh-autoreconf
+ * Use dh_autoreconf, disable gcc warnings
- -- Igor Pashev <pashev.igor@gmail.com> Sat, 16 Feb 2013 15:03:21 +0000
+ -- Igor Pashev <pashev.igor@gmail.com> Sat, 16 Feb 2013 16:06:29 +0000
coreutils (8.17-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index aba2f293..84b94735 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Build-Depends: gettext (>= 0.10.37),
libattr1-dev,
libselinux1-dev (>= 1.32) [linux-any],
gperf, bison,
+ dh-autoreconf,
libsec1-dev [illumos-amd64], libacl1-dev [linux-any],
Homepage: http://gnu.org/software/coreutils
@@ -18,7 +19,6 @@ Multi-Arch: foreign
Pre-Depends: ${shlibs:Depends}, ${misc:Pre-Depends}
Essential: yes
Depends: ${misc:Depends}
-Replaces: illumos-procps (<= 0.1+13513-22), realpath
Description: GNU core utilities
This package contains the basic file, shell and text manipulation
utilities which are expected to exist on every operating system.
diff --git a/debian/rules b/debian/rules
index e1e20cfd..33f0e005 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,14 @@ export FORCE_UNSAFE_CONFIGURE=1
d := debian/coreutils
%:
- dh $@
+ dh $@ --with autoreconf
+
+override_dh_auto_configure:
+ dh_auto_configure -- \
+ --disable-gcc-warnings
+
+override_dh_auto_clean:
+ [ ! -f Makefile ] || dh_auto_clean
override_dh_install:
dh_install