--- dots-0.0.20100108.orig/debian/manpages
+++ dots-0.0.20100108/debian/manpages
@@ -0,0 +1 @@
+debian/dots.1
--- dots-0.0.20100108.orig/debian/dots.1
+++ dots-0.0.20100108/debian/dots.1
@@ -0,0 +1,9 @@
+.TH DOTS "1" "May 2009" "" "User Commands"
+.SH NAME
+dots \- A braille typesetting program for GNOME
+.SH SYNOPSIS
+\fBdots\fR
+.SH DESCRIPTION
+.B dots
+starts Dots, a user interface for liblouisxml, a braille translation engine that
+can translate XML and MS Word documents into transcribed braille.
--- dots-0.0.20100108.orig/debian/copyright
+++ dots-0.0.20100108/debian/copyright
@@ -0,0 +1,33 @@
+This package was debianized by Samuel Thibault <sthibault@debian.org> on
+Sun, 24 May 2009 19:56:17 +0200
+
+It was downloaded from url = git://github.com/eeejay/dots.git
+
+Upstream Author:
+
+    Eitan Isaacson <eitan@ascender.com>
+
+Copyright:
+
+    Copyright (C) 2009 Eitan Isaacson
+
+License
+
+    This program 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, either version 3 of the License, or
+    (at your option) any later version.
+    
+    This program 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 program.  If not, see <http://www.gnu.org/licenses/>.
+
+On Debian systems, the complete text of the GNU General Public License can be
+found in `/usr/share/common-licenses/GPL'
+
+The Debian packaging is © 2009, Samuel Thibault <sthibault@debian.org> and is
+licensed under the GPL, see `/usr/share/common-licenses/GPL'.
--- dots-0.0.20100108.orig/debian/compat
+++ dots-0.0.20100108/debian/compat
@@ -0,0 +1 @@
+7
--- dots-0.0.20100108.orig/debian/rules
+++ dots-0.0.20100108/debian/rules
@@ -0,0 +1,57 @@
+#!/usr/bin/make -f
+
+confflags +=
+
+configure:
+	./autogen.sh
+
+config.status: configure
+	dh_testdir
+	./configure $(confflags) \
+	  --prefix=/usr
+
+build: build-stamp
+build-stamp: config.status
+	dh_testdir
+	$(MAKE)
+	> $@
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+	[ ! -f Makefile ] || $(MAKE) distclean
+	rm -rf $$(find -name Makefile.in)
+	rm -f aclocal.m4 configure install-sh missing py-compile omf.make gnome-doc-utils.make xmldocs.make
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_prep
+	dh_installdirs
+
+	$(MAKE) DESTDIR=$(CURDIR)/debian/dots install
+
+	rm $$(find debian/dots -name \*.pyc)
+
+binary-arch: build install
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs ChangeLog
+	dh_installdocs
+	dh_installman
+	dh_installmenu
+	dh_install
+	dh_pysupport
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+
+.PHONY: build clean install binary
--- dots-0.0.20100108.orig/debian/control
+++ dots-0.0.20100108/debian/control
@@ -0,0 +1,16 @@
+Source: dots
+Priority: extra
+Maintainer: Debian Accessibility Team <debian-accessibility@lists.debian.org>
+Uploaders: Samuel Thibault <sthibault@debian.org>
+Build-Depends: debhelper (>= 7), gnome-common, automake (>= 1.7.2) | automake1.7 (>= 1.7.2), gnome-doc-utils, liblouisxml-bin, liblouis-dev (>= 1.6.2), liblouisxml-dev (>= 1.9.1), python-support
+Standards-Version: 3.8.4
+Section: gnome
+Vcs-Git: git://git.debian.org/git/pkg-a11y/dots
+Vcs-Browser: http://git.debian.org/?p=pkg-a11y/dots.git
+
+Package: dots
+Architecture: all
+Depends: ${misc:Depends}, antiword, liblouisxml-bin, ${python:Depends}, python-gobject, python-gtksourceview2
+Description: A braille typesetting program for GNOME
+ Dots is a user interface for liblouisxml, a braille translation engine
+ that can translate XML and MS Word documents into transcribed braille.
--- dots-0.0.20100108.orig/debian/docs
+++ dots-0.0.20100108/debian/docs
@@ -0,0 +1,3 @@
+NEWS
+README
+TODO
--- dots-0.0.20100108.orig/debian/changelog
+++ dots-0.0.20100108/debian/changelog
@@ -0,0 +1,45 @@
+dots (0.0.20100108-2) unstable; urgency=low
+
+  * debian/control: Bump Standards-Version to 3.8.4 (no change needed).
+  * data/dots_assist.xml: Apply patch from Ubuntu to fix crash on file import
+    (Closes: Bug#574664) (LP: #541721)
+
+ -- Samuel Thibault <sthibault@debian.org>  Wed, 27 Jan 2010 23:47:49 +0100
+
+dots (0.0.20100108-1) unstable; urgency=low
+
+  * New upstream snapshot.
+  * debian/copyright: Fix copyright sign.
+  * debian/control: Add build dependency on liblouis (>= 1.6.2) and
+    liblouisxml (>= 1.9.1).
+
+ -- Samuel Thibault <sthibault@debian.org>  Tue, 12 Jan 2010 23:40:08 +0100
+
+dots (0.0.20090222-5) unstable; urgency=low
+
+  * debian/control: Add ${misc:Depends}.
+
+ -- Samuel Thibault <sthibault@debian.org>  Fri, 01 Jan 2010 22:14:46 +0100
+
+dots (0.0.20090222-4) unstable; urgency=low
+
+  * Port to gtksourceview2.
+  * debian/control:
+    - Make dots Depends: on python-gtksourceview2 (Closes: #542178).
+    - Make dots not Depends on python-gnomeprint (Closes: #542561).
+    - Bump Standards-Version to 3.8.3 (no change needed).
+
+ -- Samuel Thibault <sthibault@debian.org>  Tue, 18 Aug 2009 12:06:20 +0200
+
+dots (0.0.20090222-3) unstable; urgency=low
+
+  * Add menu.
+  * debian/control: Bump Standards-Version to 3.8.2 (no change needed).
+
+ -- Samuel Thibault <sthibault@debian.org>  Wed, 29 Jul 2009 01:50:04 +0200
+
+dots (0.0.20090222-1) unstable; urgency=low
+
+  * Initial release (Closes: #518880).
+
+ -- Samuel Thibault <sthibault@debian.org>  Sun, 24 May 2009 19:29:13 +0200
--- dots-0.0.20100108.orig/debian/menu
+++ dots-0.0.20100108/debian/menu
@@ -0,0 +1,2 @@
+?package(dots):needs="X11" section="Applications/Accessibility"\
+  title="dots" command="/usr/bin/dots"
