| Rev | 
              Age | 
              Author | 
              Path | 
              Log message | 
              Diff | 
              Changes | 
           
           
           
              | 120 | 
              4082d 07h | 
              magnus | 
              /trunk/debian/ | 
              Add systemd unit file, which should behave similarly to the init 
script. | 
                | 
              
                 /trunk/debian/lsh-server.service         
                /trunk/debian/changelog<br/>/trunk/debian/control<br/>/trunk/debian/lsh-server.postinst<br/>/trunk/debian/rules         
               | 
           
           
              | 105 | 
              4502d 08h | 
              magnus | 
              /trunk/debian/ | 
              Delete code moving the no longer existing nettle directory out of the way. | 
                | 
              
                 /trunk/debian/rules         
               | 
           
           
              | 93 | 
              5107d 03h | 
              magnus | 
              /trunk/debian/ | 
              Use dpkg-buildflags. | 
                | 
              
                 /trunk/debian/changelog<br/>/trunk/debian/control<br/>/trunk/debian/rules         
               | 
           
           
              | 86 | 
              5343d 00h | 
              magnus | 
              /trunk/debian/ | 
              s/dh_clean -k/dh_prep/ | 
                | 
              
                 /trunk/debian/rules         
               | 
           
           
              | 85 | 
              5343d 00h | 
              magnus | 
              /trunk/debian/ | 
              Enable tests. 
testsuite-mini-inetd-localhost.patch (new): When told to bind to 
"localhost", mini-inetd, which is used in certain (optional) tests, 
seems to bind to 255.255.255.255, which is of course no good. Tell it 
to bind to 127.0.0.1 instead. | 
                | 
              
                 /trunk/debian/patches/testsuite-mini-inetd-localhost.patch         
                /trunk/debian/changelog<br/>/trunk/debian/patches/series<br/>/trunk/debian/rules         
               | 
           
           
              | 83 | 
              5343d 05h | 
              magnus | 
              /trunk/debian/ | 
              Revert the part of debian/rules that runs the tests, so that it can be added together with the changelog entry and related patch. | 
                | 
              
                 /trunk/debian/rules         
               | 
           
           
              | 79 | 
              5343d 05h | 
              magnus | 
              /trunk/debian/ | 
              * Change source format to 3.0 (quilt), renaming all patches 
  from *.dpatch to *.patch and dropping the numbers. 
* While 30_nonettle.dpatch was a script that used sed to modify 
  instances of Makefile.in, nonettle.patch patches Makefile.am files as 
  well as configure.ac. dh-autoremake is used to call autoremake before 
  configure and to restore the effects in the clean target. The 
  src/nettle subdirectory still needs to be renamed to avoid its header 
  files from being found; that is now done in debian/rules. 
* Switch from CDBS to a more old-style debian/rules to get better 
  control over the build process. 
* Increase Debhelper compat level to 7. | 
                | 
              
                 /trunk/debian/patches/better-errmsg-when-dotlsh-missing.patch<br/>/trunk/debian/patches/blacklist.patch<br/>/trunk/debian/patches/ipv6-v6only.patch<br/>/trunk/debian/patches/nettle-2.0.patch<br/>/trunk/debian/patches/nonettle.patch<br/>/trunk/debian/patches/series<br/>/trunk/debian/patches/sftp-server-mansection.patch<br/>/trunk/debian/patches/terminate-on-connection-failure.patch<br/>/trunk/debian/source<br/>/trunk/debian/source/format         
                /trunk/debian/README.source<br/>/trunk/debian/patches/00list<br/>/trunk/debian/patches/20_sftp-server_mansection.dpatch<br/>/trunk/debian/patches/30_nonettle.dpatch<br/>/trunk/debian/patches/40_better_errmsg_when_dotlsh_missing.dpatch<br/>/trunk/debian/patches/blacklist.dpatch<br/>/trunk/debian/patches/ipv6_v6only.dpatch<br/>/trunk/debian/patches/nettle_2.0.dpatch<br/>/trunk/debian/patches/terminate_on_connection_failure.dpatch         
                /trunk/debian/changelog<br/>/trunk/debian/compat<br/>/trunk/debian/control<br/>/trunk/debian/rules         
               | 
           
           
              | 40 | 
              5906d 03h | 
              magnus | 
              /trunk/debian/ | 
              Drop the no longer useful lsh-server-config script. | 
                | 
              
                 /trunk/debian/mans/lsh-server-config.8<br/>/trunk/debian/scripts         
                /trunk/debian/changelog<br/>/trunk/debian/lsh-server.install<br/>/trunk/debian/lsh-server.manpages<br/>/trunk/debian/lsh-server.postinst<br/>/trunk/debian/rules         
               | 
           
           
              | 26 | 
              6340d 08h | 
              magnus | 
              /trunk/debian/ | 
              I hear that --no-undefined / -z defs should be before --as-needed. | 
                | 
              
                 /trunk/debian/rules         
               | 
           
           
              | 25 | 
              6340d 09h | 
              magnus | 
              /trunk/debian/ | 
              Use --as-needed to avoid unnecessary dependencies. | 
                | 
              
                 /trunk/debian/changelog<br/>/trunk/debian/rules         
               | 
           
           
              | 8 | 
              6606d 05h | 
              magnus | 
              /trunk/debian/ | 
              Many changes: 
* Wrap dependency fields 
* Put names of files to install in *.install, *.manpages etc., with  
  a few exceptions 
* Add 30_nonettle.dpatch, which moves src/nettle out of the way 
  and changes references to nettle in the various Makefile.in:s. 
* Drop the deprecated lshc wrapper. 
* Delete debian/*.dirs (dh_installdirs is almost never needed). 
* Change lshc to lsh in debian/mans/lcp.1 
* No longer ship sexp-conv, which comes from nettle, but let lsh-utils 
  depend on nettle-bin instead. lsh-utils.postinst and lsh-utils.prerm  
  thus can be dropped. 
* Put sftp-server in /usr/lib/lsh-server and let the manpage be  
  sftp-server(8lsh), so that it doesn't have to be called 
  sftp-server.lsh. 
* Depend on dpatch again. 
* Ship lsh documentation in HTML format and add 
  debian/lsh-doc.doc-base listing it and the Info file. | 
                | 
              
                 /trunk/debian/lsh-client.install<br/>/trunk/debian/lsh-client.manpages<br/>/trunk/debian/lsh-doc.doc-base<br/>/trunk/debian/lsh-doc.docs<br/>/trunk/debian/lsh-doc.info<br/>/trunk/debian/lsh-doc.install<br/>/trunk/debian/lsh-doc.manpages<br/>/trunk/debian/lsh-server.install<br/>/trunk/debian/lsh-server.manpages<br/>/trunk/debian/lsh-utils.docs<br/>/trunk/debian/lsh-utils.install<br/>/trunk/debian/lsh-utils.manpages<br/>/trunk/debian/patches<br/>/trunk/debian/patches/00list<br/>/trunk/debian/patches/20_sftp-server_mansection.dpatch<br/>/trunk/debian/patches/30_nonettle.dpatch         
                /trunk/debian/lsh-server.dirs<br/>/trunk/debian/lsh-utils.postinst<br/>/trunk/debian/lsh-utils.prerm<br/>/trunk/debian/mans/lshc.1<br/>/trunk/debian/scripts/lshc         
                /trunk/debian/README.Debian<br/>/trunk/debian/changelog<br/>/trunk/debian/control<br/>/trunk/debian/lsh-server.init.d<br/>/trunk/debian/mans/lcp.1<br/>/trunk/debian/rules         
               | 
           
           
              | 7 | 
              6606d 09h | 
              magnus | 
              /trunk/debian/ | 
              Commit _all_ the changes pertaining to lsh-utils-doc becoming lsh-doc, and update the changelog timestamp. | 
                | 
              
                 /trunk/debian/changelog<br/>/trunk/debian/rules         
               | 
           
           
              | 2 | 
              6737d 07h | 
              magnus | 
              /trunk/debian/ | 
              [svn-inject] Applying Debian modifications to trunk | 
                | 
              
                 /trunk/debian<br/>/trunk/debian/NEWS<br/>/trunk/debian/README.Debian<br/>/trunk/debian/changelog<br/>/trunk/debian/compat<br/>/trunk/debian/control<br/>/trunk/debian/copyright<br/>/trunk/debian/lsh-server.config<br/>/trunk/debian/lsh-server.dirs<br/>/trunk/debian/lsh-server.init.d<br/>/trunk/debian/lsh-server.postinst<br/>/trunk/debian/lsh-server.postrm<br/>/trunk/debian/lsh-server.templates<br/>/trunk/debian/lsh-utils.postinst<br/>/trunk/debian/lsh-utils.prerm<br/>/trunk/debian/mans<br/>/trunk/debian/mans/lcp.1<br/>/trunk/debian/mans/lsftp.1<br/>/trunk/debian/mans/lsh-authorize.1<br/>/trunk/debian/mans/lsh-decode-key.1<br/>/trunk/debian/mans/lsh-execuv.8<br/>/trunk/debian/mans/lsh-export-key.1<br/>/trunk/debian/mans/lsh-keygen.1<br/>/trunk/debian/mans/lsh-krb-checkpw.8<br/>/trunk/debian/mans/lsh-make-seed.1<br/>/trunk/debian/mans/lsh-pam-checkpw.8<br/>/trunk/debian/mans/lsh-server-config.8<br/>/trunk/debian/mans/lsh-writekey.1<br/>/trunk/debian/mans/lsh_proxy.8<br/>/trunk/debian/mans/lshc.1<br/>/trunk/debian/mans/lshd.8<br/>/trunk/debian/mans/lshg.1<br/>/trunk/debian/mans/sexp-conv.lsh-utils.1<br/>/trunk/debian/mans/sftp-server.lsh.8<br/>/trunk/debian/mans/srp-gen.1<br/>/trunk/debian/mans/ssh-conv.1<br/>/trunk/debian/po<br/>/trunk/debian/po/POTFILES.in<br/>/trunk/debian/po/cs.po<br/>/trunk/debian/po/da.po<br/>/trunk/debian/po/de.po<br/>/trunk/debian/po/fr.po<br/>/trunk/debian/po/nl.po<br/>/trunk/debian/po/nn.po<br/>/trunk/debian/po/pt.po<br/>/trunk/debian/po/ru.po<br/>/trunk/debian/po/sv.po<br/>/trunk/debian/po/templates.pot<br/>/trunk/debian/po/vi.po<br/>/trunk/debian/rules<br/>/trunk/debian/scripts<br/>/trunk/debian/scripts/lsh-server-config<br/>/trunk/debian/scripts/lshc<br/>/trunk/debian/watch         
               |