--- autorenamer-0.2.orig/debian/autorenamer.manpages
+++ autorenamer-0.2/debian/autorenamer.manpages
@@ -0,0 +1 @@
+autorenamer.1
--- autorenamer-0.2.orig/debian/changelog
+++ autorenamer-0.2/debian/changelog
@@ -0,0 +1,13 @@
+autorenamer (0.2-1) unstable; urgency=low
+
+  * New upstream version. Notable changes:
+    - [af90f14] The initial directory is the working directory.
+    - Make it possible to constrain renames by selecting entries.
+
+ -- Marcin Owsiany <porridge@debian.org>  Wed, 11 Jan 2012 22:40:24 +0000
+
+autorenamer (0.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #650200)
+
+ -- Marcin Owsiany <porridge@debian.org>  Sun, 27 Nov 2011 17:43:38 +0000
--- autorenamer-0.2.orig/debian/control
+++ autorenamer-0.2/debian/control
@@ -0,0 +1,21 @@
+Source: autorenamer
+Section: utils
+Priority: extra
+Maintainer: Marcin Owsiany <porridge@debian.org>
+Build-Depends: debhelper (>= 8)
+Standards-Version: 3.9.2
+Vcs-Browser: https://github.com/porridge/autorenamer
+Vcs-Git: git://github.com/porridge/autorenamer.git
+
+Package: autorenamer
+Architecture: all
+Depends: python, python-gnome2, python-gtk2, ${misc:Depends}
+Description: program to rename files to make them sort in given order
+ This is a simple graphical program that lets you reorder the files using
+ drag-and-drop and then changes the names of the files such that their
+ alphabetical sorting matches the ordering you chose.
+ .
+ Currently the renaming consists of prepending each filename with a short
+ number.
+ .
+ The program displays thumbnails of files using GNOME libraries.
--- autorenamer-0.2.orig/debian/rules
+++ autorenamer-0.2/debian/rules
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+%:
+	dh  $@
--- autorenamer-0.2.orig/debian/copyright
+++ autorenamer-0.2/debian/copyright
@@ -0,0 +1,41 @@
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: autorenamer
+Upstream-Contact: Marcin Owsiany <marcin@owsiany.pl>
+Source: https://github.com/porridge/autorenamer
+
+Files: *
+Copyright: 2011, Marcin Owsiany <marcin@owsiany.pl>
+License: BSD
+  Redistribution and use in source and binary forms, with or without
+  modification, are permitted under the terms of the BSD License.
+  .
+  THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+  ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+  ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+  FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+  DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+  OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+  LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+  OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+  SUCH DAMAGE.
+
+Files: autorenamer.py
+Copyright: 2011, Marcin Owsiany <marcin@owsiany.pl>
+           2007-2009, Jan Bodnar
+License: BSD
+  Redistribution and use in source and binary forms, with or without
+  modification, are permitted under the terms of the BSD License.
+  .
+  THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+  ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+  ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+  FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+  DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+  OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+  LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+  OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+  SUCH DAMAGE.
--- autorenamer-0.2.orig/debian/autorenamer.menu
+++ autorenamer-0.2/debian/autorenamer.menu
@@ -0,0 +1,2 @@
+?package(autorenamer):needs="X11" section="Applications/File Management"\
+  title="AutoRenamer" command="/usr/bin/autorenamer"
--- autorenamer-0.2.orig/debian/compat
+++ autorenamer-0.2/debian/compat
@@ -0,0 +1 @@
+8
--- autorenamer-0.2.orig/debian/gbp.conf
+++ autorenamer-0.2/debian/gbp.conf
@@ -0,0 +1,7 @@
+# autorenamer configuration file for git-buildpackage and friends
+[DEFAULT]
+upstream-branch=master
+debian-branch=debian 
+[git-dch]
+id-length=7
+meta=True
--- autorenamer-0.2.orig/debian/autorenamer.docs
+++ autorenamer-0.2/debian/autorenamer.docs
@@ -0,0 +1 @@
+README
