-Build-Depends: debhelper (>= 7.0.50~), python-setuptools, python-support (>=0.90.0) +X-Python-Version: >= 2.5 +Build-Depends: debhelper (>= 7.0.50~), python-setuptools, dh-python, python Standards-Version: 3.9.0 Homepage: http://bitbucketlabs.net/flashbake/ Vcs-Git: git://anonscm.debian.org/collab-maint/flashbake.git -XB-Python-Version: ${python:Versions} Depends: ${misc:Depends}, ${python:Depends}, python-enum (>=0.4.3), python-feedparser (>=4.1), python-setuptools, X-Greylist: delayed 381 seconds by postgrey-1.35 at buxtehude; Wed, 19 Aug 2015 22:02:43 UTC X-Debian-Message: from BTS X-Mailing-List: <debian-bugs-dist@lists.debian.org> archive/latest/1200974 X-Loop: debian-bugs-dist@lists.debian.org List-Id: <debian-bugs-dist.lists.debian.org> List-URL: <https://lists.debian.org/debian-bugs-dist/> List-Post: <mailto:debian-bugs-dist@lists.debian.org> List-Help: <mailto:debian-bugs-dist-requ...@lists.debian.org?subject=help> List-Subscribe: <mailto:debian-bugs-dist-requ...@lists.debian.org?subject=subscribe> List-Unsubscribe: <mailto:debian-bugs-dist-requ...@lists.debian.org?subject=unsubscribe> Precedence: list Resent-Sender: debian-bugs-dist-requ...@lists.debian.org X-MXTHUNDER-Identifier: <877forhri3....@setec.io> X-MXTHUNDER-IP-Rating: 0, 82.195.75.100, Ugly c=0.303425 p=0.0526316 Source Normal X-MXTHUNDER-Scan-Result: 100 X-MXTHUNDER-Rules: 100-5946975-5457-5476-m 100-5946975-0-8609-f X-MXTHUNDER-Group: Bulk Mail
--- debian/changelog | 8 ++++++-- debian/control | 5 ++--- debian/pycompat | 1 - debian/rules | 3 +-- 4 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 debian/pycompat MIME-Version: 1.0 Content-Type: text/plain diff --git a/debian/changelog b/debian/changelog index c51bc21..4e198e5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,13 @@ -flashbake (0.26.2-5) UNRELEASED; urgency=low +flashbake (0.26.2-5.1) unstable; urgency=medium + + [ Harlan Lieberman-Berg ] + * Non-maintainer upload. + * Transition from python-support to dh-python (Closes: #786085) [ Axel Beckert ] * Update Vcs-* headers to current URLs - -- + -- Harlan Lieberman-Berg <hlieber...@setec.io> Wed, 19 Aug 2015 23:54:17 +0200 flashbake (0.26.2-4) unstable; urgency=low diff --git a/debian/control b/debian/control index d937565..f44d370 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: flashbake Section: vcs Priority: optional Maintainer: Abhishek Dasgupta <abh...@gmail.com> @@ -11,7 +11,6 @@ Vcs-Browser: http://anonscm.debian.org/gitweb?p=collab-maint/flashbake.git;a=sum Package: flashbake Architecture: all diff --git a/debian/pycompat b/debian/pycompat deleted file mode 100644 index 0cfbf08..0000000 --- a/debian/pycompat +++ /dev/null @@ -1 +0,0 @@ -2 diff --git a/debian/rules b/debian/rules index 6af83a7..20c38c8 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,4 @@ #!/usr/bin/make -f %: - dh $@ - + dh $@ --with python2 -- 2.5.0 Message-ID: <878u97hrid....@setec.io>