[med-svn] r8497 - in trunk/packages/gmod/chado/trunk/debian: . patches
olivier sallou
osallou-guest at alioth.debian.org
Wed Nov 9 14:35:19 UTC 2011
Author: osallou-guest
Date: 2011-11-09 14:35:18 +0000 (Wed, 09 Nov 2011)
New Revision: 8497
Added:
trunk/packages/gmod/chado/trunk/debian/patches/fix_manpages
Modified:
trunk/packages/gmod/chado/trunk/debian/patches/series
trunk/packages/gmod/chado/trunk/debian/rules
Log:
add patch for binaries man pages, remove man3 pages from binary (not needed)
Added: trunk/packages/gmod/chado/trunk/debian/patches/fix_manpages
===================================================================
--- trunk/packages/gmod/chado/trunk/debian/patches/fix_manpages (rev 0)
+++ trunk/packages/gmod/chado/trunk/debian/patches/fix_manpages 2011-11-09 14:35:18 UTC (rev 8497)
@@ -0,0 +1,33 @@
+--- a/bin/gmod_bulk_load_pubmed.pl
++++ b/bin/gmod_bulk_load_pubmed.pl
+@@ -1,7 +1,7 @@
+ #!/usr/bin/perl
+ =head1 NAME
+
+-gmod_bulk_load_pubmed.pl
++gmod_bulk_load_pubmed.pl - stores pubmed entries in the database
+
+ =head1 DESCRIPTION
+
+--- a/bin/gmod_load_cvterms.pl
++++ b/bin/gmod_load_cvterms.pl
+@@ -2,7 +2,7 @@
+
+ =head1 NAME
+
+-load_cvterms.pl
++load_cvterms.pl - compares which terms are new in the file compared to the database and inserts them
+
+ =head1 SYNOPSIS
+
+--- a/bin/gmod_make_cvtermpath.pl
++++ b/bin/gmod_make_cvtermpath.pl
+@@ -4,7 +4,7 @@
+
+ =head1 NAME
+
+-gmod_make_cvtermpath.pl
++gmod_make_cvtermpath.pl - calculates the transitive closure on the ontology terms in the cvterm table
+
+ =head1 USAGE
+
Modified: trunk/packages/gmod/chado/trunk/debian/patches/series
===================================================================
--- trunk/packages/gmod/chado/trunk/debian/patches/series 2011-11-09 14:26:29 UTC (rev 8496)
+++ trunk/packages/gmod/chado/trunk/debian/patches/series 2011-11-09 14:35:18 UTC (rev 8497)
@@ -1,3 +1,4 @@
fix_perl_headers
force_SIMPLE
fix_spelling_manpage
+fix_manpages
Modified: trunk/packages/gmod/chado/trunk/debian/rules
===================================================================
--- trunk/packages/gmod/chado/trunk/debian/rules 2011-11-09 14:26:29 UTC (rev 8496)
+++ trunk/packages/gmod/chado/trunk/debian/rules 2011-11-09 14:35:18 UTC (rev 8497)
@@ -40,6 +40,8 @@
rm -rf debian/libchado-perl/usr/share/gmod/chado/lib
rm -rf debian/libchado-perl/usr/bin
rm -rf debian/libchado-perl/usr/lib
+ # Remove not required man pages for user (also contains pod2man errors and missing what-is)
+ rm -rf debian/libchado-perl/usr/share/man/man3
override_dh_auto_test:
echo "Not testing."
More information about the debian-med-commit
mailing list