Merge lp:~rcj/ubuntu/precise/libdumbnet/sru into lp:ubuntu/precise/libdumbnet

Proposed by Robert C Jennings
Status: Merged
Merge reported by: Iain Lane
Merged at revision: not available
Proposed branch: lp:~rcj/ubuntu/precise/libdumbnet/sru
Merge into: lp:ubuntu/precise/libdumbnet
Diff against target: 64 lines (+15/-6)
3 files modified
debian/changelog (+11/-0)
debian/control (+2/-4)
debian/rules (+2/-2)
To merge this branch: bzr merge lp:~rcj/ubuntu/precise/libdumbnet/sru
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+221919@code.launchpad.net

Description of the change

  * Backport trusty changes to precise for parity (LP: #1326025)
    * QA upload.
      - Set Maintainer to Debian QA Group.
    * Convert to dh_python2 (Closes: #616861).
    * debian/rules:
      - Pass --add-missing parameter to automake call (Closes: #713367).

This is being done to make libdumbnet ready for a move to main in precise to support SRU of open-vm-tools-lts-trusty in main.

To post a comment you must log in.
12. By Robert C Jennings

 * Remove X[SB]-Python-Version to match trusty package

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-07-01 19:43:39 +0000
3+++ debian/changelog 2014-06-03 17:31:59 +0000
4@@ -1,3 +1,14 @@
5+libdumbnet (1.12-3.1ubuntu0.1) precise; urgency=medium
6+
7+ * Backport trusty changes to precise for parity (LP: #1326025)
8+ * QA upload.
9+ - Set Maintainer to Debian QA Group.
10+ * Convert to dh_python2 (Closes: #616861).
11+ * debian/rules:
12+ - Pass --add-missing parameter to automake call (Closes: #713367).
13+
14+ -- Robert C Jennings <robert.jennings@canonical.com> Tue, 03 Jun 2014 10:27:25 -0500
15+
16 libdumbnet (1.12-3.1) unstable; urgency=low
17
18 * Non-maintainer upload.
19
20=== modified file 'debian/control'
21--- debian/control 2009-08-23 00:09:20 +0000
22+++ debian/control 2014-06-03 17:31:59 +0000
23@@ -3,9 +3,8 @@
24 Priority: optional
25 Standards-Version: 3.8.3
26 Homepage: http://code.google.com/p/libdnet/
27-Maintainer: Jan Christoph Nordholz <hesso@pool.math.tu-berlin.de>
28-Build-Depends: debhelper (>> 7), autotools-dev, libtool, automake, autoconf, autoconf, dpatch, python-all-dev, python-central, python-pyrex, check
29-XS-Python-Version: all
30+Maintainer: Debian QA Group <packages@qa.debian.org>
31+Build-Depends: debhelper (>> 7), autotools-dev, libtool, automake, autoconf, autoconf, dpatch, python-all-dev (>= 2.6.6-3~), python-pyrex, check
32
33 Package: libdumbnet1
34 Depends: ${shlibs:Depends}
35@@ -46,7 +45,6 @@
36 Section: python
37 Depends: ${python:Depends}, ${shlibs:Depends}
38 Provides: ${python:Provides}
39-XB-Python-Version: ${python:Versions}
40 Architecture: any
41 Description: A dumb, portable networking library -- python bindings
42 libdumbnet provides a simplified, portable interface to several low-level
43
44=== modified file 'debian/rules'
45--- debian/rules 2011-07-01 19:43:39 +0000
46+++ debian/rules 2014-06-03 17:31:59 +0000
47@@ -24,7 +24,7 @@
48 aclocal -I . -I config
49 libtoolize -c
50 autoheader
51- automake
52+ automake --add-missing
53 autoconf
54 ./configure CFLAGS="$(CFLAGS)" --prefix=/usr --mandir=/usr/share/man --with-python
55 rm -f python/*.c
56@@ -78,7 +78,7 @@
57 ln -s dumbnet-config debian/libdumbnet-dev/usr/bin/dnet-config
58 dh_installchangelogs
59 dh_installdocs TODO README
60- dh_pycentral -ppython-dumbnet
61+ dh_python2 -ppython-dumbnet
62 for E in debian/python-dumbnet/usr/lib/python*; do \
63 rm -f $$E/site-packages/*egg-info; \
64 done

Subscribers

People subscribed via source and target branches