~xsplash-team/xsplash/ubuntu

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Ken VanDine
  • Date: 2009-09-16 18:36:13 UTC
  • mfrom: (5.2.21 xsplash-ubuntu)
  • Revision ID: ken.vandine@canonical.com-20090916183613-b42bxdcgc5ua3s2s
Merged with lp:~ubuntu-desktop/xsplash/ubuntu

xsplash (0.8-0~ppa1) karmic; urgency=low
* New upstream version (LP: #430881)
  - add timeout cmd line option
  - fix xsplash_add_signal() so it can parse --add-signal multiple times
  - add --daemon option (LP: #429602)
  - Updated artwork 
* debian/control: 
  - split artwork out into ubuntu-xsplash-artwork (LP: #430162)
  - Added Provides/Conflicts/Replaces for xsplash-artwork
  - Made xsplash depend on xsplash-artwork or ubuntu-xsplash-artwork
  - Made ubuntu-xsplash-artwork Conflict/Replaces xsplash (<< 0.8)
* debian/ubuntu-xsplash-artwork.copyright:
  - Update to CC-BY-SA 3.0 as per Canonical Ltd.'s (the copyright holder) 
    decision. Add some explanatory text about the trademark policy.
 -- Ken VanDine <ken.vandine@canonical.com>Wed, 16 Sep 2009 11:08:03 -0400
xsplash (0.7.1-0ubuntu1) karmic; urgency=low
* New upstream version (LP: #427478)
  - show last frame in ping-pong mode, fix by Anders Kaseorg
  - configurable signals

 -- Ken VanDine <ken.vandine@canonical.com>Thu, 10 Sep 2009 14:24:18 -0400

xsplash (0.7-0ubuntu1) karmic; urgency=low

* debian/control:
  - update vcs url

[ Ken VanDine ]
* New version (LP: #423885)
  - Logo placement fixes
  - Changed fallback timeout from 10s to 15s

 -- Sebastien Bacher <seb128@ubuntu.com>Fri, 04 Sep 2009 11:36:44 +0200

xsplash (0.6-0ubuntu1) karmic; urgency=low

[ Ken VanDine ]
* New version (LP: #418974)
  - Don't set xsplash binary setuid gdm, use setuid in xsplash
  - Xsplash flickers and uses the gtk_color_scheme's window background 
    color (LP: #416004)
  - Image size popping on login (LP: #411720)
  - xsplash crashed with signal 5 in g_type_create_instance() (LP: #412648)
  - Fixes for the non-compositing case
  - Added configure time argument to allow building with a user to run as
  - Added throbber and logo
  - Added command line arguments to set:
    * background image
    * logo image
    * throbber image
    * number of frames for the throbber
    * pingpong (reverse throbber)

[ Martin Pitt ]
* debian/control: Fix Vcs-*.

 -- Ken VanDine <ken.vandine@canonical.com>Wed, 26 Aug 2009 18:09:27 +0200

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
Build-Depends: cdbs, debhelper (>= 7), autotools-dev, libdbus-glib-1-dev (>=0.76), libgtk2.0-dev (>= 2.14.0), pkg-config, libglib2.0-dev
6
6
Standards-Version: 3.8.2
7
7
Homepage: https://launchpad.net/xsplash
8
 
Vcs-Bzr: lp:~ubuntu-core-dev/xsplash/ubuntu
9
 
Vcs-Bzr-Browser: https://code.launchpad.net/~ubuntu-core-dev/xsplash/ubuntu
 
8
Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/xsplash/ubuntu
 
9
Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-desktop/xsplash/ubuntu
10
10
 
11
11
Package: xsplash
12
12
Architecture: any
13
 
Depends: ${shlibs:Depends}, ${misc:Depends}
 
13
Depends: ${shlibs:Depends}, ${misc:Depends}, xsplash-artwork | ubuntu-xsplash-artwork
14
14
Description: X based bootsplash
15
15
 xsplash is a userspace application that uses the X interface
16
16
 to draw a splash screen at boot.
 
17
 
 
18
Package: ubuntu-xsplash-artwork
 
19
Architecture: any
 
20
Depends: ${shlibs:Depends}, ${misc:Depends}
 
21
Provides: xsplash-artwork
 
22
Conflicts: xsplash-artwork, xsplash (<< 0.8)
 
23
Replaces: xsplash-artwork, xsplash (<< 0.8)
 
24
Description: Ubuntu artwork for xsplash
 
25
 Ubuntu artwork used by xsplash, a userspace application that uses the X 
 
26
 interface to draw a splash screen at boot.