~ubuntu-branches/debian/sid/ncbi-tools6/sid

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Aaron M. Ucko, Aaron M. Ucko, James McCoy
  • Date: 2014-10-08 22:26:33 UTC
  • Revision ID: package-import@ubuntu.com-20141008222633-ssjvhjcw31gyvig7
Tags: 6.1.20120620-8
[ Aaron M. Ucko ]
* corelib/ncbimisc.c (MergeStringArray): Ensure all return paths
  explicitly return a value, as Clang reasonably requires.
* debian/control: Formally update Standards-Version (3.9.6) and Vcs-Browser.

[ James McCoy ]
* Move debian/upstream to debian/upstream/metadata

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ncbi-tools6 (6.1.20120620-8) unstable; urgency=low
 
2
 
 
3
  [ Aaron M. Ucko ]
 
4
  * corelib/ncbimisc.c (MergeStringArray): Ensure all return paths
 
5
    explicitly return a value, as Clang reasonably requires.
 
6
  * debian/control: Formally update Standards-Version (3.9.6) and Vcs-Browser.
 
7
 
 
8
  [ James McCoy ]
 
9
  * Move debian/upstream to debian/upstream/metadata
 
10
 
 
11
 -- Aaron M. Ucko <ucko@debian.org>  Wed, 08 Oct 2014 22:26:33 -0400
 
12
 
1
13
ncbi-tools6 (6.1.20120620-7) unstable; urgency=low
2
14
 
3
15
  * debian/rules: Use find -perm /..., not deprecated +....  (Closes: #724777.)