[Likwid-commit] [likwid] 02/09: Imported Upstream version 3.1.2

Christoph Martin chrism at debian.org
Wed Feb 25 16:24:56 UTC 2015


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

chrism pushed a commit to branch master
in repository likwid.

commit c9a069f482214e485da6066c1419f56ef431fe8c
Author: Christoph Martin <martin at uni-mainz.de>
Date:   Fri Feb 6 11:04:45 2015 +0100

    Imported Upstream version 3.1.2
---
 debian/changelog                          |   5 -
 debian/compat                             |   1 -
 debian/control                            |  39 ---
 debian/copyright                          |  77 -----
 debian/docs                               |   1 -
 debian/likwid.lintian-overrides           |   3 -
 debian/likwid.symbols                     |   2 -
 debian/patches/01-manpages.patch          | 451 ------------------------------
 debian/patches/02-man-pages-fix.patch     | 107 -------
 debian/patches/03-Makefile-man.patch      |  33 ---
 debian/patches/04-Makefile-overload.patch |  14 -
 debian/patches/05-ghashc-copyright.patch  |  23 --
 debian/patches/06-ghashh-copyright.patch  |  24 --
 debian/patches/10-debianize.patch         | 112 --------
 debian/patches/series                     |   7 -
 debian/rules                              |  17 --
 debian/source/format                      |   1 -
 debian/watch                              |   2 -
 18 files changed, 919 deletions(-)

diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index a88b915..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,5 +0,0 @@
-likwid (3.1.2-1) unstable; urgency=low
-
-  * Initial release. (Closes: #766474)
-
- -- Christoph Martin <martin at uni-mainz.de>  Thu, 30 Oct 2014 13:23:08 +0100
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index f11c82a..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-9
\ No newline at end of file
diff --git a/debian/control b/debian/control
deleted file mode 100644
index 0d4ff90..0000000
--- a/debian/control
+++ /dev/null
@@ -1,39 +0,0 @@
-Source: likwid
-Maintainer: Christoph Martin <martin at uni-mainz.de>
-Section: misc
-Priority: optional
-Standards-Version: 3.9.6
-Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~), gfortran
-Homepage: http://code.google.com/p/likwid/wiki/Introduction
-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}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}
-Description: toolsuite for performance oriented programmers
- Likwid is a simple to install and use toolsuite of command line applications
- for performance oriented programmers. It works for Intel and AMD processors
- on the Linux operating system.
- .
- It consists of:
- .
- likwid-topology       - print thread and cache topology
- likwid-features       - view and toggle feature reagister on Intel processors
- likwid-perfctr        - configure and read out hardware performance counters
-                         on Intel and AMD processors
- likwid-powermeter     - read out RAPL Energy information and get info about
-                         Turbo Mode steps
- likwid-setFrequencies - read out RAPL Energy information and get info about
-                         Turbo Mode steps
- likwid-memsweeper     - cleans up filled NUMA memory domains and evicts dirty
-                         cacheline from cache hierarchy
- likwid-pin            - pin your threaded application (pthread, Intel and gcc
-                         OpenMP to dedicated processors
- likwid-bench          - Micro benchmarking platform
- likwid-gencfg         - Dumps topology information to a file
- likwid-mpirun         - Wrapper to start MPI and Hybrid MPI/OpenMP
-                         applications (Supports Intel MPI and OpenMPI)
- likwid-scope          - Frontend to the timeline mode of likwid-perfctr, plots
-                         live graphs of performance metrics
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index ae748c3..0000000
--- a/debian/copyright
+++ /dev/null
@@ -1,77 +0,0 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: likwid
-Source: http://ftp.fau.de/pub/likwid/
-
-Files: *
-Copyright: 2014 Jan Treibig (jt), jan.treibig at gmail.com
-License: GPL-3
- Copyright (C) 2014 Jan Treibig
- .
- 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 3 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.
- .
- The license can be found in /usr/share/common-licenses/GPL-3.
-
-Files: src/bstrlib.c src/includes/bstrlib.h
-Copyright: 2002-2008 Paul Hsieh
-License: BSD-3-clause and GPL-2+
- This source file is part of the bstring string library.  This code was
- written by Paul Hsieh in 2002-2008, and is covered by the BSD open source
- license and the GPL. Refer to the accompanying documentation for details
- on usage and license.
-
-Files: src/ghash.c src/includes/ghash.h
-Copyright: 1995-1997  Peter Mattis, Spencer Kimball and Josh MacDonald
-License: LGPL-2+
- The license can be found in /usr/share/common-licenses/LGPL-2.
-
-Files: perl/Template.pm perl/Template/*
-Copyright: 1996-2009 Andy Wardley
-License: GPL-1+ or Artistic
- Copyright (C) 1996-2009 Andy Wardley.  All Rights Reserved.
- .
- This module is free software; you can redistribute it and/or
- modify it under the same terms as Perl itself.
- .
- On Debian GNU/Linux systems, the complete text of the GNU General
- Public License can be found in `/usr/share/common-licenses/GPL-1' and
- the Artistic Licence in `/usr/share/common-licenses/Artistic'.
-
-Files: perl/Parse/*
-Copyright: 1997-2007, Damian Conway <DCONWAY at CPAN.org>
-License: GPL-1+ or Artistic
- Copyright (c) 1997-2007, Damian Conway <DCONWAY at CPAN.org>. All rights reserved.
- .
- This module is free software; you can redistribute it and/or
- modify it under the same terms as Perl itself
- .
- On Debian GNU/Linux systems, the complete text of the GNU General
- Public License can be found in `/usr/share/common-licenses/GPL-1' and
- the Artistic Licence in `/usr/share/common-licenses/Artistic'.
-
-Files: debian/*
-Copyright: 2014 Christoph Martin <christoph.martin at uni-mainz.de>
-License: GPL-2+
- This package 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 package 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, see <http://www.gnu.org/licenses/>
- .
- On Debian systems, the complete text of the GNU General
- Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
-
diff --git a/debian/docs b/debian/docs
deleted file mode 100644
index e845566..0000000
--- a/debian/docs
+++ /dev/null
@@ -1 +0,0 @@
-README
diff --git a/debian/likwid.lintian-overrides b/debian/likwid.lintian-overrides
deleted file mode 100644
index 633bd56..0000000
--- a/debian/likwid.lintian-overrides
+++ /dev/null
@@ -1,3 +0,0 @@
-# We want to include the library in the main package
-likwid: package-name-doesnt-match-sonames liblikwidpin3
-likwid: non-dev-pkg-with-shlib-symlink usr/lib/x86_64-linux-gnu/liblikwidpin.so.3.1 usr/lib/x86_64-linux-gnu/liblikwidpin.so
diff --git a/debian/likwid.symbols b/debian/likwid.symbols
deleted file mode 100644
index 7ed7a6e..0000000
--- a/debian/likwid.symbols
+++ /dev/null
@@ -1,2 +0,0 @@
-liblikwidpin.so.3 likwid #MINVER#
- pthread_create at Base 3.1.2
diff --git a/debian/patches/01-manpages.patch b/debian/patches/01-manpages.patch
deleted file mode 100644
index 22ba369..0000000
--- a/debian/patches/01-manpages.patch
+++ /dev/null
@@ -1,451 +0,0 @@
---- /dev/null
-+++ b/doc/feedGnuplot.1
-@@ -0,0 +1,190 @@
-+.TH feedGnuplot 1 <DATE> likwid\-<VERSION>
-+.SH NAME
-+feedGnuplot \- General purpose pipe-oriented plotting tool
-+.SH SYNOPSIS
-+.B likwid-setFreq 
-+.IR <coreId>
-+.IR <frequency>
-+.IR [<governor>]
-+
-+.SH DESCRIPTION
-+.B feedGnuplot
-+is a pipe-oriented plotting frontend for GNUplot that can read internediate results and create a sort of live plot of the data.
-+.B feedGnuplot
-+is used by
-+.B likwid-perfscope(1)
-+to print performance counter data printed out by the timeline daemon mode of
-+.B likwid-perfctr(1).
-+The Perl script
-+.B feedGnuplot
-+is not written by the LIKWID Authors, it was written by Dima Kogan and published under GPL. The original web page is https://github.com/dkogan/feedgnuplot
-+.SH OPTIONS
-+.TP
-+.B \-h
-+prints a help message to standard output, then exits.#
-+.TP
-+.B \-\-[no]domain
-+If enabled, the first element of each line is the domain variable.  If not, the point index is used.
-+.TP
-+.B \-\-[no]dataid
-+If enabled, each data point is preceded by the ID of the data set that point corresponds to. This ID is
-+interpreted as a string, NOT as just a number. If not enabled, the order of the point is used.
-+.TP
-+.B \-\-[no]3d
-+Do [not] plot in 3D. This only makes sense with 
-+.B --domain.
-+Each domain here is an (x,y) tuple.
-+.TP
-+.B \-\-colormap
-+Show a colormapped xy plot. Requires extra data for the color. zmin/zmax can be used to set the extents of the colors.
-+Automatically increments extraValuesPerPoint.
-+.TP
-+.B \-\-[no]stream
-+Do [not] display the data a point at a time, as it comes in.
-+.TP
-+.B \-\-[no]lines
-+Do [not] draw lines to connect consecutive points.
-+.TP
-+.B \-\-[no]points
-+Do [not] draw points.
-+.TP
-+.B \-\-circles
-+Plot with circles. This requires a radius be specified for each point. Automatically increments extraValuesPerPoint.
-+.TP
-+.B \-\-xlabel " xxx
-+Set x-axis label.
-+.TP
-+.B \-\-ylabel " xxx
-+Set y-axis label.
-+.TP
-+.B \-\-y2label " xxx
-+Set y2-axis label. Does not apply to 3d plots.
-+.TP
-+.B \-\-zlabel " xxx
-+Set z-axis label. Only applies to 3d plots.
-+.TP
-+.B \-\-title " xxx
-+Set the title of the plot.
-+.TP
-+.B \-\-legend " curveID=legend
-+Set the label for a curve plot. Use this option multiple times for multiple curves. With 
-+.B --dataid
-+, curveID is the ID. Otherwise, it's the index of the curve, starting at 0.
-+.TP
-+.B \-\-autolegend
-+Use the curve IDs for the legend. Titles given with
-+.B --legend
-+override these.
-+.TP
-+.B \-\-xlen " xxx
-+When using 
-+.B --stream
-+, sets the size of the x-window to plot. Omit this or set it to 0 to plot ALL the data. Does not make sense with 3d plots. Implies
-+.B --monotonic
-+.TP
-+.B \-\-xmin " xxx
-+Set the minimal point in range for the x-axis. These are ignored in a streaming plot.
-+.TP
-+.B \-\-xmax " xxx
-+Set the maximal point in range for the x-axis. These are ignored in a streaming plot.
-+.TP
-+.B \-\-ymin " xxx
-+Set the minimal point in range for the y-axis.
-+.TP
-+.B \-\-ymax " xxx
-+Set the maximal point in range for the y-axis.
-+.TP
-+.B \-\-y2min " xxx
-+Set the minimal point in range for the y2-axis. Does not apply to 3d plots.
-+.TP
-+.B \-\-y2max " xxx
-+Set the maximal point in range for the y2-axis. Does not apply to 3d plots.
-+.TP
-+.B \-\-zmin " xxx
-+Set the minimal point in range for the z-axis. Only applies to 3d plots or colormaps.
-+.TP
-+.B \-\-zmax " xxx
-+Set the maximal point in range for the z-axis. Only applies to 3d plots or colormaps.
-+.TP
-+.B \-\-y2 " xxx
-+Plot the data specified by this curve ID on the y2 axis. Without
-+.B --dataid
-+, the ID is just an ordered 0-based index. Does not apply to 3d plots.
-+.TP
-+.B \-\-curvestyle " curveID=style
-+Additional styles per curve. With
-+.B --dataid
-+, curveID is the ID. Otherwise, it's the index of the curve, starting at 0. Use this option multiple times for multiple curves.
-+.TP
-+.B \-\-curvestyleall " xxx
-+Additional styles for ALL curves.
-+.TP
-+.B \-\-extracmds " xxx
-+Additional commands. These could contain extra global styles for instance.
-+.TP
-+.B \-\-size " xxx
-+Gnuplot size option.
-+.TP
-+.B \-\-square
-+Plot data with aspect ratio 1. For 3D plots, this controls the aspect ratio for all 3 axes.
-+.TP
-+.B \-\-square_xy
-+For 3D plots, set square aspect ratio for ONLY the x,y axes.
-+.TP
-+.B \-\-hardcopy " xxx
-+If not streaming, output to a file specified here. Format inferred from filename.
-+.TP
-+.B \-\-maxcurves " xxx
-+The maximum allowed number of curves. This is 100 by default, but can be reset with this option. This exists purely to prevent perl from allocating all of the system's memory when reading bogus data.
-+.TP
-+.B \-\-monotonic
-+If
-+.B --domain
-+is given, checks to make sure that the x-coordinate in the input data is monotonically increasing.If a given x-variable is in the past, all data currently cached for this curve is purged. Without 
-+.B --monotonic
-+, all data is kept. Does not make sense with 3d plots. No 
-+.B --monotonic
-+by default.
-+.TP
-+.B \-\-extraValuesPerPoint " xxx
-+How many extra values are given for each data point. Normally this is 0, and does not need to be specified, but sometimes we want extra data, like for colors or point sizes or error bars, etc.
-+.B feedGnuplot
-+options that require this (colormap, circles) automatically set it. This option is ONLY needed if unknown styles are used, with 
-+.B --curvestyleall
-+for instance.
-+.TP
-+.B \-\-dump
-+Instead of printing to gnuplot, print to STDOUT. For debugging.
-+
-+.SH EXAMPLE
-+.IP 1. 4
-+Simple real-time plotting example: plot how much data is received on the wlan0 network interface in bytes/second
-+.TP
-+.B while true; do sleep 1; cat /proc/net/dev; done | gawk '/wlan0/ {if(b) {print $2-b; fflush()} b=$2}' | \\
-+.B feedgnuplot --lines --stream --xlen 10 --ylabel 'Bytes/sec' --xlabel seconds
-+.PP
-+Reads the stats of the network interface 'wlan0' every second, reformats it with
-+.B gawk
-+and pipes the formated output into
-+.B feedGnuplot
-+qto create a line plot (
-+.B --lines
-+) of the streaming input (
-+.B --stream
-+). Always show the last 10 seconds (
-+.B --xlen
-+) and use the labels 'seconds' for the x-axis and 'Bytes/sec' for the y-axis.
-+.IP 2. 4
-+Simple real-time plotting example: plot the 'idle' CPU consumption against time
-+.TP
-+.B sar 1 -1 | awk '$1 ~ /..:..:../ && $8 ~/^[0-9\.]*$/ {print $1,$8; fflush()}' | \\
-+.B feedgnuplot --stream --domain --lines --timefmt '%H:%M:%S' --set 'format x "%H:%M:%S"'
-+.PP
-+Reads the CPU IDLE consumption and sets the current time as x-axis key.
-+
-+.SH AUTHOR
-+Written by Dima Kogan <dima at secretsauce.net>.
-+.SH BUGS
-+Report Bugs on <https://github.com/dkogan/feedgnuplot/issues>.
-+.SH "SEE ALSO"
-+gnuplot(1), awk(1), sar(1),  likwid-perfscope(1), likwid-perfctr(1)
---- /dev/null
-+++ b/doc/likwid-accessD.1
-@@ -0,0 +1,22 @@
-+.TH LIKWID-ACCESSD 1 <DATE> likwid\-<VERSION>
-+.SH NAME
-+likwid-accessD \- This tool forwards the access operations from LIKWID PerfMon tools
-+to the MSR device files
-+.SH DESCRIPTION
-+.B likwid-accessD
-+is a command line application that opens a UNIX file socket and waits for access
-+operations from LIKWID tools that require access to the MSR and PCI device
-+files. The MSR and PCI device files are only accessible for users with root
-+privileges, therefore
-+.B likwid-accessD
-+requires the suid-bit set.
-+Depending on the current system architecture,
-+.B likwid-accessD
-+permits only access to registers defined for the architecture.
-+
-+.SH AUTHOR
-+Written by Thomas Roehl <thomas.roehl at gmail.com>.
-+.SH BUGS
-+Report Bugs on <http://code.google.com/p/likwid/issues/list>.
-+.SH "SEE ALSO"
-+likwid-perfctr(1), likwid-powermeter(1), likwid-features(1), likwid-pin(1), likwid-topology(1),
---- /dev/null
-+++ b/doc/likwid-genCfg.1
-@@ -0,0 +1,30 @@
-+.TH LIKWID-GENCFG 1 <DATE> likwid\-<VERSION>
-+.SH NAME
-+likwid-genCfg \- Get system topology and write them to file for faster LIKWID startup
-+.SH SYNOPSIS
-+.B likwid-genCfg
-+.RB [\-hv]
-+.RB [ \-o
-+.IR <filename>]
-+.SH DESCRIPTION
-+.B likwid-genCfg
-+is a command line application that stores the system's CPU and NUMA topology to
-+file. LIKWID applications use this file to read in the topology fast instead of
-+re-gathering all values. The default output path is /etc/likwid.cfg.
-+.SH OPTIONS
-+.TP
-+.B \-h
-+prints a help message to standard output, then exits.
-+.TP
-+.B \-v
-+prints a version message to standard output, then exits.
-+.TP
-+.B \-\^o " <filename>
-+sets output file path (optional)
-+
-+.SH AUTHOR
-+Written by Thomas Roehl <thomas.roehl at gmail.com>.
-+.SH BUGS
-+Report Bugs on <http://code.google.com/p/likwid/issues/list>.
-+.SH "SEE ALSO"
-+likwid-topology(1), likwid-perfctr(1), likwid-features(1), likwid-pin(1), likwid-powermeter(1)
---- /dev/null
-+++ b/doc/likwid-memsweeper.1
-@@ -0,0 +1,28 @@
-+.TH LIKWID-MEMSWEEPER 1 <DATE> likwid\-<VERSION>
-+.SH NAME
-+likwid-memsweeper \- A tool to clean up NUMA memory domains and last level caches.
-+.SH SYNOPSIS
-+.B likwid-memsweeper
-+.RB [\-hv]
-+.RB [ \-c
-+.IR <NUMA_ID> ]
-+.SH DESCRIPTION
-+.B likwid-memsweeper
-+is a command line application to shrink the file buffer cache by filling the NUMA domain with random pages. Moreover the tool invalidates all cachelines in the LLC.
-+.SH OPTIONS
-+.TP
-+.B \-h
-+prints a help message to standard output, then exits.
-+.TP
-+.B \-v
-+prints a version message to standard output, then exits.
-+.TP
-+.B \-\^c " <NUMA_ID>
-+set the NUMA domain for sweeping.
-+
-+.SH AUTHOR
-+Written by Thomas Roehl <thomas.roehl at gmail.com>.
-+.SH BUGS
-+Report Bugs on <http://code.google.com/p/likwid/issues/list>.
-+.SH "SEE ALSO"
-+likwid-perfctr(1), likwid-features(1), likwid-pin(1), likwid-powermeter(1), likwid-topology(1),
---- /dev/null
-+++ b/doc/likwid-mpirun.1
-@@ -0,0 +1,81 @@
-+.TH LIKWID-MPIRUN 1 <DATE> likwid\-<VERSION>
-+.SH NAME
-+likwid-mpirun \- A tool to start and monitor MPI applications with LIKWID
-+.SH SYNOPSIS
-+.B likwid-memsweeper
-+.RB [\-hd]
-+.RB [ \-hostfile
-+.IR filename ]
-+.RB [ \-nperdomain
-+.IR number_of_processes_in_domain ]
-+.RB [ \-pin
-+.IR expression ]
-+.RB [ \-omp
-+.IR expression ]
-+.RB [ \-mpi
-+.IR expression ]
-+.RB [\-\-]
-+.SH DESCRIPTION
-+.B likwid-mpirun
-+is a command line application that wraps the vendor-specific mpirun tool and adds calls to
-+.B likwid-perfctr(1)
-+to the execution string. The user-given application is ran, measured and the results returned to the staring node.
-+.SH OPTIONS
-+.TP
-+.B \-h
-+prints a help message to standard output, then exits.
-+.TP
-+.B \-d
-+prints debug messages to standard output.
-+.TP
-+.B \-\^hostfile " filename
-+specifies the nodes to schedule the MPI processes on
-+.TP
-+.B \-\^nperdomain " number_of_processes_in_domain
-+specifies the processes per affinity domain (see
-+.B likwid-pin
-+for info about affinity domains)
-+.TP
-+.B \-\^pin " expression
-+specifies the pinning for hybrid execution (see
-+.B likwid-pin
-+for info about affinity domains)
-+.TP
-+.B \-\^omp " expression
-+enables hybrid setup. Can only be used in combination with
-+.B -pin.
-+The only possible value is: intel
-+.TP
-+.B \-\^mpi " expression
-+specifies the MPI implementation that should be used by the wrapper. Possible values are intelmpi, openmpi and mvapich2
-+.TP
-+.B \-\-
-+stops parsing arguments for likwid-mpirun, in order to set options for underlying MPI implementation after \-\-.
-+
-+.SH EXAMPLE
-+.IP 1. 4
-+For standard application:
-+.TP
-+.B likwid-mpirun -np 32  ./myApp
-+.PP
-+Will run 32 MPI processes, each host is filled with as much processes as written in ppn
-+.IP 2. 4
-+With pinning:
-+.TP
-+.B likwid-mpirun -np 32 -nperdomain S:2  ./myApp
-+.PP
-+Will start 32 MPI processes with 2 processes per socket.
-+.IP 3. 4
-+For hybrid runs:
-+.TP
-+.B likwid-mpirun -np 32 -pin M0:0-3_M1:0-3  ./myApp
-+.PP
-+Will start 32 MPI processes with 2 processes per node. Threads of the first process are pinned to the cores 0-3 in NUMA domain 0 (M0). The OpenMP threads of the second process are pinned to the first four cores in NUMA domain 1 (M1)
-+
-+
-+.SH AUTHOR
-+Written by Thomas Roehl <thomas.roehl at gmail.com>.
-+.SH BUGS
-+Report Bugs on <http://code.google.com/p/likwid/issues/list>.
-+.SH "SEE ALSO"
-+likwid-pin(1), likwid-perfctr(1), likwid-features(1), likwid-powermeter(1), likwid-topology(1),
---- /dev/null
-+++ b/doc/likwid-perfscope.1
-@@ -0,0 +1,55 @@
-+.TH LIKWID-PERFSCOPE 1 <DATE> likwid\-<VERSION>
-+.SH NAME
-+likwid-perfscope \- Frontend for the timeline mode of
-+.B likwid-perfctr(1)
-+that on-the-fly generates pictures from the measurements
-+.SH SYNOPSIS
-+.B likwid-perfscope 
-+.RB [\-h]
-+.RB [ \-cores
-+.IR <cpu_list> ]
-+.RB [ \-freq
-+.IR <frequency> ]
-+.RB [ \-group
-+.IR <eventset> ]
-+.SH DESCRIPTION
-+.B likwid-perfscope
-+is a command line application written in Perl that uses the timeline daemon mode of
-+.B likwid-perfctr(1)
-+to create on-the-fly pictures with the current measurements. It uses the
-+.B feedGnuplot(1)
-+script to send the current data to gnuplot.
-+.SH OPTIONS
-+.TP
-+.B \-h
-+prints a help message to standard output, then exits.
-+.TP
-+.B \-\^cores " <cpu_list>
-+measures the given group on given CPUs in <cpu_list>
-+.TP
-+.B \-\^freq " <frequency>
-+reads the current performance values every <frequency>. Available suffixes are 's' and 'ms', e.g. 500ms. Default value is 1s
-+.TP
-+.B \-\^group " <eventset>
-+defines the events and counters that should be read. Possible values can be gathered from
-+.B likwid-perfctr(1).
-+Default is group 'FLOPS_DP'
-+
-+.SH EXAMPLE
-+.IP 1. 4
-+Monitor double precision floating-point operations:
-+.TP
-+.B likwid-perfscope -group FLOPS_DP -cores 0-3 -freq 500ms
-+.PP
-+Executes
-+.B likwid-perfctr
-+on the first four cores. The values are read every 500ms are forwarded to gnuplot using the
-+.B feedGnuplot
-+script.
-+
-+.SH AUTHOR
-+Written by Jan Treibig <jan.treibig at gmail.com>.
-+.SH BUGS
-+Report Bugs on <http://code.google.com/p/likwid/issues/list>.
-+.SH "SEE ALSO"
-+likwid-perfctr(1), feedGnuplot(1), likwid-pin(1), likwid-powermeter(1), likwid-setFrequencies(1)
---- /dev/null
-+++ b/doc/likwid-setFreq.1
-@@ -0,0 +1,24 @@
-+.TH LIKWID-SETFREQ 1 <DATE> likwid\-<VERSION>
-+.SH NAME
-+likwid-setFreq \- Mediator for
-+.B likwid-setFrequencies(1)
-+that performs the actual setting of CPU cores' frequency and governor.
-+.SH SYNOPSIS
-+.B likwid-setFreq 
-+.IR <coreId>
-+.IR <frequency>
-+.IR [<governor>]
-+
-+.SH DESCRIPTION
-+.B likwid-setFreq
-+is a command line application that mediates the request from
-+.B likwid-setFrequencies(1)
-+because setting a CPU core's frequency and/or governor requires root privileges. This executable must be suid-root.
-+
-+
-+.SH AUTHOR
-+Written by Jan Treibig <jan.treibig at gmail.com>.
-+.SH BUGS
-+Report Bugs on <http://code.google.com/p/likwid/issues/list>.
-+.SH "SEE ALSO"
-+likwid-setFrequencies(1), likwid-perfctr(1), feedGnuplot(1), likwid-pin(1), likwid-powermeter(1)
diff --git a/debian/patches/02-man-pages-fix.patch b/debian/patches/02-man-pages-fix.patch
deleted file mode 100644
index 8a07a7d..0000000
--- a/debian/patches/02-man-pages-fix.patch
+++ /dev/null
@@ -1,107 +0,0 @@
-Description: Fix some warnings in man pages
-Author: Thomas Roehl <thomas.roehl at fau.de>$
-Last-Update: 2014-10-29$
----$
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/$
---- a/doc/likwid-bench.1
-+++ b/doc/likwid-bench.1
-@@ -54,7 +54,7 @@ specify the number of workgroups to perf
- Specify the affinity domain, thread count and data set size for the current benchmarking run (mandatory).
- 
- .SH WORKGROUP SYNTAX
--.B <thread_domain>:<size>[:<num_threads>[:<chunk_size>:<stride>]][-<streamId>:<domain_id>]
-+.B <thread_domain>:<size> [:<num_threads>[:<chunk_size>:<stride>]] [-<streamId>:<domain_id>]
- with size in kB, MB or GB.
- Where thread domain is where threads are placed. Size is the total data set size for the benchmark. num_threads specifies how many threads are used. Threads are always placed using a compact policy in
- .B likwid-bench.
-@@ -95,8 +95,8 @@ The option INSTRUMENT_BENCH in config.mk
- .PP
- .B likwid-perfctr 
- will configure and start the performance counters on socket 0 with 4 threads prior to the execution of
--.B likwid-bench
--. The performance counters are read right before and after running the benchmarking code to 
-+.B likwid-bench.
-+The performance counters are read right before and after running the benchmarking code to 
- minimize the interferences of the measurement.
- .IP 5. 4
- Run the copy benchmark and place the data on other socket
---- a/doc/likwid-perfctr.1
-+++ b/doc/likwid-perfctr.1
-@@ -137,13 +137,13 @@ or use the builtin pin functionality.
- .IP 1. 4
- As wrapper with performance group:
- .TP
--.B likwid-perfctr  -C 0-2  -g TLB   ./cacheBench -n 2 -l 1048576 -i 100 -t Stream
-+.B likwid-perfctr -C 0-2 -g TLB ./cacheBench -n 2 -l 1048576 -i 100 -t Stream
- .PP
- The parent process is pinned to processor 0, Thread 0 to processor 1 and Thread 1 to processor 2.
- .IP 2. 4
- As wrapper with custom event set on AMD:
- .TP
--.B likwid-perfctr  -C 0-4  -g INSTRUCTIONS_RETIRED_SSE:PMC0,CPU_CLOCKS_UNHALTED:PMC3   ./cacheBench
-+.B likwid-perfctr -C 0-4 -g INSTRUCTIONS_RETIRED_SSE:PMC0,CPU_CLOCKS_UNHALTED:PMC3 ./cacheBench
- .PP
- It is specified that the event
- .B INSTRUCTIONS_RETIRED_SSE
-@@ -160,7 +160,7 @@ event. If you want this you have to incl
- .IP 3. 4
- As wrapper with custom event set on Intel:
- .TP
--.B likwid-perfctr  -C 0  -g INSTR_RETIRED_ANY:FIXC0,CPU_CLK_UNHALTED_CORE:FIXC1,UNC_L3_LINES_IN_ANY:UPMC0  ./stream-icc
-+.B likwid-perfctr -C 0 -g INSTR_RETIRED_ANY:FIXC0,UOPS_ISSUED_ANY:PMC0 ./stream-icc
- .PP
- On Intel processors fixed events are measured on dedicated counters. These are
- .B INSTR_RETIRED_ANY
-@@ -175,7 +175,7 @@ will calculate the runtime and CPI metri
- .IP 4. 4
- Using the marker API to measure only parts of your code (this can be used both with groups or custom event sets):
- .TP
--.B likwid-perfctr -m -C 0-4  -g INSTRUCTIONS_RETIRED_SSE:PMC0,CPU_CLOCKS_UNHALTED:PMC3   ./cacheBench
-+.B likwid-perfctr -m -C 0-4 -g INSTRUCTIONS_RETIRED_SSE:PMC0,CPU_CLOCKS_UNHALTED:PMC3 ./cacheBench
- .PP
- You have to link you code against liblikwid.a/.so and use the marker API calls.
- The following code snippet shows the necessary calls:
-@@ -211,7 +211,7 @@ if (threadId == 0)
- .IP 5. 4
- Using likwid in timeline mode:
- .TP
--.B likwid-perfctr -c 0-3  -g FLOPS_DP -t 300ms  ./cacheBench > out.txt
-+.B likwid-perfctr -c 0-3 -g FLOPS_DP -t 300ms ./cacheBench > out.txt
- .PP
- This will read out the counters every 300ms on physical cores 0-3 and write the results to out.txt.
- For timeline mode there is a frontend application likwid-scope, which enables live plotting of selected events.
-@@ -220,7 +220,7 @@ For more code examples have a look at th
- .IP 6. 4
- Using likwid in stethoscope mode:
- .TP
--.B likwid-perfctr -c 0-3  -g FLOPS_DP -S 2s
-+.B likwid-perfctr -c 0-3 -g FLOPS_DP -S 2s
- .PP
- This will start the counters and read them out after 2s on physical cores 0-3 and write the results to stdout.
- 
---- a/doc/likwid-pin.1
-+++ b/doc/likwid-pin.1
-@@ -27,8 +27,8 @@ to a dedicated processor as specified in
- .PP
- Per default every generated thread is pinned to the core in the order of calls 
- to 
--.I pthread_create
--. It is possible to skip single threads using -s commandline option.
-+.I pthread_create.
-+It is possible to skip single threads using -s commandline option.
- .PP
- For OpenMP implementations gcc and icc compilers are explicitly supported. Others may also work.
- .B likwid-pin
---- a/doc/likwid-setFrequencies.1
-+++ b/doc/likwid-setFrequencies.1
-@@ -13,8 +13,8 @@ likwid-setFrequencies \- print and manag
- .SH DESCRIPTION
- .B likwid-setFrequencies
- is a command line application to set the clock frequency of CPU cores. Since only priviledged users are allowed to change the frequency of CPU cores, the application works in combination with a daemon 
--.B likwid-setFreq
--. The daemon needs the suid permission bit to be set in order to manipulate the sysfs entries. With 
-+.B likwid-setFreq.
-+The daemon needs the suid permission bit to be set in order to manipulate the sysfs entries. With 
- .B likwid-setFrequencies
- the clock of all cores inside a the cpu_list or affinity domain can be set to a specific frequency or governor at once.
- .SH OPTIONS
diff --git a/debian/patches/03-Makefile-man.patch b/debian/patches/03-Makefile-man.patch
deleted file mode 100644
index 534381f..0000000
--- a/debian/patches/03-Makefile-man.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-Description: Add missing manual files
- Some manual pages are missing in common likwid-3.1.2 packet. This patch adds
- them to the install and uninstall target in Makefile
- Author: Thomas Roehl <thomas.roehl at fau.de>$
- Last-Update: 2014-10-28$
- ---$
- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/$
---- a/Makefile
-+++ b/Makefile
-@@ -308,6 +308,13 @@ install:
- 	@sed -e "s/<VERSION>/$(VERSION)/g" -e "s/<DATE>/$(DATE)/g" < $(DOC_DIR)/likwid-pin.1 > $(MANPREFIX)/man1/likwid-pin.1
- 	@sed -e "s/<VERSION>/$(VERSION)/g" -e "s/<DATE>/$(DATE)/g" < $(DOC_DIR)/likwid-setFrequencies.1 > $(MANPREFIX)/man1/likwid-setFrequencies.1
- 	@sed -e "s/<VERSION>/$(VERSION)/g" -e "s/<DATE>/$(DATE)/g" < $(DOC_DIR)/likwid-bench.1 > $(MANPREFIX)/man1/likwid-bench.1
-+	@sed -e "s/<VERSION>/$(VERSION)/g" -e "s/<DATE>/$(DATE)/g" < $(DOC_DIR)/feedGnuplot.1 > $(MANPREFIX)/man1/feedGnuplot.1
-+	@sed -e "s/<VERSION>/$(VERSION)/g" -e "s/<DATE>/$(DATE)/g" < $(DOC_DIR)/likwid-accessD.1 > $(MANPREFIX)/man1/likwid-accessD.1
-+	@sed -e "s/<VERSION>/$(VERSION)/g" -e "s/<DATE>/$(DATE)/g" < $(DOC_DIR)/likwid-genCfg.1 > $(MANPREFIX)/man1/likwid-genCfg.1
-+	@sed -e "s/<VERSION>/$(VERSION)/g" -e "s/<DATE>/$(DATE)/g" < $(DOC_DIR)/likwid-memsweeper.1 > $(MANPREFIX)/man1/likwid-memsweeper.1
-+	@sed -e "s/<VERSION>/$(VERSION)/g" -e "s/<DATE>/$(DATE)/g" < $(DOC_DIR)/likwid-mpirun.1 > $(MANPREFIX)/man1/likwid-mpirun.1
-+	@sed -e "s/<VERSION>/$(VERSION)/g" -e "s/<DATE>/$(DATE)/g" < $(DOC_DIR)/likwid-perfscope.1 > $(MANPREFIX)/man1/likwid-perfscope.1
-+	@sed -e "s/<VERSION>/$(VERSION)/g" -e "s/<DATE>/$(DATE)/g" < $(DOC_DIR)/likwid-setFreq.1 > $(MANPREFIX)/man1/likwid-setFreq.1
- 	@chmod 644 $(MANPREFIX)/man1/likwid-*
- 	@echo "===> INSTALL headers to $(PREFIX)/include"
- 	@mkdir -p $(PREFIX)/include
-@@ -333,7 +340,8 @@ uninstall:
- 	@echo "===> REMOVING daemon applications from $(PREFIX)/sbin"
- 	@rm -f $(addprefix $(PREFIX)/sbin/,$(DAEMON_APPS)) 
- 	@echo "===> REMOVING man pages from $(MANPREFIX)/man1"
--	@rm -f $(addprefix $(MANPREFIX)/man1/,$(addsuffix  .1,$(APPS)))
-+	@rm -f $(MANPREFIX)/man1/likwid-*
-+	@rm -f $(MANPREFIX)/man1/feedGnuplot.1
- 	@echo "===> REMOVING headers from $(PREFIX)/include"
- 	@rm -f $(PREFIX)/include/likwid*.h
- 	@echo "===> REMOVING libs from $(PREFIX)/lib"
diff --git a/debian/patches/04-Makefile-overload.patch b/debian/patches/04-Makefile-overload.patch
deleted file mode 100644
index ea0015d..0000000
--- a/debian/patches/04-Makefile-overload.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Description: Add soname for LIKWID's pinning library
-Author: Thomas Roehl <thomas.roehl at fau.de>$
-Last-Update: 2014-10-28$
----$
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/$
---- a/src/pthread-overload/Makefile
-+++ b/src/pthread-overload/Makefile
-@@ -43,5 +43,5 @@ CPPFLAGS := $(CPPFLAGS) $(DEFINES) $(INC
- all: $(TARGET)
- 
- $(TARGET): pthread-overload.c
--	$(CC) $(CFLAGS) $(ANSI_CFLAGS) $(CPPFLAGS) $(INCLUDES) $(SHARED_CFLAGS) $(SHARED_LFLAGS) -o ../../$(TARGET) pthread-overload.c $(LIBS)
-+	$(CC) -Wl,-soname,$(TARGET).$(VERSION) $(CFLAGS) $(ANSI_CFLAGS) $(CPPFLAGS) $(INCLUDES) $(SHARED_CFLAGS) $(SHARED_LFLAGS) -o ../../$(TARGET) pthread-overload.c $(LIBS)
- 
diff --git a/debian/patches/05-ghashc-copyright.patch b/debian/patches/05-ghashc-copyright.patch
deleted file mode 100644
index f936e75..0000000
--- a/debian/patches/05-ghashc-copyright.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Description: Change copyright in ghash.c
- The license in ghash.c is false, the basic LIKWID header was copied to the files
- at release. This patch changes the faulty license to the one of the Glib authors
- Author: Thomas Roehl <thomas.roehl at fau.de>$
- Last-Update: 2014-11-18$
- ---$
- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/$
---- a/src/ghash.c
-+++ b/src/ghash.c
-@@ -1,10 +1,10 @@
- /*
-  * =======================================================================================
-- *      Copyright (C) 2014 Jan Treibig
-+ *      Copyright (C) 1995-1997  Peter Mattis, Spencer Kimball and Josh MacDonald
-  *
-  *      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 3 of the License, or (at your option) any later
-+ *      the terms of the GNU Lesser 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
diff --git a/debian/patches/06-ghashh-copyright.patch b/debian/patches/06-ghashh-copyright.patch
deleted file mode 100644
index 85b68c6..0000000
--- a/debian/patches/06-ghashh-copyright.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Description: Change copyright in ghash.h
- The license in ghash.h is false, the basic LIKWID header was copied to the files
- at release. This patch changes the faulty license to the one of the Glib authors
- Author: Thomas Roehl <thomas.roehl at fau.de>$
- Last-Update: 2014-11-18$
- ---$
- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/$
-
---- likwid-3.1.2/src/includes/ghash.h	2014-11-04 15:21:30.000000000 +0100
-+++ likwid-git/src/includes/ghash.h	2014-11-18 17:34:50.090392000 +0100
-@@ -1,10 +1,10 @@
- /*
-  * =======================================================================================
-- *      Copyright (C) 2014 Jan Treibig
-+ *      Copyright (C) 1995-1997  Peter Mattis, Spencer Kimball and Josh MacDonald
-  *
-  *      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 3 of the License, or (at your option) any later
-+ *      the terms of the GNU Lesser 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
diff --git a/debian/patches/10-debianize.patch b/debian/patches/10-debianize.patch
deleted file mode 100644
index 3730a47..0000000
--- a/debian/patches/10-debianize.patch
+++ /dev/null
@@ -1,112 +0,0 @@
-Description: Debianize Package
- make config.mk etc. able to cope with Debian build process
-Author: Christoph Martin <martin at uni-mainz.de>
-Last-Update: 2014-10-24
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/make/include_GCC.mk
-+++ b/make/include_GCC.mk
-@@ -1,5 +1,5 @@
- CC  = gcc
--FC  = ifort
-+FC  = gfortran
- AS  = as
- AR  = ar
- PAS = ./perl/AsmGen.pl
-@@ -12,16 +12,16 @@ GEN_PMHEADER = ./perl/gen_events.pl
- #ANSI_CFLAGS += -Wextra
- #ANSI_CFLAGS += -Wall
- 
--CFLAGS   =  -O2  -Wno-format -std=c99
--FCFLAGS  = -module ./  # ifort
--#FCFLAGS  = -J ./  -fsyntax-only  #gfortran
-+CFLAGS   +=  -O2  -Wno-format -std=c99
-+#FCFLAGS  = -module ./  # ifort
-+FCFLAGS  = $(FFLAGS) -J ./  -fsyntax-only  #gfortran
- PASFLAGS  = x86-64
- ASFLAGS  =
--CPPFLAGS =
--LFLAGS   =  -pthread
-+CPPFLAGS +=
-+LFLAGS   = $(LDFLAGS) -pthread
- 
- SHARED_CFLAGS = -fpic
--SHARED_LFLAGS = -shared
-+SHARED_LFLAGS = $(LDFLAGS) -shared
- 
- DEFINES  = -D_GNU_SOURCE
- DEFINES  += -DPAGE_ALIGNMENT=4096
---- a/Makefile
-+++ b/Makefile
-@@ -72,7 +72,7 @@ DEFINES   += -DVERSION=$(VERSION)
- 
- #CONFIGURE BUILD SYSTEM
- BUILD_DIR  = ./$(COMPILER)
--Q         ?= @
-+#Q         ?= @
- GENGROUPLOCK = .gengroup
- 
- ifeq ($(COMPILER),MIC)
-@@ -205,18 +205,18 @@ $(DYNAMIC_TARGET_LIB): $(OBJ)
- 
- $(DAEMON_TARGET): $(SRC_DIR)/access-daemon/accessDaemon.c
- 	@echo "===>  Build access daemon $(DAEMON_TARGET)"
--	$(Q)$(MAKE) -s -C  $(SRC_DIR)/access-daemon $(DAEMON_TARGET)
-+	$(Q)$(MAKE) -C  $(SRC_DIR)/access-daemon CFLAGS="$(CFLAGS) $(LDFLAGS)" $(DAEMON_TARGET)
- 
- $(SETFREQ_TARGET): $(SRC_DIR)/access-daemon/setFreq.c
- 	@echo "===>  Build frequency daemon $(SETFREQ_TARGET)"
--	$(Q)$(MAKE) -s -C  $(SRC_DIR)/access-daemon $(SETFREQ_TARGET)
-+	$(Q)$(MAKE) -C  $(SRC_DIR)/access-daemon CFLAGS="$(CFLAGS) $(LDFLAGS)" $(SETFREQ_TARGET)
- 
- $(BUILD_DIR):
- 	@mkdir $(BUILD_DIR)
- 
- $(PINLIB):
- 	@echo "===>  CREATE LIB  $(PINLIB)"
--	$(Q)$(MAKE) -s -C src/pthread-overload/ $(PINLIB) 
-+	$(Q)$(MAKE) -C src/pthread-overload/ $(PINLIB)
- 
- $(GENGROUPLOCK): $(foreach directory,$(shell ls $(GROUP_DIR)), $(wildcard $(GROUP_DIR)/$(directory)/*.txt))
- 	@echo "===>  GENERATE GROUP HEADERS"
-@@ -319,11 +319,15 @@ install:
- 	@echo "===> INSTALL headers to $(PREFIX)/include"
- 	@mkdir -p $(PREFIX)/include
- 	@cp -f src/includes/likwid*.h  $(PREFIX)/include/
-+	echo $(FORTRAN_INSTALL)
- 	$(FORTRAN_INSTALL)
--	@echo "===> INSTALL libraries to $(PREFIX)/lib"
--	@mkdir -p $(PREFIX)/lib
--	@cp -f $(LIKWID_LIB)*  $(PREFIX)/lib
--	@chmod 755 $(PREFIX)/lib/$(PINLIB)
-+	@echo "===> INSTALL libraries to $(LIBPREFIX)"
-+	@mkdir -p $(LIBPREFIX)
-+	@cp -f $(LIKWID_LIB)*  $(LIBPREFIX)
-+	@chmod 755 $(LIBPREFIX)/$(PINLIB)
-+	mv $(LIBPREFIX)/$(PINLIB) $(LIBPREFIX)/$(PINLIB).$(VERSION).$(RELEASE)
-+	ln -s $(PINLIB).$(VERSION).$(RELEASE) $(LIBPREFIX)/$(PINLIB).$(VERSION)
-+	ln -s $(PINLIB).$(VERSION).$(RELEASE) $(LIBPREFIX)/$(PINLIB)
- 	@echo "===> INSTALL filters to $(LIKWIDFILTERPATH)"
- 	@mkdir -p $(LIKWIDFILTERPATH)
- 	@cp -f filters/*  $(LIKWIDFILTERPATH)
-@@ -344,8 +348,8 @@ uninstall:
- 	@rm -f $(MANPREFIX)/man1/feedGnuplot.1
- 	@echo "===> REMOVING headers from $(PREFIX)/include"
- 	@rm -f $(PREFIX)/include/likwid*.h
--	@echo "===> REMOVING libs from $(PREFIX)/lib"
--	@rm -f $(PREFIX)/lib/$(LIKWID_LIB)* 
-+	@echo "===> REMOVING libs from $(LIBPREFIX)"
-+	@rm -f $(LIBPREFIX)/$(LIKWID_LIB)*
- 	@echo "===> REMOVING filter from $(PREFIX)/share"
- 	@rm -rf  $(PREFIX)/share/likwid
- 
---- a/config.mk
-+++ b/config.mk
-@@ -11,6 +11,7 @@ COLOR = BLUE#NO SPACE
- # Path were to install likwid
- PREFIX = /usr/local#NO SPACE
- MANPREFIX = $(PREFIX)/man#NO SPACE
-+LIBPREFIX = $(PREFIX)/lib#NO SPACE
- 
- # For the daemon based secure msr/pci access configure
- # the absolute path to the msr daemon executable.
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index ad6ce0d..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,7 +0,0 @@
-01-manpages.patch
-02-man-pages-fix.patch
-03-Makefile-man.patch
-04-Makefile-overload.patch
-05-ghashc-copyright.patch
-06-ghashh-copyright.patch
-10-debianize.patch
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index 92c09f0..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-DPKG_EXPORT_BUILDFLAGS = 1
-include /usr/share/dpkg/buildflags.mk
-include /usr/share/dpkg/architecture.mk
-
-%:
-	dh $@
-
-override_dh_auto_build:
-	$(MAKE) PREFIX=/usr FORTRAN_INTERFACE=true
-
-override_dh_auto_install:
-	$(MAKE) PREFIX=$$(pwd)/debian/likwid/usr FORTRAN_INTERFACE=true MANPREFIX=$$(pwd)/debian/likwid/usr/share/man LIBPREFIX=$$(pwd)/debian/likwid/usr/lib/$(DEB_BUILD_GNU_TYPE) install
diff --git a/debian/source/format b/debian/source/format
deleted file mode 100644
index 163aaf8..0000000
--- a/debian/source/format
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (quilt)
diff --git a/debian/watch b/debian/watch
deleted file mode 100644
index a46d106..0000000
--- a/debian/watch
+++ /dev/null
@@ -1,2 +0,0 @@
-version=3
-http://ftp.fau.de/pub/likwid/likwid-(\d[\d.]*)\.tar\.gz

-- 
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