--- fortunes-ru-1.52.orig/debian/copyright
+++ fortunes-ru-1.52/debian/copyright
@@ -0,0 +1,36 @@
+This package was debianized by Denis V. Sirotkin <fechiny@gmail.com> 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 <acid_jack@ukr.net>
+
+Copyright:
+
+    Copyright (C) 2003 Pavel Maryanov aka Acid Jack <acid_jack@ukr.net>
+    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 (C) 2007, Denis V. Sirotkin <fechiny@gmail.com> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
--- fortunes-ru-1.52.orig/debian/compat
+++ fortunes-ru-1.52/debian/compat
@@ -0,0 +1 @@
+5
--- fortunes-ru-1.52.orig/debian/changelog
+++ fortunes-ru-1.52/debian/changelog
@@ -0,0 +1,6 @@
+fortunes-ru (1.52-1) unstable; urgency=low
+
+  * Initial release (Closes: #316813)
+
+ -- Denis V. Sirotkin <fechiny@gmail.com>  Sat, 30 Jun 2007 23:18:34 +0600
+
--- fortunes-ru-1.52.orig/debian/rules
+++ fortunes-ru-1.52/debian/rules
@@ -0,0 +1,66 @@
+#!/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
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs ChangeLog
+	dh_installdocs
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure
--- fortunes-ru-1.52.orig/debian/README.Debian
+++ fortunes-ru-1.52/debian/README.Debian
@@ -0,0 +1,7 @@
+fortunes-ru for Debian
+----------------------
+
+For viewing Russian fortunes use `fortune ru' or just `fortune' if your
+locale settings are `ru_RU'
+
+ -- Denis V. Sirotkin <fechiny@gmail.com>  Sat, 30 Jun 2007 23:18:34 +0600
--- fortunes-ru-1.52.orig/debian/control
+++ fortunes-ru-1.52/debian/control
@@ -0,0 +1,18 @@
+Source: fortunes-ru
+Section: games
+Priority: optional
+Maintainer: Denis V. Sirotkin <fechiny@gmail.com>
+Build-Depends: debhelper (>= 5)
+Standards-Version: 3.7.2
+
+Package: fortunes-ru
+Architecture: all
+Depends: fortune-mod (>= 9708-12)
+Provides: fortune-cookie-db
+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.
+ .
+  Homepage: http://jack.kiev.ua/content/view/8/9/lang,ru/
--- fortunes-ru-1.52.orig/debian/docs
+++ fortunes-ru-1.52/debian/docs
@@ -0,0 +1,2 @@
+README
+TODO
--- fortunes-ru-1.52.orig/debian/dirs
+++ fortunes-ru-1.52/debian/dirs
@@ -0,0 +1 @@
+usr/share/games/fortunes/ru
