Codebase list ui-utilcpp / debian/1.8.1.snapshot20140701142031weslok-1
Imported Debian patch 1.8.1.snapshot20140701142031weslok-1 Stephan Sürken authored 9 years ago Stephan Sürken committed 9 years ago
13 changed file(s) with 1060 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 branches/1_4_PATCHES is the current production branch.
1
2 This is for development version 1.5.x.
3
4 -- Stephan Sürken <stephan.suerken@1und1.de>, Tue, 20 Apr 2010 12:36:13 +0000
0 ui-utilcpp (1.8.1.snapshot20140701142031weslok-1) UNRELEASED; urgency=medium
1
2 * New snapshot upstream release (for transition to alioth).
3
4 -- Stephan Sürken <absurd@debian.org> Tue, 01 Jul 2014 15:27:52 +0000
5
6 ui-utilcpp (1.8.1-1~uiSID+1) sid-ui; urgency=low
7
8 [ Automated changes by ui-auto-release ]
9 * New upstream 1.8.1 (stable)
10 * UP: ui-utilcpp-1.8.1 (stable) (Tue May 7 12:33:00 UTC 2013):
11 * UP:
12 * UP: Bugfix release. Fixes Socket::getId() to be more failsafe.
13 * UP:
14 * UP: srken (4):
15 * UP: * [cec83b3] argl: Never commit release tarballs.
16 * UP: * [95ee948] .ui-auto.conf: Update stable branch to new stable
17 * UP: Debian branch.
18 * UP: * [d9ac711] Socket::getId: Catch std::exception, not
19 * UP: Exception (this method should never fail/raise Exception).
20 * UP: (cherry picked from commit
21 * UP: 6267022c2165bb5fe9c0b2f914617a044d5bf7d6)
22 * UP: * [45f2d7e] * configure.ac: Prepare 1.8.1
23 * MINI_BUILDD: AUTO_BACKPORTS: squeeze-ui,
24
25 [ Autuse ]
26 * ui-auto-release run by autuse@volvic.schlund.de.
27
28 -- Autuse <autuse@volvic.schlund.de> Tue, 07 May 2013 12:39:51 +0000
29
30 ui-utilcpp (1.8.0-1~uiSID+1) sid-ui; urgency=low
31
32 [ srken ]
33 * [7136dc9] Remove obsolete upstream directories
34 * [2565d11] Update for sid+squeeze: Up to boost 42, and re-enable
35 doxygen doc build.
36 * [30198ff] Update for sid+squeeze: Re-enable doxygen doc install.
37 * [4cd8064] Update for sid+squeeze: Use libboost-all-dev and
38 libreadline-dev.
39 * [c160ac9] Update for squeeze/sid: Explicitely set source format to
40 3.0.
41 * [4b093b7] Update for trunk/devel ui-utilcpp: stable version for
42 squeeze will have changed API.
43 * [8e7b07c] Add little tool to easily change libversion.
44 * [62051ae] Update squeeze: Fix manual depenedencies for -dev package.
45 * [6dc1bd5] control: b-d: add ncurses5-dev.
46 * [17d3a2d] rules: Try to target
47 http://wiki.debian.org/ReleaseGoals/LAFileRemoval
48 * [558e7c9] rules: 2nd try to target LAFileRemoval: Actually dont
49 install it.
50 * [1885b31] Update stds-vers.
51 * [42faf9c] control: Fix section of -dbg package to "debug".
52 * [dc8493c] Convenience: Change name of lib version tool so it does
53 not start like "changelog".
54 * [05b3e4c] Run 'libversion_change 8 9': Library main version is now
55 9.
56
57 [ Automated changes by ui-auto-release ]
58 * New upstream 1.8.0 (stable): Reusing UNRELEASED section formerly
59 versioned 1.8.0-0
60 * UP: ui-utilcpp-1.8.0 (stable) (Mon May 7 16:35:09 UTC 2012):
61 * UP:
62 * UP: New major stable release; this main changes are support for IPv6
63 * UP: for the socket library and the "cache code" removal (which has
64 * UP: travelled to ui-apache-support).
65 * UP:
66 * UP: Note: The socket library changes inflicted library ABI-Changes
67 * UP: so that a backport to the stable branch was not feasable. The
68 * UP: new library main version is "9".
69 * UP:
70 * UP: It also includes some other minor cumulated and windows related
71 * UP: changes:
72 * UP:
73 * UP: ewetzel (1):
74 * UP: * [9d6d48b] WSAStartup and WSACleanup added
75 * UP:
76 * UP: slinder (2):
77 * UP: * [0a9408e] fixed: yet another quota issue; forgot to divide
78 * UP: by blocksize, so the value was to big for unsigned long
79 * UP: * [6e64072] fixed: removed exceptions that were thrown in
80 * UP: Windows build; that led to unsalvagable db files
81 * UP:
82 * UP: srken (21):
83 * UP: * [282988a] .ui-auto.conf: Update to build for sid/squeeze by
84 * UP: default.
85 * UP: * [f7af1ed] configure.ac: Update to a new developemnt version
86 * UP: to avoid confusion.
87 * UP: * [b1e6a30] Move docroot cache helpers to apache2 common
88 * UP: code.
89 * UP: * [2c2be8d] Move docroot cache helpers to apache2 common
90 * UP: code.
91 * UP: * [90bbd0e] Removing helper and container ("Nico Cache") from
92 * UP: build system (now in apache 2 common code).
93 * UP: * [bb1ea3e] Add source lines of code estimation.
94 * UP: * [062d74d] Sys: Add system wrappers for ::getaddrinfo and
95 * UP: ::getnameinfo.
96 * UP: * [2ac2ff7] Sockets: Support IPv6 for class INetSocket.
97 * UP: * [2cab04d] svn-ignore: Add *-cap tool utility.
98 * UP: * [43a897d] INetSocket: Disable default copy constructor.
99 * UP: * [2874025] c++: Fix last three compiler warnings.
100 * UP: * [bc9341f] Remove helper tools for already removed code:
101 * UP: ContainerUnitTests, HelperUnitTests.
102 * UP: * [7a11ec4] Doxygen: Update config to 1.7.6.1.
103 * UP: * [2a38892] Doxygen: Eliminate new warning with Caps.?pp.
104 * UP: * [144022e] Remove all vc-proprietary $Id: NEWS 86316 2012-05-
105 * UP: 07 16:35:52Z autuse $ tags from source.
106 * UP: * [37c898e] ui-auto: Add Eduard && Patrick to release notify
107 * UP: (for the Win port).
108 * UP: * [9cc86a9] Prepare stable release 1.8.0 (library main
109 * UP: version 9).
110 * UP: * [3d3f8d4] Prepare release notes for 1.8.0
111 * UP: * [b648f02] .ui-auto.conf: Update to new svn URL (TECITO
112 * UP: 1544i).
113 * UP: * [793cf6c] .ui-auto.conf: Only build for squeeze.
114 * UP: * [031f6e6] Revert ".ui-auto.conf: Only build for squeeze."
115 * MINI_BUILDD: AUTO_BACKPORTS: squeeze-ui,
116
117 [ Autuse ]
118 * ui-auto-release run by autuse@volvic.schlund.de.
119
120 -- Autuse <autuse@volvic.schlund.de> Mon, 07 May 2012 16:45:42 +0000
121
122 ui-utilcpp (1.6.0-1~ui50+1) lenny-ui; urgency=low
123
124 [ Automated changes by ui-auto-release ]
125 * New upstream 1.6.0 (stable): Reusing UNRELEASED section formerly
126 versioned 1.5.0-0.0
127 * UP: ui-utilcpp-1.6.0 (stable) (Fri Sep 17 14:07:36 UTC 2010):
128 * UP:
129 * UP: New major release; this mainly adds support for linux
130 * UP: capabilities and windows quota.
131 * UP:
132 * UP: Simon Linder (7):
133 * UP: fixed: make compilable for Win32 removed: some compile
134 * UP: r warnings
135 * UP: Lots of clean up.
136 * UP: Disabled another warning.
137 * UP: fixed: Win2k8 support
138 * UP: SL added: Quota for W2k8
139 * UP: SL: fixed: Quota/W2k8
140 * UP: fixed: quota
141 * UP: fixed: UID was 1000 which it cannot be (always 0 for Windo
142 * UP: ws)
143 * UP:
144 * UP: Stephan Sürken (37):
145 * UP: RealTime: When normalizing negative values, silently set t
146 * UP: o 0 instead of throwing exception
147 * UP: Code cleanup: Fix possible warnings (envp not used).
148 * UP: Changing prefix "_" for POSIX calls back to non-prefixed.
149 * UP: Half reverting/fixing change for a a VC++ warning
150 * UP: Sys: Add getgrnam(3) c++ wrapper.
151 * UP: QuotaInfo: Fix class variable order which leads to gcc com
152 * UP: pile errors with -pedantic.
153 * UP: Fix ignore (used old "sp" prefix).
154 * UP: Sys: Add wrapper support for prctl (linux only).
155 * UP: Sys: Add C++ system wrappers for (nearly) all libcap libra
156 * UP: ry calls (linux only)
157 * UP: Add new header/class "Cap": Abstraction class for posix ca
158 * UP: pabilities.
159 * UP: Capabilities: Add scope capabilities helper class CapScope
160 * UP: .
161 * UP: Capabilities: Compatibility for libcap1 (Debian etch).
162 * UP: Capabilties: Add example program.
163 * UP: typo fix in dox docs.
164 * UP: docs: Fix some doxygen warnings.
165 * UP: * Socket: Add shutdown() method.
166 * UP: * Connection: Add simpleHttpRequest method.
167 * UP: src/ui-utilcpp/Sys.cpp: Add support for setfsuid and setfs
168 * UP: gid linux calls.
169 * UP: src/ui-utilcpp/GetOpt: Add support for default argument va
170 * UP: lues.
171 * UP: * src/ui-utilcpp/Sys: Fix three exception error strings.
172 * UP: * src/ui-utilcpp/GetOpt: Doxygen fix.
173 * UP: * src/ui-utilcpp/Sys.hpp: chown: default 2nd arg to -1.
174 * UP: * src/ui-utilcpp/Sys.cpp: Add support for "pseudo" calls g
175 * UP: etfsuid() and getfsgid().
176 * UP: * src/ui-utilcpp/Sys: getfsuid(): Workaround: Unlike descr
177 * UP: ibed in the man page, result may be -1 sometimes; use geteuid()
178 * UP: then.
179 * UP: * configure.ac: Add --enable-libproc: Optionally use libpr
180 * UP: oc.
181 * UP: * src/ui-utilcpp/Sys: getfsuid must be implemented the har
182 * UP: d way, parsing procfs.
183 * UP: * src/ui-utilcpp/Sys: getfsgid must be implemented the har
184 * UP: d way, parsing procfs.
185 * UP: * src/ui-utilcpp/Sys.cpp: Cosmetic: Adapt exception texts
186 * UP: for ui-utilcpp wording.
187 * UP: * src/ui-utilcpp/Sys.cpp: setfsuid: Fix check for error us
188 * UP: ing new getfsuid|gid methods.
189 * UP: * src/ui-utilcpp/Sys: Fix throws to use ui-utilcpp convent
190 * UP: ion.
191 * UP: * src/ui-utilcpp/Sys.cpp: Fix: Should not use ERRNO here.
192 * UP: * src/ui-utilcpp/Sys: Add support for linux' gettid(), and
193 * UP: use that as default for 'fsuid' calls.
194 * UP: * src/ui-utilcpp/Sys: getenv(3): Fix: On error, throw (don
195 * UP: 't return null pointer).
196 * UP: fix revapx.
197 * UP: add NEWS entry for Simon's uid bug fix.
198 * MINI_BUILDD: AUTO_BACKPORTS: etch-ui,
199
200 [ Stephan Sürken ]
201 * ui-auto-release run by absurd@manwe.use.schlund.de.
202 * [f4d245d] Nes upstream; update to new library version 7.
203
204 -- Stephan Sürken <stephan.suerken@1und1.de> Fri, 17 Sep 2010 14:49:47 +0000
205
206 ui-utilcpp (1.4.3-1~ui50+1) lenny-ui; urgency=low
207
208 [ Automated changes by ui-auto-release ]
209 * New upstream 1.4.3 (stable)
210 * UP: ui-utilcpp-1.4.3 (stable) (Thu Nov 5 17:23:01 UTC 2009):
211 * UP:
212 * UP: Maintenance release; a lot of code cleanups (warning removals
213 * UP: and synchronization with the windows port).
214 * UP:
215 * UP: This also reverts the temporary disabling of rpc quota from 1.4.
216 * UP: 1:
217 * UP: The temporary disabling was due to the problem described in
218 * UP: Debian bug #414149 that we suffered from using Berkeley DB
219 * UP: 4.4 Debian packages. This is fixed since db4.5 version
220 * UP: 4.5.20-9 Debian package; for Debian, please dont use lower
221 * UP: versions; for others, make sure the build system is patched
222 * UP: to use versioned symbols.
223 * UP:
224 * UP: Bug fixes:
225 * UP: * Windows: UID was 1000 which it cannot be (always 0 for
226 * UP: Windows) (Simon).
227 * UP: * RealTime: When normalizing negative values, silently set to
228 * UP: 0 instead of throwing exception
229 * MINI_BUILDD: AUTO_BACKPORTS: etch-ui,
230
231 [ Stephan Sürken ]
232 * ui-auto-release run by absurd@manwe.use.schlund.de.
233
234 -- Stephan Sürken <stephan.suerken@1und1.de> Thu, 05 Nov 2009 18:33:29 +0100
235
236 ui-utilcpp (1.4.2-1~ui50+1) lenny-ui; urgency=low
237
238 [ Stephan Sürken ]
239 * rules: Add support for DEB_BUILD_OPTIONS what is not automatically
240 handled: parallel, noopt.
241 * rules: Disable doxygen to make snapshot building work
242 (http://bugzilla.gnome.org/show_bug.cgi?id=581746).
243 - Temporarily disable doc-base file via renaming.
244
245 [ Automated changes by ui-auto-release ]
246 * New upstream 1.4.2 (stable): Reusing UNRELEASED section formerly
247 versioned 1.4.1-1~ui40+2
248 * UP: ui-utilcpp-1.4.2 (stable) (Tue Jun 23 09:27:01 UTC 2009):
249 * UP:
250 * UP: This release only has updates to .ui-auto.conf for newer ui-auto
251 * UP: .
252 * MINI_BUILDD: AUTO_BACKPORTS: etch-ui,
253
254 [ Stephan Sürken ]
255 * ui-auto-release run by absurd@manwe.use.schlund.de.
256
257 -- Stephan Sürken <stephan.suerken@1und1.de> Tue, 23 Jun 2009 09:32:08 +0000
258
259 ui-utilcpp (1.4.1-1~ui40+1) etch-ui; urgency=low
260
261 * ui-auto-release: New upstream 1.4.1 (stable).
262 * UP: ui-utilcpp-1.4.1 (stable) (Fri Apr 3 09:27:21 UTC 2009):
263 * UP:
264 * UP: Minor stable patch release.
265 * UP:
266 * UP: This release only TEMPORARILY disables rpc quota support. This
267 * UP: is NOT A BUG HERE, but it's the simplest solution at the moment
268 * UP: to avoid segfaults for programs linking with Berkeley DB 4.4 in
269 * UP: a system using libnss-db ;( (see Bug
270 * UP: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=414149) until
271 * UP: these are fixed not to use db4.4.
272 * MINI_BUILDD: BACKPORT_MODE
273
274 -- Stephan Sürken <stephan.suerken@1und1.de> Fri, 03 Apr 2009 11:39:35 +0200
275
276 ui-utilcpp (1.4.0-1~ui40+2) etch-ui; urgency=low
277
278 * rules: As we now do all example binaries to /usr/lib/examples/package/
279 now, there is no need for executable name transforming: I.e., rules is
280 now really "debhelper 7 minimal".
281 * ui-utilcpp5.install: Fix names.
282 * MINI_BUILDD: BACKPORT_MODE
283
284 -- Stephan Sürken <stephan.suerken@1und1.de> Fri, 27 Mar 2009 13:47:32 +0100
285
286 ui-utilcpp (1.4.0-1~ui40+1) etch-ui; urgency=low
287
288 * ui-auto-release: New upstream 1.4.0 (stable).
289 * UP: ui-utilcpp-1.4.0 (stable) (Fri Mar 27 10:36:04 UTC 2009):
290 * UP:
291 * UP: This is a new stable version, updating to boost1.35 and some new
292 * UP: features. Old code is compatible, but needs to be recompiled; SO
293 * UP: main version dumped to 5 (stable).
294 * UP:
295 * UP: Changes since 1.3.3:
296 * UP:
297 * UP: * QuotaInfo:
298 * UP: - Add method for quota via rpc (for nfs).
299 * UP: - Add new class FS (dev+fstype instead of dev only) to
300 * UP: construct QuotaInfo (API extension, old code using
301 * UP: QuotaInfo is compatible but need to be recompiled).
302 * UP: - Add helper function file2fs to generate an FS (dev+fstype)
303 * UP: from any file on that fs.
304 * UP: - New class FQuotaInfo that uses the above tool
305 * UP: automatically.
306 * UP: - Change internal code so that methods tried depend on fs
307 * UP: type.
308 * UP: * Update tar format to tar-pax.
309 * MINI_BUILDD: BACKPORT_MODE
310 * control: Fix maintainer string (UTF-8 ü).
311 * debian/*: Prep for 1.4.0: Replace all: utilcpp4 with utilcpp5.
312 * control: Remove vintage Conflicts on sos 1 and 2.
313
314 -- Stephan Sürken <stephan.suerken@1und1.de> Fri, 27 Mar 2009 13:15:33 +0100
315
316 ui-utilcpp (1.3.3-1~ui40+0exp1) etch-ui-experimental; urgency=low
317
318 * Backport for etch-ui.
319 * MINI_BUILDD: BACKPORT_MODE
320
321 -- Stephan Sürken <stephan.suerken@1und1.de> Mon, 19 Jan 2009 15:24:57 +0000
322
323 ui-utilcpp (1.3.3-1~ui50+0exp1) lenny-ui-experimental; urgency=low
324
325 * New upstream release with new ui-auto
326 (adds man page ui-utilcpp-version.1).
327 * Add libui-utilcpp-dev.manpages: ui-utilcpp-version.1.
328
329 -- Stephan Sürken <stephan.suerken@1und1.de> Mon, 19 Jan 2009 15:22:07 +0000
330
331 ui-utilcpp (1.3.2-4) sid-ui-experimental; urgency=low
332
333 * control: No longer using autotools-dev, removing b-d.
334 * control: Versioned b-d doxygen (>= 1.5.6), graphviz (2.20.2)
335 (upstream updated to use 1.5.6); guarantee these versions
336 for backports.
337 * control: Add ${misc:Depends} for all binary packages.
338 * control: Renice: Multi-line dependencies.
339
340 -- Stephan Suerken <stephan.suerken@1und1.de> Wed, 10 Dec 2008 17:43:36 +0000
341
342 ui-utilcpp (1.3.2-3) sid-ui-experimental; urgency=low
343
344 * control: To satisfy buildd for debhelper 7, we need to explicitely b-d
345 on man-db (>= 2.5.1).
346 * rules: More simplifying with debhelper 7:
347 - Use DH_OPTIONS, obsoleting the binary-arch target.
348 - Fix .PHONY settings: Only for targets explicitely defined.
349
350 -- Stephan Suerken <stephan.suerken@1und1.de> Wed, 10 Dec 2008 17:24:19 +0000
351
352 ui-utilcpp (1.3.2-2) sid-ui-experimental; urgency=low
353
354 * debian/*: Add install files for libui-utilcpp4 and libui-utilcpp-dev
355 * rules: Omit (wrong) customization for installchangelogs.
356 * rules: Omit customizations for installdoc; rather give all docs
357 in docs file.
358 * rules: target "install" can now be debhelper default.
359 * rules: Remove explicitly given "clean" target (can use default).
360 * libui-utilcpp4: Install example binaries to /usr/lib/PACK/examples.
361 * Update to standard version 3.8.0:
362 - Fix doc-base section to "Programming/C++".
363 - Rename README.Debian README.source.
364 * rules: give --dbg-package directly to dh binary-arch.
365
366 -- Stephan Suerken <stephan.suerken@1und1.de> Mon, 08 Dec 2008 15:42:59 +0000
367
368 ui-utilcpp (1.3.2-1~ui50+0test1) lenny-ui-experimental; urgency=low
369
370 * Update to debhelper compat level 7 (debhelper 7 is in bpo, so we
371 can still provide backport support for etch+).
372 - control: Adapt b-d.
373 - rules: Greatly simplified; only customizations retained for now.
374 * control: Add boost deps for libui-utilcpp-dev.
375
376 -- Stephan Suerken <stephan.suerken@1und1.de> Mon, 08 Dec 2008 14:17:07 +0000
377
378 ui-utilcpp (1.3.2-1~ui40+0test2) etch-ui-experimental; urgency=low
379
380 * Fix broken changelog (lintian).
381
382 -- Stephan Suerken <stephan.suerken@1und1.de> Fri, 05 Dec 2008 09:35:31 +0000
383
384 ui-utilcpp (1.3.2-1~ui40+0test1) etch-ui-experimental; urgency=low
385
386 * New upstream.
387 * Experimental development now until 1.4.0 upstream is released.
388
389 -- Stephan Suerken <stephan.suerken@1und1.de> Thu, 04 Dec 2008 15:51:10 +0000
390
391 ui-utilcpp (1.3.1-1~ui40+1) etch-ui; urgency=low
392
393 * Rebuild for etch-ui with boost1.35 from bpo.
394
395 -- Stephan Suerken <stephan.suerken@1und1.de> Mon, 24 Nov 2008 12:18:07 +0000
396
397 ui-utilcpp (1.3.1-1~ui40+0test5) etch-ui-experimental; urgency=low
398
399 * rules: FIX: We need to use autodest for dh_install.
400 * rules: Remove some obsolete (commented) lines.
401
402 -- Stephan Suerken <stephan.suerken@1und1.de> Tue, 30 Sep 2008 16:01:03 +0200
403
404 ui-utilcpp (1.3.1-1~ui40+0test4) etch-ui-experimental; urgency=low
405
406 * rules: Switch from dh_movefiles to dh_install.
407 * rules: Select all files from rules file; omit all debian/*.files files.
408 * rules: FIX: Only install ui-utilcpp4-* in libui-utilcpp4 (NOT ui-utilcpp-version).
409
410 -- Stephan Suerken <stephan.suerken@1und1.de> Tue, 30 Sep 2008 15:26:30 +0200
411
412 ui-utilcpp (1.3.1-1~ui40+0test3) etch-ui-experimental; urgency=low
413
414 * FIX: usr/bin/ui-utilcpp-version should be in *-dev package.
415 * FIX: Fix up program name change introduced with last revision:
416 Not nice "ui-utilcpp-xyzutilcpp4"; now "ui-utilcpp4-xyz".
417
418 -- Stephan Suerken <stephan.suerken@1und1.de> Tue, 30 Sep 2008 14:47:58 +0200
419
420 ui-utilcpp (1.3.1-1~ui40+0test2) etch-ui-experimental; urgency=low
421
422 * rules: Add suffix to all binaries: utilcpp4. This should fix the bug
423 that multiple libui-utilcppN packages cannot be installed.
424
425 -- Stephan Suerken <stephan.suerken@1und1.de> Tue, 30 Sep 2008 11:11:22 +0200
426
427 ui-utilcpp (1.3.1-1~ui40+0test1) etch-ui-experimental; urgency=low
428
429 * New upstream
430 * control: fixed library package names from 3 to 4 (unstable)
431 * rules: changed all occurences of ui-utilcpp3 to ui.utilcpp4
432
433 -- Nico Siomos <nico.siomos@1und1.de> Thu, 25 Sep 2008 12:04:06 +0000
434
435 ui-utilcpp (1.3.0-1~ui40+0test3) etch-ui-experimental; urgency=low
436
437 * New upstream.
438 * Initial package from unstable upstream branch
439
440 -- Nico Siomos <nico.siomos@1und1.de> Tue, 23 Sep 2008 16:35:45 +0000
441
442 ui-utilcpp (1.3.0.snapshot.20080922171053-1~ui40+0test1) etch-ui-experimental; urgency=low
443
444 * Packaging snapshot for testing
445
446 -- Nico Siomos <nico.siomos@1und1.de> Mon, 22 Sep 2008 17:25:58 +0000
447
448 ui-utilcpp (1.2.1-1~ui40+1) etch-ui; urgency=low
449
450 * Backport for etch-ui.
451
452 -- Stephan Suerken <stephan.suerken@1und1.de> Wed, 2 Jul 2008 16:00:49 +0000
453
454 ui-utilcpp (1.2.1-1) sid-ui; urgency=low
455
456 * New upstream.
457
458 -- Stephan Suerken <stephan.suerken@1und1.de> Wed, 2 Jul 2008 15:57:28 +0000
459
460 ui-utilcpp (1.2.0-2~ui40+1) etch-ui; urgency=low
461
462 * Backport for etch-ui.
463
464 -- Stephan Suerken <stephan.suerken@1und1.de> Thu, 19 Jun 2008 14:24:53 +0200
465
466 ui-utilcpp (1.2.0-2) sid-ui; urgency=low
467
468 * control: Conflict on libui-utilcpp2.
469
470 -- Stephan Suerken <stephan.suerken@1und1.de> Thu, 19 Jun 2008 14:12:07 +0200
471
472 ui-utilcpp (1.2.0-1~ui40+1) etch-ui; urgency=low
473
474 * Backport for etch-ui.
475
476 -- Stephan Suerken <stephan.suerken@1und1.de> Thu, 19 Jun 2008 13:59:13 +0200
477
478 ui-utilcpp (1.2.0-1) sid-ui; urgency=low
479
480 * New upstream: 1.2.0 (stable):
481 - Rename library packages to so version 3.
482 * Fix: Add build-dep for graphviz (doxygen docs).
483
484 -- Stephan Suerken <stephan.suerken@1und1.de> Thu, 19 Jun 2008 13:57:44 +0200
485
486 ui-utilcpp (1.1.40-3~ui40+1) etch-ui; urgency=low
487
488 * Backport for etch-ui.
489
490 -- Stephan Suerken <stephan.suerken@1und1.de> Tue, 17 Jun 2008 10:22:45 +0200
491
492 ui-utilcpp (1.1.40-3) sid-ui; urgency=low
493
494 * control: Fix section "devel" to "libdevel" for library package.
495 * control: Use Priority "extra" for -dbg package.
496 * control: Fix dependency for -dbg package.
497 * rules: Don't ignore distclean failure.
498 * control: Replace deprecated "Source-Version" by "binary:Version".
499
500 -- Stephan Suerken <stephan.suerken@1und1.de> Tue, 17 Jun 2008 10:20:29 +0200
501
502 ui-utilcpp (1.1.40-2~ui40+1) etch-ui; urgency=low
503
504 * Backport for etch-ui.
505
506 -- Stephan Suerken <stephan.suerken@1und1.de> Mon, 16 Jun 2008 17:11:28 +0200
507
508 ui-utilcpp (1.1.40-2) sid-ui; urgency=low
509
510 * Update debhelper compat level to 5 (was 4).
511 * Use debian/compat rather that DH_COMPAT in rules.
512 * control/rules: Add support for a -dbg package.
513 * control: Bump to standards version 3.7.2 (etch) from 3.5.8 (no changes
514 needed).
515
516 -- Stephan Suerken <stephan.suerken@1und1.de> Mon, 16 Jun 2008 16:56:52 +0200
517
518 ui-utilcpp (1.1.40-1~ui40+1) etch-ui; urgency=low
519
520 * Backport for etch-ui.
521
522 -- Stephan Suerken <stephan.suerken@1und1.de> Tue, 8 Jan 2008 18:10:58 +0100
523
524 ui-utilcpp (1.1.40-1) sid-ui; urgency=low
525
526 * New upstream (fixes sid compilation).
527 * Initial ui version (1.1.39-1 was never uploaded).
528
529 -- Stephan Suerken <stephan.suerken@1und1.de> Tue, 8 Jan 2008 17:45:51 +0100
530
531 ui-utilcpp (1.1.39-1) sid-ui; urgency=low
532
533 * New upstream release (initial ui version).
534
535 -- Stephan Suerken <stephan.suerken@1und1.de> Tue, 8 Jan 2008 11:41:49 +0100
536
537 sp-utilcpp (1.1.38-1~etti.1) etch-tincas; urgency=low
538
539 * Updated copyright file (fixes lintian error).
540 * New upstream.
541
542 -- Stephan Suerken <stephan.suerken@1und1.de> Fri, 19 Oct 2007 15:46:53 +0200
543
544 sp-utilcpp (1.1.37-1~etti.1) etch-tincas; urgency=low
545
546 * New upstream.
547
548 -- Stephan Suerken <stephan.suerken@1und1.de> Thu, 23 Aug 2007 18:47:19 +0200
549
550 sp-utilcpp (1.1.36-1~etti.1) etch-tincas; urgency=low
551
552 * New upstream.
553
554 -- Stephan Suerken <stephan.suerken@1und1.de> Wed, 11 Jul 2007 17:47:41 +0200
555
556 sp-utilcpp (1.1.35-1~etti.1) etch-tincas; urgency=low
557
558 * New upstream.
559 * Add build-dep for libidn11-dev.
560
561 -- Stephan Suerken <stephan.suerken@1und1.de> Mon, 9 Jul 2007 18:06:38 +0200
562
563 sp-utilcpp (1.1.34-1~etti.4.buildd.3) schlund-etch-testing; urgency=low
564
565 * Fix: Missing build-dep on doxygen.
566 * Rebuild w/ original orig.
567
568 -- Stephan Suerken <stephan.suerken@1und1.de> Mon, 2 Jul 2007 18:49:47 +0200
569
570 sp-utilcpp (1.1.34-1~etti.4.buildd.1) schlund-etch-testing; urgency=low
571
572 * Test rebuild w/ schlund autobuilder.
573
574 -- Stephan Suerken <stephan.suerken@1und1.de> Mon, 2 Jul 2007 18:27:43 +0200
575
576 sp-utilcpp (1.1.34-1~etti.4) etch-tincas; urgency=low
577
578 * Add missing build-dep on xfslibs-dev.
579 * Recompile to get "linux-xfs" quota support.
580
581 -- Stephan Suerken <stephan.suerken@1und1.de> Wed, 13 Jun 2007 11:23:40 +0200
582
583 sp-utilcpp (1.1.34-1~etti.3) etch-tincas; urgency=low
584
585 * Remove workaround "--disable-strerror" from configure; re-enables
586 errno text in sp-utilcpp exceptions.
587
588 -- Stephan Suerken <stephan.suerken@1und1.de> Fri, 30 Mar 2007 18:47:53 +0200
589
590 sp-utilcpp (1.1.34-1~etti.2) etch-tincas; urgency=low
591
592 * control: Add missing build-dep to libboost-dev.
593
594 -- Stephan Suerken <stephan.suerken@1und1.de> Fri, 30 Mar 2007 18:44:39 +0200
595
596 sp-utilcpp (1.1.34-1~etti.1) etch-tincas; urgency=low
597
598 * Initial build for tincas-etch.
599 * control: Add missing build-dep to libboost-test-dev.
600 * control: Fix maintainer address.
601
602 -- Stephan Suerken <stephan.suerken@1und1.de> Fri, 30 Mar 2007 18:38:32 +0200
603
604 sp-utilcpp (1.1.34-0spsarge1) spsarge; urgency=low
605
606 * New upstream.
607
608 -- Stephan Suerken <stephan.suerken@1und1.de> Mon, 12 Mar 2007 15:34:46 +0100
609
610 sp-utilcpp (1.1.33-0spsarge1) spsarge; urgency=low
611
612 * New upstream.
613
614 -- Stephan A Suerken <absurd@schlund.de> Wed, 31 Jan 2007 17:27:37 +0100
615
616 sp-utilcpp (1.1.32-0spsarge1) spsarge; urgency=low
617
618 * New upstream.
619
620 -- Stephan A Suerken <absurd@schlund.de> Fri, 3 Nov 2006 14:51:23 +0100
621
622 sp-utilcpp (1.1.31-0spsarge1) spsarge; urgency=low
623
624 * New upstream.
625
626 -- Stephan A Suerken <absurd@schlund.de> Wed, 6 Sep 2006 14:56:32 +0200
627
628 sp-utilcpp (1.1.30-0spsarge1) spsarge; urgency=low
629
630 * New upstream.
631
632 -- Stephan A Suerken <absurd@schlund.de> Fri, 18 Aug 2006 16:42:42 +0200
633
634 sp-utilcpp (1.1.29-0spsarge1) spsarge; urgency=low
635
636 * New upstream.
637
638 -- Stephan A Suerken <absurd@schlund.de> Thu, 17 Aug 2006 11:02:09 +0200
639
640 sp-utilcpp (1.1.28-0spsarge1) spsarge; urgency=low
641
642 * New upstream.
643
644 -- Stephan A Suerken <absurd@schlund.de> Fri, 21 Jul 2006 11:41:18 +0200
645
646 sp-utilcpp (1.1.27-0spsarge1) spsarge; urgency=low
647
648 * New upstream.
649
650 -- Stephan A Suerken <absurd@schlund.de> Tue, 4 Jul 2006 15:06:59 +0200
651
652 sp-utilcpp (1.1.26-0spsarge1) spsarge; urgency=low
653
654 * New upstream.
655
656 -- Stephan A Suerken <absurd@schlund.de> Wed, 7 Jun 2006 19:14:44 +0200
657
658 sp-utilcpp (1.1.25-0spsarge1) spsarge; urgency=low
659
660 * New upstream.
661
662 -- Stephan A Suerken <absurd@schlund.de> Thu, 18 May 2006 18:11:24 +0200
663
664 sp-utilcpp (1.1.24-0spsarge1) spsarge; urgency=low
665
666 * New upstream.
667
668 -- Stephan A Suerken <absurd@schlund.de> Wed, 10 May 2006 14:28:40 +0200
669
670 sp-utilcpp (1.1.23-0spsarge1) spsarge; urgency=low
671
672 * New upstream.
673
674 -- Stephan A Suerken <absurd@schlund.de> Wed, 10 May 2006 09:27:37 +0200
675
676 sp-utilcpp (1.1.22-0.spsarge.1) spsarge; urgency=low
677
678 * New upstream.
679
680 -- Stephan A Suerken <absurd@schlund.de> Fri, 7 Apr 2006 15:33:51 +0000
681
682 sp-utilcpp (1.1.21-0.spsarge.1) spsarge; urgency=low
683
684 * New upstream.
685
686 -- Stephan A Suerken <absurd@schlund.de> Thu, 6 Apr 2006 12:17:33 +0000
687
688 sp-utilcpp (1.1.20-0.spsarge.1) spsarge; urgency=low
689
690 * New upstream.
691
692 -- Stephan A Suerken <absurd@schlund.de> Wed, 5 Apr 2006 14:21:23 +0000
693
694 sp-utilcpp (1.1.19-0.spsarge.1) spsarge; urgency=low
695
696 * New upstream.
697
698 -- Stephan A Suerken <absurd@schlund.de> Thu, 30 Mar 2006 15:28:12 +0000
699
700 sp-utilcpp (1.1.18-0.spsarge.1) spsarge; urgency=low
701
702 * New upstream.
703
704 -- Stephan A Suerken <absurd@schlund.de> Thu, 23 Mar 2006 17:42:39 +0000
705
706 sp-utilcpp (1.1.17-0.spsarge.1) spsarge; urgency=low
707
708 * New upstream.
709
710 -- Stephan A Suerken <absurd@schlund.de> Wed, 22 Mar 2006 14:14:32 +0000
711
712 sp-utilcpp (1.1.16-0.spsarge.1) spsarge; urgency=low
713
714 * New upstream.
715
716 -- Stephan A Suerken <absurd@schlund.de> Tue, 28 Feb 2006 13:43:15 +0000
717
718 sp-utilcpp (1.1.15.snapshot.20060217140127-0.spsarge.1) spsarge; urgency=low
719
720 * New upstrea, snapshot.
721
722 -- Stephan A Suerken <absurd@schlund.de> Fri, 17 Feb 2006 14:12:33 +0000
723
724 sp-utilcpp (1.1.15-0.spsarge.1) spsarge; urgency=low
725
726 * New upstream.
727
728 -- Stephan A Suerken <absurd@schlund.de> Fri, 17 Feb 2006 09:59:45 +0000
729
730 sp-utilcpp (1.1.14.snapshot.20060214132501-0.spsarge.1) spsarge; urgency=low
731
732 * New upstream snapshot.
733
734 -- Stephan A Suerken <absurd@schlund.de> Tue, 14 Feb 2006 14:45:22 +0000
735
736 sp-utilcpp (1.1.14-0.spsarge.1) spsarge; urgency=low
737
738 * New upstream.
739
740 -- Stephan A Suerken <absurd@schlund.de> Thu, 9 Feb 2006 21:25:54 +0000
741
742 sp-utilcpp (1.1.13-0.spsarge.1) spsarge; urgency=low
743
744 * New upstream.
745
746 -- Stephan A Suerken <absurd@schlund.de> Tue, 31 Jan 2006 18:36:15 +0000
747
748 sp-utilcpp (1.1.12-0.spsarge.2) spsarge; urgency=low
749
750 * Fixing dependency from libreadline4->libreadline5.
751
752 -- Stephan A Suerken <absurd@schlund.de> Thu, 26 Jan 2006 13:53:07 +0000
753
754 sp-utilcpp (1.1.12-0.spsarge.1) spsarge; urgency=low
755
756 * New upstream.
757
758 -- Stephan A Suerken <absurd@schlund.de> Wed, 25 Jan 2006 18:26:46 +0000
759
760 sp-utilcpp (1.1.11-0.spsarge.1) spsarge; urgency=low
761
762 * New upstream.
763
764 -- Stephan A Suerken <absurd@schlund.de> Thu, 5 Jan 2006 17:23:17 +0000
765
766 sp-utilcpp (1.1.10.snapshot.20060104155117-0.spsarge.1) spsarge; urgency=low
767
768 * New upstream.
769
770 -- Stephan A Suerken <absurd@schlund.de> Wed, 4 Jan 2006 15:58:42 +0000
771
772 sp-utilcpp (1.1.9-0.spsarge.1) spsarge; urgency=low
773
774 * New upstream.
775
776 -- Stephan A Suerken <absurd@schlund.de> Fri, 30 Dec 2005 15:38:18 +0000
777
778 sp-utilcpp (1.1.8.snapshot.20051227110642-0.spsarge.1) spsarge; urgency=low
779
780 * Needed new upstream update.
781
782 -- Stephan A Suerken <absurd@schlund.de> Tue, 27 Dec 2005 11:14:54 +0000
783
784 sp-utilcpp (1.1.8-0.spsarge.1) spsarge; urgency=low
785
786 * New upstream w/ workaround against strerror(3) segfault on static
787 compile for wrong libc.
788 * rules: Now building using --disable-strerror.
789
790 -- Stephan A Suerken <absurd@schlund.de> Tue, 20 Dec 2005 17:34:20 +0000
791
792 sp-utilcpp (1.1.7-0.spsarge.1) spsarge; urgency=low
793
794 * New upstream fixing two bug fixes.
795
796 -- Stephan A Suerken <absurd@schlund.de> Mon, 19 Dec 2005 13:22:55 +0000
797
798 sp-utilcpp (1.1.6.snapshot.20051207144317-0.spsarge.1) spsarge; urgency=low
799
800 * Convenience fixes in upstream.
801
802 -- Stephan A Suerken <absurd@schlund.de> Wed, 7 Dec 2005 14:55:20 +0000
803
804 sp-utilcpp (1.1.6.snapshot.20051205094619-0.spsarge.1) spsarge; urgency=low
805
806 * New shanpshot upstream (ccgnu2/pthread library dep fixes, sigh ;(.
807
808 -- Stephan A Suerken <absurd@schlund.de> Mon, 5 Dec 2005 09:50:42 +0000
809
810 sp-utilcpp (1.1.6-0.spsarge.1) spsarge; urgency=low
811
812 * New upstream 1.1.6.
813
814 -- Stephan A Suerken <absurd@schlund.de> Mon, 5 Dec 2005 08:44:35 +0000
815
816 sp-utilcpp (1.1.5.snapshot.20051118124036-0.spsarge.1) spsarge; urgency=low
817
818 * Snapshot for cookie code enhancements/bugfixes
819
820 -- Heiko Hund <heiko.hund@schlund.de> Fri, 18 Nov 2005 13:03:11 +0000
821
822 sp-utilcpp (1.1.5.snapshot.20051104180445-0.spsarge.1) spsarge; urgency=low
823
824 * Bugfix needed in upstream: Cookie.hpp not installed.
825
826 -- Stephan A Suerken <absurd@schlund.de> Fri, 4 Nov 2005 18:10:35 +0000
827
828 sp-utilcpp (1.1.5.snapshot.20051104162219-0.spsarge.1) spsarge; urgency=low
829
830 * Snapshot w/ updates for http-code.
831
832 -- Stephan A Suerken <absurd@schlund.de> Fri, 4 Nov 2005 16:52:59 +0000
833
834 sp-utilcpp (1.1.5.snapshot.20050923122023-0.spsarge.1) spsarge; urgency=low
835
836 * First snapshot w/ new Util::Http:: code.
837
838 -- Stephan A Suerken <absurd@schlund.de> Fri, 23 Sep 2005 12:31:18 +0000
839
840 sp-utilcpp (1.1.5-0.spsarge.1) spsarge; urgency=low
841
842 * New upstream unstable release.
843 * sp-utilcpp-dev: Removing aclocal files (has moved to sp-auto).
844
845 -- Stephan A Suerken <absurd@schlund.de> Fri, 17 Jun 2005 15:53:02 +0000
846
847 sp-utilcpp (1.1.3.snapshot.20050415093342-0.spsarge.1) spsarge; urgency=low
848
849 * New upstream snapshot.
850
851 -- Stephan A Suerken <absurd@schlund.de> Fri, 15 Apr 2005 09:43:03 +0000
852
853 sp-utilcpp (1.1.3.snapshot.20050404093559-0.spsarge.1) spsarge; urgency=low
854
855 * New upstream.
856
857 -- Heiko Hund <hund@schlund.de> Mon, 04 Apr 2005 12:24:47 +0200
858
859 sp-utilcpp (1.1.3.snapshot.20050310093754-0.spsarge.1) spsarge; urgency=low
860
861 * New upstream.
862
863 -- Stephan A Suerken <absurd@schlund.de> Thu, 10 Mar 2005 10:00:02 +0000
864
865 sp-utilcpp (1.1.3.snapshot.20050228121049-0.spsarge.1) spsarge; urgency=low
866
867 * new upstream
868
869 -- Heiko Hund <hund@schlund.de> Mon, 28 Feb 2005 12:22:35 +0000
870
871 sp-utilcpp (1.1.3-0.spsarge.2) spsarge; urgency=low
872
873 * control: Add conflict to libsp-utilcpp1 (we would need to create
874 another binary package (-tool) to avoid this).
875
876 -- Stephan A Suerken <absurd@schlund.de> Wed, 16 Feb 2005 18:13:18 +0100
877
878 sp-utilcpp (1.1.3-0.spsarge.1) spsarge; urgency=low
879
880 * New UNSTABLE upstream: 1.1.3, initial sarge package.
881 * control: Fixing dependencies for sarge; new deps for recode, quota, etc.
882 * control: Updating library package name to libsp-utilcpp2 (2 is unstable so-version)
883 * rules: No longer using debhelper compat mode file.
884 * moving libsp-utilcpp1.files to libsp-utilcpp2.files.
885 * Adding usr/share/aclocal to -dev.
886
887 -- Stephan A Suerken <absurd@schlund.de> Wed, 16 Feb 2005 16:02:43 +0100
888
889 sp-utilcpp (1.0.20040430-1) spwoody; urgency=low
890
891 * New upstream 1.0.20040430 (fixes GetOpt bug for some archs (powerpc...)).
892
893 -- Stephan A Suerken <absurd@schlund.de> Fri, 30 Apr 2004 15:23:50 +0200
894
895 sp-utilcpp (1.0.20030812a-1) unstable; urgency=low
896
897 * 1.0.20030812 upstream has introduced an evil bug ;). Do not
898 use 1.0.20030812.
899
900 -- Stephan A Suerken <absurd@schlund.de> Tue, 12 Aug 2003 17:32:08 +0200
901
902 sp-utilcpp (1.0.20030812-1) unstable; urgency=low
903
904 * New uspstream:
905 - Makes it usable for development with gcc's pedantic switch.
906 - Should still compile even if newer compilers give yet other errors.
907
908 -- Stephan A Suerken <absurd@schlund.de> Tue, 12 Aug 2003 15:13:13 +0200
909
910 sp-utilcpp (1.0.20030318-3) unstable; urgency=low
911
912 * Fixing wrong library directory in /usr/lib/sp-utilcpp*.la.
913
914 -- Stephan A Suerken <absurd@schlund.de> Tue, 27 May 2003 15:52:53 +0200
915
916 sp-utilcpp (1.0.20030318-2) unstable; urgency=low
917
918 * Adding autotools-dev to build depends.
919 * Forcing use of updated config.sub|guess from autotools-dev.
920 * -dev: Adding missing dependencies on development packages.
921
922 -- Stephan A Suerken <absurd@schlund.de> Mon, 28 Apr 2003 11:43:26 +0200
923
924 sp-utilcpp (1.0.20030318-1) unstable; urgency=low
925
926 * 1st stable upstream release.
927 * Adding doc-base support.
928
929 -- Stephan A Suerken <absurd@schlund.de> Wed, 19 Mar 2003 10:23:03 +0100
930
931 sp-utilcpp (0.1.20030310snapshot153229-0.spwoody.notforrelease.1) unstable; urgency=low
932
933 * Initial Release.
934 * *This is just to ease testing. Do not use this for proper installations*
935
936 -- Stephan A Suerken <absurd@schlund.de> Mon, 10 Mar 2003 18:50:25 +0100
0 Source: ui-utilcpp
1 Section: libs
2 Priority: optional
3 Maintainer: Stephan Sürken <stephan.suerken@1und1.de>
4 Build-Depends: debhelper (>= 7), man-db (>= 2.5.1),
5 libncurses5-dev,
6 libcommoncpp2-dev, libreadline-dev, librecode-dev, libidn11-dev, libcap-dev,
7 libboost-all-dev (>= 1.35),
8 xfslibs-dev, doxygen (>= 1.5.6), graphviz (>= 2.20.2)
9 Standards-Version: 3.9.3
10
11 Package: libui-utilcpp9
12 Section: libs
13 Architecture: any
14 Depends: ${misc:Depends}, ${shlibs:Depends}
15 Description: UI C++ utility library (run time)
16 UI C++ utility library. This library should provide some common code
17 base for S+P C++ programming.
18 .
19 This package provides run time support.
20
21 Package: libui-utilcpp-dev
22 Section: libdevel
23 Architecture: any
24 Depends: ${misc:Depends}, libui-utilcpp9 (= ${binary:Version}), libcommoncpp2-dev, libreadline-dev,
25 librecode-dev, libidn11-dev, libcap-dev, xfslibs-dev, libc6-dev, libboost-all-dev (>= 1.35)
26 Description: UI C++ utility library (development)
27 S+P C++ utility library. This library should provide some common code
28 base for S+P C++ programming.
29 .
30 This package provides all files needed for development.
31
32 Package: libui-utilcpp9-dbg
33 Section: debug
34 Priority: extra
35 Architecture: any
36 Depends: ${misc:Depends}, libui-utilcpp9 (= ${binary:Version})
37 Description: UI C++ utility library (debugging)
38 UI C++ utility library. This library should provide some common code
39 base for S+P C++ programming.
40 .
41 This package provides debugging support.
0 This package was debianized by Stephan Suerken <absurd@debian.org> 2003-2007.
1
2 The current Debian maintainer is Stephan Suerken <absurd@debian.org>.
3
4 It was downloaded from: http://volvic.schlund.de/~tarball/ui-utilcpp/
5
6 Upstream Authors: 1&1 Internet AG.
7
8 Copyright (c) 2002-2007 1&1 Internet AG.
0 Document: ui-utilcpp
1 Title: UI C++ utility library (ui-utilcpp) manual
2 Author: United Internet AG
3 Abstract: Source documentation for developing with libui-utilcpp
4 Section: Programming/C++
5
6 Format: HTML
7 Index: /usr/share/doc/libui-utilcpp-dev/html/index.html
8 Files: /usr/share/doc/libui-utilcpp-dev/html/*.html
0 debian/tmp/usr/share/doc/ui-utilcpp/AUTHORS
1 debian/tmp/usr/share/doc/ui-utilcpp/NEWS
2 debian/tmp/usr/share/doc/ui-utilcpp/README
3 debian/tmp/usr/share/doc/ui-utilcpp/html
0 usr/include
1 usr/lib/lib*.a
2 usr/lib/lib*.so
3 usr/bin/ui-utilcpp-version
0 debian/tmp/usr/share/man/man1/ui-utilcpp-version.1
0 usr/lib/lib*.so.*
1 usr/bin/ui-utilcpp-* /usr/lib/libui-utilcpp9/examples/
0 #!/bin/sh -e
1
2 if [ -d "$(dirname $0)/../.git" ]; then
3 VC=git
4 else
5 VC=svn
6 fi
7
8 O=$1
9 N=$2
10
11 ${VC} mv libui-utilcpp$O.install libui-utilcpp$N.install
12 sed -i s/utilcpp$O/utilcpp$N/g rules control libui-utilcpp$N.install
0 #!/usr/bin/make -f
1
2 # Handle DEB_BUILD_OPTIONS (Policy 4.9.1):
3 #
4 # In-rules-file-support for C|CXX|CPP|FF|LD|FF|FLAGS based on
5 # DEB_BUILD_OPTIONS is NO LONGER NEEDED FOR LENNY+ (as
6 # dpkg-buildpackage now sets these).
7 #
8 # * http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=465282
9 # * http://wiki.debian.org/Teams/Dpkg/DebianRules
10 #
11 # nocheck : Ignored here. Handled automatically with debhelper >= 7.2.6 in dh_auto_test.
12 # nostrip : Ignored here. Automatically via dh_strip in debhelper.
13 # noopt : Needed for dpkg-buildpackage <= etch only:
14 # Via CXXFLAGS; we must export in case CXXFLAGS is not in env yet.
15 # parallel: Via MAKEFLAGS; we must run any the make command line with "+" to make
16 # parallel make work.
17 export CXXFLAGS = -Wall -g
18 ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
19 CXXFLAGS += -O0
20 else
21 CXXFLAGS += -O2
22 endif
23 ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
24 NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
25 MAKEFLAGS += -j$(NUMJOBS)
26 endif
27
28 export DH_OPTIONS := --dbg-package=libui-utilcpp9-dbg
29
30 %:
31 +dh $@
0 3.0 (quilt)