Author: tille
Date: 2009-02-08 16:29:33 +0000 (Sun, 08 Feb 2009)
New Revision: 3094

Modified:
   trunk/packages/R/r-cran-epitools/trunk/debian/get-orig-source
Log:
Obtaining package name in the script - this works for all R packages now


Modified: trunk/packages/R/r-cran-epitools/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/R/r-cran-epitools/trunk/debian/get-orig-source       
2009-02-08 08:27:23 UTC (rev 3093)
+++ trunk/packages/R/r-cran-epitools/trunk/debian/get-orig-source       
2009-02-08 16:29:33 UTC (rev 3094)
@@ -1,5 +1,5 @@
 #!/bin/sh
-PKG=epitools
+PKG=`dpkg-parsechangelog | awk '/^Source/ { print $2 }'`
 RENAME=`uscan --verbose --force-download | \
    grep "Newest version on remote site is .* local version is .*" | \
    head -n 1 | \


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit

Reply via email to