[Pkg-ofed-commits] [qperf] 04/04: Updated packaging for 0.4.10-1.

Brian Smith bsmith-guest at moszumanska.debian.org
Fri Nov 10 20:27:37 UTC 2017


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

bsmith-guest pushed a commit to branch master
in repository qperf.

commit 79e873d766714271902f72a036d02acc1eba6ad8
Author: Brian T. Smith <bsmith at systemfabricworks.com>
Date:   Fri Nov 10 12:32:02 2017 -0600

    Updated packaging for 0.4.10-1.
    
     - Changed upstream source to linux-rdma on GitHub.
     - Removed Upstream-Contact from copyright. There doesn't
       appear to be a single person in charge of qperf.
     - Use cleanup and autogen.sh in debian/rules.
     - Include the abridged GPL-2 license in copyright.
---
 debian/changelog |  4 ++--
 debian/control   |  2 +-
 debian/copyright | 17 +++++++++++++++--
 debian/rules     | 10 +++++-----
 4 files changed, 23 insertions(+), 10 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2d760e9..b23a5b0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
-qperf (0.4.9-1) UNRELEASED; urgency=medium
+qperf (0.4.10-1) UNRELEASED; urgency=medium
 
   * Initial release. (Closes: #881220)
 
- -- Brian T. Smith <bsmith at systemfabricworks.com>  Fri, 10 Nov 2017 10:50:22 -0600
+ -- Brian T. Smith <bsmith at systemfabricworks.com>  Fri, 10 Nov 2017 12:12:12 -0600
 
diff --git a/debian/control b/debian/control
index 6950165..eb790f8 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Maintainer: OFED and Debian Developement and Discussion <pkg-ofed-devel at lists.al
 Uploaders: Brian T. Smith <bsmith at systemfabricworks.com>
 Section: utils
 Priority: optional
-Homepage: http://www.openfabrics.org/downloads/qperf
+Homepage: https://github.com/linux-rdma/qperf
 Standards-Version: 4.1.1
 Build-Depends: debhelper (>= 10),
  libibverbs-dev,
diff --git a/debian/copyright b/debian/copyright
index 3cb02fb..edacd1d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,6 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: qperf
-Upstream-Contact: Johann George <johann at georgex.org>
-Source: http://www.openfabrics.org/downloads/qperf
+Source: https://github.com/linux-rdma/qperf
 
 Files: *
 Copyright: 2002-2009 Johann George
@@ -14,5 +13,19 @@ Copyright: 2016-2017 System Fabric Works, Inc.
 License: GPL-2
 
 License: GPL-2
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License along
+ with this program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ .
  On Debian systems, the full text of the GNU General Public
  License version 2 can be found in the file '/usr/share/common-licenses/GPL-2'.
diff --git a/debian/rules b/debian/rules
index f5aebdf..b5bb130 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,12 +8,12 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 %:
 	dh $@
 
-.PHONY: override_dh_clean
-override_dh_clean:
+.PHONY: override_dh_auto_clean
+override_dh_auto_clean:
 	if [ -f configure.ac ] ; then mv configure.ac configure.in; fi
-	dh_clean
+	./cleanup
 
 .PHONY: override_dh_autoreconf
 override_dh_autoreconf:
-	mv configure.in configure.ac
-	dh_autoreconf
+	if [ ! -f configure.ac ] ; then mv configure.in configure.ac; fi
+	./autogen.sh

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



More information about the Pkg-ofed-commits mailing list