debian/0000775000000000000000000000000012255663626007205 5ustar debian/rules0000775000000000000000000000601712255662565010272 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else CFLAGS += -O2 endif ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) INSTALL_PROGRAM += -s endif PARJOBS=-j2 ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) PARJOBS = -j$(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) endif CXXFLAGS=$(CFLAGS) export CFLAGS export CXXFLAGS # shared library versions, option 1 #version=2.0.5 #major=2 # option 2, assuming the library is created as src/.libs/libfoo.so.2.0.5 or so #version=`ls src/.libs/lib*.so.* | \ # awk '{if (match($$0,/[0-9]+\.[0-9]+\.[0-9]+$$/)) print substr($$0,RSTART)}'` #major=`ls src/.libs/lib*.so.* | \ # awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'` config.status: configure dh_testdir dh_autoreconf # Add here commands to configure the package. ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info build-arch: build-stamp build-indep: build-stamp build: build-stamp build-stamp: config.status dh_testdir # Add here commands to compile the package. $(MAKE) $(PARJOBS) touch build-stamp clean: dh_testdir dh_testroot rm -f *-stamp rm -rf rlog/.libs rlog/*.o # Add here commands to clean up after the build process. $(MAKE) distclean || true # NOTE: might be needed in future but now not relevant. #ifneq "$(wildcard /usr/share/misc/config.sub)" "" # cp -f /usr/share/misc/config.sub config/config.sub #endif #ifneq "$(wildcard /usr/share/misc/config.guess)" "" # cp -f /usr/share/misc/config.guess config/config.guess #endif dh_autoreconf_clean dh_clean install: build dh_testdir dh_testroot dh_clean -k dh_installdirs # Add here commands to install the package into debian/tmp $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp # Build architecture-independent files here. binary-indep: build install # We have nothing to do by default. # Build architecture-dependent files here. binary-arch: build install dh_testdir dh_testroot dh_installchangelogs ChangeLog dh_installdocs dh_installexamples dh_install dh_installman dh_link dh_strip dh_compress dh_fixperms dh_makeshlibs dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install debian/changelog0000664000000000000000000000476312255663611011063 0ustar rlog (1.4-2ubuntu2) trusty; urgency=medium * Use dh-autoreconf to fix FTBFS on ppc64el as well by getting new libtool macros (still updates config.{sub,guess}). * Add fix_autoreconf_FTBFS to fix FTBFS with autoreconf due to commented-out rules. -- Logan Rosen Sun, 22 Dec 2013 17:19:35 -0500 rlog (1.4-2ubuntu1) trusty; urgency=low * Use dh_autotools-dev to update config.{sub,guess} for new ports. -- Adam Conrad Sun, 20 Oct 2013 19:20:21 -0600 rlog (1.4-2build1) precise; urgency=low * No-change rebuild to drop spurious libsfgcc1 dependency on armhf. -- Adam Conrad Fri, 02 Dec 2011 21:18:40 -0700 rlog (1.4-2) unstable; urgency=low * Adapted build-dependencies to doxygen-latex (closes: #616277) * Package format conversion to built-in quilt (3.0) * Policy version update with minor changes, added build-* targets, fixed package description (extra -dev moved to its correct location) -- Eduard Bloch Tue, 18 Oct 2011 23:02:06 +0200 rlog (1.4-1) unstable; urgency=low * New upstream release (closes: #554245) + fixed FTBFS due to invalid pointer conversion (closes: #550403) + adds recent config.{guess,sub} with avr32 (closes: #537757) + new SONAME, librlog1c2a -> librlog5 * package review and cleanup for: debhelper 5, policy 3.8.3 * added quilt usage (legacy style), incorporated changes from #424285 * copyright file review, fixed LGPL version to 2.1 -- Eduard Bloch Sun, 29 Nov 2009 13:21:24 +0100 rlog (1.3.7-1.2) unstable; urgency=low * Non-maintainer upload. * Do not remove preprocessed docs upon clean, closes: #424285 -- Michael Meskes Fri, 18 Apr 2008 13:40:16 +0200 rlog (1.3.7-1.1) unstable; urgency=medium * Non-maintainer upload. * Fix FTBFS with gcc-4.3. Thanks to Cyril Brulebois. Closes: #454827 -- Andreas Barth Sun, 16 Mar 2008 22:29:00 +0000 rlog (1.3.7-1) unstable; urgency=low * New upstream release * libstdc++ allocator change transition: c2 -> c2a, added Build-Conflicts with older compiler versions (closes: #339259) -- Eduard Bloch Sat, 07 Jan 2006 15:41:03 +0100 rlog (1.3.6-2) unstable; urgency=medium * g++-4.0 transition: librlog1 -> librlog1c2 -- Eduard Bloch Mon, 11 Jul 2005 19:19:40 +0200 rlog (1.3.6-1) unstable; urgency=low * Initial Release. -- Eduard Bloch Thu, 10 Mar 2005 10:45:20 +0100 debian/compat0000664000000000000000000000000211304454442010367 0ustar 5 debian/README.source0000664000000000000000000000014711304463176011356 0ustar This package uses quilt to apply upstream changes. See /usr/share/doc/quilt/README.source for details. debian/copyright0000664000000000000000000000067311304460610011124 0ustar This package was debianized by Eduard Bloch on Thu, 10 Mar 2005 10:45:20 +0100. It was downloaded from http://rlog.sourceforge.net/ or http://arg0.net/users/vgough/download/. Upstream Author: Valient Gough Copyright: 2003 - 2008 Valient Gough This copy distributed under the LGPL license version 2.1. See COPYING for licensing details (/usr/share/common-licenses/LGPL-2.1 on Debian systems). debian/source/0000775000000000000000000000000011650777530010503 5ustar debian/source/format0000664000000000000000000000001411647362615011711 0ustar 3.0 (quilt) debian/librlog5.install0000664000000000000000000000004211304462506012274 0ustar debian/tmp/usr/lib/*.so.* usr/lib debian/librlog-dev.install0000664000000000000000000000025010444224644012767 0ustar debian/tmp/usr/share/doc/rlog usr/share/doc/librlog-dev debian/tmp/usr/include usr debian/tmp/usr/lib/pkgconfig debian/tmp/usr/lib/*.la debian/tmp/usr/lib/*.so usr/lib debian/control0000664000000000000000000000206312255662672010611 0ustar Source: rlog Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Eduard Bloch Build-Depends: debhelper (>= 5.0.0), doxygen-latex, gcc (>=4:4.3.4), dh-autoreconf Standards-Version: 3.9.2 Section: libs Package: librlog-dev Section: libdevel Architecture: any Depends: librlog5 (= ${binary:Version}), ${misc:Depends} Description: flexible message logging library - development files RLog library provides a flexible message logging facility for C++ programs and libraries. It is meant to be fast enough to live in production code. RLog provides macros which are similar to Qt's debug macros, which are similar to simple printf() statements . This package provides development files and API documentation. Package: librlog5 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: flexible message logging library RLog provides a flexible message logging facility for C++ programs and libraries. It is meant to be fast enough to live in production code. debian/docs0000664000000000000000000000000710444224644010044 0ustar README debian/patches/0000775000000000000000000000000012255663622010630 5ustar debian/patches/no_doc_delete0000664000000000000000000000161311304457610013327 0ustar Index: rlog-1.4/docs/Makefile.am =================================================================== --- rlog-1.4.orig/docs/Makefile.am 2009-11-29 12:47:30.111894401 +0100 +++ rlog-1.4/docs/Makefile.am 2009-11-29 12:47:38.410898023 +0100 @@ -24,8 +24,8 @@ -cd .. && @DOXYGEN@ Doxyfile clean-local: - -rm -rf html - -rm -rf latex + #-rm -rf html + #-rm -rf latex endif all-local: html/index.html Index: rlog-1.4/docs/Makefile.in =================================================================== --- rlog-1.4.orig/docs/Makefile.in 2009-11-29 12:47:13.174894828 +0100 +++ rlog-1.4/docs/Makefile.in 2009-11-29 12:47:27.276897269 +0100 @@ -389,8 +389,8 @@ @BUILD_DOCS_TRUE@ -cd .. && @DOXYGEN@ Doxyfile @BUILD_DOCS_TRUE@clean-local: -@BUILD_DOCS_TRUE@ -rm -rf html -@BUILD_DOCS_TRUE@ -rm -rf latex +@BUILD_DOCS_TRUE@ #-rm -rf html +@BUILD_DOCS_TRUE@ #-rm -rf latex all-local: html/index.html debian/patches/series0000664000000000000000000000004312255663507012044 0ustar no_doc_delete fix_autoreconf_FTBFS debian/patches/fix_autoreconf_FTBFS0000664000000000000000000000026512255663545014521 0ustar --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -24,8 +24,6 @@ -cd .. && @DOXYGEN@ Doxyfile clean-local: - #-rm -rf html - #-rm -rf latex endif all-local: html/index.html