summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAge
...
* | call xsltproc with parameter --nonet to prevent xsltproc from accessing the ↵Reinhard Tartler2009-05-05
| | | | | | | | internet
* | build-depend on docbook-xslReinhard Tartler2009-05-05
| | | | | | | | docbook-xsl is necessary to build the package without network access.
* | prepare new uploadReinhard Tartler2009-05-05
| |
* | add quilt documentationReinhard Tartler2009-04-13
| |
* | use dh_prep over dh_cleanReinhard Tartler2009-04-13
| |
* | bumped standards version to 3.8.1Reinhard Tartler2009-04-13
| |
* | add xsltproc to build dependenciesReinhard Tartler2009-04-13
| |
* | add missing newline to debian/cleanReinhard Tartler2009-04-13
| |
* | update debian/changelogReinhard Tartler2009-04-13
| |
* | fix manpage namesReinhard Tartler2009-04-13
| |
* | 2 additional files that need to be cleanedReinhard Tartler2009-04-13
| |
* | rewrite debian/clean.sh to only remove leftover directoriesReinhard Tartler2009-04-13
| | | | | | | | other files are being removed by dh_clean debian/clean file!
* | add debian/cleanReinhard Tartler2009-04-13
| |
* | bump debhelper compat level to 7Reinhard Tartler2009-04-13
| |
* | remove patches merged upstream:Reinhard Tartler2009-04-13
| | | | | | | | | | | | 01-adjust_config_basedir.diff 02-gcc-4.4-fixes.diff 04-revert_cross_compile.diff
* | merge new upstreamReinhard Tartler2009-04-13
|\|
* | fix manpages from correct locationReinhard Tartler2009-04-03
| |
* | remove documentation properlyReinhard Tartler2009-04-02
| |
* | remove formerly debian manpages of boxbackupReinhard Tartler2009-04-02
| |
* | install upstream makefiles instead of former debian onesReinhard Tartler2009-04-02
| |
* | remove conf files not found upstream but autogeneratedReinhard Tartler2009-04-02
| |
* | properly cleanup pdf filesReinhard Tartler2009-04-02
| |
* | adjust build rules for documentationReinhard Tartler2009-04-02
| |
* | adjust debian/clean.sh for new upstream versionReinhard Tartler2009-04-02
| |
* | avoid shell escapes for generating/restoring VERSION.txtReinhard Tartler2009-04-02
| | | | | | | | it turns out that zsh and bash have a too different behavior.
* | remove cross compiling relevant patchesReinhard Tartler2009-04-02
| | | | | | | | | | | | | | | | | | | | | | the combination of the following svn revisions is causing trouble when trying to compile boxbackup on debian systems: - 2485 - 2484 - 2483 reverting 2483 alone doesn't help, I had to revert all of them.
* | remove 04-fix-exception-code-generation.diff, doesn't apply upstream anymoreReinhard Tartler2009-04-02
| |
* | rebase 03-adjust-syslog-facility.diff for new upstreamReinhard Tartler2009-04-02
| |
* | rebase 02-gcc-4.4-fixes.diff for new upstreamReinhard Tartler2009-04-02
| |
* | rebase 01-adjust_config_basedir.diff for new upstreamReinhard Tartler2009-04-02
| |
* | remove 05-configure_ac-fixes.diff - already upstreamReinhard Tartler2009-04-02
| |
* | merge new upstream versionReinhard 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