--- libfeedparser-ruby-0.1.orig/debian/control.in +++ libfeedparser-ruby-0.1/debian/control.in @@ -0,0 +1,42 @@ +Source: libfeedparser-ruby +Section: net +Priority: optional +Maintainer: Lucas Nussbaum +Uploaders: @RUBY_TEAM@ +Build-Depends-Indep: debhelper (>= 4), ruby1.8, rake, rdoc, graphviz, cdbs, ruby-pkg-tools +Standards-Version: 3.6.2.1 + +Package: libfeedparser-ruby1.8 +Depends: ruby1.8 +Suggests: libfeedparser-ruby-doc +Architecture: all +Description: Ruby library to parse ATOM/RSS feeds + Ruby-feedparser is a library allowing Ruby developers to parse RSS and + ATOM feeds. + . + Homepage: http://home.gna.org/ruby-feedparser/ + +Package: libfeedparser-ruby +Architecture: all +Depends: libfeedparser-ruby1.8 +Suggests: libfeedparser-ruby-doc +Description: Ruby library to parse ATOM/RSS feeds (dummy package) + Ruby-feedparser is a library allowing Ruby developers to parse RSS and + ATOM feeds. + . + Homepage: http://home.gna.org/ruby-feedparser/ + . + This package is a dependency package, which depends on Debian's default Ruby + version (currently 1.8.x). + +Package: libfeedparser-ruby-doc +Depends: libfeedparser-ruby +Architecture: all +Description: Documentation for ruby-feedparser (libfeedparser-ruby) + This package provides rdoc documentation and unit tests for + Ruby-feedparser. + . + Ruby-feedparser is a library allowing Ruby developers to parse RSS and + ATOM feeds. + . + Homepage: http://home.gna.org/ruby-feedparser/ --- libfeedparser-ruby-0.1.orig/debian/control +++ libfeedparser-ruby-0.1/debian/control @@ -0,0 +1,42 @@ +Source: libfeedparser-ruby +Section: net +Priority: optional +Maintainer: Lucas Nussbaum +Uploaders: Debian Ruby Extras Maintainers , Antonio S. de A. Terceiro , David Moreno Garza , David Nusinow , Paul van Tilburg , Esteban Manchado Velázquez , Arnaud Cornet , Thierry Reding , Marc Dequènes (Duck) +Build-Depends-Indep: debhelper (>= 4), ruby1.8, rake, rdoc, graphviz, cdbs, ruby-pkg-tools +Standards-Version: 3.6.2.1 + +Package: libfeedparser-ruby1.8 +Depends: ruby1.8 +Suggests: libfeedparser-ruby-doc +Architecture: all +Description: Ruby library to parse ATOM/RSS feeds + Ruby-feedparser is a library allowing Ruby developers to parse RSS and + ATOM feeds. + . + Homepage: http://home.gna.org/ruby-feedparser/ + +Package: libfeedparser-ruby +Architecture: all +Depends: libfeedparser-ruby1.8 +Suggests: libfeedparser-ruby-doc +Description: Ruby library to parse ATOM/RSS feeds (dummy package) + Ruby-feedparser is a library allowing Ruby developers to parse RSS and + ATOM feeds. + . + Homepage: http://home.gna.org/ruby-feedparser/ + . + This package is a dependency package, which depends on Debian's default Ruby + version (currently 1.8.x). + +Package: libfeedparser-ruby-doc +Depends: libfeedparser-ruby +Architecture: all +Description: Documentation for ruby-feedparser (libfeedparser-ruby) + This package provides rdoc documentation and unit tests for + Ruby-feedparser. + . + Ruby-feedparser is a library allowing Ruby developers to parse RSS and + ATOM feeds. + . + Homepage: http://home.gna.org/ruby-feedparser/ --- libfeedparser-ruby-0.1.orig/debian/compat +++ libfeedparser-ruby-0.1/debian/compat @@ -0,0 +1 @@ +4 --- libfeedparser-ruby-0.1.orig/debian/libfeedparser-ruby-doc.docs +++ libfeedparser-ruby-0.1/debian/libfeedparser-ruby-doc.docs @@ -0,0 +1,2 @@ +rdoc +test --- libfeedparser-ruby-0.1.orig/debian/watch +++ libfeedparser-ruby-0.1/debian/watch @@ -0,0 +1,2 @@ +version=2 +http://download.gna.org/ruby-feedparser/ruby-feedparser-(.*)\.tgz debian --- libfeedparser-ruby-0.1.orig/debian/changelog +++ libfeedparser-ruby-0.1/debian/changelog @@ -0,0 +1,11 @@ +libfeedparser-ruby (0.1-2) unstable; urgency=low + + * Added the build dependancies for cdbs and ruby-pkg-tools. + + -- Lucas Nussbaum Wed, 11 Jan 2006 12:12:12 +0100 + +libfeedparser-ruby (0.1-1) unstable; urgency=low + + * First Debian package. + + -- Lucas Nussbaum Wed, 24 Nov 2005 10:39:00 +0200 --- libfeedparser-ruby-0.1.orig/debian/libfeedparser-ruby1.8.docs +++ libfeedparser-ruby-0.1/debian/libfeedparser-ruby1.8.docs @@ -0,0 +1 @@ +README --- libfeedparser-ruby-0.1.orig/debian/copyright +++ libfeedparser-ruby-0.1/debian/copyright @@ -0,0 +1,84 @@ +This package was debianized by Lucas Nussbaum on +Wed, 24 Nov 2005 10:40:00 +0100. + +It was downloaded from http://home.gna.org/ruby-feedparser/ + + +Upstream Author: Lucas Nussbaum and others. + +Copyright: + +Ruby-feedparser is released under the Ruby license (see the LICENSE file), +which is compatible with the GNU GPL (see the COPYING file) via an explicit +dual-licensing clause. + +On Debian systems, the complete text of the GNU General Public +License can be found in the file `/usr/share/common-licenses/GPL'. + +The setup.rb file included in the package's source is released under the GNU +LGPL. On Debian systems, the complete text of the GNU Lesser General Public +can be found in `/usr/share/common-licenses/LGPL'. + +----------------------------------------------------------------------- +Ruby's license: + +Ruby-feedparser is copyrighted free software by Lucas Nussbaum + +You can redistribute it and/or modify it under either the terms of the GPL (see +COPYING file), or the conditions below: + + 1. You may make and give away verbatim copies of the source form of the + software without restriction, provided that you duplicate all of the + original copyright notices and associated disclaimers. + + 2. You may modify your copy of the software in any way, provided that + you do at least ONE of the following: + + a) place your modifications in the Public Domain or otherwise + make them Freely Available, such as by posting said + modifications to Usenet or an equivalent medium, or by allowing + the author to include your modifications in the software. + + b) use the modified software only within your corporation or + organization. + + c) rename any non-standard executables so the names do not conflict + with standard executables, which must also be provided. + + d) make other distribution arrangements with the author. + + 3. You may distribute the software in object code or executable + form, provided that you do at least ONE of the following: + + a) distribute the executables and library files of the software, + together with instructions (in the manual page or equivalent) + on where to get the original distribution. + + b) accompany the distribution with the machine-readable source of + the software. + + c) give non-standard executables non-standard names, with + instructions on where to get the original software distribution. + + d) make other distribution arrangements with the author. + + 4. You may modify and include the part of the software into any other + software (possibly commercial). But some files in the distribution + are not written by the author, so that they are not under this terms. + + They are gc.c(partly), utils.c(partly), regex.[ch], st.[ch] and some + files under the ./missing directory. See each file for the copying + condition. + + 5. The scripts and library files supplied as input to or produced as + output from the software do not automatically fall under the + copyright of the software, but belong to whomever generated them, + and may be sold commercially, and may be aggregated with this + software. + + 6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR + IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED + WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + PURPOSE. + + --- libfeedparser-ruby-0.1.orig/debian/rules +++ libfeedparser-ruby-0.1/debian/rules @@ -0,0 +1,45 @@ +#!/usr/bin/make -f +# debian/rules that uses debhelper. + +#include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/ruby-pkg-tools/1/rules/uploaders.mk + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +build: + +clean:: + dh_testdir + dh_testroot + dh_clean + +binary-indep: build + dh_testdir + dh_testroot + dh_installdirs + dh_installchangelogs ChangeLog + ruby1.8 setup.rb config --siteruby=/usr/lib/ruby + ruby1.8 setup.rb install --prefix=`pwd`/debian/libfeedparser-ruby1.8 + # generate rdoc documentation + # rdoc does strange checks on file perms which fail + # if the file is only user-readable + chmod -R a+rX lib + rake rdoc + # install all docs + dh_installdocs + dh_installexamples + dh_install + dh_fixperms + dh_compress -X.rb -Xlibfeedparser-ruby-doc/test + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-arch: build +# Nothing here, not a binary package + +binary: binary-indep binary-arch + +.PHONY: build clean binary-indep binary-arch binary