Skip to content
Commits on Source (3)
freebayes (1.2.0-1) UNRELEASED; urgency=medium
freebayes (1.2.0-1) unstable; urgency=medium
* New upstream version
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.1.4
* Bump versioned Build-Depends: libseqlib-dev (>= 1.1.2+dfsg)
* DEP5 fix
* hardening=+all
-- Andreas Tille <tille@debian.org> Thu, 26 Apr 2018 15:30:48 +0200
-- Andreas Tille <tille@debian.org> Wed, 23 May 2018 17:49:28 +0200
freebayes (1.1.0-2) unstable; urgency=medium
......
......@@ -6,18 +6,6 @@ Files: *
Copyright: 2010-2014 Erik Garrison, Gabor Marth
License: MIT
Files: debian/bash-tap/*
Copyright: 2012-2016 Sam Graham
License: MIT
Comment: Files obtained from
https://github.com/illusori/bash-tap
Files: debian/test-simple-bash/*
Copyright: 2013 Ingy.Net
License: MIT
Comment: File obtained from
https://github.com/ingydotnet/test-simple-bash/tree/master/lib
Files: ttmath/*
Copyright: 2006-2012, Tomasz Sowa
License: BSD-3-clause
......@@ -51,6 +39,18 @@ Files: debian/*
Copyright: 2014 Brad Chapman <chapmanb@50mail.com>
License: MIT
Files: debian/bash-tap/*
Copyright: 2012-2016 Sam Graham
License: MIT
Comment: Files obtained from
https://github.com/illusori/bash-tap
Files: debian/test-simple-bash/*
Copyright: 2013 Ingy.Net
License: MIT
Comment: File obtained from
https://github.com/ingydotnet/test-simple-bash/tree/master/lib
License: MIT
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
......
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
dh $@
......