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

Thomas Weber thomas-guest at costa.debian.org
Sun Jan 8 13:17:49 UTC 2006


Author: thomas-guest
Date: 2006-01-08 13:17:49 +0000 (Sun, 08 Jan 2006)
New Revision: 399

Modified:
   trunk/packages/sundials/debian/changelog
   trunk/packages/sundials/debian/control
   trunk/packages/sundials/debian/rules
Log:
Make doc package architecture "all"



Modified: trunk/packages/sundials/debian/changelog
===================================================================
--- trunk/packages/sundials/debian/changelog	2006-01-01 23:52:41 UTC (rev 398)
+++ trunk/packages/sundials/debian/changelog	2006-01-08 13:17:49 UTC (rev 399)
@@ -1,3 +1,14 @@
+sundials (2.1.1-5) unstable; urgency=low
+
+   NOT YET RELEASED!
+
+   +++ Changes by Thomas Weber
+
+  * debian/control: make doc package architecture "all"
+    debian/rules: dito
+
+ --
+
 sundials (2.1.1-4) unstable; urgency=low
 
    +++ Changes by Rafael Laboissiere

Modified: trunk/packages/sundials/debian/control
===================================================================
--- trunk/packages/sundials/debian/control	2006-01-01 23:52:41 UTC (rev 398)
+++ trunk/packages/sundials/debian/control	2006-01-08 13:17:49 UTC (rev 399)
@@ -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-01 23:52:41 UTC (rev 398)
+++ trunk/packages/sundials/debian/rules	2006-01-08 13:17:49 UTC (rev 399)
@@ -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