Merge lp:~ampelbein/ubuntu/natty/pyserial/lp-715766 into lp:ubuntu/natty/pyserial

Proposed by Andreas Moog
Status: Merged
Merged at revision: 7
Proposed branch: lp:~ampelbein/ubuntu/natty/pyserial/lp-715766
Merge into: lp:ubuntu/natty/pyserial
Diff against target: 40 lines (+9/-2)
3 files modified
debian/changelog (+7/-0)
debian/control (+2/-1)
debian/rules (+0/-1)
To merge this branch: bzr merge lp:~ampelbein/ubuntu/natty/pyserial/lp-715766
Reviewer Review Type Date Requested Status
Dave Walker (community) Approve
Review via email: mp+52621@code.launchpad.net

Description of the change

pyserial (2.5-1ubuntu1) natty; urgency=low

  * debian/rules
    - don't delete contents of /usr/lib/* for python-serial (LP: #715766)

 -- Andreas Moog <email address hidden> Tue, 08 Mar 2011 23:18:02 +0100

To post a comment you must log in.
Revision history for this message
Dave Walker (davewalker) wrote :

Looks good to me, and there is a Debian bug opened about this.

Thanks for this!

review: Approve

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 2011-01-25 07:59:17 +0000
3+++ debian/changelog 2011-03-08 22:28:30 +0000
4@@ -1,3 +1,10 @@
5+pyserial (2.5-1ubuntu1) natty; urgency=low
6+
7+ * debian/rules
8+ - don't delete contents of /usr/lib/* for python-serial (LP: #715766)
9+
10+ -- Andreas Moog <amoog@ubuntu.com> Tue, 08 Mar 2011 23:18:02 +0100
11+
12 pyserial (2.5-1) experimental; urgency=low
13
14 * New upstream version. Closes: #520618.
15
16=== modified file 'debian/control'
17--- debian/control 2011-01-25 07:59:17 +0000
18+++ debian/control 2011-03-08 22:28:30 +0000
19@@ -1,7 +1,8 @@
20 Source: pyserial
21 Section: python
22 Priority: optional
23-Maintainer: Matthias Klose <doko@debian.org>
24+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
25+XSBC-Original-Maintainer: Matthias Klose <doko@debian.org>
26 Build-Depends: debhelper (>= 5)
27 Build-Depends-Indep: python (>= 2.6.6-2~), python3 (>= 3.1.2-10~)
28 XS-Python-Version: all
29
30=== modified file 'debian/rules'
31--- debian/rules 2011-01-25 07:59:17 +0000
32+++ debian/rules 2011-03-08 22:28:30 +0000
33@@ -33,7 +33,6 @@
34 python3 setup.py install --root=$(CURDIR)/debian/python3-serial --install-layout=deb
35 dh_python2
36 dh_python3
37- rm -rf debian/python-serial/usr/lib/python*
38 mv debian/python3-serial/usr/bin/miniterm.py debian/python3-serial/usr/bin/miniterm-py3k
39
40 # Build architecture-independent files here.

Subscribers

People subscribed via source and target branches

to all changes: