[med-svn] r17348 - trunk/packages/velvet/trunk/debian

Timothy Booth tbooth-guest at moszumanska.debian.org
Mon Jun 30 10:28:00 UTC 2014


Author: tbooth-guest
Date: 2014-06-30 10:28:00 +0000 (Mon, 30 Jun 2014)
New Revision: 17348

Modified:
   trunk/packages/velvet/trunk/debian/rules
   trunk/packages/velvet/trunk/debian/velvet-example.install
Log:
Include test_data.tar.xz instead of the data directory.


Modified: trunk/packages/velvet/trunk/debian/rules
===================================================================
--- trunk/packages/velvet/trunk/debian/rules	2014-06-30 09:58:03 UTC (rev 17347)
+++ trunk/packages/velvet/trunk/debian/rules	2014-06-30 10:28:00 UTC (rev 17348)
@@ -16,7 +16,7 @@
 	rm -rf debian.upstream
 	rm -f *.pdf
 	find -name '._*' -delete
-	rm -rf data.tar.*
+	rm -rf test_data.tar.*
 
 build_long_versions :
 	touch zlib
@@ -35,7 +35,7 @@
 	dh_auto_build -- OPENMP=1 CPPFLAGS="$(CPPFLAGS)" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)"
 	dh_auto_build -- color OPENMP=1 CPPFLAGS="$(CPPFLAGS)" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)"
 	#Pack the examples
-	tar -cvaf data.tar.xz data
+	tar -cvaf test_data.tar.xz data
 
 override_dh_install :
 	mkdir -p debian/$(pkg)/usr/share/man/man1/

Modified: trunk/packages/velvet/trunk/debian/velvet-example.install
===================================================================
--- trunk/packages/velvet/trunk/debian/velvet-example.install	2014-06-30 09:58:03 UTC (rev 17347)
+++ trunk/packages/velvet/trunk/debian/velvet-example.install	2014-06-30 10:28:00 UTC (rev 17348)
@@ -1,2 +1,2 @@
 contrib	usr/share/doc/velvet
-data/*	usr/share/doc/velvet/examples
+test_data.tar.xz usr/share/doc/velvet/examples




More information about the debian-med-commit mailing list