r35844 - in /packages/libblitz/trunk/debian: README.source changelog control patches/30_fix_doxygen_install_target.patch patches/series rules
tille at users.alioth.debian.org
tille at users.alioth.debian.org
Mon Sep 14 21:51:18 UTC 2009
Author: tille
Date: Mon Sep 14 21:51:18 2009
New Revision: 35844
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=35844
Log:
Bumped Standards-Version, clean up some things, fix oxygen install issue
Added:
packages/libblitz/trunk/debian/README.source
packages/libblitz/trunk/debian/patches/30_fix_doxygen_install_target.patch
Modified:
packages/libblitz/trunk/debian/changelog
packages/libblitz/trunk/debian/control
packages/libblitz/trunk/debian/patches/series
packages/libblitz/trunk/debian/rules
Added: packages/libblitz/trunk/debian/README.source
URL: http://svn.debian.org/wsvn/debian-science/packages/libblitz/trunk/debian/README.source?rev=35844&op=file
==============================================================================
--- packages/libblitz/trunk/debian/README.source (added)
+++ packages/libblitz/trunk/debian/README.source Mon Sep 14 21:51:18 2009
@@ -1,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
Modified: packages/libblitz/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/libblitz/trunk/debian/changelog?rev=35844&op=diff
==============================================================================
--- packages/libblitz/trunk/debian/changelog (original)
+++ packages/libblitz/trunk/debian/changelog Mon Sep 14 21:51:18 2009
@@ -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
Modified: packages/libblitz/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/libblitz/trunk/debian/control?rev=35844&op=diff
==============================================================================
--- packages/libblitz/trunk/debian/control (original)
+++ packages/libblitz/trunk/debian/control Mon Sep 14 21:51:18 2009
@@ -4,11 +4,11 @@
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 @@
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 @@
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 @@
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,
Added: packages/libblitz/trunk/debian/patches/30_fix_doxygen_install_target.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/libblitz/trunk/debian/patches/30_fix_doxygen_install_target.patch?rev=35844&op=file
==============================================================================
--- packages/libblitz/trunk/debian/patches/30_fix_doxygen_install_target.patch (added)
+++ packages/libblitz/trunk/debian/patches/30_fix_doxygen_install_target.patch Mon Sep 14 21:51:18 2009
@@ -1,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@
Modified: packages/libblitz/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/libblitz/trunk/debian/patches/series?rev=35844&op=diff
==============================================================================
--- packages/libblitz/trunk/debian/patches/series (original)
+++ packages/libblitz/trunk/debian/patches/series Mon Sep 14 21:51:18 2009
@@ -1,2 +1,3 @@
01_gcc_43_missing_includes.patch
01_gcc34_amd64.patch
+30_fix_doxygen_install_target.patch
Modified: packages/libblitz/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/libblitz/trunk/debian/rules?rev=35844&op=diff
==============================================================================
--- packages/libblitz/trunk/debian/rules (original)
+++ packages/libblitz/trunk/debian/rules Mon Sep 14 21:51:18 2009
@@ -35,12 +35,13 @@
[ ! -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
More information about the debian-science-commits
mailing list