Change logs for wmanager source package in Karmic

  • wmanager (0.2.1-6) unstable; urgency=low
    
      * Switch to quilt for patch management:
        - change the patches' naming scheme
        - reformat the comment headers
        - update the README.source file
        - use the quilt plugin for debhelper in the rules file
      * Refresh the copyright file a bit:
        - move the homepage from Original-Source-Location to the control file's
          Homepage field.
        - remove the redundant Packaged-By and Packaged-Date fields
        - bump the CopyrightFormat proposal revision a bit
        - bump the year of my copyright notice for the Debian packaging
      * Add misc:Depends to the binary package.
      * Bump Standards-Version to 3.8.2 with no changes.
      * Move the various lists of installed files to debian/wmanager.*
      * Update a comment in the rules file - GCC 4.3 is the default now :)
      * Remove some cruft from the rules file.
      * Minimize the rules file using debhelper override targets.
      * Add the Vcs-Svn and Vcs-Browser control fields.
      * Make the short description a noun phrase.
    
     -- Bhavani Shankar <email address hidden>   Mon,  13 Jul 2009 20:12:40 +0100
  • wmanager (0.2.1-5ubuntu1) intrepid; urgency=low
    
      * Merge from debian unstable, remaining changes (LP: #255506):
        - debian/control: Add libxext-dev in Build-Depends.
    
    wmanager (0.2.1-5) unstable; urgency=low
    
      * debian/rules
        - do not install the virtually empty FAQ file.  Closes: #489056
        - harden the build unless "nohardening" is in DEB_BUILD_OPTIONS
        - use "filter" instead of "findstring" to parse DEB_BUILD_OPTIONS
    
    wmanager (0.2.1-4) unstable; urgency=low
    
      * Convert the package build to debhelper, minimizing the rules file.
      * Convert the copyright file to the new format.
      * The wmanager home site has risen from the dead, so add a watchfile.
      * Convert the manual pages to mdoc format.
      * Make the support scripts a bit more portable.
    
      * debian/README.source
        - create this file and note the use of dpatch
      * debian/compat
        - create this file and specify compatibility level 7
      * debian/control
        - add a build-time dependency on debhelper 7
        - bump standards version to 3.8.0
          - README.source
        - drop the perl5 dependency - no more POD-to-man conversions
      * debian/copyright
        - converted to the new machine-readable format
      * debian/patches/04_makefile.dpatch
        - always use the C++ compiler warning flags
      * debian/postinst
        - add the #DEBHELPER# marker
      * debian/postrm
        - add the #DEBHELPER# marker
      * debian/rules
        - use the debhelper programs for most tasks
        - let dh_strip handle the "noopt" and "nostrip" DEB_BUILD_OPTIONS
        - use $(CURDIR) instead of `pwd`
      * debian/watch
        - create this file and do weird things to the "021" upstream version
      * debian/wmanager.1
        debian/wmanager-loop.1
        debian/wmanagerrc-update.1
        - rewrite the POD documentation into real mdoc manual pages
      * debian/wmanager.pod
        debian/wmanager-loop.pod
        debian/wmanagerrc-update.pod
        - remove these files after replacing them with mdoc versions
      * debian/wmanager-loop
        - look for other terminals if x-terminal-emulator is not found;
          this is a no-op for Debian systems, yet allows this script to be
          used unaltered on other OS's
        - fix a typo in the program name
        - add my copyright notice
      * debian/wmanagerrc-update
        - only use update-alternatives if it is actually available;
          this is a no-op for Debian systems, yet allows this script to be
          used unaltered on other OS's
        - add my copyright notice
    
     -- Nathan Handler <email address hidden>   Wed, 06 Aug 2008 16:38:37 -0500