Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 79 | Rev 81 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 79 Rev 80
Line 9... Line 9...
9
    src/nettle subdirectory still needs to be renamed to avoid its header
9
    src/nettle subdirectory still needs to be renamed to avoid its header
10
    files from being found; that is now done in debian/rules.
10
    files from being found; that is now done in debian/rules.
11
  * Switch from CDBS to a more old-style debian/rules to get better
11
  * Switch from CDBS to a more old-style debian/rules to get better
12
    control over the build process.
12
    control over the build process.
13
  * Increase Debhelper compat level to 7.
13
  * Increase Debhelper compat level to 7.
-
 
14
  * blacklist.patch: Don't reject when blacklisted_key() returns -1,
-
 
15
    indicating no blacklist file for the key type and/or size in question
-
 
16
    exists.
14
17
15
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 19 Mar 2011 20:40:33 +0100
18
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 19 Mar 2011 20:52:08 +0100
16
19
17
lsh-utils (2.0.4-dfsg-7) unstable; urgency=low
20
lsh-utils (2.0.4-dfsg-7) unstable; urgency=low
18
21
19
  * terminate_on_connection_failure.dpatch (new): Make sure that lsh exits
22
  * terminate_on_connection_failure.dpatch (new): Make sure that lsh exits
20
    if it fails to connect to the remote host (Closes: #485812).
23
    if it fails to connect to the remote host (Closes: #485812).