[limereg] 14/33: Fixed debian issues #792624 and #792625 (multiarch difference in man pages)

Mattia Rizzolo mattia at debian.org
Wed May 3 16:39:34 UTC 2017


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

mattia pushed a commit to branch master
in repository limereg.

commit 950e799475000008054d9f54890f4cdfd9a08ec2
Author: Roelof Berg <rberg at berg-solutions.de>
Date:   Tue Aug 11 23:14:45 2015 +0200

    Fixed debian issues #792624 and #792625 (multiarch difference in man pages)
---
 debian/changelog |  6 ++++++
 debian/rules     | 10 ++++++----
 2 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b3dc9f8..994f695 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+limereg (1.4.0-2) unstable; urgency=low
+
+  * Fixed debian issues #792624 and #792625 (multiarch difference in man pages)
+
+ -- Roelof Berg <rberg at berg-solutions.de>  Tue, 11 Aug 2015 22:00:00 +0100
+
 limereg (1.4.0-1) unstable; urgency=low
 
   * Support for arbitrary aspect ratios
diff --git a/debian/rules b/debian/rules
index ededdcb..a745a27 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,12 +7,10 @@
 DPKG_EXPORT_BUILDFLAGS = 1
 include /usr/share/dpkg/default.mk
 
-#CFLAGS=-Ofast
 CFLAGS := $(filter-out -O2,$(CFLAGS))
 #CFLAGS+=-Ofast -flto
 CFLAGS+=-Ofast
 
-#CXXFLAGS=-Ofast
 CXXFLAGS := $(filter-out -O2,$(CXXFLAGS))
 #CXXFLAGS+=-Ofast -flto
 CXXFLAGS+=-Ofast
@@ -34,8 +32,12 @@ CXXFLAGS+=-Ofast
 	dh $@ 
 
 # debmake generated override targets
-# This is example for Cmake (See http://bugs.debian.org/641051 )
 #override_dh_auto_configure:
 #	dh_auto_configure -- \
-#	-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
+#	CFLAGS="-Ofast" CXXFLAGS="-Ofast"
+ 
+override_dh_install:
+	sed -i 's/^.TH .*/.TH "liblimereg" 3 "August 2015" "liblimereg-1.4.0" \\" -*- nroff -*-/' debian/tmp/usr/share/man/man3/liblimereg.3
+	sed -i 's/^.TH .*/.TH "limereg.h" 3 "August 2015" "liblimereg-1.4.0" \\" -*- nroff -*-/' debian/tmp/usr/share/man/man3/limereg.h.3
+	dh_install
 

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



More information about the debian-science-commits mailing list