[med-svn] [fsa] 06/10: Removed PDFs without source and installed other docs

Andreas Tille tille at debian.org
Mon Dec 21 18:43:33 UTC 2015


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository fsa.

commit 041894a94ecb0ddfcaeae7fc1474703a13127e5d
Author: Andreas Tille <tille at debian.org>
Date:   Mon Dec 21 16:58:54 2015 +0000

    Removed PDFs without source and installed other docs
---
 debian/control                             |  1 +
 debian/copyright                           |  3 +++
 debian/docs                                |  3 +++
 debian/examples                            |  1 +
 debian/patches/removed-pdf-only-docs.patch | 22 ++++++++++++++++++++++
 debian/patches/series                      |  1 +
 debian/rules                               |  8 ++++----
 7 files changed, 35 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 82a5f64..d24d2fe 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Build-Depends: debhelper (>= 9),
                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/
diff --git a/debian/copyright b/debian/copyright
index b3441a5..ac05452 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,6 +3,9 @@ Upstream-Name: fsl
 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
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..6e7abe4
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,3 @@
+README
+html/*.html
+html/*.css
diff --git a/debian/examples b/debian/examples
new file mode 100644
index 0000000..6947f9d
--- /dev/null
+++ b/debian/examples
@@ -0,0 +1 @@
+examples/[N-Za-z]*
diff --git a/debian/patches/removed-pdf-only-docs.patch b/debian/patches/removed-pdf-only-docs.patch
new file mode 100644
index 0000000..975f33d
--- /dev/null
+++ b/debian/patches/removed-pdf-only-docs.patch
@@ -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])
+ 
diff --git a/debian/patches/series b/debian/patches/series
index b1c458c..7032061 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 no-display.patch
+removed-pdf-only-docs.patch
diff --git a/debian/rules b/debian/rules
index 3fddf01..c0f6e8b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,10 +13,10 @@ HELP2MAN = help2man --no-info --version-string="$(VERSION)"
 %:
 	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:"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/fsa.git



More information about the debian-med-commit mailing list