[med-svn] r6134 - trunk/packages/gbrowse/trunk/debian

Andreas Tille tille at alioth.debian.org
Tue Mar 1 14:26:40 UTC 2011


Author: tille
Date: 2011-03-01 14:26:34 +0000 (Tue, 01 Mar 2011)
New Revision: 6134

Modified:
   trunk/packages/gbrowse/trunk/debian/gbrowse.manpages
   trunk/packages/gbrowse/trunk/debian/rules
Log:
Make sure we do not try to install non-existing man pages; move binaries from /bin to /usr/bin


Modified: trunk/packages/gbrowse/trunk/debian/gbrowse.manpages
===================================================================
--- trunk/packages/gbrowse/trunk/debian/gbrowse.manpages	2011-03-01 13:29:53 UTC (rev 6133)
+++ trunk/packages/gbrowse/trunk/debian/gbrowse.manpages	2011-03-01 14:26:34 UTC (rev 6134)
@@ -1,9 +1,3 @@
-docs/gbrowse.1
-docs/gbrowse_change_passwd.1
-docs/gbrowse_create_account.1
-docs/gbrowse_slave.1
-docs/scan_gbrowse.1
-docs/gbrowse_metadb_config.1
-docs/gbrowse_set_admin_passwd.1
+docs/*.1
 debian/gbrowse/man/man1/*
 debian/gbrowse/man/man3/*

Modified: trunk/packages/gbrowse/trunk/debian/rules
===================================================================
--- trunk/packages/gbrowse/trunk/debian/rules	2011-03-01 13:29:53 UTC (rev 6133)
+++ trunk/packages/gbrowse/trunk/debian/rules	2011-03-01 14:26:34 UTC (rev 6134)
@@ -29,6 +29,7 @@
 	chmod 755 debian/gbrowse/etc/default/gbrowse-slave
 	#Rename pl scripts in bin
 	rename 's/\.pl//' debian/gbrowse/bin/*.pl
+	mv debian/gbrowse/bin debian/gbrowse/usr/bin
 	# Remove databases, keep it as additional package
 	rm -rf debian/gbrowse/usr/share/gbrowse2/databases/*
 




More information about the debian-med-commit mailing list