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

Rafael Laboissiere rafael at costa.debian.org
Sun Jan 8 23:51:41 UTC 2006


Author: rafael
Date: 2006-01-08 23:51:41 +0000 (Sun, 08 Jan 2006)
New Revision: 405

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

Modified: trunk/packages/sundials/debian/changelog
===================================================================
--- trunk/packages/sundials/debian/changelog	2006-01-08 23:48:55 UTC (rev 404)
+++ trunk/packages/sundials/debian/changelog	2006-01-08 23:51:41 UTC (rev 405)
@@ -1,11 +1,10 @@
 sundials (2.1.1-5) unstable; urgency=low
 
-   +++ Changes by Thomas Weber
+   +++ Changes by Rafael Laboissiere
 
-  * debian/control: make doc package architecture "all"
-    debian/rules: dito (closes: #346392)
+  * First official Debian release (closes: #341565)
 
- -- Debian Octave Group <pkg-octave-devel at lists.alioth.debian.org>  Sun,  8 Jan 2006 23:24:39 +0100
+ -- Debian Octave Group <pkg-octave-devel at lists.alioth.debian.org>  Tue,  6 Dec 2005 19:52:13 +0100
 
 sundials (2.1.1-4) unstable; urgency=low
 

Modified: trunk/packages/sundials/debian/control
===================================================================
--- trunk/packages/sundials/debian/control	2006-01-08 23:48:55 UTC (rev 404)
+++ trunk/packages/sundials/debian/control	2006-01-08 23:51:41 UTC (rev 405)
@@ -38,7 +38,7 @@
 
 Package: libsundials-serial-doc
 Section: doc
-Architecture: all
+Architecture: any
 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:48:55 UTC (rev 404)
+++ trunk/packages/sundials/debian/rules	2006-01-08 23:51:41 UTC (rev 405)
@@ -81,7 +81,11 @@
 	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)
@@ -89,11 +93,7 @@
 
 # Build architecture-independent files here.
 binary-indep: build install
-	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)
+# We have nothing to do by default.
 
 # Build architecture-dependent files here.
 binary-arch: build install




More information about the Pkg-octave-commit mailing list