Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
DEP5 fix
· 20fbea74
Andreas Tille
authored
May 23, 2018
20fbea74
hardening=+all
· 50938981
Andreas Tille
authored
May 23, 2018
50938981
Upload to unstable
· 14da1d6b
Andreas Tille
authored
May 23, 2018
14da1d6b
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
14da1d6b
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 1
5:30:4
8 +0200
-- Andreas Tille <tille@debian.org>
Wed, 23 May
2018 1
7:49:2
8 +0200
freebayes (1.1.0-2) unstable; urgency=medium
...
...
debian/copyright
View file @
14da1d6b
...
...
@@ -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"),
...
...
debian/rules
View file @
14da1d6b
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
dh $@
...
...