[med-svn] r10456 - trunk/packages/king/trunk/debian

Andreas Tille tille at alioth.debian.org
Fri Apr 20 09:26:47 UTC 2012


Author: tille
Date: 2012-04-20 09:26:46 +0000 (Fri, 20 Apr 2012)
New Revision: 10456

Modified:
   trunk/packages/king/trunk/debian/get-orig-source
Log:
Enable anybody to build upstream source tarball by downloading the missing componen from my people.d.o space


Modified: trunk/packages/king/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/king/trunk/debian/get-orig-source	2012-04-20 08:39:46 UTC (rev 10455)
+++ trunk/packages/king/trunk/debian/get-orig-source	2012-04-20 09:26:46 UTC (rev 10456)
@@ -52,13 +52,11 @@
 
 if [ ! -d molikin ] ; then
   if [ ! -f ../molikin.zip ] ; then
-    cat <<EOT
-The downloaded ZIP file is missing the molikin component.
-It was sended by the authors to Andreas Tille <tille at debian.org>.
-If you want to build the original source on your own, ask Andreas
-for a copy of molikin.zip and put it into your tarballs directory.
-EOT
-    exit 1
+    # The missing component molikin was sended by the authors to
+    # Andreas Tille <tille at debian.org> and it is temporarily provided
+    # as zip archive here until upstream will have fixed the official
+    # download area
+    wget -q --output-document ../molikin.zip http://people.debian.org/~tille/packages/king/molikin.zip
   fi
   unzip -q ../molikin.zip
 fi




More information about the debian-med-commit mailing list