--- overlay-scrollbar-0.1.5.orig/debian/ayatana-scrollbar.py +++ overlay-scrollbar-0.1.5/debian/ayatana-scrollbar.py @@ -0,0 +1,9 @@ +def add_info(report): + if report.has_key("ProcMaps") and "liboverlay-scrollbar" in report["ProcMaps"]: + report['Tags'] = report.get('Tags', '') + ' ayatana-scrollbar' + if report.has_key("Stacktrace") and "os-scrollbar.c" in report["Stacktrace"]: + report['Tags'] = report.get('Tags', '') + ' ayatana-scrollbar_scrollbar' + if report.has_key("Stacktrace") and "os-thumb.c" in report["Stacktrace"]: + report['Tags'] = report.get('Tags', '') + ' ayatana-scrollbar_thumb' + if report.has_key("Stacktrace") and "os-pager.c" in report["Stacktrace"]: + report['Tags'] = report.get('Tags', '') + ' ayatana-scrollbar_pager' --- overlay-scrollbar-0.1.5.orig/debian/overlay-scrollbar.install +++ overlay-scrollbar-0.1.5/debian/overlay-scrollbar.install @@ -0,0 +1 @@ +debian/ayatana-scrollbar.py /usr/share/apport/general-hooks/ --- overlay-scrollbar-0.1.5.orig/debian/liboverlay-scrollbar-0.1-0.install +++ overlay-scrollbar-0.1.5/debian/liboverlay-scrollbar-0.1-0.install @@ -0,0 +1 @@ +usr/lib/lib*.so.* --- overlay-scrollbar-0.1.5.orig/debian/copyright +++ overlay-scrollbar-0.1.5/debian/copyright @@ -0,0 +1,21 @@ +Format: http://dep.debian.net/deps/dep5/ +Upstream-Name: overlay-scrollbar +Upstream-Contact: Andrea Cimitan + Loïc Molinari +Source: http://launchpad.net/ayatana-scrollbar + +Files: * +Copyright: 2011 Canonical Ltd +License: LGPL-2.1+ + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + . + This library 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 + Lesser General Public License for more details. + . + On Debian systems, the complete text of the GNU Lesser General Public + Licence can be found in `/usr/share/common-licenses/LGPL-2.1' --- overlay-scrollbar-0.1.5.orig/debian/compat +++ overlay-scrollbar-0.1.5/debian/compat @@ -0,0 +1 @@ +7 --- overlay-scrollbar-0.1.5.orig/debian/control +++ overlay-scrollbar-0.1.5/debian/control @@ -0,0 +1,49 @@ +Source: overlay-scrollbar +Priority: optional +Maintainer: Didier Roche +Build-Depends: debhelper (>= 7.0.50~), + autotools-dev, + libglib2.0-dev (>= 2.26.0), + libgtk2.0-dev (>= 2.24.3-0ubuntu5), + libcairo2-dev (>= 1.10), +Standards-Version: 3.9.1 +Section: libs +Homepage: http://launchpad.net/ayatana-scrollbar +Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/ayatana-scrollbar/ubuntu + +Package: liboverlay-scrollbar-0.1-0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libgtk2.0-0 (>= 2.24.3-0ubuntu5) +Description: Scrollbar overlayed widget - shared lib + Overlay scrollbar is a library implementing a new GTK Widget enabling + a dynamic overlay behavior. + . + This package contains shared libraries to be used by applications. + +Package: liboverlay-scrollbar-0.1-dev +Section: libdevel +Architecture: any +Depends: liboverlay-scrollbar-0.1-0 (= ${binary:Version}), + libglib2.0-dev (>= 2.26.0), + libcairo2-dev (>= 1.10), + ${misc:Depends} +Description: Scrollbar overlayed widget - dev files + Overlay scrollbar is a library implementing a new GTK Widget enabling + a dynamic overlay behavior. + . + This package contains files that are needed to build applications. + + +Package: overlay-scrollbar +Section: libs +Architecture: all +Depends: liboverlay-scrollbar-0.1-0, + ${misc:Depends} +Replaces: liboverlay-scrollbar-0.1-0 (<< 0.1.5-0ubuntu2) +Breaks: liboverlay-scrollbar-0.1-0 (<< 0.1.5-0ubuntu2) +Description: Scrollbar overlayed widget + Overlay scrollbar is a library implementing a new GTK Widget enabling + a dynamic overlay behavior. --- overlay-scrollbar-0.1.5.orig/debian/watch +++ overlay-scrollbar-0.1.5/debian/watch @@ -0,0 +1,2 @@ +version=3 +https://launchpad.net/ayatana-scrollbar/+download .*/overlay-scrollbar-([0-9.]+)\.tar\.gz --- overlay-scrollbar-0.1.5.orig/debian/liboverlay-scrollbar-0.1-dev.install +++ overlay-scrollbar-0.1.5/debian/liboverlay-scrollbar-0.1-dev.install @@ -0,0 +1,3 @@ +debian/tmp/usr/include/* +debian/tmp/usr/lib/pkgconfig +debian/tmp/usr/lib/lib*.so --- overlay-scrollbar-0.1.5.orig/debian/rules +++ overlay-scrollbar-0.1.5/debian/rules @@ -0,0 +1,12 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ + +override_dh_install: + rm debian/tmp/usr/lib/*a + dh_install --fail-missing --- overlay-scrollbar-0.1.5.orig/debian/changelog +++ overlay-scrollbar-0.1.5/debian/changelog @@ -0,0 +1,109 @@ +overlay-scrollbar (0.1.5-0ubuntu3) natty; urgency=low + + * debian/control + - Make overlay-scrollbar Break/Replace + liboverlay-scrollbar-0.1-0 << 0.1.5-0ubuntu2 + - Fixed overlay-scrollbar package description + + -- Ken VanDine Wed, 06 Apr 2011 10:40:58 -0400 + +overlay-scrollbar (0.1.5-0ubuntu2) natty; urgency=low + + [ Ken VanDine ] + * debian/control + - Fixed Vcs-Bzr + - Bumped depends for gtk to >= 2.24.3-0ubuntu5 + - New binary package overlay-scrollbar + * debian/overlay-scrollbar.install + - Moved the apport hook to non-soname specific binary + + [ Martin Pitt ] + * debian/control: Fix Homepage. (LP: #750572) + + -- Ken VanDine Wed, 06 Apr 2011 09:57:51 -0400 + +overlay-scrollbar (0.1.5-0ubuntu1) natty; urgency=low + + * New upstream release. + - Compiz: make it sibling of the parent toplevel window (LP: #728412) + - Rendering error on multiple monitors (LP: #736992) + - overlay scrollbar thumbs not hidden if different window has + focus (LP: #743229) + - Scrollbar stays on top after closing window (LP: #744431) + - use proper allocation, not from the parent (LP: #741885) + * debian/ayatana-scrollbar.py + - Added apport hook (LP: #740278) + + -- Ken VanDine Wed, 30 Mar 2011 14:29:24 -0400 + +overlay-scrollbar (0.1.4-0ubuntu2) natty; urgency=low + + * debian/control + - Bump the depends for gtk to >= 2.24.3-0ubuntu4+overlayscrollbar1 + + -- Ken VanDine Mon, 28 Mar 2011 10:06:17 -0400 + +overlay-scrollbar (0.1.4-0ubuntu1) natty; urgency=low + + * New upstream release. + - Add whitelist support (LP: #740276) + - Improve scrolling speed (LP: #728418) + - Scrollbars are not working with wxWidgets (LP: #731369) + - blacklist RTL languages (LP: #741071) + - stop events when the thumb is unmapped (LP: #737627) + + -- Ken VanDine Wed, 23 Mar 2011 16:05:07 -0400 + +overlay-scrollbar (0.1.3-0ubuntu2) natty; urgency=low + + * Merged in grab fixes from trunk r169 + + -- Ken VanDine Fri, 18 Mar 2011 13:47:09 -0400 + +overlay-scrollbar (0.1.3-0ubuntu1) natty; urgency=low + + * New upstream release. + - Performance improvements + - Scrollbar (thumb) is not working in modal dialogs (LP: #728664) + - unity's restore from maximize is breaking the positioning of + overlay (LP: #732091) + - with jjardon's performance tweak branch, sometimes the pager is + not (LP: #735618) + - You can scroll even if the thumb is not shown (LP: #735906) + - rendering issues for the pager (LP: #736076) + - Issues when reallocating widgets (LP: #733031) + - The thumb has black borders after switching back to metacity (LP: #736280) + - scrollbar should be shifted depending on the scrolled + window's (LP: #733212) + + -- Ken VanDine Thu, 17 Mar 2011 21:21:41 -0400 + +overlay-scrollbar (0.1.2+r161-0ubuntu1) natty; urgency=low + + * New snapshot from r161 + + -- Ken VanDine Wed, 16 Mar 2011 22:16:42 -0400 + +overlay-scrollbar (0.1.2-0ubuntu1) natty; urgency=low + + * New upstream release. + + -- Ken VanDine Thu, 10 Mar 2011 15:02:27 -0500 + +overlay-scrollbar (0.1.1-0ubuntu2) natty; urgency=low + + * Force new gtk + + -- Didier Roche Tue, 08 Mar 2011 08:46:23 +0100 + +overlay-scrollbar (0.1.1-0ubuntu1) natty; urgency=low + + * New upstream release. + + -- Didier Roche Mon, 07 Mar 2011 19:30:47 +0100 + +overlay-scrollbar (0.1.0-0ubuntu1) natty; urgency=low + + * Initial packaging + + -- Didier Roche Wed, 02 Mar 2011 19:50:47 +0100