Merge lp:~chihchun/dotdepends/dotdepends-debianrulesclean into lp:dotdepends

Proposed by Rex Tsai
Status: Approved
Approved by: Kyle Nitzsche
Approved revision: 84
Proposed branch: lp:~chihchun/dotdepends/dotdepends-debianrulesclean
Merge into: lp:dotdepends
Diff against target: 29 lines (+9/-1)
2 files modified
debian/changelog (+6/-0)
debian/rules (+3/-1)
To merge this branch: bzr merge lp:~chihchun/dotdepends/dotdepends-debianrulesclean
Reviewer Review Type Date Requested Status
Kyle Nitzsche Pending
Review via email: mp+122027@code.launchpad.net

Description of the change

a little bit improvement for debian/rules

To post a comment you must log in.
Revision history for this message
Kyle Nitzsche (knitzsche) wrote :

thanks Taiten. Approve.

Unmerged revisions

84. By Rex Tsai

debian/rules: make sure it clean up build directories.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2012-07-16 17:05:10 +0000
3+++ debian/changelog 2012-08-30 10:10:55 +0000
4@@ -1,3 +1,9 @@
5+dotdepends (0.3.20) precise; urgency=low
6+
7+ * debian/rules: make sure it clean up build directories.
8+
9+ -- Rex Tsai (蔡志展) <rex.tsai@canonical.com> Thu, 30 Aug 2012 17:53:58 +0800
10+
11 dotdepends (0.3.19) precise; urgency=low
12
13 * test/test_Dot.py: Add a unittest suite for the Dot object and populate with
14
15=== modified file 'debian/rules'
16--- debian/rules 2012-07-11 20:17:42 +0000
17+++ debian/rules 2012-08-30 10:10:55 +0000
18@@ -7,8 +7,10 @@
19 python ./setup.py install --root=$(CURDIR)/debian/tmp --prefix=/usr\
20 --install-layout=deb
21
22- override_dh_auto_clean:
23+override_dh_auto_clean:
24 -find . -name '*.py[co]' | xargs rm -f
25+ -rm -r build
26+ -rm -r dotdepends.egg-info
27
28 override_dh_auto_test:
29 ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)

Subscribers

People subscribed via source and target branches

to all changes: