summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* merge new upstream versionReinhard Tartler2009-04-02
|\
| * Import upstream version 0.11~rc3~r2491Reinhard Tartler2009-04-02
| |
* | track the boxbackup trunk branchReinhard Tartler2009-04-02
| |
* | debian/rules: fix generation/restoration of VERSION.txtReinhard Tartler2009-04-02
| |
* | update debian/changelogReinhard Tartler2009-04-01
| |
* | For some reason, autoconf from sid fails to bootstrap boxbackup.Reinhard Tartler2009-04-01
| | | | | | | | | | | | | | The patch below was found in gentoo: http://bugs.gentoo.org/205558 http://bugs.gentoo.org/attachment.cgi?id=167856&action=view
* | add build depends on automake to have aclocal installedReinhard Tartler2009-04-01
| |
* | update debian/changelogReinhard Tartler2009-04-01
| |
* | don't install CONTACT.txtReinhard Tartler2009-04-01
| |
* | add swedish translation for debconf messagesReinhard Tartler2009-04-01
| |
* | debian/control: use official Vcs-* fieldsReinhard Tartler2009-04-01
| |
* | debian/control: add homepage fieldReinhard Tartler2009-04-01
| |
* | update urls in debian specific documentation to boxbackup.orgReinhard Tartler2009-04-01
| |
* | build depend on libdb4.6-dev explicitlyReinhard Tartler2009-04-01
| | | | | | | | | | in the last package revision, the dependency was on libdb-dev. As a precautiory mesaure, make the depend explicit.
* | don't use absolute path to reference ucf. found with lintianReinhard Tartler2009-04-01
| |
* | fix formatting of debian/NEWSReinhard Tartler2009-04-01
| |
* | whitespace cleanupReinhard Tartler2009-04-01
| |
* | sync NEWS.upstream file with upstream wikiReinhard Tartler2009-04-01
| |
* | factor out real upstream bits to debian/NEWS.upstreamReinhard Tartler2009-04-01
| | | | | | | | this abvoids lintian warnings and makes updating the file easier.
* | factor out distribution agnostic cleanup commands in debian/clean.shReinhard Tartler2009-04-01
| | | | | | | | this file could potentially be included upstream
* | improve 02-gcc-4.4-fixes.diffReinhard Tartler2009-04-01
| | | | | | | | add a missing #include and a short documentation
* | add quilt invokation to debian/rulesReinhard Tartler2009-04-01
| |
* | add build dependency on quiltReinhard Tartler2009-04-01
| |
* | update changelogReinhard Tartler2009-04-01
| |
* | add some notes about the upstream tarball situationReinhard Tartler2009-04-01
| |
* | add patches to series fileReinhard Tartler2009-03-31
| |
* | add patch to fix exception code text file generationReinhard Tartler2009-03-31
| |
* | add 03-adjust-syslog-facility.diff as quilt patch, unapply from source treeReinhard Tartler2009-03-31
| |
* | add 02-gcc-4.4-fixes.diff as quilt patch, unapply from source treeReinhard Tartler2009-03-31
| |
* | add 01-adjust_config_basedir.diff as quilt patch, unapply from source treeReinhard Tartler2009-03-31
| |
* | don't use config.sub and config.guess from upstreamReinhard Tartler2009-03-31
| | | | | | | | | | | | instead, the files are symlinked from the system copies from the autotools-dev package to ensure that always the latest version of them are being used.
* | remove autogenerated makefilesReinhard Tartler2009-03-31
| |
* | in svn snapshots, some files are placed at other locations as in theReinhard Tartler2009-03-31
| | | | | | | | distribution tarballs...
* | debian/control: build dependency cleanupsReinhard Tartler2009-03-31
| | | | | | | | | | add autoconf for svn snapshots remove libdb (probably wrong, verify that!)
* | cleanup debian/rulesReinhard Tartler2009-03-31
| | | | | | | | | | | | create VERSION.txt for svn snapshots fix clean target for svn snapshots call bootstrap to create the configure script
* | call bootstrap and configure before calling makeReinhard Tartler2009-03-31
| |
* | update the package to track the rc2 release branch.Reinhard Tartler2009-03-31
|\|
| * Import upstream version 0.11~rc2+r2072Reinhard Tartler2009-03-31
| |
* | add debian/get-orig-source.sh that is used to track an boxbackup svnReinhard Tartler2009-03-31
| | | | | | | | branch.
* | Fix shell scripting in the debconf interaction code of the package'sReinhard Tartler2009-02-11
| | | | | | postinst script. This should prevent problems like LP: #222999
* | more include fixesReinhard Tartler2009-01-22
| |
* | revert some namespace fixes. they break horriblyReinhard Tartler2009-01-22
| |
* | use namespace std:: instead of the global namespace in several otherReinhard Tartler2009-01-22
| | | | | | | | files as well
* | include missing cstdlibReinhard Tartler2009-01-22
| |
* | Also use malloc, free, etc from the namespace std:: instead of theReinhard Tartler2009-01-22
| | | | | | | | global namespace
* | include in DebugMemLeakFinder.cpp didn't work, let's tryReinhard Tartler2009-01-22
| | | | | | | | definung MEMLEAKFINDER_FULL_MALLOC_MONITORING
* | Add missing includes in lib/common/Logging.cpp andReinhard Tartler2009-01-22
| | | | | | lib/common/DebugMemLeakFinder.cpp. Closes: #505696, #512510
* | Bugfix: "Please build-depend on docbook-xml". Thanks to Luca FalavignaReinhard Tartler2009-01-22
| | | | | | <dktrkranz@ubuntu.com> for reporting. Closes: #507973
* | add another generated file to remove listReinhard Tartler2008-10-26
| |
* | By default do not configure boxbackup. Most users of this package needReinhard Tartler2008-10-23
| | | | | | | | to know what the postinst/configure scripts are doing anyway, and this avoids piuparts to fail here. Closes: #502742, #502461