[Likwid-commit] [likwid] 03/10: update changelog and correct architectures

Christoph Martin chrism at debian.org
Wed Jun 22 08:28:32 UTC 2016


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

chrism pushed a commit to branch master
in repository likwid.

commit 891c216fa5c45edb56b8a35538c481cf52fc892d
Author: Christoph Martin <martin at uni-mainz.de>
Date:   Mon Jun 20 15:39:17 2016 +0200

    update changelog and correct architectures
---
 debian/changelog                      |  5 +++-
 debian/control                        |  6 ++--
 debian/patches/02-man-pages-fix.patch | 52 +++++++++++++++++++++++++++++++++++
 3 files changed, 59 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 26daab3..b9fff74 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,11 @@ likwid (4.1.0+dfsg1-1) UNRELEASED; urgency=medium
 
   * update watch file for uscan
   * Imported Upstream version 4.1.0+dfsg1
+  * change architecture to i386, amd64 and x32 (closes: #797959, #797960)
+  * fix lintian errors (manpages etc.)
+  * build against Debian lua5.2
 
- -- Christoph Martin <christoph.martin at uni-mainz.de>  Wed, 15 Jun 2016 18:27:21 +0200
+ -- Christoph Martin <martin at uni-mainz.de>  Mon, 20 Jun 2016 15:38:34 +0200
 
 likwid (3.1.3+dfsg1-1) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 2e76718..0814769 100644
--- a/debian/control
+++ b/debian/control
@@ -4,13 +4,13 @@ Section: misc
 Priority: optional
 Standards-Version: 3.9.6
 Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~), gfortran, liblua5.2-dev
-Homepage: http://code.google.com/p/likwid/wiki/Introduction
+Homepage: https://github.com/rrze-likwid/likwid
 Vcs-Git: git://anonscm.debian.org/likwid/likwid.git
 Vcs-Browser: http://anonscm.debian.org/cgit/likwid/likwid.git;a=summary
 
 Package: likwid
-Architecture: any
-Pre-Depends: multiarch-support, ${misc:Pre-Depends}
+Architecture: amd64 i386 x32
+Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, lua5.2
 Description: toolsuite for performance oriented programmers
  Likwid is a simple to install and use toolsuite of command line applications
diff --git a/debian/patches/02-man-pages-fix.patch b/debian/patches/02-man-pages-fix.patch
index 650f20c..8a19030 100644
--- a/debian/patches/02-man-pages-fix.patch
+++ b/debian/patches/02-man-pages-fix.patch
@@ -11,3 +11,55 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/$
  .SH NAME
  likwid-bench \- low-level benchmark suite and microbenchmarking framework
  .SH SYNOPSIS
+@@ -79,7 +78,7 @@ and
+ .B <stride>
+ can be provided. Optionally for every stream (array, vector) the placement can be controlled. Per default all arrays are placed in the same
+ .B <thread_domain>
+-the threads are running in. To place the data in a different domain for every stream of a benchmark case (the total number of streams can be aquired by the
++the threads are running in. To place the data in a different domain for every stream of a benchmark case (the total number of streams can be acquired by the
+ .B \-l
+ option) the domain to place the data in can be specified. Multiple streams are comma separated. Either the placement is provided or all streams have to be explicitly placed. Please refer to the Wiki pages on
+ .B http://code.google.com/p/likwid/wiki/LikwidBench
+--- a/doc/likwid-perfctr.1
++++ b/doc/likwid-perfctr.1
+@@ -45,7 +45,7 @@ prints version information to standard o
+ prints a help message to standard output, then exits.
+ .TP
+ .B \-\^H
+-prints group help message (use together with -g switch).
++prints group help message (use together with \-g switch).
+ .TP
+ .B \-\^V <level>, \-\-\^verbose <level>
+ verbose output during execution for debugging. 0 for only errors, 1 for informational output, 2 for detailed output and 3 for developer output
+@@ -60,9 +60,9 @@ print available performance groups for c
+ print available counters and performance events of current processor.
+ .TP
+ .B \-\^o, \-\-\^output <filename>
+-store all ouput to a file instead of stdout. For the filename the following placeholders are supported: 
++store all output to a file instead of stdout. For the filename the following placeholders are supported: 
+ %j for PBS_JOBID, %r for MPI RANK (only Intel MPI at the moment), %h host name and %p for process pid.
+-The placeholders must be separated by underscore as, e.g., -o test_%h_%p. You must specify a suffix to
++The placeholders must be separated by underscore as, e.g., \-o test_%h_%p. You must specify a suffix to
+ the filename. For txt the output is printed as is to the file. Other suffixes trigger a filter on the output.
+ Available filters are csv (comma separated values) and xml at the moment.
+ .TP
+@@ -84,7 +84,7 @@ items, separated by comma, and ranges. F
+ also pin the threads to the cores. Also logical numberings can be used.
+ .TP
+ .B \-\^g, \-\-\^group <performance group> or <performance event set string>
+-specify which performance group to measure. This can be one of the tags output with the -a flag.
++specify which performance group to measure. This can be one of the tags output with the \-a flag.
+ Also a custom event set can be specified by a comma separated list of events. Each event has the format
+ eventId:register with the the register being one of a architecture supported performance counter registers.
+ .TP
+--- a/doc/likwid-topology.1
++++ b/doc/likwid-topology.1
+@@ -14,7 +14,7 @@ is a command line application to print t
+ topology on multicore x86 processors. Used with mono spaced fonts it can
+ draw the processor topology of a machine in ascii art. Beyond topology
+ likwid-topology determines the clock of a processor and prints detailed
+-informations about the caches hierarchy.
++information about the caches hierarchy.
+ .SH OPTIONS
+ .TP
+ .B \-h, \-\-\^help

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



More information about the Likwid-commit mailing list