Merge lp:~noskcaj/ubuntu/utopic/obexftp/merge2 into lp:ubuntu/utopic/obexftp

Proposed by Jackson Doak
Status: Merged
Merge reported by: Martin Pitt
Merged at revision: not available
Proposed branch: lp:~noskcaj/ubuntu/utopic/obexftp/merge2
Merge into: lp:ubuntu/utopic/obexftp
Diff against target: 107 lines (+45/-3)
5 files modified
debian/changelog (+19/-0)
debian/copyright (+20/-1)
debian/libobexftp-perl.install (+0/-1)
debian/libobexftp-perl.install.in (+1/-0)
debian/rules (+5/-1)
To merge this branch: bzr merge lp:~noskcaj/ubuntu/utopic/obexftp/merge2
Reviewer Review Type Date Requested Status
Martin Pitt Approve
Review via email: mp+229131@code.launchpad.net

Description of the change

Merge from debian

To post a comment you must log in.
Revision history for this message
Martin Pitt (pitti) wrote :

Thanks! Uploaded.

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 2014-06-10 07:20:43 +0000
3+++ debian/changelog 2014-07-31 21:35:45 +0000
4@@ -1,3 +1,22 @@
5+obexftp (0.23-3ubuntu1) UNRELEASED; urgency=medium
6+
7+ * Merge from Debian unstable. Remaining changes:
8+ - Fix build failure, using StringValuePtr instead of STR2CSTR.
9+ - Use dh-autoreconf instead of dh-autotools-dev
10+
11+ -- Jackson Doak <noskcaj@ubuntu.com> Thu, 31 Jul 2014 06:10:53 +1000
12+
13+obexftp (0.23-3) unstable; urgency=medium
14+
15+ * QA upload.
16+ * Fix "hardcodes /usr/lib/perl5":
17+ dynamically set perl library path in debian/rules from $Config{vendorarch}
18+ (Closes: #752799)
19+ * Add missing license to debian/copyright.
20+ (Closes: #750564)
21+
22+ -- gregor herrmann <gregoa@debian.org> Tue, 29 Jul 2014 19:51:27 +0200
23+
24 obexftp (0.23-2ubuntu1) utopic; urgency=medium
25
26 * Merge from Debian unstable. Remaining changes:
27
28=== modified file 'debian/copyright'
29--- debian/copyright 2008-10-25 16:28:12 +0000
30+++ debian/copyright 2014-07-31 21:35:45 +0000
31@@ -25,6 +25,25 @@
32 Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
33 MA 02110-1301, USA.
34
35-
36 On Debian GNU/Linux systems, the complete text of the GNU General
37 Public License can be found in `/usr/share/common-licenses/GPL-2'.
38+
39+
40+License for bfb/* and obexftp/*:
41+
42+ ObexFTP is free software; you can redistribute it and/or modify
43+ it under the terms of the GNU Lesser General Public License as
44+ published by the Free Software Foundation; either version 2 of
45+ the License, or (at your option) any later version.
46+
47+ This program is distributed in the hope that it will be useful,
48+ but WITHOUT ANY WARRANTY; without even the implied warranty of
49+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
50+ GNU Lesser General Public License for more details.
51+
52+ You should have received a copy of the GNU Lesser General Public
53+ License along with ObexFTP. If not, see <http://www.gnu.org/>.
54+
55+
56+On Debian GNU/Linux systems, the complete text of the GNU Lesser General
57+Public License can be found in `/usr/share/common-licenses/LGPL-2'.
58
59=== removed file 'debian/libobexftp-perl.install'
60--- debian/libobexftp-perl.install 2008-10-25 16:28:12 +0000
61+++ debian/libobexftp-perl.install 1970-01-01 00:00:00 +0000
62@@ -1,1 +0,0 @@
63-usr/lib/perl5/*
64
65=== added file 'debian/libobexftp-perl.install.in'
66--- debian/libobexftp-perl.install.in 1970-01-01 00:00:00 +0000
67+++ debian/libobexftp-perl.install.in 2014-07-31 21:35:45 +0000
68@@ -0,0 +1,1 @@
69+@PERL_ARCHLIB@/*
70
71=== modified file 'debian/rules'
72--- debian/rules 2014-06-10 07:20:43 +0000
73+++ debian/rules 2014-07-31 21:35:45 +0000
74@@ -63,6 +63,8 @@
75 CROSS= --build $(DEB_BUILD_GNU_TYPE)
76 endif
77
78+PERL_ARCHLIB := $(shell perl -MConfig -e 'print $$Config{vendorarch}')
79+
80 include /usr/share/quilt/quilt.make
81
82 config.status: configure $(QUILT_STAMPFN)
83@@ -88,6 +90,7 @@
84 rm -f build-stamp
85 debian/rules unpatch
86 rm -rf doc/api
87+ rm -f debian/libobexftp-perl.install
88 $(MAKE) -C doc clean || true
89 $(MAKE) distclean || true
90 rm -f swig/python/__init__.py[co]
91@@ -109,6 +112,7 @@
92 binary-arch: build install
93 dh_testdir
94 dh_testroot
95+ sed -e 's;@PERL_ARCHLIB@;$(PERL_ARCHLIB);g;' $(CURDIR)/debian/libobexftp-perl.install.in > $(CURDIR)/debian/libobexftp-perl.install
96 dh_install --sourcedir=debian/tmp --autodest --fail-missing -X.la
97 dh_installdocs -XCOPYING -XINSTALL -Xobexftp.1
98 dh_installman
99@@ -120,7 +124,7 @@
100 dh_strip
101
102 ifeq ($(COMPILE_PERL_BINDING),yes)
103- find $(CURDIR)/debian/*/usr/lib/perl5 -name *.so -type f -exec chrpath -d {} \;
104+ find $(CURDIR)/debian/*/$(PERL_ARCHLIB) -name *.so -type f -exec chrpath -d {} \;
105 #run it again to make sure that permissions are correct
106 dh_fixperms
107 dh_perl -plibobexftp-perl

Subscribers

People subscribed via source and target branches

to all changes: