debian/0000775000000000000000000000000012266160330007167 5ustar debian/rules0000775000000000000000000000070212266160264010254 0ustar #!/usr/bin/make -f # -*- coding: utf-8 -*- export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: dh $@ --with autoreconf override_dh_auto_configure: dh_auto_configure -- $(shell dpkg-buildflags --export=configure) # Avoid duplicating content of usr/share/doc in unagi-dev override_dh_installchangelogs: dh_installchangelogs -punagi ChangeLog override_dh_installdocs: dh_installdocs -punagi override_dh_strip: dh_strip --dbg-package=unagi-dbg debian/watch0000664000000000000000000000016512153615064010226 0ustar version=3 http://projects.mini-dweeb.org/projects/unagi/files \ /attachments/download/[^/]*/unagi-([\d\.]*).tar.gz debian/unagi-dbg.links0000664000000000000000000000006012153615064012066 0ustar usr/share/doc/unagi usr/share/doc/unagi-dbg debian/changelog0000664000000000000000000000347512266160324011055 0ustar unagi (0.3.4-1ubuntu1) trusty; urgency=medium * Use dh-autoreconf to get new libtool macros for ppc64el. -- Logan Rosen Fri, 17 Jan 2014 02:50:32 -0500 unagi (0.3.4-1) unstable; urgency=low * New upstream release. * debian/control: bump Standards-Version to 3.9.4. No changes needed. * debian/copyright: update copyright years. -- Arnaud Fontaine Wed, 05 Jun 2013 19:53:20 +0900 unagi (0.3.3-2) unstable; urgency=low * debian/control: + Update Build-Depends as libxcb-ewmh development package is not versioned anymore. Closes: #678771. -- Arnaud Fontaine Mon, 25 Jun 2012 12:53:50 +0900 unagi (0.3.3-1) unstable; urgency=low * New upstream release. Closes: #675945. * Add unagi-dbg package. * debian/docs: add BUGS, THANKS and AUTHORS. * debian/rules: enable all hardening compiler flags. + debian/control: + Add Build-Depends on dpkg-dev >= 1.16.1~ (dpkg-buildflags). * debian/control: update libxcb-ewmh Build-Depends following SONAME bump. -- Arnaud Fontaine Mon, 11 Jun 2012 10:06:11 +0900 unagi (0.3.1-1) unstable; urgency=low * New upstream release. + Remove Build-Depends against libxcb-shape0-dev. * Bump Standards-Version to 3.9.3. No changes needed. * debian/copyright: update Format URL as DEP-5 has been released. -- Arnaud Fontaine Sat, 03 Mar 2012 13:42:20 +0900 unagi (0.3-1) unstable; urgency=low * New upstream release. Closes: #652450. + Bump libxcb Build-Depends to >= 1.8~. + Add libxcb-randr0-dev and libev-dev as Build-Depends. -- Arnaud Fontaine Tue, 07 Feb 2012 20:37:06 +0900 unagi (0.2-1) unstable; urgency=low * Initial release. Closes: #652023. -- Arnaud Fontaine Thu, 15 Dec 2011 20:56:50 +0900 debian/compat0000664000000000000000000000000212153615064010371 0ustar 7 debian/copyright0000664000000000000000000000212212153615064011123 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: unagi Upstream-Contact: Arnaud Fontaine Source: http://projects.mini-dweeb.org/projects/unagi/files Files: * Copyright: 2009-2013 Arnaud "arnau" Fontaine License: GPL-3+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . . On Debian systems, the full text of the GNU General Public License version 3 can be found in the file `/usr/share/common-licenses/GPL-3'. debian/source/0000775000000000000000000000000012153615064010473 5ustar debian/source/format0000664000000000000000000000001412153615064011701 0ustar 3.0 (quilt) debian/unagi-dev.links0000664000000000000000000000006012153615064012110 0ustar usr/share/doc/unagi usr/share/doc/unagi-dev debian/unagi.install0000664000000000000000000000010412153615064011661 0ustar etc usr/bin usr/lib/unagi/plugins/*.so usr/lib/unagi/rendering/*.so debian/unagi-dev.install0000664000000000000000000000003612153615064012441 0ustar usr/include usr/lib/pkgconfig debian/control0000664000000000000000000000725412266160326010607 0ustar Source: unagi Section: x11 Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Arnaud Fontaine Build-Depends: debhelper (>= 7.0.50~), dpkg-dev (>= 1.16.1~), dh-autoreconf, # Core pkg-config, libxdg-basedir-dev (>= 1.0.0~), libconfuse-dev, libev-dev, libxcb1-dev (>= 1.8~), xcb-proto (>= 1.6~), libxcb-composite0-dev, libxcb-xfixes0-dev, libxcb-damage0-dev, libxcb-ewmh-dev, libxcb-util0-dev, libxcb-keysyms1-dev, libxcb-randr0-dev, x11proto-core-dev, # Rendering backends libxcb-render-util0-dev, libxcb-render0-dev, # Plugins libxcb-image0-dev Standards-Version: 3.9.4 Homepage: http://projects.mini-dweeb.org/projects/unagi Package: unagi Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Modular X compositing manager Unagi is a modular compositing manager which aims to be efficient, lightweight and responsive. It is currently written in C programming language and based on XCB library client library. Any existing window manager (such as Awesome) can be used as long as it implements properly EWMH and ICCCM specifications (or at least needed), which is generally the case nowadays. . It also aims to provide a functional and stable software to improve window manager usability from an end-user point of view (for instance windows translucency, application-switcher using live thumbnails instead of plain icons, Exposé...), therefore it does not intend at all to provide useless eye-candy effects. Package: unagi-dbg Architecture: any Section: debug Priority: extra Depends: unagi (= ${binary:Version}), ${misc:Depends} Description: Modular X compositing manager - debugging symbols Unagi is a modular compositing manager which aims to be efficient, lightweight and responsive. It is currently written in C programming language and based on XCB library client library. Any existing window manager (such as Awesome) can be used as long as it implements properly EWMH and ICCCM specifications (or at least needed), which is generally the case nowadays. . It also aims to provide a functional and stable software to improve window manager usability from an end-user point of view (for instance windows translucency, application-switcher using live thumbnails instead of plain icons, Exposé...), therefore it does not intend at all to provide useless eye-candy effects. . This package contains the debugging symbols for unagi. Package: unagi-dev Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, unagi (= ${binary:Version}) Description: Modular X compositing manager - development files Unagi is a modular compositing manager which aims to be efficient, lightweight and responsive. It is currently written in C programming language and based on XCB library client library. Any existing window manager (such as Awesome) can be used as long as it implements properly EWMH and ICCCM specifications (or at least needed), which is generally the case nowadays. . It also aims to provide a functional and stable software to improve window manager usability from an end-user point of view (for instance windows translucency, application-switcher using live thumbnails instead of plain icons, Exposé...), therefore it does not intend at all to provide useless eye-candy effects. . This package contains everything needed to compile third-party plugins or rendering backends. debian/docs0000664000000000000000000000003312153615064010042 0ustar README BUGS THANKS AUTHORS