lp:debian/wheezy/openbox

Created by James Westby and last modified
Get this branch:
bzr branch lp:debian/wheezy/openbox
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Development

Recent revisions

20. By Michael

* QA upload.
* Apply upstream fix for an infinite loop when disabling RandR outputs
  (Closes: #697571)

19. By Nico Golde <email address hidden>

Add missing Breaks/Replaces for gnome-panel-control,
thanks Andreas Beckmann for reporting! (Closes: #694396).

18. By Nico Golde <email address hidden>

* Fix crash on unexpected NET_WM_MOVERESIZE_CANCEL messages
  (675991_fix_crash_from_gtk3_apps.patch; Closes: #675991).
* Make undecorated windows place according to their undecorated
  state (666676_wrong_undecorated_window_placement.patch; Closes: #666676)

17. By Nico Golde <email address hidden>

* Apply Ubuntu patches, thanks a lot! (Closes: #647852)
* debian/control:
  - Remove libxft-dev and libxau-dev build-depends, not needed anymore.
  - Add depends on libimlib2-dev for openbox-dev, needed to build against
    openbox-dev.
  - Build-depends on dh-autoreconf and autopoint.
* debian/openbox-dev.install:
  - Install directly .so files.
* Bump policy versoin to 3.9.3.
* debian/openbox-dev.links:
  - Remove since the .so files are installed.
* debian/openbox.install
  - Install all locales and all themes.
  - Install .desktop and pixmap files.
  - Install menu.xml.
* debian/rules:
  - Use CFLAGS += instead of CFLAGS =.
  - Use dh_install --list-missing.
  - Use --with autoreconf, needed by 90_fix_link_obt.patch.
* debian/patches:
   - 90_fix_link_obt.patch : From upstream, fix linker issue with libobt.
* debian/*.symbols:
   - Add symbols files.
* debian/README.source
   - Remove, not needed with source format 3.0 (quilt).
* Remove broken symlink to libobparser.so.27.0.1 (Closes: #653119).
* Use maintscript support in dh_installdeb rather than writing out
  dpkg-maintscript-helper commands by hand. We now simply Pre-Depend on a
  new enough version of dpkg rather than using 'dpkg-maintscript-helper
  supports' guards, leading to more predictable behaviour on upgrades.
  Thanks Colin Watson! (Closes: #659785)

16. By Nico Golde <email address hidden>

* Document changes to be made after upgrade to 3.5 (Closes: #644754).
  - Ship new environment configuration file.
  - Remove old autostart.sh conffile (Closes: #645441).
  - Add notes in NEWS.Debian to state configuration changes to be made
    with the new 3.5.0 release.
  - Thanks Julien Valroff!
* Add 'set -e' to openbox preinst script.
* Drop useless build-dependency on quilt.
* Register HTML documentation via doc-base.
* openbox.menu-method: Add icon assignment statements into the
  openbox menu (Closes: #645952).
* Add libimlib2-dev to build-dependencies to support icons in
  menus (Closes: #645944).
* Fix loading of /var/lib/openbox/debian-menu.xml (Closes: #644756).
  - remove debian-menu.xml from rc.xml and only load the file from
    /var/lib/openbox to prevent confusing errors in xsessions-errors.

15. By Nico Golde <email address hidden>

[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.

14. By Nico Golde <email address hidden>

Remove gnome-panel-control files from openbox binary package
(Closes: #627812).

13. By Nico Golde <email address hidden>

* "New" upstream release (Closes: #599818).
* Fix FTBFS with ld --no-add-needed/gold (Closes: #609317)
  - Link gdm-control against Xau.
  - Build-depend on autoconf and automake1.9.
  - Thanks to Felix Geyer!
* Update install files for libobparser/libobrender as the shared
  library minor version changed.
* openbox-dev: Add libxml2-dev, libglib2.0-dev, libxft-dev, libpango1.0-dev
  to Depends (Closes: #603305).
* Simplify gnome session script
  (Closes: #604043; 05_simplify_gnome_session.patch).
  - Thanks Jim Paris for the patch!
* Add hunk to 01_rc.xml.patch to fix double closed xml comment
  (Closes: #592589).
* Change the unique id in openbox menu-methods to $section
  (Closes: #586306).
  - Thanks Bill Allombert!
* Given that the included documentation about configuring openbox is rather
  bad, move obconf to Recommends from Suggests (Closes: #597972).
* Add python-xdg to depends, install xdg-autostart to
  /usr/lib/openbox (Closes: #587283)
* Add upstream patch for 24 bit video support
  (Closes: #606137; 20_24bits_support.patch).
* Fix incorrect loop in swap_byte_order (06_fix_swap_byte_order.patch).
* Split gnome-panel-control in its own binary package due to its nature
  not necessary being bound to openbox (Closes: #602594).
* Do not install libobparser.la and libobrender.la files anymore as they
  are not needed (Closes: #622425).
* Bump standards version, no changes needed.
* Change menu conflict of openbox to Breaks.
* Move BSD license text directly into debian/copyright as it may be removed
  from base-files in the future.

12. By Nico Golde <email address hidden>

* New upstream release (Closes: #570441).
  - removed wrong use of test command in openbox-gnome-session leading
    to misbehaviour with gnome sessions (Closes: #566685).
* Add obxprop to the installed files (Closes: #564292).
* Removed 04_escape_session_names.dpatch/03_nextprev-xinerama.dpatch
  completely from debian/, wasn't used anymore anyway.
* Bump standards version, no changes needed.
* Update install files for libobparser/libobrender and links in openbox-dev
  as the shared library minor version changed.
* Update install paths of openbox-dev files to reflect upstream changes
  and install all header files rather than pick them manually.
* Switch to regular paragraphs from asterisks in NEWS file.
* Change short description of openbox-dev to differ from openbox.
* Switch to dpkg-source 3.0 (quilt) format
  - switch from dpatch to quilt patches.
* Adding ${misc:Depends} to openbox-dev.

11. By Nico Golde <email address hidden>

* New upstream release.
* Add ${misc:Depends} to Depends of libobparser21,libobrender and openbox.
* Add dummy README.source file.
* Update install files for libobparser/libobrender as the shared
  library minor version changed.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:debian/openbox
This branch contains Public information 
Everyone can see this information.

Subscribers