debian/0000755000000000000000000000000011430404212007155 5ustar debian/rules0000755000000000000000000000247511430347212010253 0ustar #!/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 configure: configure-stamp configure-stamp: dh_testdir touch configure-stamp build: build-stamp build-stamp: configure-stamp dh_testdir touch $@ clean: dh_testdir dh_testroot rm -f build-stamp configure-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/fortunes-ru. $(MAKE) DESTDIR=$(CURDIR)/debian/fortunes-ru install # Build architecture-independent files here. binary-indep: build install dh_testdir dh_testroot dh_installchangelogs ChangeLog dh_installdocs dh_compress dh_fixperms dh_installdeb dh_gencontrol dh_md5sums dh_builddeb # Build architecture-dependent files here. binary-arch: build install binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure debian/README.Debian0000644000000000000000000000033711430347212011227 0ustar fortunes-ru for Debian ---------------------- For viewing Russian fortunes use `fortune ru' or just `fortune' if your locale settings are `ru_RU' -- Denis V. Sirotkin Sat, 30 Jun 2007 23:18:34 +0600 debian/patches/0000755000000000000000000000000011430411117010606 5ustar debian/patches/series0000644000000000000000000000002111430411045012014 0ustar change-makefile debian/patches/change-makefile0000644000000000000000000000220711430411103013525 0ustar Description: Makes the Makefile more applicable to Debian. --- 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/ Bug-Ubuntu: https://launchpad.net/bugs/ Forwarded: Reviewed-By: Last-Update: --- a/Makefile +++ b/Makefile @@ -18,13 +18,14 @@ # -PREFIX=/usr -INSTALLPATH=${PREFIX}/share/games/fortunes/ru -INSTALL?=/usr/bin/install -g 0 -o 0 +INSTALLPATH=${DESTDIR}/usr/share/games/fortunes/ru all: @echo type "make install" +clean: + @echo Nothing to clean + install: - ${INSTALL} -m 0755 -d ${DESTDIR}${INSTALLPATH} - ${INSTALL} -m 644 acid_jack/* kaschey/* vekshin/* sony/* ${DESTDIR}${INSTALLPATH} + install -m 0755 -d ${INSTALLPATH} + cp --no-dereference acid_jack/* kaschey/* vekshin/* sony/* ${INSTALLPATH} debian/watch0000644000000000000000000000016311430403410010205 0ustar # watch control file for uscan version=3 http://jack.kiev.ua/fortune-mod-ru/ \ /filez/fortune-mod-ru-(.*)\.tar\.bz2debian/dirs0000644000000000000000000000003411430347212010044 0ustar usr/share/games/fortunes/ru debian/docs0000644000000000000000000000001411430347212010031 0ustar README TODO debian/source/0000755000000000000000000000000011430347212010463 5ustar debian/source/format0000644000000000000000000000001311430347212011670 0ustar 3.0 (quilt)debian/copyright0000644000000000000000000000251511430347212011121 0ustar This package was debianized by Denis V. Sirotkin on Sat, 30 Jun 2007 23:18:34 +0600. It was downloaded from http://jack.kiev.ua/content/view/8/9/lang,ru/ Upstream Author: Pavel Maryanov aka Acid Jack Copyright: Copyright 2003 Pavel Maryanov aka Acid Jack See the `README' file (in Russian) for more details. 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; version 2 dated June, 1991. 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 version 2 can be found in `/usr/share/common-licenses/GPL-2' The Debian packaging is Copyright 2007, Denis V. Sirotkin and is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'. debian/compat0000644000000000000000000000000211430347212010361 0ustar 5 debian/control0000644000000000000000000000102711430401035010560 0ustar Source: fortunes-ru Section: games Priority: optional Maintainer: Debian QA Group Build-Depends: debhelper (>= 5) Standards-Version: 3.9.1 Package: fortunes-ru Architecture: all Depends: fortune-mod (>= 9708-12), ${misc:Depends} Provides: fortune-cookie-db Homepage: http://jack.kiev.ua/fortune-mod-ru/ Description: Russian data files for fortune A collection of fortune cookies in Russian. . This package can be replacement for or an addition to the fortunes package to let fortune speak Russian. . debian/changelog0000644000000000000000000000064711430404160011040 0ustar fortunes-ru (1.52-2) unstable; urgency=low * QA upload. * Set maintainer to Debian QA. * Fixed several lintian warnings * Updated debian/watch file to watch for new updates -- Simon Fondrie-Teitler Tue, 10 Aug 2010 17:31:39 -0400 fortunes-ru (1.52-1) unstable; urgency=low * Initial release (Closes: #316813) -- Denis V. Sirotkin Sat, 30 Jun 2007 23:18:34 +0600