[med-svn] r2976 - trunk/packages/dcmtk/trunk/debian
malat-guest at alioth.debian.org
malat-guest at alioth.debian.org
Tue Jan 13 23:41:02 UTC 2009
Author: malat-guest
Date: 2009-01-13 23:41:02 +0000 (Tue, 13 Jan 2009)
New Revision: 2976
Modified:
trunk/packages/dcmtk/trunk/debian/rules
Log:
strip the dcmtk/ part. For some reason this is failing for me.
Modified: trunk/packages/dcmtk/trunk/debian/rules
===================================================================
--- trunk/packages/dcmtk/trunk/debian/rules 2009-01-13 22:09:28 UTC (rev 2975)
+++ trunk/packages/dcmtk/trunk/debian/rules 2009-01-13 23:41:02 UTC (rev 2976)
@@ -162,12 +162,12 @@
# Remove misplaced files ...
# wwwapp.txt belongs to dcmtk-www package
- [ -w "$(PKGDIR_DCMTK)/usr/share/doc/dcmtk/wwwapp.txt" ] && \
- rm -f $(PKGDIR_DCMTK)/usr/share/doc/dcmtk/wwwapp.txt
+ [ -w "$(PKGDIR_DCMTK)/usr/share/doc/wwwapp.txt" ] && \
+ rm -f $(PKGDIR_DCMTK)/usr/share/doc/wwwapp.txt
# COPYRIGHT file is already included in debian/copyright
- [ -w "$(PKGDIR_DCMTK)/usr/share/doc/dcmtk/COPYRIGHT" ] && \
- rm -f $(PKGDIR_DCMTK)/usr/share/doc/dcmtk/COPYRIGHT
+ [ -w "$(PKGDIR_DCMTK)/usr/share/doc/COPYRIGHT" ] && \
+ rm -f $(PKGDIR_DCMTK)/usr/share/doc/COPYRIGHT
# Add here commands to install the not-'make install'-able part of the packages...
More information about the debian-med-commit
mailing list