diff -Nru netifaces-0.6/debian/changelog netifaces-0.6/debian/changelog --- netifaces-0.6/debian/changelog 2012-01-02 14:02:24.000000000 +0000 +++ netifaces-0.6/debian/changelog 2012-01-30 15:40:54.000000000 +0000 @@ -1,3 +1,19 @@ +netifaces (0.6-2ubuntu1) precise; urgency=low + + [ Ubuntu Merge-o-Matic ] + * Merge from Debian testing. Remaining changes: + - python-support transition. + + -- Chuck Short Mon, 30 Jan 2012 10:40:52 -0500 + +netifaces (0.6-2) unstable; urgency=low + + * debian/control: + - fix typo s/interfaceface/interface/ (Closes: #649081) + - Update Homepage + + -- Mario Izquierdo (mariodebian) Thu, 17 Nov 2011 14:01:17 +0100 + netifaces (0.6-1ubuntu1) precise; urgency=low * Merge from Debian testing. Remaining changes: @@ -9,8 +25,9 @@ * New upstream version * Standards-Version bumped to 3.9.2 (no changes needed) + * Migrate to dh_python2 - -- Mario Izquierdo (mariodebian) Mon, 14 Nov 2011 21:50:32 +0100 + -- Mario Izquierdo (mariodebian) Mon, 14 Nov 2011 22:11:05 +0100 netifaces (0.5-3) unstable; urgency=low diff -Nru netifaces-0.6/debian/control netifaces-0.6/debian/control --- netifaces-0.6/debian/control 2012-01-02 14:01:45.000000000 +0000 +++ netifaces-0.6/debian/control 2012-01-14 06:58:37.000000000 +0000 @@ -5,7 +5,7 @@ XSBC-Original-Maintainer: Mario Izquierdo (mariodebian) Build-Depends: cdbs (>= 0.4.90~), debhelper (>= 7.0.0), python-setuptools, python-all-dev (>= 2.6.6-3~), python-all-dbg Standards-Version: 3.9.2 -Homepage: http://alastairs-place.net/netifaces/ +Homepage: http://alastairs-place.net/projects/netifaces/ Vcs-Git: git://git.debian.org/~mario-guest/netifaces.git Vcs-Browser: http://git.debian.org/?p=users/mario-guest/netifaces.git @@ -23,7 +23,7 @@ Priority: extra Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, python-netifaces (= ${binary:Version}), python-dbg -Description: portable network interfaceface information for Python (debug extension) +Description: portable network interface information for Python (debug extension) netifaces provides a (hopefully portable-ish) way for Python programmers to get access to a list of the network interfaces on the local machine, and to obtain the addresses of those network interfaces.