changelog modify dir name
authorOlivier Sallou <osallou@debian.org>
Fri, 29 Apr 2011 07:58:48 +0000 (07:58 +0000)
committerOlivier Sallou <osallou@debian.org>
Fri, 29 Apr 2011 07:58:48 +0000 (07:58 +0000)
debian/changelog
debian/rules

index ba6fc10951f1539732967925adff41264348ff06..7c76aeb72d3463916b512ee1b767989613e3388d 100644 (file)
@@ -1,4 +1,4 @@
-ncbi-blast-plus (2.2.25-1) unstable; urgency=low
+ncbi-blast-plus.orig (2.2.25-1) unstable; urgency=low
 
   * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
 
index 7e7759d5ceb859a4fd102456bc69881c1ad21071..713e01d5b279ee80259dcc225b34b9ef5d9f8b11 100755 (executable)
@@ -13,7 +13,7 @@ export DEB_CONFIGURE_EXTRA_FLAGS= --with-dll --without-debug --with-mt  --withou
 
 override_dh_auto_configure:
        mkdir -p ${CURDIR}/debian/tmp
-       ./configure ${DEB_CONFIGURE_EXTRA_FLAGS} --prefix=${CURDIR}/debian/ncbi-blast-plus
+       ${CURDIR}/configure ${DEB_CONFIGURE_EXTRA_FLAGS} --prefix=${CURDIR}/debian/ncbi-blast-plus
 
 
 override_dh_install: