[med-svn] r4702 - in trunk/packages/raster3d/trunk/debian: . patches
Andreas Tille
tille at alioth.debian.org
Tue Mar 30 09:44:36 UTC 2010
Author: tille
Date: 2010-03-30 09:44:35 +0000 (Tue, 30 Mar 2010)
New Revision: 4702
Modified:
trunk/packages/raster3d/trunk/debian/changelog
trunk/packages/raster3d/trunk/debian/patches/Makefile.diff
Log:
Fix bashism in Makefile patch, close bug #575855 by removing xutils from build depends
Modified: trunk/packages/raster3d/trunk/debian/changelog
===================================================================
--- trunk/packages/raster3d/trunk/debian/changelog 2010-03-30 09:11:17 UTC (rev 4701)
+++ trunk/packages/raster3d/trunk/debian/changelog 2010-03-30 09:44:35 UTC (rev 4702)
@@ -5,8 +5,11 @@
- Added myself to uploaders
- Standards-Version: 3.8.4 (no changes needed)
- debhelper >= 7
+ - Removed xutils from Build-Depends
+ Closes: #575855
* debian/compat: 7
* Use patch system quilt
+ * Source format 3.0 (quilt)
-- Andreas Tille <tille at debian.org> Tue, 30 Mar 2010 10:11:59 +0200
Modified: trunk/packages/raster3d/trunk/debian/patches/Makefile.diff
===================================================================
--- trunk/packages/raster3d/trunk/debian/patches/Makefile.diff 2010-03-30 09:11:17 UTC (rev 4701)
+++ trunk/packages/raster3d/trunk/debian/patches/Makefile.diff 2010-03-30 09:44:35 UTC (rev 4702)
@@ -25,7 +25,7 @@
cp materials/* $(datadir)
if [ ! -e $(mandir) ] ; then mkdir -p $(mandir) ; fi
- cp doc/*.l $(mandir)
-+ for i in doc/*.l; do j=$${i/doc/}; cp $$i $(mandir)/$${j/.l/.1}; done
++ for i in doc/*.l; do j=`basename $i .l`; cp $$i $(mandir)/$${j}.1; done
if [ ! -e $(htmldir) ] ; then mkdir -p $(htmldir) ; fi
cp html/* $(htmldir)
if [ ! -e $(examdir) ] ; then mkdir -p $(examdir) ; fi
More information about the debian-med-commit
mailing list