[med-svn] r4464 - trunk/packages/dicomscope/trunk/debian
Mathieu Malaterre
malat-guest at alioth.debian.org
Sun Dec 20 11:19:21 UTC 2009
Author: malat-guest
Date: 2009-12-20 11:19:21 +0000 (Sun, 20 Dec 2009)
New Revision: 4464
Modified:
trunk/packages/dicomscope/trunk/debian/control
trunk/packages/dicomscope/trunk/debian/rules
Log:
hurd-386 does not have tofrodos. This is not required anyway, removing it
Modified: trunk/packages/dicomscope/trunk/debian/control
===================================================================
--- trunk/packages/dicomscope/trunk/debian/control 2009-12-20 11:16:04 UTC (rev 4463)
+++ trunk/packages/dicomscope/trunk/debian/control 2009-12-20 11:19:21 UTC (rev 4464)
@@ -5,7 +5,7 @@
Uploaders: Mathieu Malaterre <mathieu.malaterre at gmail.com>
Priority: extra
Build-Depends: debhelper (>= 7), cmake, libdcmtk1-dev (>= 3.5.4), default-jdk, unzip,
- libssl-dev, libxml2-dev, tofrodos, quilt
+ libssl-dev, libxml2-dev, quilt
Standards-Version: 3.8.3
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/dicomscope/trunk/?rev=0&sc=0
Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/dicomscope/trunk/
Modified: trunk/packages/dicomscope/trunk/debian/rules
===================================================================
--- trunk/packages/dicomscope/trunk/debian/rules 2009-12-20 11:16:04 UTC (rev 4463)
+++ trunk/packages/dicomscope/trunk/debian/rules 2009-12-20 11:19:21 UTC (rev 4464)
@@ -137,6 +137,8 @@
get-orig-source: $(UPSTREAM_SRC).zip
unzip -q $(UPSTREAM_SRC).zip -d $(DEBIAN_SRC_DIR)
+ # Need tofrodos in order to prepare the patch, since quilt
+ # does not support mixture of dos/unix EOL
find $(DEBIAN_SRC_DIR) -name *.java -exec dos2unix {} \;
find $(DEBIAN_SRC_DIR) -name *.html -exec dos2unix {} \;
find $(DEBIAN_SRC_DIR) -name *.h -exec dos2unix {} \;
More information about the debian-med-commit
mailing list