diff -Nur python-utmp-0.7.4/debian/changelog python-utmp-0.8-0.1ubuntu1/debian/changelog --- python-utmp-0.7.4/debian/changelog 2009-03-10 03:11:04.000000000 -0400 +++ python-utmp-0.8-0.1ubuntu1/debian/changelog 2009-12-16 22:38:18.915281487 -0500 @@ -1,3 +1,21 @@ +python-utmp (0.8-0.1ubuntu1) lucid; urgency=low + + * Merge from debian testing (LP: #496397), remaining changes: + - bumped dh_pysupport to depend on > 0.5.3 + - debian/pyversions now >= 2.5 + - debian/rules removed unnecessary dh_python + - rm debian/pycompat + + -- Scott Howard Wed, 16 Dec 2009 22:38:08 -0500 + +python-utmp (0.8) unstable; urgency=low + + * support for python3 + * __repr__ for UtmpRecord and UtmpEntry + * incorporate Makefile changes by Pierre Habouzit + + -- Radovan Garabík Thu, 06 Aug 2009 17:49:55 +0200 + python-utmp (0.7.4-0.1ubuntu2) jaunty; urgency=low * No-change rebuild for Python 2.6. diff -Nur python-utmp-0.7.4/debian/compat python-utmp-0.8-0.1ubuntu1/debian/compat --- python-utmp-0.7.4/debian/compat 1969-12-31 19:00:00.000000000 -0500 +++ python-utmp-0.8-0.1ubuntu1/debian/compat 2009-08-09 15:07:00.000000000 -0400 @@ -0,0 +1 @@ +5 diff -Nur python-utmp-0.7.4/debian/control python-utmp-0.8-0.1ubuntu1/debian/control --- python-utmp-0.7.4/debian/control 2007-03-19 10:50:24.000000000 -0400 +++ python-utmp-0.8-0.1ubuntu1/debian/control 2009-12-16 22:49:23.125277826 -0500 @@ -1,10 +1,10 @@ Source: python-utmp -Section: interpreters +Section: python Priority: optional Maintainer: Ubuntu MOTU Developers XSBC-Original-Maintainer: Radovan Garabík -Standards-Version: 3.7.2 -Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11), python-support (>= 0.3) +Standards-Version: 3.8.2 +Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11), python-support (>= 0.5.3) Package: python-utmp Architecture: any diff -Nur python-utmp-0.7.4/debian/pycompat python-utmp-0.8-0.1ubuntu1/debian/pycompat --- python-utmp-0.7.4/debian/pycompat 2006-07-01 14:27:52.000000000 -0400 +++ python-utmp-0.8-0.1ubuntu1/debian/pycompat 1969-12-31 19:00:00.000000000 -0500 @@ -1 +0,0 @@ -2 diff -Nur python-utmp-0.7.4/debian/pyversions python-utmp-0.8-0.1ubuntu1/debian/pyversions --- python-utmp-0.7.4/debian/pyversions 1969-12-31 19:00:00.000000000 -0500 +++ python-utmp-0.8-0.1ubuntu1/debian/pyversions 2009-12-16 22:53:08.855283946 -0500 @@ -0,0 +1 @@ +2.5- diff -Nur python-utmp-0.7.4/debian/README.Debian python-utmp-0.8-0.1ubuntu1/debian/README.Debian --- python-utmp-0.7.4/debian/README.Debian 2003-01-22 07:38:25.000000000 -0500 +++ python-utmp-0.8-0.1ubuntu1/debian/README.Debian 2009-11-05 22:53:04.000000000 -0500 @@ -3,4 +3,4 @@ packaged as native package - -- Radovan Garabík , Wed, 22 Mar 2000 15:22:23 +0100 + -- Radovan Garabík , Wed, 22 Mar 2000 15:22:23 +0100 diff -Nur python-utmp-0.7.4/debian/rules python-utmp-0.8-0.1ubuntu1/debian/rules --- python-utmp-0.7.4/debian/rules 2009-03-10 03:03:33.000000000 -0400 +++ python-utmp-0.8-0.1ubuntu1/debian/rules 2009-11-05 22:53:04.000000000 -0500 @@ -6,7 +6,7 @@ #export DH_VERBOSE=1 # This is the debhelper compatability version to use. -export DH_COMPAT=5 +#export DH_COMPAT=5 PYVERS := $(subst python,,$(shell pyversions -r))