Merge lp:~noskcaj/ubuntu/trusty/check/merge into lp:ubuntu/trusty/check

Proposed by Jackson Doak
Status: Needs review
Proposed branch: lp:~noskcaj/ubuntu/trusty/check/merge
Merge into: lp:ubuntu/trusty/check
Diff against target: 158 lines (+54/-14)
7 files modified
check.pc.in (+1/-1)
debian/changelog (+24/-0)
debian/control (+3/-2)
debian/patches/01pkgconfig.patch (+1/-1)
debian/patches/03texi.patch (+19/-6)
debian/rules (+4/-0)
doc/check.texi (+2/-4)
To merge this branch: bzr merge lp:~noskcaj/ubuntu/trusty/check/merge
Reviewer Review Type Date Requested Status
Daniel Holbach (community) Approve
Review via email: mp+198140@code.launchpad.net

Description of the change

Merge from debian

To post a comment you must log in.
Revision history for this message
Daniel Holbach (dholbach) wrote :

Thanks. Uploaded.

review: Approve

Unmerged revisions

16. By Jackson Doak

Run update-maintainer

15. By Jackson Doak

Merge from debian

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'check.pc.in'
2--- check.pc.in 2013-06-21 11:23:31 +0000
3+++ check.pc.in 2013-12-07 00:20:41 +0000
4@@ -8,6 +8,6 @@
5 URL: http://check.sourceforge.net
6 Version: @VERSION@
7 Requires.private: @LIBSUBUNIT_PC@
8-Libs: -L${libdir} -lcheck_pic @GCOV_LIBS@ @PTHREAD_LIBS@ @LIBS@
9+Libs: -L${libdir} -lcheck_pic @GCOV_LIBS@ -pthread @LIBS@
10 Libs.private:
11 Cflags: -I${includedir} -pthread
12
13=== modified file 'debian/changelog'
14--- debian/changelog 2013-08-13 13:57:23 +0000
15+++ debian/changelog 2013-12-07 00:20:41 +0000
16@@ -1,3 +1,27 @@
17+check (0.9.10-6ubuntu1) trusty; urgency=low
18+
19+ * Merge from debian. Remaining changes:
20+ - Update config.{guess,sub} for Aarch64.
21+
22+ -- Jackson Doak <noskcaj@ubuntu.com> Sat, 07 Dec 2013 10:57:13 +1100
23+
24+check (0.9.10-6) unstable; urgency=low
25+
26+ * add -pthread to both --libs and --cflags of check.pc (sigh)
27+
28+ -- Robert Lemmen <robertle@semistable.com> Mon, 25 Nov 2013 20:10:47 +0000
29+
30+check (0.9.10-5) unstable; urgency=low
31+
32+ * debian/patches/03texi.patch: Update patch and remove version and date
33+ information from check.info to handle Multi-Arch:Same (closes: #718200).
34+ * debian/rules:
35+ - Remove doc/check.info before build so it gets regenerated.
36+ - Remove first line from doc/check.info to handle Multi-Arch:Same.
37+ * debian/control: Add Build-Depends texinfo to build check.info.
38+
39+ -- Thomas Bechtold <thomasbechtold@jpberlin.de> Sat, 17 Aug 2013 20:15:46 +0200
40+
41 check (0.9.10-4ubuntu1) saucy; urgency=low
42
43 * Update config.{guess,sub} for Aarch64.
44
45=== modified file 'debian/control'
46--- debian/control 2013-07-10 09:46:55 +0000
47+++ debian/control 2013-12-07 00:20:41 +0000
48@@ -1,9 +1,10 @@
49 Source: check
50 Section: devel
51 Priority: optional
52-Maintainer: Robert Lemmen <robertle@semistable.com>
53+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
54+XSBC-Original-Maintainer: Robert Lemmen <robertle@semistable.com>
55 Uploaders: Thomas Bechtold <thomasbechtold@jpberlin.de>
56-Build-Depends: debhelper (>= 8.0), mawk
57+Build-Depends: debhelper (>= 8.0), mawk, texinfo
58 Build-Conflicts: gawk
59 Standards-Version: 3.9.4
60 Homepage: http://check.sourceforge.net/
61
62=== modified file 'debian/patches/01pkgconfig.patch'
63--- debian/patches/01pkgconfig.patch 2013-06-21 11:23:31 +0000
64+++ debian/patches/01pkgconfig.patch 2013-12-07 00:20:41 +0000
65@@ -7,6 +7,6 @@
66 -Libs: -L${libdir} -lcheck
67 -Libs.private: @GCOV_LIBS@ @PTHREAD_LIBS@ @LIBS@
68 -Cflags: -I${includedir} @PTHREAD_CFLAGS@
69-+Libs: -L${libdir} -lcheck_pic @GCOV_LIBS@ @PTHREAD_LIBS@ @LIBS@
70++Libs: -L${libdir} -lcheck_pic @GCOV_LIBS@ -pthread @LIBS@
71 +Libs.private:
72 +Cflags: -I${includedir} -pthread
73
74=== modified file 'debian/patches/03texi.patch'
75--- debian/patches/03texi.patch 2013-06-21 11:23:31 +0000
76+++ debian/patches/03texi.patch 2013-12-07 00:20:41 +0000
77@@ -1,8 +1,16 @@
78-diff --git a/doc/check.texi b/doc/check.texi
79-index 7fef034..6602b73 100644
80+Description: Remove dynamic information to handle Multi-Arch:same
81+ and also remove dircategory and direntry.
82+Last-Update: 2013-07-30
83 --- a/doc/check.texi
84 +++ b/doc/check.texi
85-@@ -8,6 +8,11 @@
86+@@ -2,16 +2,19 @@
87+ @c %**start of header
88+ @setfilename check.info
89+ @include version.texi
90+-@settitle Check @value{VERSION}
91++@settitle Check
92+ @syncodeindex fn cp
93+ @syncodeindex tp cp
94 @syncodeindex vr cp
95 @c %**end of header
96
97@@ -12,9 +20,14 @@
98 +@end direntry
99 +
100 @copying
101- This manual is for Check
102- (version @value{VERSION}, @value{UPDATED}),
103-@@ -26,11 +31,6 @@ entitled ``@acronym{GNU} Free Documentation License.''
104+-This manual is for Check
105+-(version @value{VERSION}, @value{UPDATED}),
106+-a unit testing framework for C.
107++This manual is for Check, a unit testing framework for C.
108+
109+ Copyright @copyright{} 2001--2011 Arien Malec, Branden Archer, Chris Pickett,
110+ Fredrik Hugosson, and Robert Lemmen.
111+@@ -26,11 +29,6 @@
112 @end quotation
113 @end copying
114
115
116=== modified file 'debian/rules'
117--- debian/rules 2013-07-10 09:46:55 +0000
118+++ debian/rules 2013-12-07 00:20:41 +0000
119@@ -38,11 +38,15 @@
120
121 build-pic: configure-stamp-pic build-stamp-pic
122 build-stamp-pic:
123+ #remove check.info so it will be regenerated
124+ rm -f doc/check.info
125 dh_testdir
126 $(MAKE)
127 mv src/.libs/libcheck.a src/libcheck_pic.a
128 #run the testsuite
129 dh_auto_test
130+ #remove dynamic content for Multi-Arch:same (see #718200)
131+ sed -i -e "1d" doc/check.info
132 touch build-stamp-pic
133
134 clean:
135
136=== modified file 'doc/check.texi'
137--- doc/check.texi 2013-06-07 11:52:15 +0000
138+++ doc/check.texi 2013-12-07 00:20:41 +0000
139@@ -2,7 +2,7 @@
140 @c %**start of header
141 @setfilename check.info
142 @include version.texi
143-@settitle Check @value{VERSION}
144+@settitle Check
145 @syncodeindex fn cp
146 @syncodeindex tp cp
147 @syncodeindex vr cp
148@@ -14,9 +14,7 @@
149 @end direntry
150
151 @copying
152-This manual is for Check
153-(version @value{VERSION}, @value{UPDATED}),
154-a unit testing framework for C.
155+This manual is for Check, a unit testing framework for C.
156
157 Copyright @copyright{} 2001--2011 Arien Malec, Branden Archer, Chris Pickett,
158 Fredrik Hugosson, and Robert Lemmen.

Subscribers

People subscribed via source and target branches

to all changes: