--- lxtask-0.1.orig/debian/compat +++ lxtask-0.1/debian/compat @@ -0,0 +1 @@ +5 --- lxtask-0.1.orig/debian/README.Debian +++ lxtask-0.1/debian/README.Debian @@ -0,0 +1,6 @@ +lxtask for Debian +----------------- + + + + -- michael r Fri, 23 May 2008 20:18:33 +0200 --- lxtask-0.1.orig/debian/changelog +++ lxtask-0.1/debian/changelog @@ -0,0 +1,12 @@ +lxtask (0.1-0ulite1~ppa1) jaunty; urgency=low + + * Packaged for U-lite + + -- Shae Smittle Tue, 19 May 2009 16:03:00 -0500 + +lxtask (0.1-1~lxde) hardy; urgency=low + + * Ubuntu hardy package for launchpad ppa + + -- michael r Fri, 23 May 2008 20:18:33 +0200 + --- lxtask-0.1.orig/debian/dirs +++ lxtask-0.1/debian/dirs @@ -0,0 +1,2 @@ +usr/bin +usr/sbin --- lxtask-0.1.orig/debian/rules +++ lxtask-0.1/debian/rules @@ -0,0 +1,99 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + + +config.status: configure + dh_testdir + # Add here commands to configure the package. +ifneq "$(wildcard /usr/share/misc/config.sub)" "" + cp -f /usr/share/misc/config.sub config.sub +endif +ifneq "$(wildcard /usr/share/misc/config.guess)" "" + cp -f /usr/share/misc/config.guess config.guess +endif + ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" + + +build: build-stamp + +build-stamp: config.status + dh_testdir + + # Add here commands to compile the package. + $(MAKE) + #docbook-to-man debian/lxtask.sgml > lxtask.1 + + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + # Add here commands to clean up after the build process. + [ ! -f Makefile ] || $(MAKE) distclean + rm -f config.sub config.guess + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/lxtask. + $(MAKE) DESTDIR=$(CURDIR)/debian/lxtask install + + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_installexamples +# dh_install +# dh_installmenu +# dh_installdebconf +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_python +# dh_installinit +# dh_installcron +# dh_installinfo + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_perl +# dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- lxtask-0.1.orig/debian/control +++ lxtask-0.1/debian/control @@ -0,0 +1,14 @@ +Source: lxtask +Section: x11 +Priority: extra +Maintainer: michael r +Build-Depends: debhelper (>= 5), autotools-dev, pkg-config, libgtk2.0-dev (>=2.6) +Standards-Version: 3.7.3 + +Package: lxtask +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description:Lightweigt and desktop-independent task manager + LXTask - lightweight and desktop-independent task manager derived from + xfce4-taskmanager with all dependencies on xfce removed, new features, + and some improvement of the user interface. --- lxtask-0.1.orig/debian/docs +++ lxtask-0.1/debian/docs @@ -0,0 +1,3 @@ +NEWS +README +TODO --- lxtask-0.1.orig/debian/copyright +++ lxtask-0.1/debian/copyright @@ -0,0 +1,43 @@ +This package was debianized by michael r on +Fri, 23 May 2008 20:18:33 +0200. + +It was downloaded from http://lxde.org + +Upstream Author(s): + + Hong Jen Yee (PCMan) + +Copyright: + + Copyright (C) 2008 Hong Jen Yee (PCMan) + +License: + + This package 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 2 of the License, or + (at your option) any later version. + + This package 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +The Debian packaging is (C) 2008, michael r and +is licensed under the GPL, see above. + + +LXTask is derived from Xfce4 Task Manager. +Original authors of XFce4 Task Manager: +Johannes Zellner +翼varo Lopes + +On 2008-04-26, the LXDE team derive LXTask from +Xfce4 Task Manager for LXDE project.