Package: array-info
Severity: wishlist
Tags: patch

Hi Raphaƫl

As we spoke before, here is the proposed NMU patch.

Could you review this patch and let me know if there is anything that needs
adjusting or if it is ok to upload with these changes.

Thanks,
Jari

>From 0f249061e284ddd5a91a22cf6c994622ef15fa9f Mon Sep 17 00:00:00 2001
From: Jari Aalto <jari.aa...@cante.net>
Date: Sat, 17 Mar 2012 06:39:59 -0400
Subject: [PATCH] packaging format 3.0
Organization: Private
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

Signed-off-by: Jari Aalto <jari.aa...@cante.net>
---
 debian/changelog      |   11 +++++++++++
 debian/compat         |    2 +-
 debian/control        |   15 +++++++--------
 debian/patches/00list |    1 -
 debian/rules          |   12 ++++++------
 debian/source/format  |    1 +
 6 files changed, 26 insertions(+), 16 deletions(-)
 delete mode 100644 debian/patches/00list
 create mode 100644 debian/source/format

diff --git a/debian/changelog b/debian/changelog
index 4b2f293..ab11a6c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+array-info (0.15-1.1) unstable; urgency=low
+
+  * Non-maintainer upload; ACKed by the maintainer.
+  * Remove deprecated dpatch references from rules, debian/patches (not used)
+    and upgrade to packaging format "3.0 quilt".
+  * Update to Standards-Version to 3.9.3, debhelper to 9,
+    migrate to new homepage header (Closes: #615185), add ${misc:Depends}
+  * Correct Lintian warning issues.
+
+ -- Jari Aalto <jari.aa...@cante.net>  Sat, 17 Mar 2012 06:34:09 -0400
+
 array-info (0.15-1) unstable; urgency=low
 
   * New upstream release
diff --git a/debian/compat b/debian/compat
index b8626c4..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-4
+9
diff --git a/debian/control b/debian/control
index bb51d9a..987169d 100644
--- a/debian/control
+++ b/debian/control
@@ -2,19 +2,18 @@ Source: array-info
 Section: admin
 Priority: optional
 Maintainer: Raphael Pinson <raph...@ubuntu.com>
-Build-Depends: debhelper (>= 4.0), dpatch, docbook2x, linux-kernel-headers
-Standards-Version: 3.7.2
+Build-Depends: debhelper (>= 9), docbook2x, linux-kernel-headers
+Standards-Version: 3.9.3.1
+Homepage: http://sourceforge.net/projects/array-info
 
 Package: array-info
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: command line tool reporting RAID status for several RAID types
- Array-info is a command line tool to retrieve informations and logical
+ Array-info is a command line tool to retrieve information and logical
  drives status from several RAID controllers (currently HP Compaq IDA
  and CISS, and MD Software RAID).
- . 
- It displays informations about the firmware version, Rom revision,
+ .
+ It displays information about the firmware version, Rom revision,
  number of physical and logical drives on the controller, as well as the fault
  tolerance, size, number of physical disks and status for each logical drive.
- .
-  Homepage: http://sourceforge.net/projects/array-info 
diff --git a/debian/patches/00list b/debian/patches/00list
deleted file mode 100644
index 8b13789..0000000
--- a/debian/patches/00list
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/debian/rules b/debian/rules
index 1fb25f5..f0140c6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,17 +1,14 @@
 #!/usr/bin/make -f
 
-include /usr/share/dpatch/dpatch.make
-
 build: build-stamp
-build-stamp: patch
+build-stamp:
 	dh_testdir
 	$(MAKE) all ARRAY_PLUGIN_PATH=/usr/lib/array-info/plugins
 	touch $@
 
-clean: clean-patched unpatch
-clean-patched:
+clean:
 	dh_testdir
-	-$(MAKE) distclean
+	$(MAKE) distclean
 	rm -f build-stamp
 	dh_clean
 
@@ -22,6 +19,9 @@ install: build
 
 binary-indep: build install
 
+build-arch: build
+build-indep: build
+
 binary-arch: build install
 	dh_testdir
 	dh_testroot
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
-- 
1.7.9.1

Reply via email to