[med-svn] r20852 - in trunk/packages/fsa/trunk/debian: . patches

Andreas Tille tille at moszumanska.debian.org
Mon Dec 21 16:58:55 UTC 2015


Author: tille
Date: 2015-12-21 16:58:54 +0000 (Mon, 21 Dec 2015)
New Revision: 20852

Added:
   trunk/packages/fsa/trunk/debian/docs
   trunk/packages/fsa/trunk/debian/examples
   trunk/packages/fsa/trunk/debian/patches/removed-pdf-only-docs.patch
Modified:
   trunk/packages/fsa/trunk/debian/control
   trunk/packages/fsa/trunk/debian/copyright
   trunk/packages/fsa/trunk/debian/patches/series
   trunk/packages/fsa/trunk/debian/rules
Log:
Removed PDFs without source and installed other docs


Modified: trunk/packages/fsa/trunk/debian/control
===================================================================
--- trunk/packages/fsa/trunk/debian/control	2015-12-21 15:52:54 UTC (rev 20851)
+++ trunk/packages/fsa/trunk/debian/control	2015-12-21 16:58:54 UTC (rev 20852)
@@ -7,6 +7,7 @@
                dh-autoreconf,
                mummer,
                exonerate,
+#  htcondor is a bit complex to be configured and thus we delay this one:              htcondor,
                help2man
 Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/fsa/trunk/

Modified: trunk/packages/fsa/trunk/debian/copyright
===================================================================
--- trunk/packages/fsa/trunk/debian/copyright	2015-12-21 15:52:54 UTC (rev 20851)
+++ trunk/packages/fsa/trunk/debian/copyright	2015-12-21 16:58:54 UTC (rev 20852)
@@ -3,6 +3,9 @@
 Source: http://sourceforge.net/projects/fsa/files/
 Files-Excluded: */*.jar
                 */*.class
+                display/JMF-2.1.1e
+                display/jai-1_1_3
+                doc
 
 Files: *
 Copyright: © 2010-2014 Ariel Schwartz, Chuong Do, Robert Bradley, Jaeyoung Do, Colin Dewey, Ian Holmes, Lars Barquist

Added: trunk/packages/fsa/trunk/debian/docs
===================================================================
--- trunk/packages/fsa/trunk/debian/docs	                        (rev 0)
+++ trunk/packages/fsa/trunk/debian/docs	2015-12-21 16:58:54 UTC (rev 20852)
@@ -0,0 +1,3 @@
+README
+html/*.html
+html/*.css

Added: trunk/packages/fsa/trunk/debian/examples
===================================================================
--- trunk/packages/fsa/trunk/debian/examples	                        (rev 0)
+++ trunk/packages/fsa/trunk/debian/examples	2015-12-21 16:58:54 UTC (rev 20852)
@@ -0,0 +1 @@
+examples/[N-Za-z]*

Added: trunk/packages/fsa/trunk/debian/patches/removed-pdf-only-docs.patch
===================================================================
--- trunk/packages/fsa/trunk/debian/patches/removed-pdf-only-docs.patch	                        (rev 0)
+++ trunk/packages/fsa/trunk/debian/patches/removed-pdf-only-docs.patch	2015-12-21 16:58:54 UTC (rev 20852)
@@ -0,0 +1,22 @@
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -2,7 +2,7 @@ if HAVE_CONDOR
+   MAYBE_MW = MW
+ endif
+ 
+-ALWAYS_BUILT = src/util src/math src/seq src/manager src/fsa src/annealing src/main perl examples doc html tests
++ALWAYS_BUILT = src/util src/math src/seq src/manager src/fsa src/annealing src/main perl examples html tests
+ SUBDIRS = $(MAYBE_MW) $(ALWAYS_BUILT)
+ DIST_SUBDIRS = $(ALWAYS_BUILT)
+ 
+--- a/configure.ac
++++ b/configure.ac
+@@ -273,8 +273,6 @@ AC_CONFIG_FILES([Makefile
+ 		 display/mad/manifest.mf
+                  perl/Makefile
+                  examples/Makefile
+-		 doc/Makefile
+-		 doc/version.tex
+ 		 html/Makefile
+ 		 tests/Makefile])
+ 

Modified: trunk/packages/fsa/trunk/debian/patches/series
===================================================================
--- trunk/packages/fsa/trunk/debian/patches/series	2015-12-21 15:52:54 UTC (rev 20851)
+++ trunk/packages/fsa/trunk/debian/patches/series	2015-12-21 16:58:54 UTC (rev 20852)
@@ -1 +1,2 @@
 no-display.patch
+removed-pdf-only-docs.patch

Modified: trunk/packages/fsa/trunk/debian/rules
===================================================================
--- trunk/packages/fsa/trunk/debian/rules	2015-12-21 15:52:54 UTC (rev 20851)
+++ trunk/packages/fsa/trunk/debian/rules	2015-12-21 16:58:54 UTC (rev 20852)
@@ -13,10 +13,10 @@
 %:
 	dh $@ --with autoreconf
 
-## should be found due to Build-Depends
-override_dh_auto_configure:
-	dh_auto_configure -- --enable-condor-compile
-	    # --with-mummer=/usr/bin/mummer --with-exonerate=/usr/bin/exonerate
+#override_dh_auto_configure:
+#  htcondor is a bit complex to be configured and thus we delay this one
+#	dh_auto_configure -- --enable-condor-compile
+	    # found automatically: --with-mummer=/usr/bin/mummer --with-exonerate=/usr/bin/exonerate
 
 override_dh_auto_test:
 	echo "Tests seem to miss some files:"




More information about the debian-med-commit mailing list