[med-svn] r2853 - trunk/packages/dicomscope/trunk/debian

malat-guest at alioth.debian.org malat-guest at alioth.debian.org
Sun Dec 28 01:05:18 UTC 2008


Author: malat-guest
Date: 2008-12-28 01:05:18 +0000 (Sun, 28 Dec 2008)
New Revision: 2853

Modified:
   trunk/packages/dicomscope/trunk/debian/get-orig-source
   trunk/packages/dicomscope/trunk/debian/rules
Log:
get-orig fix

Modified: trunk/packages/dicomscope/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/dicomscope/trunk/debian/get-orig-source	2008-12-28 00:49:02 UTC (rev 2852)
+++ trunk/packages/dicomscope/trunk/debian/get-orig-source	2008-12-28 01:05:18 UTC (rev 2853)
@@ -1,6 +1,6 @@
 #!/bin/sh -e
 set -e
-set -x
+#set -x
 # ftp://dicom.offis.de/pub/dicom/offis/software/dscope/dscope351/dsgui351.zip
 URL=ftp://dicom.offis.de/pub/dicom/offis/software/dscope/dscope351/
 UNAME=dsgui
@@ -24,6 +24,7 @@
 DISTDIR=${NAME}-${VERSION}
 unzip "$UPSTREAMZIP"
 mv "$UPSTREAMDIR" "$DISTDIR"
+# How do I make tofrodos package compulsary ?
 find "$DISTDIR" -name *.java -exec dos2unix {} \;
 
 GZIP=-9 tar -czf "$NAME"_"$VERSION".orig.tar.gz "$DISTDIR"

Modified: trunk/packages/dicomscope/trunk/debian/rules
===================================================================
--- trunk/packages/dicomscope/trunk/debian/rules	2008-12-28 00:49:02 UTC (rev 2852)
+++ trunk/packages/dicomscope/trunk/debian/rules	2008-12-28 01:05:18 UTC (rev 2853)
@@ -78,6 +78,9 @@
 	$(MAKE) -C debian/build DESTDIR=$(TARGET) install
 
 
+get-orig-source:
+	. debian/get-orig-source
+
 # Build architecture-independent files here.
 binary-indep: build install
 # We have nothing to do by default.




More information about the debian-med-commit mailing list