Package: dictclient
Version: 1.0.3.1
Severity: minor
Tags: patch
User: [email protected]
Usertags: origin-ubuntu raring ubuntu-patch
Dear Maintainer,
*** /tmp/tmpaAEFs7/bug_body
In Ubuntu, the attached patch was applied to achieve the following:
* Fixes lintian warning, by which debian/rules ignores make clean
target errors.
- debian/rules: stop ignoring clean target errors, checking
Makefile is present.
Thanks for considering the patch.
-- System Information:
Debian Release: wheezy/sid
APT prefers quantal-updates
APT policy: (500, 'quantal-updates'), (500, 'quantal-security'), (500,
'quantal-proposed'), (500, 'quantal')
Architecture: i386 (i686)
Kernel: Linux 3.5.0-19-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
=== modified file 'debian/changelog'
=== modified file 'debian/control'
--- debian/control 2011-12-14 15:23:15 +0000
+++ debian/control 2012-11-30 00:22:19 +0000
@@ -1,7 +1,7 @@
Source: dictclient
Section: interpreters
Priority: optional
-Maintainer: Ubuntu Core Developers <[email protected]>
+Maintainer: Ubuntu Developers <[email protected]>
XSBC-Original-Maintainer: John Goerzen <[email protected]>
Build-Depends-Indep: debhelper (>> 5.0.37.2), python, python-dev (>= 2.3), python-all-dev (>= 2.3.5-11)
Build-Depends: debhelper (>> 5.0.37.2)
=== modified file 'debian/rules'
--- debian/rules 2011-12-14 15:23:15 +0000
+++ debian/rules 2012-11-28 02:51:21 +0000
@@ -46,7 +46,7 @@
rm -f build-stamp configure-stamp
# Add here commands to clean up after the build process.
- -$(MAKE) clean
+ [ ! -f Makefile ] || $(MAKE) clean
-$(PYTHON) setup.py clean --all
dh_clean