--- yarssr-0.1.5.orig/Makefile +++ yarssr-0.1.5/Makefile @@ -1,4 +1,4 @@ -PREFIX=/usr/local +PREFIX=/usr all: cp yarssr.pl yarssr echo "__DATA__" >> yarssr --- yarssr-0.1.5.orig/debian/changelog +++ yarssr-0.1.5/debian/changelog @@ -0,0 +1,6 @@ +yarssr (0.1.5-1) unstable; urgency=low + + * Initial Release. (Closes: Bug#243491) + + -- Joachim Breitner Tue, 13 Apr 2004 13:51:14 +0200 + --- yarssr-0.1.5.orig/debian/compat +++ yarssr-0.1.5/debian/compat @@ -0,0 +1 @@ +4 --- yarssr-0.1.5.orig/debian/menu +++ yarssr-0.1.5/debian/menu @@ -0,0 +1,2 @@ +?package(yarssr):needs="X11" section="Apps/Net"\ + title="yarssr" command="/usr/bin/yarssr" --- yarssr-0.1.5.orig/debian/dirs +++ yarssr-0.1.5/debian/dirs @@ -0,0 +1 @@ +usr/bin --- yarssr-0.1.5.orig/debian/yarssr.1 +++ yarssr-0.1.5/debian/yarssr.1 @@ -0,0 +1,9 @@ +.TH yarssr 1 "April 13, 2004" "version 0.1.5" "USER COMMANDS" +.SH NAME +yarssr \- get RSS feeds in your GNOME notification area +.SH SYNOPSIS +.B yarssr +.SH DESCRIPTION +YARSSR is an RSS aggregator that displays it's results in the GNOME notification area (tray). YARSSR aims to be small and unobtrusive to the user. To view the contents of a feed, click the menu-item and it will launch in the specified browser, or in the GNOME default browser. +.SH AUTHOR +Lee Aylward (lee (at) laylward.com) --- yarssr-0.1.5.orig/debian/control +++ yarssr-0.1.5/debian/control @@ -0,0 +1,15 @@ +Source: yarssr +Section: net +Priority: optional +Maintainer: Joachim Breitner +Build-Depends: debhelper (>= 4.0.0) +Standards-Version: 3.6.1 + +Package: yarssr +Architecture: all +Depends: ${perl:Depends}, libgtk2-perl, libgtk2-gladexml-perl, libgtk2-trayicon-perl, libgnome2-vfs-perl, libgnome2-perl (>= 0.94), libxml-rss-perl +Description: RSS reader for the notification area + Yet Another RSS Reader is an RSS aggregator and reader that displays its + results in the GNOME or KDE system tray (notification area). To view the + contents of the feed just click the menu-item and it will launch in your + favorite browser. --- yarssr-0.1.5.orig/debian/rules +++ yarssr-0.1.5/debian/rules @@ -0,0 +1,62 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# debian/rules fily for yarssr +# (c) 2004 by Joachim Breitner +# Based upon sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +build: build-stamp + +build-stamp: + dh_testdir + + # Add here commands to compile the package. + $(MAKE) + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + # Add here commands to clean up after the build process. + -$(MAKE) clean + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/yarssr. + $(MAKE) install DESTDIR=$(CURDIR)/debian/yarssr + + +# 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 + dh_installdocs + dh_installmenu + dh_installman + dh_compress + dh_fixperms + dh_perl + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- yarssr-0.1.5.orig/debian/copyright +++ yarssr-0.1.5/debian/copyright @@ -0,0 +1,14 @@ +This package was debianized by Joachim Breitner on +Tue, 13 Apr 2004 13:51:14 +0200. + +It was downloaded from http://yarssr.sourceforge.net/ + +Upstream Author: Lee Aylward + +Copyright: 2004 Lee Aylward + +You are free to distribute this software under the terms of +the GNU General Public License. +On Debian systems, the complete text of the GNU General Public +License can be found in /usr/share/common-licenses/GPL file. + --- yarssr-0.1.5.orig/debian/yarssr.manpages +++ yarssr-0.1.5/debian/yarssr.manpages @@ -0,0 +1 @@ +debian/yarssr.1 --- yarssr-0.1.5.orig/debian/docs +++ yarssr-0.1.5/debian/docs @@ -0,0 +1 @@ +README