Change logs for wajig source package in Trusty

  • wajig (2.13) unstable; urgency=medium
    
    
      * Remove unit tests... only had 5 tests, and the code isn't really ready
        for it without 'too' much effort; Closes: #735821
    
     -- Tshepang Lekhonkhobe <email address hidden>  Sun, 19 Jan 2014 15:59:53 +0200
  • wajig (2.12) unstable; urgency=low
    
    
      * bump Standards-Version to 3.9.5: no changes needed
      * README: also read /usr/share/doc/<package name>/README.rst files
      * modernise packaging... use dh-python; work done by Sergey Romanov
      * LIST-SCRIPTS: fix Py3k conversion error; no one saw/reported this
        since it was introduced in version 2.2, until Sergey Romanov, who
        also submitted a fix
    
     -- Tshepang Lekhonkhobe <email address hidden>  Sat, 14 Dec 2013 19:11:33 +0200
  • wajig (2.11) unstable; urgency=low
    
    
      * UPGRADE: Use the new --with-new-pkgs option of 'apt-get upgrade'
      * EDITSOURCES: Select $VISUAL or $EDITOR (in that order of preference)
        if defined, else use 'sensible-editor'; Closes: #729585
    
     -- Tshepang Lekhonkhobe <email address hidden>  Mon, 02 Dec 2013 22:23:31 +0200
  • wajig (2.10) unstable; urgency=low
    
    
      * LIST-COMMANDS: accept an optional argument to filter the output;
        this is equivalent to 'wajig list-commands | grep <pattern>'
    
     -- Tshepang Lekhonkhobe <email address hidden>  Sun, 13 Oct 2013 08:21:30 +0200
  • wajig (2.8) unstable; urgency=low
    
    
      * UPDATE: fix performance issue (patch by Robert Luberda); Closes: #705241
    
      * improve package description:
        - simpler
        - less boastful
        - add a pointer to a guide
        - tis 'wajig', not 'Wajig'
    
      * SEARCH:
        - make -v|--verbose match short package descriptions in addition to
          package names
        - add -vv, which also searches long package descriptions and displays them;
          the former was available as -v, and the latter is new;
          this functionality was suggested by Reuben Thomas
        - add debtags search; this happens if the string '::' is in the search term
    
      * SEARCH, INSTALL: fix weird bugs where package '0ad' could not be searched
        for or installed; LP #1182264
    
      * update TUTORIAL to reflect that allowing any case for commands has
        since been removed; LP #1033536
    
      * PURGEORPHANS, REMOVEORPHANS:
        - remove --teach option
          + it would need to be too complex in order to be accurate since it
            runs 2 commands, the second one using output of the first
          + this also gets rid of an ugly (and broken) workaround
    
      * PURGEORPHANS: remove --noauth option; it doesn't make sense here
    
      * REMOVEORPHANS: add --yes option, for consistency with PURGEORPHANS
    
      * replace internal function with a more thorough stdlib shutil.which()
        for checking if a particular executable exists;
        this bumps minimum Python dependency to 3.3
      * LISTLOG: add APTLOG as synonym, in place of an erroneously-added SYSLOG
    
     -- Tshepang Lekhonkhobe <email address hidden>  Tue, 28 May 2013 08:35:08 +0200