r36740 - in /packages/sundials/trunk/debian: README.source changelog control rules

trophime-guest at users.alioth.debian.org trophime-guest at users.alioth.debian.org
Mon Jul 19 07:08:32 UTC 2010


Author: trophime-guest
Date: Mon Jul 19 07:08:16 2010
New Revision: 36740

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36740
Log:
remove pdf doc files from orig tarball

Modified:
    packages/sundials/trunk/debian/README.source
    packages/sundials/trunk/debian/changelog
    packages/sundials/trunk/debian/control
    packages/sundials/trunk/debian/rules

Modified: packages/sundials/trunk/debian/README.source
URL: http://svn.debian.org/wsvn/debian-science/packages/sundials/trunk/debian/README.source?rev=36740&op=diff
==============================================================================
--- packages/sundials/trunk/debian/README.source (original)
+++ packages/sundials/trunk/debian/README.source Mon Jul 19 07:08:16 2010
@@ -4,3 +4,5 @@
 Packaging makes use of CDBS and quilt. For the latter see
 `/usr/share/doc/quilt/README.source'.
 
+Documentation files included in the distribution have been removed
+You can find sundials documentation on https://computation.llnl.gov/casc/sundials/documentation/documentation.html

Modified: packages/sundials/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/sundials/trunk/debian/changelog?rev=36740&op=diff
==============================================================================
--- packages/sundials/trunk/debian/changelog (original)
+++ packages/sundials/trunk/debian/changelog Mon Jul 19 07:08:16 2010
@@ -1,9 +1,16 @@
+sundials (2.4.0-2) unstable; urgency=low
+
+  * debian/rules: remove pdf documentation files from orig tarball
+  * debian/control: remove libsundials-serial-doc
+
+ -- Christophe Trophime <christophe.trophime at grenoble.cnrs.fr>  Mon, 19 Jul 2010 08:51:47 +0200
+
 sundials (2.4.0-1) unstable; urgency=low
 
   * Team upload
   * New upstream version
   * Add a separate package for IDAS
-  * debian/control:  add missing builddependencies on blas/lpack
+  * debian/control:  add missing builddependencies on blas/lapack
 
  -- Christophe Trophime <christophe.trophime at grenoble.cnrs.fr>  Tue, 29 Jun 2010 10:52:57 +0100
 

Modified: packages/sundials/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/sundials/trunk/debian/control?rev=36740&op=diff
==============================================================================
--- packages/sundials/trunk/debian/control (original)
+++ packages/sundials/trunk/debian/control Mon Jul 19 07:08:16 2010
@@ -91,17 +91,17 @@
  SUNDIALS in C and, in case of FCVODE and FKINSOL, Fortran.  It also
  contains various example programs distributed by the upstream authors.
 
-Package: libsundials-serial-doc
-Section: doc
-Architecture: all
-Depends: ${misc:Depends}
-Recommends: libsundials-serial-dev
-Description: SUNDIALS documentation files
- The family of solvers referred to as SUNDIALS (SUit of Nonlinear and
- DIfferential/ALgebraic equation Solvers) consists of solvers CVODE
- (for ODE systems), CVODES (ODE with sensitivity analysis capabilities),
- IDA (for differential-algebraic systems), and KINSOL (for nonlinear
- algebraic systems).
- .
- This package contains SUNDIALS documentation.
+#Package: libsundials-serial-doc
+#Section: doc
+#Architecture: all
+#Depends: ${misc:Depends}
+#Recommends: libsundials-serial-dev
+#Description: SUNDIALS documentation files
+# The family of solvers referred to as SUNDIALS (SUit of Nonlinear and
+# DIfferential/ALgebraic equation Solvers) consists of solvers CVODE
+# (for ODE systems), CVODES (ODE with sensitivity analysis capabilities),
+# IDA (for differential-algebraic systems), and KINSOL (for nonlinear
+# algebraic systems).
+# .
+# This package contains SUNDIALS documentation.
 

Modified: packages/sundials/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/sundials/trunk/debian/rules?rev=36740&op=diff
==============================================================================
--- packages/sundials/trunk/debian/rules (original)
+++ packages/sundials/trunk/debian/rules Mon Jul 19 07:08:16 2010
@@ -21,6 +21,8 @@
 
 DEB_COMPRESS_EXCLUDE = .c .out .f
 
+USCAN_DESTDIR := $(CURDIR)
+
 # The following hack is necessary because the upstream makefiles do
 # not install $libdir and $includedir or $mandir
 common-install-prehook-impl::
@@ -29,8 +31,14 @@
 	mkdir -p $(debusr)/share/man/man1
 
 get-orig-source:
-	wget -O $(DEB_SOURCE_PACKAGE)_$(DEB_UPSTREAM_VERSION).orig.tar.gz \
+	wget -O $(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION).tar.gz \
 	     https://computation.llnl.gov/casc/sundials/download/code/$(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION).tar.gz
+	tar zxvf $(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION).tar.gz
+	find . -name \*.pdf | xargs rm
+	tar zcvf $(DEB_SOURCE_PACKAGE)_$(DEB_UPSTREAM_VERSION).orig.tar.gz $(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION)
+	rm -rf $(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION).tar.gz $(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION)
+	rm -rf $(DEB_SOURCE_PACKAGE)_$(DEB_UPSTREAM_VERSION).orig.tar.gz.*
+	
 
 build/libsundials-serial::
 	$(SHELL) debian/check.sh




More information about the debian-science-commits mailing list