diff -Nru indigo-1.0.0/debian/changelog indigo-1.0.0/debian/changelog
--- indigo-1.0.0/debian/changelog	2012-03-24 09:02:52.000000000 +0800
+++ indigo-1.0.0/debian/changelog	2012-05-03 00:40:00.000000000 +0800
@@ -1,3 +1,10 @@
+indigo (1.0.0-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add python depends for python-indigo (Closed: #671057).
+
+ -- Billy Zhe-Wei Lin, 林哲瑋 (billy3321, 雨蒼) <billy3321@gmail.com>  Thu, 03 May 2012 00:39:09 +0800
+
 indigo (1.0.0-1) unstable; urgency=low
 
   * Initial release (Closes: #664975).
diff -Nru indigo-1.0.0/debian/control indigo-1.0.0/debian/control
--- indigo-1.0.0/debian/control	2012-03-23 07:06:55.000000000 +0800
+++ indigo-1.0.0/debian/control	2012-05-03 00:28:42.000000000 +0800
@@ -94,7 +94,7 @@
 Package: python-indigo
 Architecture: all
 Section: python
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, libindigo0d
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, libindigo0d, python
 Description: Organic Chemistry Toolkit (python module)
  Indigo is a C++ based organic chemistry and cheminformatics software
  environment.  Features Include:
diff -Nru indigo-1.0.0/debian/rules indigo-1.0.0/debian/rules
--- indigo-1.0.0/debian/rules	2012-03-23 06:16:39.000000000 +0800
+++ indigo-1.0.0/debian/rules	2012-05-03 00:56:46.000000000 +0800
@@ -38,3 +38,4 @@
 	install $(CURDIR)/utils/chemdiff/chemdiff.sh				\
 		debian/indigo-utils/usr/bin/chemdiff
 	dh_auto_install
+	dh_python2
