--- alarm-clock-applet-0.2.6.orig/debian/copyright +++ alarm-clock-applet-0.2.6/debian/copyright @@ -0,0 +1,38 @@ +This package was debianized by Johannes H. Jensen on +Mon, 05 May 2008 23:35:22 +0200. + +It was downloaded from http://alarm-clock.pseudoberries.com/ + +Upstream Author: + + Johannes H. Jensen + + Artwork by Lasse Gullvåg Sætre + +Copyright: + + Copyright (C) 2007-2008 Johannes H. Jensen + +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-2'. + +The Debian packaging is Copyright (C) 2008, Johannes H. Jensen + and Copyright (C) 2009, Chow Loong Jin + and is licensed under GPL-2+, see above. + --- alarm-clock-applet-0.2.6.orig/debian/changelog +++ alarm-clock-applet-0.2.6/debian/changelog @@ -0,0 +1,5 @@ +alarm-clock-applet (0.2.6-1) unstable; urgency=low + + * Initial release (Closes: #531065) + + -- Chow Loong Jin Sat, 30 May 2009 23:24:27 +0800 --- alarm-clock-applet-0.2.6.orig/debian/compat +++ alarm-clock-applet-0.2.6/debian/compat @@ -0,0 +1 @@ +7 --- alarm-clock-applet-0.2.6.orig/debian/watch +++ alarm-clock-applet-0.2.6/debian/watch @@ -0,0 +1,3 @@ +version=3 + +https://launchpad.net/alarm-clock/+download http://launchpad.net/alarm-clock/trunk/.*/\+download/alarm-clock-(.+).tar.gz --- alarm-clock-applet-0.2.6.orig/debian/rules +++ alarm-clock-applet-0.2.6/debian/rules @@ -0,0 +1,33 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +export LDFLAGS=-Wl,--as-needed -Wl,-z,defs + +MAKEFILE = $(firstword $(MAKEFILE_LIST)) +DEBIAN_DIR = $(dir $(MAKEFILE)) +SOURCE_DIR = $(DEBIAN_DIR)/.. +VERSION = $(shell dpkg-parsechangelog -l$(DEBIAN_DIR)/changelog | \ + sed -n 's/-.*$$//; s/^Version: //p') +PACKAGE = $(shell sed -n 's/^Source: //p' $(DEBIAN_DIR)/control) + +get-orig-source: + uscan \ + --force-download \ + --download \ + --rename \ + --package=$(PACKAGE) \ + --upstream-version=$(VERSION) \ + --watchfie=$(DEBIAN_DIR)/watch \ + --destdir=. + +# disable tests; it requires a running D-Bus session +override_dh_auto_test: + +override_dh_installchangelogs: + dh_installchangelogs ChangeLog + +clean: + rm -f debian/alarm-clock-applet.1 + dh $@ +%: + dh $@ --- alarm-clock-applet-0.2.6.orig/debian/control +++ alarm-clock-applet-0.2.6/debian/control @@ -0,0 +1,35 @@ +Source: alarm-clock-applet +Section: gnome +Priority: optional +Maintainer: Chow Loong Jin +Uploaders: Johannes H. Jensen +Build-Depends: debhelper (>= 7.0.50), + autotools-dev, + libglib2.0-dev (>= 2.13.0), + libgtk2.0-dev (>= 2.11.0), + libgnomevfs2-dev (>= 2.15.4), + libgconf2-dev (>= 2.8.0), + libglade2-dev (>= 2.4.0), + libgstreamer0.10-dev (>= 0.10.2), + libgnome2-dev (>= 2.8.0), + libgnomeui-dev (>= 2.8.0), + libpanel-applet2-dev (>= 2.13.4), + libnotify-dev (>= 0.3.2), + gnome-icon-theme (>= 2.15.91) +Standards-Version: 3.8.1 +Vcs-Git: git://git.debian.org/git/collab-maint/alarm-clock-applet.git +Vcs-Browser: http://git.debian.org/?p=collab-maint/alarm-clock-applet.git +Homepage: http://alarm-clock.pseudoberries.com/ + +Package: alarm-clock-applet +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Alarm Clock applet for the GNOME panel + Alarm Clock is a fully-featured alarm clock for your GNOME panel. + It is easy to use yet powerful with support for multiple and + repeatable alarms, as well as snoozing and a flexible notification + system. + . + Two types of alarms are supported: Alarm Clocks and Timers. + Notification is done by either playing a sound or launching an + application.