Rev 28 | Rev 47 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 28 | Rev 29 | ||
|---|---|---|---|
| Line 4... | Line 4... | ||
| 4 | - Drop 30_nonettle.dpatch, since configure allows us to specify that  | 
            4 | - Drop 30_nonettle.dpatch, since configure allows us to specify that  | 
          
| 5 | the bundled nettle shall not be used.  | 
            5 | the bundled nettle shall not be used.  | 
          
| 6 | 6 | ||
| 7 | -- Magnus Holmgren <holmgren@debian.org> Wed, 05 Aug 2009 23:35:15 +0200  | 
            7 | -- Magnus Holmgren <holmgren@debian.org> Wed, 05 Aug 2009 23:35:15 +0200  | 
          
| 8 | 8 | ||
| - | 9 | lsh-utils (2.0.4-dfsg-2) unstable; urgency=low  | 
          |
| - | 10 | ||
| - | 11 | * 40_better_errmsg_when_dotlsh_missing.dpatch (new): In unix_random.c,  | 
          |
| - | 12 | check whether the seed file exists before trying to lock it, and give  | 
          |
| - | 13 | the hint about running lsh-make-seed if it doesn't (Closes: #485856).  | 
          |
| - | 14 | * Update doc-base section of lsh-doc to match current structure.  | 
          |
| - | 15 | * Remove inactive maintainer as requested by the MIA team and put myself  | 
          |
| - | 16 | in charge (Closes: #487137).  | 
          |
| - | 17 | * Upgrade lsh-client's Recommends of lsh-utils to a Depends. It's not  | 
          |
| - | 18 | huge and lsh-client is almost useless without it in most cases  | 
          |
| - | 19 | (Closes: #481073).  | 
          |
| - | 20 | * Use --as-needed to avoid unnecessary dependencies.  | 
          |
| - | 21 | ||
| - | 22 | -- Magnus Holmgren <holmgren@debian.org> Wed, 25 Jun 2008 16:40:16 +0200  | 
          |
| - | 23 | ||
| 9 | lsh (2.0.3-1) unstable; urgency=low  | 
            24 | lsh-utils (2.0.4-dfsg-1) unstable; urgency=low  | 
          
| 10 | 25 | ||
| 11 | * New upstream release (Closes: #422199)  | 
            26 | * New upstream release (Closes: #422199)  | 
          
| - | 27 | - Repackaged without non-free RFC (src/nettle/testsuite/rfc1750.txt)  | 
          |
| - | 28 | (Closes: #408490).  | 
          |
| 12 | - Drop 01_fix_manpages.dpatch; incorporated upstream.  | 
            29 | - Drop 01_fix_manpages.dpatch; incorporated upstream.  | 
          
| - | 30 | - Fixes X11 forwarding bug.  | 
          |
| 13 | * New co-maintainer added.  | 
            31 | * New co-maintainer added.  | 
          
| 14 | * Rename source package "lsh", as the previously clashing package is  | 
            32 | * Rename lsh-utils-doc as lsh-doc. We'll rename the source package after  | 
          
| 15 | gone (Closes: #340354).  | 
            33 | Sarge is gone.  | 
          
| 16 | * Drop the tarball-in-tarball format and ship a "normal" .orig.tar.gz.  | 
            34 | * Drop the tarball-in-tarball format and ship a "normal" .orig.tar.gz.  | 
          
| 17 | - Drop 02_fix_perms.dpatch.  | 
            35 | - Drop 02_fix_perms.dpatch.  | 
          
| 18 | - Add some extra cleanup in debian/rules.  | 
            36 | - Add some extra cleanup in debian/rules.  | 
          
| 19 | * Increase Standards-Version to 3.7.2. No changes needed.  | 
            37 | * Increase Standards-Version to 3.7.3. No changes needed.  | 
          
| 20 | * Fix spelling error lshc and its manpage (Closes: #417426).  | 
            - | |
| 21 | * Put some more docs in the packages: README and ChangeLog is now in all  | 
            38 | * Put some more docs in the packages: README and ChangeLog is now in all  | 
          
| 22 | packages, AUTHORS in lsh-utils. Update debian/copyright to refer to  | 
            39 | packages, AUTHORS in lsh-utils. Update debian/copyright to refer to  | 
          
| 23 | /usr/share/doc/lsh-utils/AUTHORS (Closes: #421108).  | 
            40 | /usr/share/doc/lsh-utils/AUTHORS (Closes: #421108).  | 
          
| 24 |   * debian/control: Use ${binary:Version} substitution variable instead of
 | 
            41 |   * debian/control: Use ${binary:Version} substitution variable instead of
 | 
          
| 25 |     ${source-version}.
 | 
            42 |     ${source-version}.
 | 
          
| 26 | * Review Build-depends: Drop patchutils, dpatch (temporarily),  | 
            43 | * Review Build-depends: Drop patchutils, comerr-dev (redundant),  | 
          
| 27 | comerr-dev (redundant), po-debconf (redundant), xutils (makes no  | 
            44 | po-debconf (redundant), xutils (makes no difference); add  | 
          
| 28 | difference); add autotools-dev, scsh-0.6 (as alternative to  | 
            45 | autotools-dev, scsh-0.6 (as alternative to guile-1.6).  | 
          
| - | 46 | * Drop lshc, the deprecated alias for lsh (Closes: #417426).  | 
          |
| - | 47 | * 30_nonettle.dpatch: Link dynamically with libnettle-dev instead of  | 
          |
| - | 48 | statically with the bundled nettle (Closes: #412138).  | 
          |
| - | 49 | * Don't provide sexp-conv; let lsh-client depend on nettle-bin instead.  | 
          |
| - | 50 | * Move lsftp and lcp to lsh-client.  | 
          |
| - | 51 | * Put sftp-server in /usr/lib/lsh-server and put the manpage in section  | 
          |
| - | 52 | 8lsh instead of renaming it (new 20_sftp-server_mansection.dpatch).  | 
          |
| - | 53 | * Ship lsh.html in lsh-doc.  | 
          |
| 29 | guile-1.6).  | 
            54 | * Add doc-base entry.  | 
          
| - | 55 | * debian/control: Add Homepage field.  | 
          |
| - | 56 | * debian/watch: Update dversionmangle to strip -dfsg suffix.  | 
          |
| 30 | 57 | ||
| 31 | -- Magnus Holmgren <magnus@kibibyte.se> Sun, 6 May 2007 20:33:25 +0200  | 
            58 | -- Magnus Holmgren <holmgren@debian.org> Thu, 01 May 2008 19:22:18 +0200  | 
          
| 32 | 59 | ||
| 33 | lsh-utils (2.0.2-1.1) unstable; urgency=low  | 
            60 | lsh-utils (2.0.2-1.1) unstable; urgency=low  | 
          
| 34 | 61 | ||
| 35 | * Non-maintainer upload to fix longstanding l10n issues  | 
            62 | * Non-maintainer upload to fix longstanding l10n issues  | 
          
| 36 | * Debconf templates translations:  | 
            63 | * Debconf templates translations:  |