diff -Nru zope.traversing-3.13.2/debian/changelog zope.traversing-3.13.2/debian/changelog --- zope.traversing-3.13.2/debian/changelog 2011-11-14 20:48:54.000000000 +0000 +++ zope.traversing-3.13.2/debian/changelog 2011-11-14 20:36:52.000000000 +0000 @@ -1,29 +1,34 @@ -zope.traversing (3.13.2-0ubuntu2) oneiric; urgency=low +zope.traversing (3.13.2-2fakesync1) precise; urgency=low - * Use dh_python2 instead of deprecated python-central (Closes: #617181) + * Fake sync due to mismatching orig tarball. - -- Gediminas Paulauskas Thu, 18 Aug 2011 01:44:20 +0300 + -- Gediminas Paulauskas Mon, 14 Nov 2011 22:36:52 +0200 -zope.traversing (3.13.2-0ubuntu1) natty; urgency=low +zope.traversing (3.13.2-2) unstable; urgency=low - * New upstream release. - * Restore Debian packaging. - * debian/control: build-depend on python-all (not -dev). - * debian/copyright: update, convert to dep5 format. + * Team upload. + * Use debian/source/options to ignore changes in egg-info directory + rather than debian/clean otherwise zcml and txt files are missing. - -- Gediminas Paulauskas Thu, 24 Mar 2011 19:59:03 +0200 + -- Arnaud Fontaine Tue, 08 Nov 2011 21:28:53 +0900 -zope.traversing (3.13-0ubuntu1) maverick; urgency=low +zope.traversing (3.13.2-1) unstable; urgency=low - * New upstream release + * Team upload. - -- Michael Vogt Tue, 13 Jul 2010 15:51:57 +0200 - -zope.traversing (3.12.0-0ubuntu1) lucid; urgency=low + [ Arnaud Fontaine ] + * debian/control: add Vcs-Browser and Homepage fields. + * Add debian/clean to get rid of egg-info/* to prevent FTBFS if + built twice. + [ Gediminas Paulauskas ] * New upstream release. + * Use dh_python2 instead of deprecated python-central (Closes: #617181) + * debian/control: build-depend on python-all (not -dev). + * debian/copyright: update, convert to dep5 format. + * Switch to 3.0 (quilt) source format. - -- Anthony Lenton Mon, 18 Jan 2010 12:55:23 -0300 + -- Arnaud Fontaine Wed, 19 Oct 2011 11:51:13 +0900 zope.traversing (3.8.0-3) unstable; urgency=low diff -Nru zope.traversing-3.13.2/debian/control zope.traversing-3.13.2/debian/control --- zope.traversing-3.13.2/debian/control 2011-11-14 20:48:54.000000000 +0000 +++ zope.traversing-3.13.2/debian/control 2011-11-14 20:36:52.000000000 +0000 @@ -3,7 +3,8 @@ Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian/Ubuntu Zope Team -Uploaders: Brian Sutherland , Fabio Tranchitella +Uploaders: Brian Sutherland , + Fabio Tranchitella Build-Depends: debhelper (>= 7), python-all (>= 2.6.6-3~), python-setuptools, @@ -11,6 +12,8 @@ Standards-Version: 3.9.2 X-Python-Version: >= 2.4 Vcs-Svn: svn://svn.debian.org/pkg-zope/zope.traversing/trunk +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-zope/zope.traversing/trunk +Homepage: http://pypi.python.org/pypi/zope.traversing Package: python-zope.traversing Architecture: all diff -Nru zope.traversing-3.13.2/debian/copyright zope.traversing-3.13.2/debian/copyright --- zope.traversing-3.13.2/debian/copyright 2011-11-14 20:48:54.000000000 +0000 +++ zope.traversing-3.13.2/debian/copyright 2011-10-21 05:23:38.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://dep.debian.net/deps/dep5/ +Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=174 Upstream-Name: zope.traversing Upstream-Contact: Zope Foundation and Contributors Source: http://pypi.python.org/pypi/zope.traversing diff -Nru zope.traversing-3.13.2/debian/source/format zope.traversing-3.13.2/debian/source/format --- zope.traversing-3.13.2/debian/source/format 1970-01-01 00:00:00.000000000 +0000 +++ zope.traversing-3.13.2/debian/source/format 2011-11-14 20:48:55.000000000 +0000 @@ -0,0 +1 @@ +3.0 (quilt) diff -Nru zope.traversing-3.13.2/debian/source/options zope.traversing-3.13.2/debian/source/options --- zope.traversing-3.13.2/debian/source/options 1970-01-01 00:00:00.000000000 +0000 +++ zope.traversing-3.13.2/debian/source/options 2011-11-08 12:28:53.000000000 +0000 @@ -0,0 +1,5 @@ +# Ignore changes on .egg-info directory to prevent issue while building +# twice as dpkg-source do not ignore the automatic patch anymore. Deleting +# the files does not work as it was generated through sdist target using +# SVN, thus some files might be missing (such as zcml or txt files). +extend-diff-ignore = "\.egg-info"