Author: tille Date: 2010-08-27 06:08:26 +0000 (Fri, 27 Aug 2010) New Revision: 5193
Modified: trunk/packages/hmmer/trunk/debian/changelog trunk/packages/hmmer/trunk/debian/control trunk/packages/hmmer/trunk/debian/hmmer.install trunk/packages/hmmer/trunk/debian/rules Log: Install binaries to /usr/bin instead of /bin Modified: trunk/packages/hmmer/trunk/debian/changelog =================================================================== --- trunk/packages/hmmer/trunk/debian/changelog 2010-08-27 05:50:27 UTC (rev 5192) +++ trunk/packages/hmmer/trunk/debian/changelog 2010-08-27 06:08:26 UTC (rev 5193) @@ -1,3 +1,10 @@ +hmmer (3.0-2) UNRELEASED; urgency=low + + * Install binaries to /usr/bin instead of /bin + * Standards-Version: 3.9.1 (no changes needed) + + -- Andreas Tille <[email protected]> Fri, 27 Aug 2010 07:53:17 +0200 + hmmer (3.0-1) unstable; urgency=low * The 3.0 release should now substitute the outdated 2.3.x one. Modified: trunk/packages/hmmer/trunk/debian/control =================================================================== --- trunk/packages/hmmer/trunk/debian/control 2010-08-27 05:50:27 UTC (rev 5192) +++ trunk/packages/hmmer/trunk/debian/control 2010-08-27 06:08:26 UTC (rev 5193) @@ -9,7 +9,7 @@ Charles Plessy <[email protected]>, Eric Talevich <[email protected]> Build-Depends: cdbs, debhelper (>= 7), autotools-dev -Standards-Version: 3.9.0 +Standards-Version: 3.9.1 Homepage: http://hmmer.janelia.org/ Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/hmmer/trunk/?rev=0&sc=0 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/hmmer/trunk/ Modified: trunk/packages/hmmer/trunk/debian/hmmer.install =================================================================== --- trunk/packages/hmmer/trunk/debian/hmmer.install 2010-08-27 05:50:27 UTC (rev 5192) +++ trunk/packages/hmmer/trunk/debian/hmmer.install 2010-08-27 06:08:26 UTC (rev 5193) @@ -1,12 +1,12 @@ -debian/tmp/bin/hmmalign -debian/tmp/bin/hmmbuild -debian/tmp/bin/hmmconvert -debian/tmp/bin/hmmemit -debian/tmp/bin/hmmfetch -debian/tmp/bin/hmmpress -debian/tmp/bin/hmmscan -debian/tmp/bin/hmmsearch -debian/tmp/bin/hmmsim -debian/tmp/bin/hmmstat -debian/tmp/bin/jackhmmer -debian/tmp/bin/phmmer +debian/tmp/usr/bin/hmmalign +debian/tmp/usr/bin/hmmbuild +debian/tmp/usr/bin/hmmconvert +debian/tmp/usr/bin/hmmemit +debian/tmp/usr/bin/hmmfetch +debian/tmp/usr/bin/hmmpress +debian/tmp/usr/bin/hmmscan +debian/tmp/usr/bin/hmmsearch +debian/tmp/usr/bin/hmmsim +debian/tmp/usr/bin/hmmstat +debian/tmp/usr/bin/jackhmmer +debian/tmp/usr/bin/phmmer Modified: trunk/packages/hmmer/trunk/debian/rules =================================================================== --- trunk/packages/hmmer/trunk/debian/rules 2010-08-27 05:50:27 UTC (rev 5192) +++ trunk/packages/hmmer/trunk/debian/rules 2010-08-27 06:08:26 UTC (rev 5193) @@ -5,7 +5,7 @@ #DEB_CONFIGURE_EXTRA_FLAGS := --enable-threads --enable-mpi DEB_CONFIGURE_EXTRA_FLAGS := --enable-threads --mandir=$(CURDIR)/debian/tmp/usr/share/man -DEB_MAKE_INSTALL_TARGET := install prefix=$(CURDIR)/debian/tmp +DEB_MAKE_INSTALL_TARGET := install prefix=$(CURDIR)/debian/tmp/usr DEB_MAKE_CHECK_TARGET = check clean:: _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
