Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Revert "more optional build-deps"
· 161a28fb
Michael R. Crusoe
authored
Dec 05, 2019
This reverts commit
a3dd5f49
.
161a28fb
2to3: don't make a backup
· bea3051c
Michael R. Crusoe
authored
Dec 05, 2019
bea3051c
really release to unstable
· 865bded5
Michael R. Crusoe
authored
Dec 05, 2019
865bded5
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
865bded5
...
...
@@ -11,7 +11,7 @@ ncbi-blast+ (2.9.0-3) unstable; urgency=medium
* Set upstream metadata fields: Contact, Name.
* Remove obsolete fields Name, Contact from debian/upstream/metadata.
-- Michael R. Crusoe <michael.crusoe@gmail.com>
Wed
, 0
4
Dec 2019 1
1:13:08
+0100
-- Michael R. Crusoe <michael.crusoe@gmail.com>
Thu
, 0
5
Dec 2019 1
5:42:44
+0100
ncbi-blast+ (2.9.0-2) unstable; urgency=medium
...
...
debian/control
View file @
865bded5
...
...
@@ -16,10 +16,7 @@ Build-Depends-Arch: 2to3,
libpcre3-dev,
time,
zlib1g-dev,
procps,
libbackward-cpp-dev,
libdw-dev,
libmsgsl-dev
procps
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/med-team/ncbi-blastplus
Vcs-Git: https://salsa.debian.org/med-team/ncbi-blastplus.git
...
...
debian/rules
View file @
865bded5
...
...
@@ -103,7 +103,7 @@ override_dh_install-arch:
mv
$(
instroot
)
/bin/update_blastdb.pl
$(
instroot
)
/bin/update_blastdb
sed
-e
'1s/$$/3/'
$(
instroot
)
/bin/windowmasker_2.2.22_adapter.py
\
>
$(
instroot
)
/bin/windowmasker_2.2.22_adapter
2to3
-w
$(
instroot
)
/bin/windowmasker_2.2.22_adapter
2to3
-w
--nobackups
$(
instroot
)
/bin/windowmasker_2.2.22_adapter
chmod
+x
$(
instroot
)
/bin/windowmasker_2.2.22_adapter
rm
$(
instroot
)
/bin/windowmasker_2.2.22_adapter.py
*
# Clean up tests, demos, and internal build tools
...
...