Merge lp:~logan/ubuntu/raring/python-adodb/debian-merge into lp:ubuntu/raring/python-adodb

Proposed by Logan Rosen
Status: Merged
Merged at revision: 8
Proposed branch: lp:~logan/ubuntu/raring/python-adodb/debian-merge
Merge into: lp:ubuntu/raring/python-adodb
Diff against target: 61 lines (+22/-9)
2 files modified
debian/changelog (+18/-0)
debian/rules (+4/-9)
To merge this branch: bzr merge lp:~logan/ubuntu/raring/python-adodb/debian-merge
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+134789@code.launchpad.net
To post a comment you must log in.

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-04-14 13:43:59 +0000
3+++ debian/changelog 2012-11-17 22:33:20 +0000
4@@ -1,3 +1,21 @@
5+python-adodb (2.10-1.1ubuntu1) raring; urgency=low
6+
7+ * Merge from Debian unstable. Remaining changes:
8+ - debian/control: also conflict/replace python2.4-adodb
9+
10+ -- Logan Rosen <logatronico@gmail.com> Sat, 17 Nov 2012 17:26:59 -0500
11+
12+python-adodb (2.10-1.1) unstable; urgency=low
13+
14+ * Non-maintainer upload.
15+ * Fix "broken binary-indep target": fix binary-arch / binary-indep targets
16+ in debian/rules; patch from Evgeni Golov, thanks. (Closes: #684024)
17+ * Fix python-support handling in debian/rules in order not to install
18+ python-bytecode (ftp-master auto-reject reason); patch from Jakub Wilk,
19+ thanks.
20+
21+ -- gregor herrmann <gregoa@debian.org> Wed, 22 Aug 2012 18:03:56 +0200
22+
23 python-adodb (2.10-1ubuntu2) precise; urgency=low
24
25 * Rebuild to drop python2.6 dependencies and provides.
26
27=== modified file 'debian/rules'
28--- debian/rules 2008-07-30 16:06:16 +0000
29+++ debian/rules 2012-11-17 22:33:20 +0000
30@@ -9,8 +9,6 @@
31 # Uncomment this to turn on verbose mode.
32 #export DH_VERBOSE=1
33
34-PY_SUPPORT_DIR=$(CURDIR)/debian/python-adodb/usr/share/python-support/
35-
36 configure: configure-stamp
37 configure-stamp:
38 dh_testdir
39@@ -39,18 +37,15 @@
40 dh_installdirs
41
42 # Add here commands to install the package into debian/python-adodb.
43- install -d $(PY_SUPPORT_DIR)/python-adodb
44 python setup.py install \
45- --prefix=$(CURDIR)/debian/python-adodb/usr/ \
46- --install-lib=$(PY_SUPPORT_DIR)/python-adodb
47+ --root=$(CURDIR)/debian/python-adodb/
48
49+# Build architecture-dependent files here.
50+binary-arch: build install
51+# We have nothing to do.
52
53 # Build architecture-independent files here.
54 binary-indep: build install
55-# We have nothing to do by default.
56-
57-# Build architecture-dependent files here.
58-binary-arch: build install
59 dh_testdir
60 dh_testroot
61 dh_installchangelogs

Subscribers

People subscribed via source and target branches

to all changes: