[blitz++] 06/07: debian/rules: removed some unneeded stuff, d/control: delete superseded package texi2html from Build-Depends

Jerome Benoit calculus-guest at moszumanska.debian.org
Tue Aug 2 00:55:21 UTC 2016


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

calculus-guest pushed a commit to annotated tag debian/0.10-2
in repository blitz++.

commit 11b4684d6586ce5dcf4f92e82e2c00c602b5cdf0
Author: Andreas Tille <tille at debian.org>
Date:   Thu Oct 2 14:46:11 2014 +0000

    debian/rules: removed some unneeded stuff, d/control: delete superseded package texi2html from Build-Depends
---
 README.source |  4 ----
 changelog     |  3 +++
 control       |  1 -
 rules         | 15 +--------------
 4 files changed, 4 insertions(+), 19 deletions(-)

diff --git a/README.source b/README.source
deleted file mode 100644
index 5a153a4..0000000
--- a/README.source
+++ /dev/null
@@ -1,4 +0,0 @@
-This packages uses the quilt patch system. Please read
-/usr/share/doc/quilt/README.source for more information.
-
- -- Andreas Tille <tille at debian.org>  Mon, 31 Aug 2009 14:50:19 +0200
diff --git a/changelog b/changelog
index b9ff562..f21590e 100644
--- a/changelog
+++ b/changelog
@@ -7,6 +7,9 @@ blitz++ (1:0.10-2) UNRELEASED; urgency=medium
   * fix blitz.info dir entry (thanks for the patch to Kevin Ryde
     <user42 at zip.com.au>)
     Closes: #726566
+  * debian/README.source: deleted since redundant
+  * debian/rules: removed some unneeded stuff
+  * d/control: delete superseded package texi2html from Build-Depends
 
  -- Andreas Tille <tille at debian.org>  Thu, 02 Oct 2014 15:56:53 +0200
 
diff --git a/control b/control
index f18ef93..8e2162c 100644
--- a/control
+++ b/control
@@ -14,7 +14,6 @@ Build-Depends: gfortran | fortran-compiler,
                debhelper (>= 9),
                d-shlibs,
                doxygen-latex,
-               texi2html,
                cfortran
 Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-science/packages/libblitz/trunk/
diff --git a/rules b/rules
index 93fe6ee..eba18bf 100755
--- a/rules
+++ b/rules
@@ -2,12 +2,6 @@
 # debian/rules for blitz++
 # 2011         Andreas Tille <tille at debian.org> 
 
-CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
-CFLAGS:=$(shell dpkg-buildflags --get CFLAGS)
-CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS)
-LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
-
-version=0.9
 libname=libblitz
 pkgname=$(libname)0ldbl
 docname=$(libname)-doc
@@ -55,15 +49,8 @@ override_dh_compress:
 override_dh_install:
 	dh_install
 	
-	#mkdir -p `pwd`/debian/tmp/$(PREFIX)/share/doc/libblitz-doc/html
-	#for ext in html gif jpg ; do \
-	#    mv `pwd`/debian/tmp/$(PREFIX)/share/doc/blitz-0.9/*.$${ext} `pwd`/debian/tmp/$(PREFIX)/share/doc/libblitz-doc/html ; \
-	#done
 	d-shlibmove --ldbl --commit \
+	            --exclude-la \
 	            --movedev "debian/tmp/usr/lib/pkgconfig/blitz.pc" usr/lib/pkgconfig \
 	            lib/.libs/libblitz.so
 
-	#######    --movedev "debian/tmp/usr/lib/*.la" usr/lib \
-	# Make sure there will be no *.la file created automagically by d-shlibmove
-	find debian -name "*.la" -delete
-

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



More information about the debian-science-commits mailing list