[Likwid-commit] [likwid] 05/05: * New upstream version 4.2.1+dfsg1 * remove -Wno-format (closes: #871065)

Christoph Martin chrism at debian.org
Wed Aug 30 08:29:42 UTC 2017


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

chrism pushed a commit to branch master
in repository likwid.

commit c37d9d9043987733d48188e3c59ebfbc8a76de6f
Author: Christoph Martin <martin at uni-mainz.de>
Date:   Tue Aug 29 16:05:39 2017 +0200

    * New upstream version 4.2.1+dfsg1
    * remove -Wno-format (closes: #871065)
---
 debian/changelog                  | 7 +++++++
 debian/patches/10-debianize.patch | 8 ++++----
 debian/patches/series             | 2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c29b37a..7b97bbb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+likwid (4.2.1+dfsg1-1) unstable; urgency=medium
+
+  * New upstream version 4.2.1+dfsg1
+  * remove -Wno-format (closes: #871065)
+
+ -- Christoph Martin <martin at uni-mainz.de>  Tue, 29 Aug 2017 16:04:55 +0200
+
 likwid (4.2.0-2) unstable; urgency=medium
 
   * fix i386 and x32 builds
diff --git a/debian/patches/10-debianize.patch b/debian/patches/10-debianize.patch
index 5e1f3fd..4654e6e 100644
--- a/debian/patches/10-debianize.patch
+++ b/debian/patches/10-debianize.patch
@@ -20,7 +20,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 -CFLAGS   =  -O2 -std=c99 -Wno-format -fPIC
 -FCFLAGS  = -module ./  # ifort
 -#FCFLAGS  = -J ./  -fsyntax-only  #gfortran
-+CFLAGS   +=  -O2 -std=c99 -Wno-format -fPIC
++CFLAGS   +=  -O2 -std=c99 -fPIC
 +#FCFLAGS  = -module ./  # ifort
 +FCFLAGS  = $(FFLAGS) -J ./  -fsyntax-only  #gfortran
  PASFLAGS  = x86-64
@@ -121,7 +121,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 @@ -358,8 +358,8 @@ install: install_daemon install_freq
  	@echo "===> INSTALL man pages to $(MANPREFIX)/man1"
  	@mkdir -p $(MANPREFIX)/man1
- 	@chmod 775 $(MANPREFIX)/man1
+ 	@chmod 755 $(MANPREFIX)/man1
 -	@sed -e "s/<VERSION>/$(VERSION)/g" -e "s/<DATE>/$(DATE)/g" < $(DOC_DIR)/likwid-topology.1 > $(MANPREFIX)/man1/likwid-topology.1
 -	@sed -e "s/<VERSION>/$(VERSION)/g" -e "s/<DATE>/$(DATE)/g" -e "s+<PREFIX>+$(PREFIX)+g" < $(DOC_DIR)/likwid-perfctr.1 > $(MANPREFIX)/man1/likwid-perfctr.1
 +	@sed -e "s/<VERSION>/$(VERSION)/g" -e "s/<DATE>/$(DATE)/g" -e "s+<INSTALLED_PREFIX>+$(INSTALLED_PREFIX)+g" < $(DOC_DIR)/likwid-topology.1 > $(MANPREFIX)/man1/likwid-topology.1
@@ -130,7 +130,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  	@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)/feedGnuplot.1 > $(MANPREFIX)/man1/feedGnuplot.1
 @@ -401,7 +401,7 @@ install: install_daemon install_freq
- 	@chmod 775 $(PREFIX)/share/likwid/examples
+ 	@chmod 755 $(PREFIX)/share/likwid/examples
  	@install -m 644 examples/* $(PREFIX)/share/likwid/examples
  	@echo "===> INSTALL default likwid-agent.conf to $(PREFIX)/share/likwid/mongroups"
 -	@sed -e "s+<PREFIX>+$(PREFIX)+g" monitoring/likwid-agent.conf > $(PREFIX)/share/likwid/mongroups/likwid-agent.conf
@@ -276,7 +276,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  
 -CFLAGS   =  -O2 -g -m32 -Wno-format -fPIC
 -FCFLAGS  = -J ./  -fsyntax-only
-+CFLAGS   +=  -O2 -g -Wno-format -fPIC
++CFLAGS   +=  -O2 -g -fPIC
 +FCFLAGS  = $(FFLAGS) -J ./  -fsyntax-only
  PASFLAGS  = x86
 -ASFLAGS  = --32 -g
diff --git a/debian/patches/series b/debian/patches/series
index 21765d2..5c6af51 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -8,4 +8,4 @@
 #08-no-stream.patch
 10-debianize.patch
 #15-32bit-regtypemask.patch
-20-regTypeMask.patch
+#20-regTypeMask.patch

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