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

Johannes Ring johannr at simula.no
Wed Oct 22 18:07:48 UTC 2008


SVN commit 3927 by johannr-guest:

debian/docs: minor fix in path to demo programs and added source files for documentation.
debian/rules: minor fix in get-orig-source target.


 M  +2 -2      ffc/trunk/debian/docs  
 M  +3 -1      ffc/trunk/debian/rules  


--- ffc/trunk/debian/docs #3926:3927
@@ -1,5 +1,5 @@
 README
 TODO
 AUTHORS
-doc/manual/ffc-user-manual.pdf
-src/demo
+doc/manual
+demo
--- ffc/trunk/debian/rules #3926:3927
@@ -7,5 +7,7 @@
 
 DEB_COMPRESS_EXCLUDE := .py .pdf .form
 
+USCAN_DESTDIR := $(CURDIR)
+
 get-orig-source:
-	uscan --force-download --verbose
+	uscan --force-download --verbose --destdir $(USCAN_DESTDIR)



More information about the Pkg-scicomp-commits mailing list