[Pkg-scicomp-commits] sundials/trunk/debian

Daniel Leidert daniel.leidert.spam at gmx.net
Sun May 11 22:19:57 UTC 2008


SVN commit 2471 by dleidert-guest:

* debian/rules: Added get-orig-source target to retieve source code via
  wget, which works atm.

 M  +2 -0      sundials/trunk/debian/changelog  
 M  +4 -0      sundials/trunk/debian/rules  


--- sundials/trunk/debian/changelog #2470:2471
@@ -17,6 +17,8 @@
 
   [ Daniel Leidert ]
   * debian/sundials-config.1: Minor format changes.
+  * debian/rules: Added get-orig-source target to retieve source code via
+    wget, which works atm.
 
  -- Rafael Laboissiere <rafael at debian.org>  Tue, 18 Mar 2008 15:25:10 +0100
 
--- sundials/trunk/debian/rules #2470:2471
@@ -20,3 +20,7 @@
 # install the manpage for sundials-config (missing upstream)
 install/libsundials-serial-dev::
 	cp debian/sundials-config.1 $(debusr)/share/man/man1
+
+get-orig-source:
+	wget -O $(DEB_SOURCE_PACKAGE)_$(DEB_UPSTREAM_VERSION).orig.tar.gz \
+	     https://computation.llnl.gov/casc/sundials/download/code/$(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION).tar.gz



More information about the Pkg-scicomp-commits mailing list