1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226
|
log4cxx (0.10.0-4) unstable; urgency=medium
* Remove unneeded B-Ds on graphviz, gsfonts and zlib1g-dev
* Fix override in the *-doc-package regarding doxygen's jquery.js
-- Tobias Frost <tobi@debian.org> Wed, 30 Jul 2014 22:18:30 +0200
log4cxx (0.10.0-3) unstable; urgency=medium
* Remove d/TODO
* Adding d/gbp.conf to repositor
* Remove config.sub/guess explicitly in clean target to avoid FTBFS on arm64
(Closes: #752035)
* Clean also generated ltmain.sh
-- Tobias Frost <tobi@coldtobi.de> Thu, 19 Jun 2014 15:34:19 +0200
log4cxx (0.10.0-2) unstable; urgency=medium
* New maintainer. (Closes: #740507)
* complete debian/ overhaul
- switch from dpatch to quilt
- switch to d/compat 9
- switch to short debhelper format (d/rules)
- switch to dh_autoreconf
- d/source/format 3.0 quilt (Closes: #664399)
- rewrite d/copyright in dep5 format
- drop B/D on dpatch (fixes also a lintian error)
- enable multiarch support
- work a on package description to make linitan happier
(all packages had same long descriptions and short one started with "A")
- Add VCS* information to d/control
- update to S/V 3.9.5 (no changes necessary after redoing the packaging)
- adding misc:depends to d/control
- Remove B/D on c++-compiler (which is a virtual package and not needed)
- Add signature verifcation for source:
added pgp key from file KEYS to upstream/signing-key.asc
added support in d/watchfile
* New patch 130-LOG4CXX-385.patch to fix FTBFS
* Fix "Random crashes on exit()", new patch 140-bugfix-LOGCXX-322.patch,
taken from the BTS -- thanks to Stephan Sürken (Closes: #578649)
* New patch 150-bugfix-LOGCXX-365.patch to fix testsuite failure
* Set priority of the -doc and -dev package to extra
* New patch 160_use_packaged_find_apur_m4.patch, to use the packaged m4
macros to detect libapr
* Add several lintian overrides, e.g for doxygen stuff, false-positive
regarding the upstream signing key, no changelogs available.
-- Tobias Frost <tobi@coldtobi.de> Sat, 15 Mar 2014 21:22:26 +0100
log4cxx (0.10.0-1.3) unstable; urgency=low
* Non-maintainer upload.
* Use the autotools-dev dh addon to update config.guess/config.sub for new
ports (closes: #548925, #726387).
-- Colin Watson <cjwatson@debian.org> Thu, 14 Nov 2013 13:55:37 +0000
log4cxx (0.10.0-1.2) unstable; urgency=low
* Non-maintainer upload.
* Don't ship .la files (Closes: #522197, #622538).
-- Luk Claes <luk@debian.org> Sun, 26 Jun 2011 15:11:52 +0200
log4cxx (0.10.0-1.1) unstable; urgency=low
* Non-maintainer upload.
* debian/patches/120-gcc-4.4.dpatch added, fixes FTBFS with
GCC 4.4, thanks to Martin Michlmayr (Closes: #510759)
-- David Paleino <dapal@debian.org> Mon, 21 Dec 2009 17:10:21 +0100
log4cxx (0.10.0-1) unstable; urgency=low
* New maintainer (Closes: #491015)
* New Upstream Release (Closes: #474138, #483191).
* Upstream release no longer uses libxml2 (Closes: #475891, #416758)
* debian/changelog: updated with new changes
* debian/watch: added watch file for uscan upstream version monitoring
* debian/control: added c++-compiler, libapr1-dev, and libaprutil1-dev to
Build-Depends
* debian/control: updated standards version to 3.0.0 (per lintian)
* debian/control: updated package names to log4cxx10*
* debian/control: added replaces and conflicts for -dev packages
to allow upgrade from liblog4cxx9-dev
* debian/control: added Homepage field to source package
* debian/control: changed debhelper version to >=5
* debian/control: set conflict for liblog4cxx10-dev to liblog4cxx9-dev
* debian/control: added depends for liblog4cxx10-dev to libapr1-dev and
libaprutil1-dev
* debian/copyright: updated source location
* debian/copyright: removed apache license and referenced
/usr/share/common-licenses/Apache-2.0
* debian/compat: changed to compatibility level 5 (recommended level) but
could be set back to 4 if someone tests it
* debian/docs: removed missing upstream files NEWS, README
* debian/liblog4cxx9*: moved to liblog4cxx10*
* debian/liblog4cxx10-doc.doc-base: changed name and install locations from
liblog4cxx9-doc to liblog4cxx10-doc
* debian/liblog4cxx10-doc.doc-base: changed section from Apps/Programming to
Programming/C++ per lintian warning
* debian/rules: removed changelog installation reference to ChangeLog which
no longer exists upstream
* debian/rules: changed "-$(MAKE) distclean" to "[ ! -f Makefile ] ||
$(MAKE) distclean" per lintian
* debian/patches/50-pkgconfig.dpatch: removed - pkg-config was integrated
upstream
* debian/patches/60-gcc-4.1.dpatch: removed - patch was applied upstream
* debian/patches/70-gcc-4.3.dpatch: replaced with upstream patch
* debian/liblog4cxx10-dev.dirs: added /usr/lib/pkgconfig for install of
liblog4cxx.pc
* debian/patches/40-manpage.dpatch, debian/liblog4cxx10.manpages: removed -
simplesocketserver no longer in upstream source
* debian/liblog4cxx10.install: removed usr/bin - not used without
simplesocketserver which was removed upstream
* debian/patches/80-bugfix-LOGCXX-298.dpatch, 110-bugfix-LOGCXX-280.dpatch,
100-bugfix-LOGCXX-284.dpatch, 110-bugfix-LOGCXX-249.dpatch: added
upstream build and crash bugfixes
-- Matthew Vernon <sunergos@vernshome.net> Wed, 16 Jul 2008 06:56:24 -0700
log4cxx (0.9.7-6.1) unstable; urgency=low
* Non-maintainer upload.
* Add patches/70-gcc-4.3.dpatch to fix FTBFS with gcc-4.3, thanks to Brian
M. Carlson (Closes: 455134).
-- Pierre Habouzit <madcoder@debian.org> Sun, 16 Mar 2008 21:33:00 +0100
log4cxx (0.9.7-6) unstable; urgency=low
* debian/patches: added descriptions to the patch files
* debian/control: removed Uploaders: line; changed standards
version to 3.7.2; made package relationships binary NMU safe
* debian/rules: separated architecture dependant from architecture
independant debfile creation; removed unnecessary handling of
nostrip option
* debian/rules, debian/control: Removed architecture dependant compiler
version for arm, hppa, m68k (closes: #343008)
-- Andreas Fester <Andreas.Fester@gmx.de> Sat, 12 Aug 2006 11:23:05 +0200
log4cxx (0.9.7-5) unstable; urgency=low
* debian/patches/60-gcc-4.1.dpatch: fixes FTBFS with gcc-4.1
(closes: #358281)
* debian/liblog4cxx9-doc.doc-base: new file to create a doc-base entry
(closes: #348819)
-- Andreas Fester <Andreas.Fester@gmx.de> Fri, 14 Apr 2006 14:23:21 +0000
log4cxx (0.9.7-4) unstable; urgency=low
* debian/control: New library package name to force rebuild with
gcc >= 4.0.2-4 (closes: #339228)
* debian/control: Added Section header to source package
-- Andreas Fester <Andreas.Fester@gmx.de> Sun, 18 Dec 2005 21:36:16 +0100
log4cxx (0.9.7-3) unstable; urgency=low
* debian/: control, rules: Temporary fix for internal compiler error
on arm/m68k/hppa
* debian/control: fixed override disparity, changed section devel to
libdevel
-- Andreas Fester <Andreas.Fester@gmx.de> Sun, 4 Sep 2005 12:34:12 +0200
log4cxx (0.9.7-2) unstable; urgency=low
* debian/control: adjusted Standards-Version to 3.6.2
* debian/control: removed build-dependency on libstdc++-3.3-dev
(closes: #321558)
-- Andreas Fester <Andreas.Fester@gmx.de> Sat, 6 Aug 2005 10:33:54 +0200
log4cxx (0.9.7-1) unstable; urgency=low
* debian/changelog: added summary of latest changes
* debian/rules: added target "apply-patches" to clean up timestamps
after the patches have been applied; no need to make "configure"
executable anymore since its now part of the .orig tarball
* debian/patches/50-pkgconfig.dpatch: added missing patch for configure and
Makefile.in
* debian/patches/Makefile, debian/patches/00list, debian/control,
debian/patches/50-pkgconfig.dpatch, debian/patches/40-manpage.dpatch,
debian/rules: Added dpatch support and moved changes outside of debian/
into separate patch files
* Re-created .orig tarball so that it contains the configure script
* debian/control: added doc package version to Suggests: for dev
package
* debian/control: added doc package to the list of suggested packages for
the dev package
* debian/: rules, liblog4cxx9-dev.install, liblog4cxx9.install: moved .la
and .a files to the dev package, removed debian/tmp prefix and
use --sourcedir with dh_install
* debian/control: added build dependency to gsfonts, needed by
graphviz to properly render the diagrams
* debian/: liblog4cxx9-dev.install, liblog4cxx9.install: corrected file
format
* debian/control: added library SONAME to the doc package
* debian/: added library SONAME to the package files
* debian/control: added library SONAME to the package names
* debian/liblog4cxx.manpages: fixed path for man page
* docs/simplesocketserver.1: moved to the docs directory; man is the
output directory for doxygen generated man pages and is deleted by
distclean
* debian/rules: use distclean instead of clean to cleanup after the build
* Makefile.am, configure.in, pkgconfig/liblog4cxx.pc.in,
debian/control, liblog4cxx-dev.install: added pkgconfig files
(thanks to martin f. krafft <madduck@debian.org>)
* debian/control: added "Uploaders:" entry; renamed package names from
log4cxx to liblog4cxx
* debian/: Renamed log4cxx packages to liblog4cxx
* debian/rules: must make configure executable before launching it
* debian/rules: removed call of ./autogen.sh
* autogen.sh: Modify upstream version to copy automake files instead of
linking them
* Initial Release (closes: #303892)
-- Andreas Fester <Andreas.Fester@gmx.de> Thu, 31 Mar 2005 22:49:55 +0200
|