diff -Nru debtags-2.0+nmu1/debian/control debtags-2.0+nmu1ubuntu1/debian/control
--- debtags-2.0+nmu1/debian/control	2015-07-08 15:21:17.000000000 +0000
+++ debtags-2.0+nmu1ubuntu1/debian/control	2015-08-16 16:05:57.000000000 +0000
@@ -1,10 +1,14 @@
 Source: debtags
 Section: admin
 Priority: optional
-Maintainer: Enrico Zini <enrico@debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Enrico Zini <enrico@debian.org>
 Uploaders: Enrico Rossi <e.rossi@tecnobrain.com>
 Build-Depends:
   debhelper (>= 9), dh-buildinfo, dh-python,
+  python-setuptools, python-all,
+  python-apt, python-debian,
+  python-docutils,
   python3-setuptools, python3-all,
   python3-apt, python3-debian,
   python3-docutils, help2man
@@ -28,6 +32,16 @@
  .
  debtags also provides some handy command to query tag information.
 
+Package: python-debtagshw
+Section: python
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Recommends: gir1.2-gudev-1.0, laptop-detect, sane-utils, python-cups
+Description: Match debtags hardware:: tags against the actual hardware
+ debtagshw provides a python library to match a given hardware:: debtag
+ against the current system in order to verify that the system supports
+ the hardware.
+
 Package: python3-debtagshw
 Section: python
 Architecture: all
diff -Nru debtags-2.0+nmu1/debian/python-debtagshw.install debtags-2.0+nmu1ubuntu1/debian/python-debtagshw.install
--- debtags-2.0+nmu1/debian/python-debtagshw.install	1970-01-01 00:00:00.000000000 +0000
+++ debtags-2.0+nmu1ubuntu1/debian/python-debtagshw.install	2015-08-16 16:04:09.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/python2*/
diff -Nru debtags-2.0+nmu1/debian/rules debtags-2.0+nmu1ubuntu1/debian/rules
--- debtags-2.0+nmu1/debian/rules	2015-06-21 13:15:56.000000000 +0000
+++ debtags-2.0+nmu1ubuntu1/debian/rules	2015-08-16 16:04:30.000000000 +0000
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with=python3 --buildsystem=pybuild
+	dh $@ --with=python2,python3 --buildsystem=pybuild
 
 override_dh_auto_build:
 	./rebuild-manpages
diff -Nru debtags-2.0+nmu1/debtags debtags-2.0+nmu1ubuntu1/debtags
--- debtags-2.0+nmu1/debtags	2015-06-21 13:26:41.000000000 +0000
+++ debtags-2.0+nmu1ubuntu1/debtags	2015-08-16 16:09:02.000000000 +0000
@@ -19,6 +19,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
+from __future__ import print_function
 import argparse
 import sys
 import logging
Binary files /tmp/mFuySEStG3/debtags-2.0+nmu1/debtagsc and /tmp/B2zBqoieMe/debtags-2.0+nmu1ubuntu1/debtagsc differ
diff -Nru debtags-2.0+nmu1/setup.py debtags-2.0+nmu1ubuntu1/setup.py
--- debtags-2.0+nmu1/setup.py	2015-06-21 13:15:56.000000000 +0000
+++ debtags-2.0+nmu1ubuntu1/setup.py	2015-08-16 16:07:27.000000000 +0000
@@ -1,5 +1,6 @@
 #!/usr/bin/env python3
 
+from __future__ import print_function
 from setuptools import setup
 import imp
 
