--- tint2-0.7.1.orig/debian/examples +++ tint2-0.7.1/debian/examples @@ -0,0 +1,6 @@ +tintrc01 +tintrc02 +tintrc03 +tintrc04 +tintrc05 +tintrc06 --- tint2-0.7.1.orig/debian/copyright +++ tint2-0.7.1/debian/copyright @@ -0,0 +1,36 @@ +This package was debianized by Daniel Moerner on +Fri, 05 Sep 2008 16:17:04 -0700 + +It was downloaded from http://code.google.com/p/tint2/ + +Upstream Authors: + + Pål Staurland (original ttm code) + Thierry Lorthiois + +Copyright: + + Copyright 2007-2008 Pål Staurland (original ttm code) + Copyright 2008-2009 Thierry Lorthiois + Copyright 2009 Sebastian Reichel (src/battery/*) + +License: + + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License version 2 + as published by the Free Software Foundation. + . + 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, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + MA 02110-1301, USA. + +On Debian systems, the full text of the GNU General Public License 2 +can be found in `/usr/share/common-licenses/GPL-2'. + +The Debian packaging is Copyright 2008-2009, Daniel Moerner + and is licensed under the GPL-2 as well. --- tint2-0.7.1.orig/debian/compat +++ tint2-0.7.1/debian/compat @@ -0,0 +1 @@ +7 --- tint2-0.7.1.orig/debian/watch +++ tint2-0.7.1/debian/watch @@ -0,0 +1,5 @@ +version=3 + +opts="uversionmangle=s/_.*//" \ +http://code.google.com/p/tint2/downloads/list \ + http://tint2.googlecode.com/files/tint2-(.*)\.tar\.gz --- tint2-0.7.1.orig/debian/changelog +++ tint2-0.7.1/debian/changelog @@ -0,0 +1,31 @@ +tint2 (0.7.1-1) unstable; urgency=low + + * New Upstream Version + * debian/watch: add uversionmangle line to ignore upstream's beta + releases. + * debian/control: Update to Debian Policy 3.8.3, fix description typo. + + -- Daniel Moerner Sun, 06 Sep 2009 18:57:06 -0700 + +tint2 (0.7-1) unstable; urgency=low + + * New Upstream Version. (LP: #319436) + - Update watch file to point to tint2 instead of tint. + - Remove debian/tint.1: integrated upstream (Closes: #532307) + - Remove dpatch and patches/01-remove-strip-from-makefile.dpatch: + integrated upstream. + - Refresh debian/examples and remove debian/docs + - tint2 is now licensed under the GPL-2. + * Added Vcs-Git and Vcs-Browser fields to debian/control. + * Updated to Standards Version 3.8.2 + * Switched to tiny dh 7 rules file with overrides. + + -- Daniel Moerner Wed, 01 Jul 2009 02:01:27 -0700 + +tint2 (0.6.0-1) unstable; urgency=low + + * Initial release (closes: #491596) + * Wrote manpage from upstream docs + * 01-remove-strip-from-makefile.dpatch: dh_strip will strip the binary instead + + -- Daniel Moerner Sat, 06 Sep 2008 07:54:24 -0700 --- tint2-0.7.1.orig/debian/rules +++ tint2-0.7.1/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +%: + dh $@ + +# Upstream ships an empty NEWS file; remove it to quiet lintian. +override_dh_auto_install: + dh_auto_install + rm -f debian/tint2/usr/share/doc/tint2/NEWS --- tint2-0.7.1.orig/debian/control +++ tint2-0.7.1/debian/control @@ -0,0 +1,23 @@ +Source: tint2 +Section: x11 +Priority: optional +Maintainer: Daniel Moerner +Build-Depends: debhelper (>= 7.0.50), libcairo2-dev, libpango1.0-dev, libglib2.0-dev, libimlib2-dev, libxinerama-dev, libxrandr-dev +Standards-Version: 3.8.3 +Vcs-Git: git://git.debian.org/git/collab-maint/tint2.git +Vcs-Browser: http://git.debian.org/?p=collab-maint/tint2.git +Homepage: http://code.google.com/p/tint2/ + +Package: tint2 +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: lightweight taskbar + Tint is a simple panel/taskbar intentionally made for openbox3, but should + also work with other window managers. The taskbar includes transparency and + color settings for the font, icons, border, and background. It also supports + multihead setups, customized mouse actions, and a built-in clock. Tint was + originally based on ttm code. Since then, support has also been added + for a battery monitor and system tray. + . + The goal is to keep a clean and unintrusive look with lightweight code and + compliance with freedesktop specification.