summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Tokarev <mjt@tls.msk.ru>2012-05-10 18:25:19 +0400
committerMichael Tokarev <mjt@tls.msk.ru>2012-05-10 18:26:25 +0400
commit3ee2b5abff7521f72c30ec60ece0fdfa781fdb31 (patch)
treee0cffcfaad564209310ec93bb00783616660cae9 /debian
parentef2eb61b1f0a3d87a281222504ed99748005a66d (diff)
add build-arch and build-indep targets to debian/rules (standards-version: 3.9.3)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules4
3 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 2e1a9865..b0fe98e8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ mdadm (3.2.4-1) UNRELEASED; urgency=low
* new upstream (bugfix) release (Closes: #664088, #661552)
* removed debian-run-udev.diff (applied upstream), and
all RUNDIR handling from debian/rules (it is the default now)
+ * add build-arch and build-indep targets to debian/rules, and
+ bump Standards-Version to 3.9.3
-- Michael Tokarev <mjt@tls.msk.ru> Thu, 10 May 2012 17:51:41 +0400
diff --git a/debian/control b/debian/control
index bf89044f..25ade755 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian mdadm maintainers <pkg-mdadm-devel@lists.alioth.debian.org>
Uploaders: martin f. krafft <madduck@debian.org>, Michael Tokarev <mjt@tls.msk.ru>
Build-Depends: debhelper (>= 6.0.7~), po-debconf, groff-base, docbook-to-man
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
Vcs-Git: git://git.debian.org/git/pkg-mdadm/mdadm
Vcs-Browser: http://git.debian.org/?p=pkg-mdadm/mdadm.git
Homepage: http://neil.brown.name/blog/mdadm
diff --git a/debian/rules b/debian/rules
index d3402bc3..e6978901 100755
--- a/debian/rules
+++ b/debian/rules
@@ -108,4 +108,6 @@ binary-arch: build install
dh_builddeb
binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+build-indep:
+build-arch: build
+.PHONY: build build-indep build-arch clean binary-indep binary-arch binary install configure