debian/0000755000000000000000000000000012256530645007176 5ustar debian/dirs0000644000000000000000000000001712233516125010050 0ustar etc/td2planet/ debian/patches/0000755000000000000000000000000012233516125010615 5ustar debian/patches/debian-changes-0.2.0-1.10000644000000000000000000000306212233516125014321 0ustar Description: Upstream changes introduced in version 0.2.0-1.1 This patch has been created by dpkg-source during the package build. Here's the last changelog entry, hopefully it gives details on why those changes were made: . td2planet (0.2.0-1.1) unstable; urgency=low . * Non-maintainer upload. * converting to source format '3.0 (quilt)' . The person named in the Author field signed this changelog entry. Author: YABUKI Yukiharu --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: http://bugs.debian.org/ Forwarded: Reviewed-By: Last-Update: --- td2planet-0.2.0.orig/config.yaml +++ td2planet-0.2.0/config.yaml @@ -4,7 +4,6 @@ base_uri: http://planet.example.jp/ ## feed URIs uri: - - http://kazuhiko.tdiary.net/index.rdf - http://sho.tdiary.net/index.rdf - http://www.tdiary.net/index.rdf - http://www.tdiary.org/index.rdf --- /dev/null +++ td2planet-0.2.0/bin/td2planet @@ -0,0 +1,10 @@ +#! /usr/bin/ruby1.8 -Ku +# -*- mode: ruby; coding: utf-8 -*- +# vim: set filetype=ruby ts=2 sw=2 sts=2 fenc=utf-8: +# +# copyright (c) 2006, 2007 Kazuhiro NISHIYAMA + +require 'td2planet/runner' +require 'td2planet/version' + +TD2Planet.main debian/patches/series0000644000000000000000000000003112233516125012024 0ustar debian-changes-0.2.0-1.1 debian/examples0000644000000000000000000000001412233516125010722 0ustar config.yaml debian/watch0000644000000000000000000000064112233524010010210 0ustar # Example watch control file for uscan # Rename this file to "watch" and then you can run the "uscan" command # to check for upstream updates and more. # See uscan(1) for format # Compulsory line, this is a version 3 file version=3 # For GitHub projects you can use the tags page: opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/-$1.tar.gz/ \ https://github.com/znz/td2planet/releases .*/v?(\d\S*)\.tar\.gz debian/rules0000755000000000000000000000063712256523622010261 0ustar #!/usr/bin/make -f # -*- makefile -*- #DH_VERBOSE=1 %: dh $@ --buildsystem=ruby --with ruby override_dh_auto_install: dh_auto_install # dh9 makes td2planet. It is no need to exist td2planet.rb # if you have knowledge wich do not install td2planet.rb # please let me know. I tried dh_auto_install -X option # dh_auto-install -- -X option. Neither work fine. rm debian/td2planet/usr/bin/td2planet.rb debian/compat0000644000000000000000000000000212246030771010366 0ustar 9 debian/docs0000644000000000000000000000003312246021217010032 0ustar README.rdoc README.ja.rdoc debian/manpages0000644000000000000000000000002312233516125010677 0ustar debian/td2planet.1 debian/td2planet.10000644000000000000000000000277212233516125011155 0ustar .\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH TD2PLANET 1 "2007-2-23" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME td2planet \- planet implementation of ruby. .SH SYNOPSIS .B td2planet .RI [ options ] " config.yaml" .br .SH DESCRIPTION This manual page documents briefly the .B td2planet commands. .PP .\" TeX users may be more comfortable with the \fB\fP and .\" \fI\fP escape sequences to invode bold face and italics, .\" respectively. \fBtd2planet\fP is a planet program that read rss feed from your configuration then write html file. .SH OPTIONS A summary of options is included below. .TP .B \-h, \-\-help Show summary of options. .TP .B \-n, \-\-dry-run do not fetch, generate files only. .SH SEE ALSO .BR ruby (1). .SH AUTHOR td2planet was written by Kazuhiro NISHIYAMA . .PP This manual page was written by Yukiharu YABUKI , for the Debian project (but may be used by others). debian/control0000644000000000000000000000137112256522511010574 0ustar Source: td2planet Section: ruby Priority: extra Maintainer: Yukiharu YABUKI Build-Depends: debhelper (>= 9), gem2deb (>= 0.3.0~) Build-Depends-Indep: ruby | ruby-interpreter Standards-Version: 3.9.5 Homepage: http://github/znz/td2planet/ Vcs-Browser: https://github.com/yabuki/td2planet Vcs-Git: https://github.com/yabuki/td2planet.git XS-Ruby-Versions: all Package: td2planet Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ruby | ruby-interpreter, ${misc:Depends} Recommends: tdiary-theme Description: Ruby-based server-side blog aggregator This package is a server-side blog aggregator (commonly called a 'planet') which is well-suited for aggregating tDiary-based blogs. See /usr/share/doc/td2planet/README. debian/copyright0000644000000000000000000000271212233751112011120 0ustar This package was debianized by Yukiharu YABUKI on Fri, 23 Feb 2007 18:39:37 +0900. It was downloaded from https://github.com/znz/td2planet/releases Upstream Author: Kazuhiro NISHIYAMA Copyright: Copyright (c) 2006, 2007, 2009, 2013 Kazuhiro NISHIYAMA License: Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. The Debian packaging is (C) 2007-2013, Yukiharu YABUKI and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. debian/source/0000755000000000000000000000000012233516125010466 5ustar debian/source/format0000644000000000000000000000001412233516125011674 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000346512256530645011060 0ustar td2planet (0.3.0-1) unstable; urgency=medium [ Yukiharu YABUKI ] * Imported Upstream version 0.3.0 * update watch file for github * Update Section (web -> ruby) * Change Packaging Method (DH7) * Modified minor debian/copyright * Fixed bug (Closes: #730581) [ YABUKI Yukiharu ] -- Yukiharu YABUKI Wed, 25 Dec 2013 18:45:42 +0900 td2planet (0.2.0-3) unstable; urgency=low * update standard version -- Yukiharu YABUKI Wed, 11 Jul 2012 05:44:05 +0900 td2planet (0.2.0-2) unstable; urgency=low * converting to source format '3.0 (quilt)' -- Yukiharu YABUKI Wed, 07 Apr 2010 15:58:05 +0900 td2planet (0.2.0-1) unstable; urgency=low * New upstream release * Upstream fixed bug (Closes: #552186). -- Yukiharu YABUKI Thu, 29 Oct 2009 19:47:21 +0900 td2planet (0.1.0-4) unstable; urgency=low * Update new standard version (3.8.2) - Correct E: clean-should-be-satisfied-by-build-depends -- Yukiharu YABUKI Mon, 22 Jun 2009 11:59:59 +0900 td2planet (0.1.0-3) unstable; urgency=low * Collect some lintian errors. - W: td2planet: script-with-language-extension usr/bin/td2planet.rb - W: td2planet: copyright-contains-dh_make-todo-boilerplate - W: td2planet: description-contains-homepage - W: td2planet: debhelper-but-no-misc-depends -- Yukiharu YABUKI Sun, 14 Jun 2009 23:24:14 +0900 td2planet (0.1.0-2) unstable; urgency=low * Correct Description and Review sentence in Debian-l10n-English (Closes: #428061). -- Yukiharu YABUKI Mon, 11 Jun 2007 10:58:42 +0900 td2planet (0.1.0-1) unstable; urgency=low * Initial release (Closes: #425347). -- Yukiharu YABUKI Fri, 23 Feb 2007 18:39:37 +0900