Author: tille Date: 2012-04-05 09:27:25 +0000 (Thu, 05 Apr 2012) New Revision: 10340
Removed: trunk/packages/gmod/jbrowse/trunk/debian/README.source trunk/packages/gmod/jbrowse/trunk/debian/menu.ex Modified: trunk/packages/gmod/jbrowse/trunk/debian/control trunk/packages/gmod/jbrowse/trunk/debian/rules Log: Team maintenance; long description; some polishing Deleted: trunk/packages/gmod/jbrowse/trunk/debian/README.source =================================================================== --- trunk/packages/gmod/jbrowse/trunk/debian/README.source 2012-04-05 09:22:50 UTC (rev 10339) +++ trunk/packages/gmod/jbrowse/trunk/debian/README.source 2012-04-05 09:27:25 UTC (rev 10340) @@ -1,9 +0,0 @@ -jbrowse for Debian ------------------- - -<this file describes information about the source package, see Debian policy -manual section 4.14. You WILL either need to modify or delete this file> - - - - Modified: trunk/packages/gmod/jbrowse/trunk/debian/control =================================================================== --- trunk/packages/gmod/jbrowse/trunk/debian/control 2012-04-05 09:22:50 UTC (rev 10339) +++ trunk/packages/gmod/jbrowse/trunk/debian/control 2012-04-05 09:27:25 UTC (rev 10340) @@ -1,15 +1,29 @@ Source: jbrowse Section: science Priority: extra -Maintainer: Steffen Moeller <[email protected]> +Maintainer: Debian Med Packaging Team <[email protected]> +DM-Upload-Allowed: yes +Uploaders: Steffen Moeller <[email protected]> Build-Depends: debhelper (>= 8.0.0), autotools-dev -Standards-Version: 3.9.2 +Standards-Version: 3.9.3 Homepage: http://www.jbrowse.org -#Vcs-Git: git://git.debian.org/collab-maint/jbrowse.git -#Vcs-Browser: http://git.debian.org/?p=collab-maint/jbrowse.git;a=summary +Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/gmod/jbrowse/trunk/ +Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/jmod/gbrowse/ Package: jbrowse Architecture: any Depends: ${misc:Depends}, apache2, bioperl -Description: genome browser - <insert long description, indented with spaces> +Description: The JBrowse Genome Browser + JBrowse is a fast, modern genome browser written primarily in + JavaScript. To see it in action, see our Demonstrations page. + . + JBrowse is tested to work with the following web browsers: + * Mozilla Firefox + * Google Chrome + * Apple Safari + * Microsoft Internet Explorer + . + Server-side code, which is used only to pre-generate static data files + (no CGI), requires only BioPerl and a couple other CPAN modules. The + result is a cross-platform AJAX genome browser that is easy to install, + embed and customize. Deleted: trunk/packages/gmod/jbrowse/trunk/debian/menu.ex =================================================================== --- trunk/packages/gmod/jbrowse/trunk/debian/menu.ex 2012-04-05 09:22:50 UTC (rev 10339) +++ trunk/packages/gmod/jbrowse/trunk/debian/menu.ex 2012-04-05 09:27:25 UTC (rev 10340) @@ -1,2 +0,0 @@ -?package(jbrowse):needs="X11|text|vc|wm" section="Applications/see-menu-manual"\ - title="jbrowse" command="/usr/bin/jbrowse" Modified: trunk/packages/gmod/jbrowse/trunk/debian/rules =================================================================== --- trunk/packages/gmod/jbrowse/trunk/debian/rules 2012-04-05 09:22:50 UTC (rev 10339) +++ trunk/packages/gmod/jbrowse/trunk/debian/rules 2012-04-05 09:27:25 UTC (rev 10340) @@ -1,10 +1,5 @@ #!/usr/bin/make -f # -*- makefile -*- -# Sample debian/rules that uses debhelper. -# This file was originally written by Joey Hess and Craig Small. -# As a special exception, when this file is copied by dh-make into a -# dh-make output file, you may use that output file without restriction. -# This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
