[blitz++] 05/18: Bumped Standards-Version, clean up some things, fix oxygen install issue

Jerome Benoit calculus-guest at moszumanska.debian.org
Tue Aug 2 00:55:18 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-1
in repository blitz++.

commit 947335801af1bbca503706065d6d70d551bb2060
Author: Andreas Tille <tille at debian.org>
Date:   Mon Sep 14 21:51:18 2009 +0000

    Bumped Standards-Version, clean up some things, fix oxygen install issue
---
 README.source                               |  4 ++++
 changelog                                   | 11 +++++++++++
 control                                     | 11 ++++++-----
 patches/30_fix_doxygen_install_target.patch | 11 +++++++++++
 patches/series                              |  1 +
 rules                                       |  3 ++-
 6 files changed, 35 insertions(+), 6 deletions(-)

diff --git a/README.source b/README.source
new file mode 100644
index 0000000..5a153a4
--- /dev/null
+++ b/README.source
@@ -0,0 +1,4 @@
+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 6215220..668d12d 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,14 @@
+blitz++ (1:0.9-10) UNRELEASED; urgency=low
+
+  * Standards-Version: 3.8.3 (added README.source)
+  * Debhelper 7
+  * Build-Depends: autotools-dev
+  * debian/patches/30_fix_doxygen_install_target.patch: Replace install
+    by cp -a which enables copying directories recursively
+    Closes: #545635
+
+ -- Andreas Tille <tille at debian.org>  Tue, 08 Sep 2009 21:36:45 +0200
+
 blitz++ (1:0.9-9) unstable; urgency=medium
 
   * Urgency medium because of private report of FTBFS problem
diff --git a/control b/control
index 23059ab..d9d3186 100644
--- a/control
+++ b/control
@@ -4,11 +4,11 @@ Priority: optional
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 DM-Upload-Allowed: yes
 Uploaders: Andreas Tille <tille at debian.org>
-Build-Depends: gfortran | fortran-compiler, 
+Build-Depends: gfortran | fortran-compiler, autotools-dev,
  libblas-dev | libatlas-base-dev, liblapack-dev | libatlas-base-dev,
- debhelper (>= 6.0.7~), d-shlibs, texlive-latex-base, texlive-generic-recommended,
+ debhelper (>= 7.1), d-shlibs, texlive-latex-base, texlive-generic-recommended,
  texi2html, texinfo, doxygen, graphviz, quilt
-Standards-Version: 3.8.0
+Standards-Version: 3.8.3
 Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/libblitz/trunk/?rev=0&sc=0
 Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/libblitz/trunk/
 Homepage: http://oonumerics.org/blitz/
@@ -17,7 +17,7 @@ Package: libblitz0ldbl
 Architecture: any
 Priority: extra
 Section: libs
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: libblitz-doc
 Conflicts: libblitz0
 Replaces: libblitz0
@@ -33,7 +33,7 @@ Package: libblitz0-dev
 Architecture: any
 Priority: extra
 Section: libdevel
-Depends: libblitz0ldbl (= ${binary:Version})
+Depends: libblitz0ldbl (= ${binary:Version}), ${misc:Depends}
 Provides: libblitz-dev, blitz++
 Conflicts: libblitz-dev, blitz++
 Recommends: libblitz-doc
@@ -49,6 +49,7 @@ Description: C++ template class library for scientific computing
 Package: libblitz-doc
 Architecture: all
 Priority: extra
+Depends: ${misc:Depends}
 Section: doc
 Description: C++ template class library for scientific computing
  Blitz++ offers a high level of abstraction, 
diff --git a/patches/30_fix_doxygen_install_target.patch b/patches/30_fix_doxygen_install_target.patch
new file mode 100644
index 0000000..a173cf2
--- /dev/null
+++ b/patches/30_fix_doxygen_install_target.patch
@@ -0,0 +1,11 @@
+--- blitz++-0.9.orig/doc/doxygen/Makefile.in
++++ blitz++-0.9/doc/doxygen/Makefile.in
+@@ -171,7 +171,7 @@
+ FLIBS = @FLIBS@
+ FORTRAN_ENABLED_FALSE = @FORTRAN_ENABLED_FALSE@
+ FORTRAN_ENABLED_TRUE = @FORTRAN_ENABLED_TRUE@
+-INSTALL_DATA = @INSTALL_DATA@
++INSTALL_DATA = cp -a
+ INSTALL_PROGRAM = @INSTALL_PROGRAM@
+ INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
diff --git a/patches/series b/patches/series
index 4b9d859..667533c 100644
--- a/patches/series
+++ b/patches/series
@@ -1,2 +1,3 @@
 01_gcc_43_missing_includes.patch
 01_gcc34_amd64.patch
+30_fix_doxygen_install_target.patch
diff --git a/rules b/rules
index d991ebd..ad11d3d 100755
--- a/rules
+++ b/rules
@@ -35,12 +35,13 @@ clean: unpatch
 
 	[ ! -f Makefile ] || $(MAKE) distclean
 
+	rm -f blitz/blitz.info
 	dh_clean
 
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_clean
 	dh_installdirs
 	$(MAKE) install prefix=`pwd`/debian/tmp/$(PREFIX)
 	# Move old blitz.info right into place

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