Change logs for debian-edu-artwork source package in Jessie

  • debian-edu-artwork (0.52-2) unstable; urgency=medium
    
    
      [ Wolfgang Schweer ]
      * debian/update-debian-edu-artwork-(joy|lines|spacefun):
        Only execute 'glib-compile-schemas' if it is available. (Closes: #774864)
    
     -- Holger Levsen <email address hidden>  Fri, 09 Jan 2015 11:41:25 +0100
  • debian-edu-artwork (0.52-1) unstable; urgency=medium
    
    
      [ Wolfgang Schweer ]
      * art-spacefun:
        - Remove some unneeded SVG images and reduce the size of some PNG files
          using 'convert <file> -depth 8 <file>. 
        - Generate the 1600x1200 SVG file from the related PNG file using
          convert <file>.png <file>.bmp, importing the BMP file into incscape
          and save it as SVG file.
        - Adjust kde/Makefile.am and update-debian-edu-artwork-spacefun
          to match the changes.
    
     -- Mike Gabriel <email address hidden>  Thu, 04 Dec 2014 11:08:02 +0100
  • debian-edu-artwork (0.51-1) unstable; urgency=medium
    
    
      * debian/control: use unversioned depends on the debian-edu-artwork* binary
        packages.
      * art-$(theme)/splash/Makefile.am: call convert with +set date:create +set
        date:modify to put deterministic times (the st_ctime of the source file)
        into the .png files it modifies. Useful for reproducible builds. :-)
    
     -- Holger Levsen <email address hidden>  Sun, 26 Oct 2014 18:21:22 +0000
  • debian-edu-artwork (0.49-1) unstable; urgency=medium
    
    
      [ Wolfgang Schweer ]
      * Add art-(joy|lines)/splash/debian-edu-(joy|lines)-splash-live.png to
        those Makefile.am's clean targets.
      * Replace leftover ldm 'joy' background png with a lines theme one.
      * Add svg files for different login screen resolutions to the
        playground/jessie directory.
      * Fix typo in each art-lines/ksplash-bg*/Makefile.am to actually create
        the subdir. (This fix is needed for 'joy' as well, but check of
        images is required first.)
      * Update Standards-Version to 3.9.6.
      * Remove obsolete directory art-lines/ksplash-bg_1600x1200 and adjust
        configure.ac and art.lines/Makefile.am accordingly.
      * Generate all needed background png files from svg files out of
        playground/jessie: add links to these svg files, add build rules and
        clean targets to Makefile.am in all concerned directories.
      * Update screenshot and preview images in art-lines' kde, kdm-theme,
        ksplash-theme and ldm subdirs, build them from svg files if possible.
      * art-joy/kde: get rid of unused png files, adjust the dir's
        Makefile.am and debian/update-debian-edu-artwork-joy to reflect the
        change.
      * art-spacefun/kde: get rid of unused png files, adjust the dir's
        Makefile.am and debian/update-debian-edu-artwork-spacefun to reflect
        the change.
      * media-cover: add CD/DVD label and cover images (svg and png) based
        upon the lines theme. Remove old cover psd files to reduce size,
        update README accordingly. Add info files for new cover/label files.
      * Fix debian/debian-edu-artwork.install to make red swirl hiding work.
    
      [ Mike Gabriel ]
      * Fix faulty paths in update-debian-edu-artwork-lines (for symlinking
        and unlinking gnome-shell.css).
      * Prepare gnome-shell artwork in bin:package debian-edu-artwork-lines
        to be co-installable with the other Debian Edu artworks presented
        by this src:package.
      * Provide spacefun theme and joy theme for Debian jessie's GDM3 login
        screen.
      * Move dpkg-statoverride code into package scripts of bin:package
        debian-edu-artwork (was: bin:package debian-edu-artwork-lines).
      * Fix background-image scaling in GDM3 login screen.
      * Hide red swirl logo in GDM3. The Debian Edu background images
        already contain a logo. Remove obsolete code that worked with GDM3 in
        Debian wheezy, but does not work with GDM3 in Debian jessie.
      * Use inkscape for doing the initial SVG -> PNG conversion. The
        result of ImageMagick based SVG2PNG conversion is rather poor
        on the Debian Edu Artwork background images.
      * Fix scaling of GRUB splash PNGs for joy and lines theme.
      * debian/control:
        + Add Homepage: field. Pointing to a wiki page, we need to put
          some work in.
        + Add B-D: inkscape.
      * debian/copyright:
        + Convert to DEP-5 machine-readable format.
      * debian/rules:
        + Provide get-orig-source rule that builds an orig tarball from the
          package folder itself (excluding the debian/ directory).
        + Fix orig tarball creation, don't redundantly tar-up subfolders.
          Only include symlinks and files into the tarball. Let the tar tool
          auto-create the relevant directories.
    
      [ Holger Levsen ]
      * Switch to debian/source/format 3.0 (quilt), enable xz compression.
      * debian/rules:
        - rename get-orig-source target to new-upstream-version to match
          README.source.
        - set DEB_DH_BUILDDEB_ARGS to use .xz compression for binary packages too.
      * Update README.source to refer to git instead of svn.
    
     -- Holger Levsen <email address hidden>  Tue, 07 Oct 2014 13:56:38 +0200
  • debian-edu-artwork (0.48-1) unstable; urgency=medium
    
    
      [ Wolfgang Schweer ]
      * Add new package debian-edu-artwork-lines: 
        - Add art-lines, originally as a copy of art-joy.
        - Add directory playground/jessie with svg files for theme 'lines'
          based upon the jessie lines theme and (parts of) the Debian Edu
          logo.
        - Adjust Makefile.am and configure.ac in the base directory.
        - Adjust debian/rules and debian/control.
        - Add these files to the debian dir:
          + debian-edu-artwork-lines.postinst
          + debian-edu-artwork-lines.prerm
          + debian-edu-artwork-lines.install
          + debian-edu-artwork-lines.manpages
          + update-debian-edu-artwork-lines
          + update-debian-edu-artwork-lines.8
        - Adjust each Makefile.am in the directory art-lines and subdirs.
        - Replace joy theme related files with lines theme ones.
        - Generate the 640x480 png grub image from a 1600x1200 svg file out
          of the playground/jessie dir, by adding (in the splash subdir)
          'convert $@ -resize 640x $@' to Makefile.am.
        - Add 2560x1080 wallpaper.
      * Files in art-common/kde and art-common/kdm-theme: add support for
        the lines theme.
      * art-lines/kde: add rules to Makefile.am to build wallpaper png files
        needed for the Plasma desktop from svg out of the
        playground/jessie directory; add appropriate links.
      * debian/control: add debian-edu-artwork-lines to Depends: field.
      * Add gdm3/gnome-shell support to package debian-edu-artwork-lines
        (much more work needed to support the other themes as well):
        - Add directory art-lines/gnome-shell with files
          + debian-edu.svg as (no-repeated) replacement for the (repeated)
            default black background for now. (This has yet to be tested with
            different screen resolutions.)
          + debian-edu-gnome-shell.css to make the Debian Edu background show
            up (using diversion to gnome-shell.css).
          + Makefile.am.
        - Adjust art-lines/Makefile.am and configure.ac to reflect this.
        - Add these files to the debian dir:
          + debian-edu-artwork-lines.install
          + debian-edu-artwork-lines.links
          + debian-edu-artwork-lines.preinst
          + debian-edu-artwork-lines.postrm
        - Adjust debian/update-debian-edu-artwork-lines.
      * Add myself to Uploaders.
    
      [ Holger Levsen ]
      * Remove art-(joy|lines)/splash/debian-edu-(joy|lines)-splash-live.png links
        and add those targets to those Makefile.am's.  This fixes an unreported
        FTBFS with pbuilder (but not with debuild), which is also present in at
        least 0.47. 
      * Bump compat to 9 and raise build-dependency to debhelper >= 9.20120909~.
      * Turn into a non-native package again. This is useful to just fix simple
        stuff without needing to upload a huge source package. Please keep it this
        way. Native packages are not useful for anything. Really.
    
     -- Holger Levsen <email address hidden>  Tue, 30 Sep 2014 13:39:57 +0000
  • debian-edu-artwork (0.47) unstable; urgency=medium
    
    
      * MATE panel layout:
        + Add Window List Applet to the MATE panel for default MATE profiles.
    
     -- Mike Gabriel <email address hidden>  Tue, 19 Aug 2014 18:17:50 +0200
  • debian-edu-artwork (0.46) unstable; urgency=medium
    
    
      * Upload to unstable.
    
      [ Mike Gabriel ]
      * update scripts:
        - Provide common symlink name for PXE boot splash.
        - Use variable  instead of hard-coding the theme name.
      * MATE panel layout:
        - Drop mixer applet from list of default panel applets. The
          mixer applet is only provided by mate-media-gstreamer whereas
          mate-media-pulse will be the default package in Debian jessie.
          The bin:package mate-media-pulse presents a mixer applet via
          the notification area.
    
      [ Alexander Alemayhu ]
      * debian/control:
        + Update Vcs-* fields.
    
     -- Mike Gabriel <email address hidden>  Wed, 13 Aug 2014 17:51:26 +0200
  • debian-edu-artwork (0.45-2) unstable; urgency=low
    
    
      [ Petter Reinholdtsen ]
      * Adjusted art/splash/Makefile.am to clean up the generated file
        debian-edu-splash.png too.
    
     -- Holger Levsen <email address hidden>  Wed, 09 Oct 2013 15:15:06 +0200
  • debian-edu-artwork (0.45-1) unstable; urgency=low
    
    
      [ Petter Reinholdtsen ]
      * Adjust makefile to get 'make distcheck' almost working.
    
      [ Holger Levsen ]
      * Bump to new upstream version to upload as non-native.
      * Add librsvg2-bin to build-depends.
    
     -- Holger Levsen <email address hidden>  Mon, 16 Sep 2013 01:15:53 +0200
  • debian-edu-artwork (0.44-1) unstable; urgency=low
    
    
      [ Wolfgang Schweer ]
      * Fix grub image (colour space: indexed -> RGB; density 72x72).
    
      [ Petter Reinholdtsen ]
      * Build grub image from SVG using convert from imagemagick, optipng,
        advancecomp.  Add these as build dependencies.
    
     -- Petter Reinholdtsen <email address hidden>  Thu, 08 Aug 2013 22:26:17 +0200
  • debian-edu-artwork (0.43-1) unstable; urgency=low
    
    
      [ Holger Levsen ]
      * art/splash/debian-edu-splash.png: update file to correct size:
        640 x 480.
    
      [ Wolfgang Schweer ]
      * Replace art/kdm-theme/background.svg with another file of size
        1600x1200, hopefully working correctly for all resolutions.
        (Closes: #717526)
      * Update art/kdm-theme/README.
      * art/kdm-theme/KdmGreeterTheme.desktop: fix typo.
      * art/ksplash-theme/description.txt: clarify information about the
        rectangle image. (Really: force description.txt to be updated in
        svn, cause the file shipped with version 0.42-1 was not a correct
        description file, though the svn version seemed to be correct.)
        ksplash should work again.
    
     -- Petter Reinholdtsen <email address hidden>  Thu, 25 Jul 2013 23:29:20 +0200
  • debian-edu-artwork (0.0.37-1) unstable; urgency=low
    
    
      * debian/copyright: Remove outdated infos and add gpl2+ licence.
      * art/gdm-theme/screenshot.png: Update with Debian Edu wheezy theme.
    
     -- Holger Levsen <email address hidden>  Mon, 17 Jun 2013 01:03:44 +0200
  • debian-edu-artwork (0.0.33-4) unstable; urgency=low
    
    
      [ Petter Reinholdtsen ]
      * Raise the update-alternatives priority of our grub image from 15
        to 50, to make sure it is higher priority than the 20 used by
        desktop-base for joy-grub.png.  This bring our artwork back to
        grub.
    
     -- Petter Reinholdtsen <email address hidden>  Wed, 08 May 2013 09:52:32 +0200
  • debian-edu-artwork (0.0.33-3) unstable; urgency=low
    
    
      [ Hideki Yamane ]
      * debian/debian-edu-artwork.prerm
        - fix "leaves diversion after upgrade from squeeze"
          (Closes: #657474)
    
      [ Holger Levsen ]
      * Bump Standards-Version to 3.9.3, no changes needed.
      * Set package priority to extra.
    
     -- Holger Levsen <email address hidden>  Sat, 23 Jun 2012 14:51:47 +0200