[med-svn] r3094 - trunk/packages/R/r-cran-epitools/trunk/debian
tille at alioth.debian.org
tille at alioth.debian.org
Sun Feb 8 16:29:33 UTC 2009
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 | \
More information about the debian-med-commit
mailing list