Source: sqlalchemy Severity: normal Tags: patch You forgot to remove the py3 build-* files in "debian/rules clean".
Patch attached. -- System Information: Debian Release: 7.5 APT prefers stable APT policy: (700, 'stable'), (650, 'testing'), (600, 'unstable'), (550, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.12-1-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8) Shell: /bin/sh linked to /bin/dash
diff --git a/debian/rules b/debian/rules index 4542422..98ffeea 100755 --- a/debian/rules +++ b/debian/rules @@ -19,6 +19,9 @@ clean: dh_clean build-docs build-stamp install-docs \ $(PYVERS:%=install-python%) $(PYVERS:%=build-python%) \ $(PYVERS:%=install-debug-python%) $(PYVERS:%=build-debug-python%) + $(PY3VERS:%=install-python%) $(PY3VERS:%=build-python%) \ + $(PY3VERS:%=install-debug-python%) $(PY3VERS:%=build-debug-python%) + build: build-arch