[blitz++] 10/18: * debian/control: - Standards-Version: 3.9.2 (no changes needed) - Build-Depends: texi2html - doc package Depends libjs-jquery which provides jquery.js * Debhelper 8 (control+compat) * debian/rules: - Fix sequence of dh arguments - Do not install unneeded *.la file Closes: #621305 - Remove copy of jquery.js which is provided by a link to the file provided in libjs-jquery:

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 0a8fd6dd764403660e2fec4bd38ee89a0f8fd2d9
Author: Andreas Tille <tille at debian.org>
Date:   Fri Apr 15 07:43:15 2011 +0000

      * debian/control:
        - Standards-Version: 3.9.2 (no changes needed)
        - Build-Depends: texi2html
        - doc package Depends libjs-jquery which provides jquery.js
      * Debhelper 8 (control+compat)
      * debian/rules:
        - Fix sequence of dh arguments
        - Do not install unneeded *.la file
          Closes: #621305
        - Remove copy of jquery.js which is provided by a link to the
          file provided in libjs-jquery:
---
 changelog          | 16 ++++++++++++++++
 compat             |  2 +-
 control            |  6 +++---
 libblitz-doc.links |  1 +
 rules              | 11 ++++++++---
 5 files changed, 29 insertions(+), 7 deletions(-)

diff --git a/changelog b/changelog
index 33e1238..c36f278 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,19 @@
+blitz++ (1:0.9-12) unstable; urgency=low
+
+  * debian/control:
+    - Standards-Version: 3.9.2 (no changes needed)
+    - Build-Depends: texi2html
+    - doc package Depends libjs-jquery which provides jquery.js
+  * Debhelper 8 (control+compat)
+  * debian/rules:
+    - Fix sequence of dh arguments
+    - Do not install unneeded *.la file
+      Closes: #621305
+    - Remove copy of jquery.js which is provided by a link to the
+      file provided in libjs-jquery:
+
+ -- Andreas Tille <tille at debian.org>  Fri, 08 Apr 2011 13:51:07 +0200
+
 blitz++ (1:0.9-11) unstable; urgency=low
 
   * debian/control:
diff --git a/compat b/compat
index 7f8f011..45a4fb7 100644
--- a/compat
+++ b/compat
@@ -1 +1 @@
-7
+8
diff --git a/control b/control
index eb72980..fe4a4a8 100644
--- a/control
+++ b/control
@@ -6,8 +6,8 @@ DM-Upload-Allowed: yes
 Uploaders: Andreas Tille <tille at debian.org>
 Build-Depends: gfortran | fortran-compiler, autotools-dev, texinfo,
  libblas-dev | libatlas-base-dev, liblapack-dev | libatlas-base-dev,
- debhelper (>= 7.1), d-shlibs, doxygen-latex, quilt
-Standards-Version: 3.9.1
+ debhelper (>= 8), d-shlibs, doxygen-latex, quilt, texi2html
+Standards-Version: 3.9.2
 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/
@@ -48,7 +48,7 @@ Description: C++ template class library for scientific computing
 Package: libblitz-doc
 Architecture: all
 Priority: extra
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, libjs-jquery
 Section: doc
 Description: C++ template class library for scientific computing
  Blitz++ offers a high level of abstraction, 
diff --git a/libblitz-doc.links b/libblitz-doc.links
new file mode 100644
index 0000000..1ab2b27
--- /dev/null
+++ b/libblitz-doc.links
@@ -0,0 +1 @@
+usr/share/javascript/jquery/jquery.js	usr/share/doc/libblitz-doc/html/doxygen/jquery.js
diff --git a/rules b/rules
index 4ae0239..1d4b1c8 100755
--- a/rules
+++ b/rules
@@ -5,11 +5,12 @@
 version=0.9
 libname=libblitz
 pkgname=$(libname)0ldbl
+docname=$(libname)-doc
 
 PREFIX = /usr
 
 %:
-	dh --with autotools-dev $@
+	dh $@ -with autotools-dev
 	# dh --with autotools-dev --with autoreconf $@ # Needs Build-Depends: dh-autoreconf
 
 override_dh_auto_configure:
@@ -34,7 +35,11 @@ override_dh_install:
 	done
 	d-shlibmove --ldbl --commit \
 	            --movedev "debian/tmp/usr/lib/pkgconfig/*" usr/lib/pkgconfig \
-	            --movedev "debian/tmp/usr/lib/*.la" usr/lib \
 	            lib/.libs/libblitz.so
 
-##	            --movedev "debian/tmp/usr/include/*" usr/include \
+	#######    --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
+
+	# Delete copy of jquery.js and replace it by a link (in dh_links) to libjs-jquery version
+	rm -f debian/$(docname)/usr/share/doc/$(docname)/html/doxygen/jquery.js

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