[Pkg-octave-commit] rev 407 - trunk/packages/sundials/debian

Rafael Laboissiere rafael at costa.debian.org
Mon Jan 9 00:52:51 UTC 2006


Author: rafael
Date: 2006-01-09 00:52:49 +0000 (Mon, 09 Jan 2006)
New Revision: 407

Modified:
   trunk/packages/sundials/debian/changelog
   trunk/packages/sundials/debian/control
   trunk/packages/sundials/debian/rules
Log:
Debian release sundials_2.1.1-6

Modified: trunk/packages/sundials/debian/changelog
===================================================================
--- trunk/packages/sundials/debian/changelog	2006-01-08 23:52:06 UTC (rev 406)
+++ trunk/packages/sundials/debian/changelog	2006-01-09 00:52:49 UTC (rev 407)
@@ -1,3 +1,12 @@
+sundials (2.1.1-6) unstable; urgency=low
+
+   +++ Changes by Thomas Weber
+
+  * debian/control: make doc package architecture "all"
+    debian/rules: dito (closes: #346392)
+
+ -- Debian Octave Group <pkg-octave-devel at lists.alioth.debian.org>  Sun,  8 Jan 2006 23:24:39 +0100
+
 sundials (2.1.1-5) unstable; urgency=low
 
    +++ Changes by Rafael Laboissiere

Modified: trunk/packages/sundials/debian/control
===================================================================
--- trunk/packages/sundials/debian/control	2006-01-08 23:52:06 UTC (rev 406)
+++ trunk/packages/sundials/debian/control	2006-01-09 00:52:49 UTC (rev 407)
@@ -38,7 +38,7 @@
 
 Package: libsundials-serial-doc
 Section: doc
-Architecture: any
+Architecture: all
 Depends: libsundials-serial
 Recommends: libsundials-serial-dev
 Description: SUNDIALS documentation files

Modified: trunk/packages/sundials/debian/rules
===================================================================
--- trunk/packages/sundials/debian/rules	2006-01-08 23:52:06 UTC (rev 406)
+++ trunk/packages/sundials/debian/rules	2006-01-09 00:52:49 UTC (rev 407)
@@ -81,11 +81,7 @@
 	install -d $(debusr)/include
 	install -d $(debdoc)/$(libpkg)
 	$(MAKE) install prefix=$(debusr)
-	install $(CURDIR)/cvode/doc/cv_guide.pdf	\
-		$(CURDIR)/cvodes/doc/cvs_guide.pdf	\
-		$(CURDIR)/ida/doc/ida_guide.pdf		\
-		$(CURDIR)/kinsol/doc/kin_guide.pdf	\
-		$(debdoc)/$(libpkg)
+	
 	# install lintian override file
 	install -m 644 -D debian/$(libpkg).lintian \
 	    $(debtmp)/usr/share/lintian/overrides/$(libpkg)
@@ -93,7 +89,11 @@
 
 # Build architecture-independent files here.
 binary-indep: build install
-# We have nothing to do by default.
+	install $(CURDIR)/cvode/doc/cv_guide.pdf	\
+		$(CURDIR)/cvodes/doc/cvs_guide.pdf	\
+		$(CURDIR)/ida/doc/ida_guide.pdf		\
+		$(CURDIR)/kinsol/doc/kin_guide.pdf	\
+		$(debdoc)/$(libpkg)
 
 # Build architecture-dependent files here.
 binary-arch: build install




More information about the Pkg-octave-commit mailing list