[Pkg-ofed-commits] [qlvnictools] 04/04: Imported Debian patch 0.0.1-3

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Wed Jul 2 14:38:21 UTC 2014


This is an automated email from the git hooks/post-receive script.

ana pushed a commit to branch master
in repository qlvnictools.

commit 394a2abcdb394588d6cd5c6b8fb16a201a9bb377
Author: Roland Dreier <rbd at debian.org>
Date:   Mon Jan 14 23:50:38 2013 -0800

    Imported Debian patch 0.0.1-3
---
 debian/changelog | 10 ++++++++++
 debian/control   |  5 ++---
 debian/rules     |  5 +++--
 3 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b15d93d..af0009e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+qlvnictools (0.0.1-3) experimental; urgency=low
+
+  * Remove build dependency on libibcommon, tighten versioned dependency
+    on libibumad-dev to avoid FTBFS when old versions are used.
+  * Update to Standards-Version: 3.9.4 (no changes needed).
+  * Add recommended build-arch and build-indep targets to rules.
+  * Remove obsolete DM-Upload-Allowed: from control file.
+
+ -- Roland Dreier <rbd at debian.org>  Mon, 14 Jan 2013 23:50:38 -0800
+
 qlvnictools (0.0.1-2) experimental; urgency=low
 
   * 01-add-include-for-ntohll.patch: Add upstream include to fix FTBFS
diff --git a/debian/control b/debian/control
index d1033cc..b4c670e 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,9 @@ Section: net
 Priority: extra
 Maintainer: OFED and Debian Developement and Discussion <pkg-ofed-devel at lists.alioth.debian.org>
 Uploaders: Benoit Mortier <benoit.mortier at opensides.be>, Guy Coates <gmpc at sanger.ac.uk>, Mario Lang <mlang at debian.org>
-Build-Depends: debhelper (>= 7), libibumad-dev, libibcommon-dev, libibverbs-dev
-Standards-Version: 3.8.4
+Build-Depends: debhelper (>= 7), libibumad-dev (>= 1.3.8), libibverbs-dev
+Standards-Version: 3.9.4
 Homepage: http://www.openfabrics.org
-DM-Upload-Allowed: yes
 
 Package: qlvnictools
 Architecture: i386 ia64 amd64 powerpc
diff --git a/debian/rules b/debian/rules
index c8c5b7c..085b228 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,8 +17,9 @@ configure-stamp:
 	cd ibvexdmtools ; ./configure --prefix=/usr --mandir=\$${prefix}/share/man $(shell dpkg-buildflags --export=configure)
 	touch configure-stamp
 
-build: build-stamp
-
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
 build-stamp: configure-stamp  
 	dh_testdir
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ofed/qlvnictools.git



More information about the Pkg-ofed-commits mailing list