~ubuntu-branches/debian/sid/openbox/sid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Nico Golde, Nico Golde, Eugenio Paolantonio
  • Date: 2011-10-03 22:59:30 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20111003225930-tdvyax5tx63dyoez
Tags: 3.5.0-1
[Nico Golde]
* New upstream release (Closes: #638783).
  - Fix crashes in the menu code (Closes: #563891).
* Add Brazilian translation to openbox.desktop,
  thanks Sérgio Cipolla (Closes: #627912).
* Remove 06_fix_swap_byte_order.patch, applied upstream.
* Bump debhelper dependency to >= 7.0.50~ due to override.
* Remove CHANGELOG from openbox.docs to prevent double installation.
* Add 02_fix_freedesktop_compliance.dpatch desktop file to
  /usr/share/applications.

[Eugenio Paolantonio]
* debian/patches:
  - Disabled 03_place_windows_in_quadrants.patch
  - Updated 01_rc.xml.patch and 06_fix_swap_byte_order.patch
  - Removed 04_fix_ftbfs_no-add-needed.patch and 20_24bits_support.patch
* debian/control:
  - Added myself to the Uploaders.
  - Build-Depends: removed libxau-dev, libxft-dev and python-xdg;
    added libimlib2-dev
  - openbox Suggests: added python-xdg
  - libobrender21 renamed to libobrender27
  - libobparser21 renamed to libobt0
* debian/rules:
  - Rewrote using a simpler debhelper syntax
  - Moved the install pass to openbox.install
* debian/*.{install,links,dirs}:
  - Updated.
* debian/openbox.xsession:
  - Removed. Openbox now ships it by default.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: x11
3
3
Priority: optional
4
4
Maintainer: Nico Golde <nion@debian.org>
5
 
Build-Depends: debhelper (>= 7), gettext, libxft-dev, libstartup-notification0-dev, libxrender-dev, pkg-config, libglib2.0-dev, libxml2-dev (>= 2.6.0), perl, libxt-dev, libxinerama-dev, libxrandr-dev, libpango1.0-dev, quilt, libx11-dev, libxau-dev, autoconf, automake1.9, python-xdg
 
5
Build-Depends: debhelper (>= 7.0.50~), gettext, libxft-dev, libstartup-notification0-dev, libxrender-dev, pkg-config, libglib2.0-dev, libxml2-dev (>= 2.6.0), perl, libxt-dev, libxinerama-dev, libxrandr-dev, libpango1.0-dev, quilt, libx11-dev, libxau-dev, autoconf, automake1.9, python-xdg
6
6
Standards-Version: 3.9.2
7
7
Homepage: http://www.openbox.org
8
8
Vcs-Browser: http://svn.debian.org/viewsvn/collab-maint/deb-maint/openbox/trunk
48
48
 menu from the command line.  This is originally a helper utility of openbox
49
49
 since gnome-panel is no longer managing its own key bindings.
50
50
 
51
 
Package: libobparser21
 
51
Package: libobt0
52
52
Section: libs
53
53
Architecture: any
54
54
Conflicts: libobparser15, libobparser16
69
69
 any existing code base, although the visual appearance has been based upon
70
70
 that of Blackbox.  Openbox 2 was based on the Blackbox 0.65.0 codebase.
71
71
 .
72
 
 This package contains the libobparser library files used by openbox
 
72
 This package contains the libobt library files used by openbox
73
73
 to load and parse configuration and theme files of openbox.
74
74
 
75
 
Package: libobrender21
 
75
Package: libobrender27
76
76
Section: libs
77
77
Architecture: any
78
78
Conflicts: libobrender15, libobrender16
99
99
Package: openbox-dev
100
100
Section: libdevel
101
101
Architecture: any
102
 
Depends: ${shlibs:Depends}, ${misc:Depends}, libobrender21 (= ${binary:Version}), libobparser21 (= ${binary:Version}), libxml2-dev, libglib2.0-dev, libxft-dev, libpango1.0-dev
 
102
Depends: ${shlibs:Depends}, ${misc:Depends}, libobrender27 (= ${binary:Version}), libobt0 (= ${binary:Version}), libxml2-dev, libglib2.0-dev, libxft-dev, libpango1.0-dev
103
103
Description: development files for the openbox window manager
104
104
 Openbox works with your applications, and makes your desktop easier to manage.
105
105
 This is because the approach to its development was the opposite of what seems