Package: ibsim
Followup-For: Bug #664425

Hi Benoit,

Here are some more fixes to the original message. Alternatively you
can download the archive from Debian with all the changes.

Jari

>From 6bcc37dea769a6d743c3bc9aa15fa2c841203474 Mon Sep 17 00:00:00 2001
From: Jari Aalto <jari.aa...@cante.net>
Date: Wed, 4 Apr 2012 11:17:37 +0300
Subject: [PATCH] nmu
Organization: Private
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

Signed-off-by: Jari Aalto <jari.aa...@cante.net>
---
 debian/changelog |   12 ++++++++----
 debian/control   |    4 ++--
 debian/rules     |    3 +++
 3 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1fd9877..b27cb19 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,14 @@
 ibsim (0.5-1.1) unstable; urgency=low
 
-  * Non-maintainer upload.
-  * Remove deprecated dpatch and upgrade to packaging format "3.0 quilt".
-  * Update to Standards-Version to 3.9.3 and debhelper to 9.
+  * Non-maintainer upload; ACKed by the maintainer, see #664425.
+  * Remove deprecated dpatch and upgrade to packaging format "3.0 quilt"
+    (Closes: #664425).
+  * Update to Standards-Version to 3.9.3.1 and debhelper to 9.
+  * Add build-arch and build-indep targets.
+  * Fix description-synopsis-starts-with-article (Lintian).
+  * Fix diff-contains-substvars debian/ibsim.substvars (Lintian).
 
- -- Jari Aalto <jari.aa...@cante.net>  Wed, 29 Feb 2012 11:19:17 -0500
+ -- Jari Aalto <jari.aa...@cante.net>  Wed, 04 Apr 2012 11:03:22 +0300
 
 ibsim (0.5-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 0a5709a..c9bd6ae 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: extra
 Maintainer: OFED and Debian Developement and Discussion <pkg-ofed-de...@lists.alioth.debian.org>
 Uploaders: Benoit Mortier <benoit.mort...@opensides.be>, Guy Coates <g...@sanger.ac.uk>, Mario Lang <ml...@debian.org>
 Build-Depends: debhelper (>= 9),  libibumad-dev, libibmad-dev, libibcommon-dev
-Standards-Version: 3.9.3
+Standards-Version: 3.9.3.1
 Homepage: http://www.openfabrics.org
 
 Package: ibsim-utils
@@ -22,7 +22,7 @@ Description: InfiniBand fabric simulator utilities
 Package: libumad2sim0
 Architecture: i386 ia64 amd64 powerpc
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: An InfiniBand fabric simulator
+Description: InfiniBand fabric simulator
  ibsim provides a simulation of an InfiniBand fabric,
  which can be used by the opensm subnet manager and
  infiniband diagnostics and management tools.
diff --git a/debian/rules b/debian/rules
index 1e3c000..8b68ca2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,6 +17,8 @@ configure-stamp:
 
 	touch configure-stamp
 
+build-arch: build
+build-indep: build
 
 build: build-stamp
 
@@ -33,6 +35,7 @@ clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
+	rm -f debian/ibsim.substvars
 
 	# Add here commands to clean up after the build process.
 	$(MAKE) clean
-- 
1.7.9.1

Reply via email to