diff -Nru capstone-4.0.1+really+3.0.5/debian/changelog capstone-4.0.1+really+3.0.5/debian/changelog --- capstone-4.0.1+really+3.0.5/debian/changelog 2019-10-18 18:37:59.000000000 +0000 +++ capstone-4.0.1+really+3.0.5/debian/changelog 2020-04-10 16:30:01.000000000 +0000 @@ -1,8 +1,34 @@ -capstone (4.0.1+really+3.0.5-1build1) focal; urgency=medium +capstone (4.0.1+really+3.0.5-2) unstable; urgency=medium - * No-change rebuild to build with python3.8. + * Team upload. - -- Matthias Klose Fri, 18 Oct 2019 18:37:59 +0000 + [ Samuel Henrique ] + * Add salsa-ci.yml + * Configure git-buildpackage for Debian pkg-security-tools + + [ Debian Janitor ] + * Use secure copyright file specification URI. + * Use secure URI in Homepage field. + * Set debhelper-compat version in Build-Depends. + * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, + Repository-Browse. + * Update standards version to 4.4.1, no changes needed. + + [ Sandro Tosi ] + * Drop python2 support; Closes: #936273 + + [ Raphaël Hertzog ] + * Drop non-existing file in debian/copyright + * Avoid a lintian warning on a duplicate word in the changelog + + -- Raphaël Hertzog Fri, 10 Apr 2020 18:30:01 +0200 + +capstone (4.0.1+really+3.0.5-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Drop python2 support; Closes: #936273 + + -- Sandro Tosi Thu, 09 Apr 2020 12:51:10 -0400 capstone (4.0.1+really+3.0.5-1) unstable; urgency=medium diff -Nru capstone-4.0.1+really+3.0.5/debian/compat capstone-4.0.1+really+3.0.5/debian/compat --- capstone-4.0.1+really+3.0.5/debian/compat 2019-02-26 21:34:50.000000000 +0000 +++ capstone-4.0.1+really+3.0.5/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -12 diff -Nru capstone-4.0.1+really+3.0.5/debian/control capstone-4.0.1+really+3.0.5/debian/control --- capstone-4.0.1+really+3.0.5/debian/control 2019-02-26 21:35:27.000000000 +0000 +++ capstone-4.0.1+really+3.0.5/debian/control 2020-04-10 16:30:01.000000000 +0000 @@ -2,14 +2,14 @@ Priority: optional Maintainer: Debian Security Tools Uploaders: Pranith Kumar -Build-Depends: debhelper (>= 12~), +Build-Depends: debhelper-compat (= 12), dh-python, - python-all-dev, python3-all-dev, - python-setuptools, python3-setuptools, - cython (>= 0.19), cython3, -Standards-Version: 4.3.0 + python3-all-dev, + python3-setuptools, + cython3, +Standards-Version: 4.4.1 Section: devel -Homepage: http://www.capstone-engine.org/ +Homepage: https://www.capstone-engine.org/ Vcs-Git: https://salsa.debian.org/pkg-security-team/capstone.git Vcs-Browser: https://salsa.debian.org/pkg-security-team/capstone @@ -61,17 +61,6 @@ This package contains cstool, a command-line tool to disassemble hexadecimal strings. -Package: python-capstone -Section: python -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, libcapstone3 -XB-Python-Version: ${python:Versions} -Description: lightweight multi-architecture disassembly framework - Python bindings - Capstone is a lightweight multi-platform, multi-architecture disassembly - framework. - . - These are the Python 2 bindings. - Package: python3-capstone Section: python Architecture: any diff -Nru capstone-4.0.1+really+3.0.5/debian/copyright capstone-4.0.1+really+3.0.5/debian/copyright --- capstone-4.0.1+really+3.0.5/debian/copyright 2019-02-26 21:35:27.000000000 +0000 +++ capstone-4.0.1+really+3.0.5/debian/copyright 2020-04-10 16:30:01.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: capstone Upstream-Contact: Nguyen Anh Quynh Source: http://www.capstone-project.org @@ -40,7 +40,6 @@ MCInstrDesc.h MCRegisterInfo.c MCRegisterInfo.h - SubtargetFeature.h Copyright: 2013, University of Illinois 2013, Nguyen Anh Quynh License: BSD_LLVM diff -Nru capstone-4.0.1+really+3.0.5/debian/gbp.conf capstone-4.0.1+really+3.0.5/debian/gbp.conf --- capstone-4.0.1+really+3.0.5/debian/gbp.conf 1970-01-01 00:00:00.000000000 +0000 +++ capstone-4.0.1+really+3.0.5/debian/gbp.conf 2020-04-10 16:30:01.000000000 +0000 @@ -0,0 +1,15 @@ +[DEFAULT] +debian-branch = debian/master +pristine-tar = True + +[buildpackage] +sign-tags = True + +[import-orig] +filter-pristine-tar = True + +[pq] +patch-numbers = False + +[dch] +multimaint-merge = True diff -Nru capstone-4.0.1+really+3.0.5/debian/python-capstone.install capstone-4.0.1+really+3.0.5/debian/python-capstone.install --- capstone-4.0.1+really+3.0.5/debian/python-capstone.install 2019-02-26 21:34:50.000000000 +0000 +++ capstone-4.0.1+really+3.0.5/debian/python-capstone.install 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -usr/lib/python2.7 diff -Nru capstone-4.0.1+really+3.0.5/debian/rules capstone-4.0.1+really+3.0.5/debian/rules --- capstone-4.0.1+really+3.0.5/debian/rules 2019-02-26 21:35:27.000000000 +0000 +++ capstone-4.0.1+really+3.0.5/debian/rules 2020-04-10 16:30:01.000000000 +0000 @@ -4,7 +4,7 @@ include /usr/share/dpkg/architecture.mk %: - dh $@ --with python2,python3 + dh $@ --with python3 override_dh_auto_clean \ override_dh_auto_configure \ diff -Nru capstone-4.0.1+really+3.0.5/debian/salsa-ci.yml capstone-4.0.1+really+3.0.5/debian/salsa-ci.yml --- capstone-4.0.1+really+3.0.5/debian/salsa-ci.yml 1970-01-01 00:00:00.000000000 +0000 +++ capstone-4.0.1+really+3.0.5/debian/salsa-ci.yml 2020-04-10 16:30:01.000000000 +0000 @@ -0,0 +1,4 @@ +--- +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml diff -Nru capstone-4.0.1+really+3.0.5/debian/upstream/metadata capstone-4.0.1+really+3.0.5/debian/upstream/metadata --- capstone-4.0.1+really+3.0.5/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 +++ capstone-4.0.1+really+3.0.5/debian/upstream/metadata 2020-04-10 16:30:01.000000000 +0000 @@ -0,0 +1,4 @@ +Bug-Database: https://github.com/aquynh/capstone/issues +Bug-Submit: https://github.com/aquynh/capstone/issues/new +Repository: https://github.com/aquynh/capstone.git +Repository-Browse: https://github.com/aquynh/capstone