diff -Nru python-fasteners-0.12.0/debian/changelog python-fasteners-0.12.0-2ubuntu1/debian/changelog --- python-fasteners-0.12.0/debian/changelog 2016-02-04 16:49:11.000000000 +0000 +++ python-fasteners-0.12.0-2ubuntu1/debian/changelog 2017-04-11 04:02:05.000000000 +0000 @@ -1,3 +1,9 @@ +python-fasteners (0.12.0-2ubuntu1-0ubuntu0~ubuntu14.04.1) trusty; urgency=low + + * Auto build. + + -- Donghoon Shin Tue, 11 Apr 2017 04:02:05 +0000 + python-fasteners (0.12.0-2ubuntu1) xenial; urgency=low * Merge from Debian unstable. Remaining changes: diff -Nru python-fasteners-0.12.0/debian/git-build-recipe.manifest python-fasteners-0.12.0-2ubuntu1/debian/git-build-recipe.manifest --- python-fasteners-0.12.0/debian/git-build-recipe.manifest 1970-01-01 00:00:00.000000000 +0000 +++ python-fasteners-0.12.0-2ubuntu1/debian/git-build-recipe.manifest 2017-04-11 04:02:05.000000000 +0000 @@ -0,0 +1,2 @@ +# git-build-recipe format 0.4 deb-version {debversion}-0ubuntu0 +lp:fastners git-commit:e71a2e1a726333c6e2a8c405eae4309790d9e7e3 diff -Nru python-fasteners-0.12.0/debian/source/format python-fasteners-0.12.0-2ubuntu1/debian/source/format --- python-fasteners-0.12.0/debian/source/format 2015-10-23 17:11:48.000000000 +0000 +++ python-fasteners-0.12.0-2ubuntu1/debian/source/format 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -3.0 (quilt) diff -Nru python-fasteners-0.12.0/debian/source/options python-fasteners-0.12.0-2ubuntu1/debian/source/options --- python-fasteners-0.12.0/debian/source/options 2015-10-23 17:11:48.000000000 +0000 +++ python-fasteners-0.12.0-2ubuntu1/debian/source/options 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -extend-diff-ignore = "^[^/]*[.]egg-info/" diff -Nru python-fasteners-0.12.0/.travis.yml python-fasteners-0.12.0-2ubuntu1/.travis.yml --- python-fasteners-0.12.0/.travis.yml 2015-06-19 19:17:25.000000000 +0000 +++ python-fasteners-0.12.0-2ubuntu1/.travis.yml 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -language: python -python: - - "2.6" - - "2.7" - - "3.4" -# command to install dependencies -install: - - "pip install ." - - "pip install -r test-requirements.txt" -# command to run tests -script: nosetests -