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

Subscribers

People subscribed via source and target branches

to all changes: