[med-svn] r3853 - trunk/packages/dicom3tools/trunk/debian

Nelson A. de Oliveira naoliv at alioth.debian.org
Wed Sep 2 16:10:26 UTC 2009


Author: naoliv
Date: 2009-09-02 16:10:26 +0000 (Wed, 02 Sep 2009)
New Revision: 3853

Modified:
   trunk/packages/dicom3tools/trunk/debian/rules
Log:
- Doesn't remove dcdecmpr.test.dcm (as it can be distributed);
- Use maximum compression rate when repackaging the tarball


Modified: trunk/packages/dicom3tools/trunk/debian/rules
===================================================================
--- trunk/packages/dicom3tools/trunk/debian/rules	2009-09-02 15:58:40 UTC (rev 3852)
+++ trunk/packages/dicom3tools/trunk/debian/rules	2009-09-02 16:10:26 UTC (rev 3853)
@@ -127,9 +127,8 @@
 
 get-orig-source: $(UPSTREAM_SRC).tar.bz2
 	tar xjf $(UPSTREAM_SRC).tar.bz2
-	rm -rf $(UPSTREAM_SRC)/appsrc/dcfile/dcdecmpr.test.dcm
 	mv $(UPSTREAM_SRC) $(DEBIAN_SRC_DIR)
-	tar czf $(DEBIAN_SRC_TAR) $(DEBIAN_SRC_DIR)
+	GZIP=-9 tar czf $(DEBIAN_SRC_TAR) $(DEBIAN_SRC_DIR)
 
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install configure




More information about the debian-med-commit mailing list