[pkg-bacula-commits] [SCM] Bacula, a network backup, recovery and verification program branch, development, created. debian/5.0.3-1-39-ge872c71
Jan Hauke Rahm
jhr at debian.org
Fri Apr 29 14:28:56 UTC 2011
The branch, development has been created
at e872c7188c5def17905303c9f443e7ec7238f9fb (commit)
- Shortlog ------------------------------------------------------------
commit e872c7188c5def17905303c9f443e7ec7238f9fb
Author: Jan Hauke Rahm <jhr at debian.org>
Date: Fri Apr 29 15:45:01 2011 +0200
Install bsmtp to /usr/sbin as intended by upstream
commit bc38e263543632879ff17428df0ecac7b0667e7d
Author: Jan Hauke Rahm <jhr at debian.org>
Date: Fri Apr 29 14:40:05 2011 +0200
Bump Standards-Version to 3.9.2
commit cba7b616366901f478d9cce3a5ff0d28811ade42
Author: Jan Hauke Rahm <jhr at debian.org>
Date: Fri Apr 29 14:05:17 2011 +0200
Use perl script to handle dbconfig installs
commit aea2145a4f135fa6d18d33384a1af2c2bffc8617
Author: Jan Hauke Rahm <jhr at debian.org>
Date: Fri Apr 29 09:57:26 2011 +0200
Get rid of useless common-functions
commit e6588d31a7ef25221a4b90d2f0293d970b3ebfa2
Author: Jan Hauke Rahm <jhr at debian.org>
Date: Fri Apr 29 00:27:47 2011 +0200
Add a few lintian overrides
Override menu app name / package mis-match
Override rpath issues
commit dad6292678ff1a6d27782c38d1ac581655b2f3c3
Author: Jan Hauke Rahm <jhr at debian.org>
Date: Fri Apr 29 00:23:25 2011 +0200
Change menu section of console-qt according
Apps/System -> Applications/System/Administatrion according to Debian
menu sub-policy 2.1
commit 3cbbc6ac21fca6970ba82d54f364c177a978ac92
Author: Jan Hauke Rahm <jhr at debian.org>
Date: Fri Apr 29 00:17:48 2011 +0200
Drop old (versions of) dependencies and conflicts
commit fca1b8339ebe2b7c7f143fc23d75cbee2d479ed3
Author: Jan Hauke Rahm <jhr at debian.org>
Date: Fri Apr 29 00:11:02 2011 +0200
Fix a syntax error in example script
commit 149f30575f33e414fbd1386c74ffbb29f489ec29
Author: Jan Hauke Rahm <jhr at debian.org>
Date: Fri Apr 29 00:03:41 2011 +0200
Make all maintainer scripts bash-independent
commit 5264fc42b6ebcd6fbec44832fe938c2a82b25780
Author: Jan Hauke Rahm <jhr at debian.org>
Date: Thu Apr 28 23:56:59 2011 +0200
Add LSB Short-Description
commit a5d8f35274db213f4d54ae8af76dbbd3de19807a
Author: Jan Hauke Rahm <jhr at debian.org>
Date: Thu Apr 28 23:48:42 2011 +0200
Override missing templates files check
Templates files for db specific packages are auto-generated during
build. They don't need to be in the source package.
commit 64007ec1028293bc2776fcb44cb935c449899694
Author: Jan Hauke Rahm <jhr at debian.org>
Date: Thu Apr 28 23:48:31 2011 +0200
Fix typo in package descriptions
commit bdd0d231ae1055f297d2ababb0e317f0227ddf80
Author: Jan Hauke Rahm <jhr at debian.org>
Date: Thu Apr 28 23:43:49 2011 +0200
Clean configure generated files shipped by upstream
commit 06631abdb18ed99682f0641816a59e3fa7762b69
Author: Jan Hauke Rahm <jhr at debian.org>
Date: Thu Apr 28 21:57:49 2011 +0200
Document changes
commit d4676fc19978a0588bb09a58234cf451d15859d6
Author: Jan Hauke Rahm <jhr at debian.org>
Date: Wed Apr 27 11:57:10 2011 +0200
Don't set passwords at build time but ask for them
Instead of setting pseudo-passwords at build time that get changed
during postinst, rather ask for them via debconf and set them. If the
user doesn't provide passwords, leave them untouched but, if it's an
install (not an upgrade), disable the daemon to avoid getting it started
without proper passwords.
Closes: #585037, #602191, #493092
commit 47a28148f334145a15ece0a81b96ccf6c8833aa2
Author: Jan Hauke Rahm <jhr at debian.org>
Date: Tue Apr 19 14:39:22 2011 +0200
Create common maintainer scripts at build time
In oder to avoid inconsistencies between packages that only differ
reagrding their database bindings, create their installation files and
maintainer scripts during build instead of duplicating actual files.
Most directories are crated automatically by upstream's make and
dh_install. Two changes were suitable here:
* /var/{lib,log}/bacula are created in bacula-common.postinst
* The dirs needed by dbconfig stuff are created on-the-fly
commit 43b1ffa03238c0007348b4af56b49b4ef1ef2ccb
Author: Jan Hauke Rahm <jhr at debian.org>
Date: Mon Apr 18 15:40:42 2011 +0200
Decruft maintainer scripts
commit 3e7ccf7901db2550cd899bef3af875a527c7a0cc
Author: Jan Hauke Rahm <jhr at debian.org>
Date: Mon Apr 18 15:35:22 2011 +0200
Install conffiles, don't mess with them
Instead of pushing sed statements over files in /etc that an admin might
have changed, just install them and let dpkg handle everything else,
including removal.
Currently this means that processes shouldn't be started after install
since they don't have proper config. We might consider changing that by
sourcing properly created random passwords but let's revisit that later.
Closes: 585037
commit 3d3a23e51b8e32dc93c5b5288be61c7be3e9bbeb
Author: Jan Hauke Rahm <jhr at debian.org>
Date: Thu Apr 28 21:30:06 2011 +0200
Make use of /etc/default/bacula-{fd,sd,dir}
Such files provide three variables: $ENABLED, $ARGS, and $CONFIG.
$ENABLED can be set to 'no' to disable a service, $ARGS can contain
additional parameters passed on to the daemon, $CONFIG has a full path
to a config file (defaults to /etc/bacula/$pkg).
Closes: #555737, #530019, #530018, #530014
commit 09fd3bba50718e9bf56a02ed169e9a6c513c23e6
Author: Jan Hauke Rahm <jhr at debian.org>
Date: Thu Apr 28 17:25:44 2011 +0200
Don't add useless call to ldconfig
dh_makeshlibs finds shared objects in several packages and thus adds
calls to ldconfig in their maintainer scripts. That is unneccessary as
none of the libs need to be known to ld.
commit 407c28df16991b8d652f4cde776ec3669c7f8db0
Author: Jan Hauke Rahm <jhr at debian.org>
Date: Thu Apr 28 14:49:28 2011 +0200
Add missing build-dependency on procps
commit ea013082363c5b8a496407e6700e357201d9ee7d
Author: Jan Hauke Rahm <jhr at debian.org>
Date: Wed Apr 27 10:28:47 2011 +0200
Update Vcs-* in debian/control
commit 60f2e8cd14785ab5dc73da7bf2423f05b6c8e54c
Author: Jan Hauke Rahm <jhr at debian.org>
Date: Wed Apr 27 02:00:18 2011 +0200
Stop shipping .la files
Closes: #621282
commit 7a8de3b7160a84a51bb45d47b8656f3483d2f386
Author: Jan Hauke Rahm <jhr at debian.org>
Date: Wed Apr 27 12:38:13 2011 +0200
Simplify installation process
commit 2d81aded241640cf342d7b1e4b2f3e0c07f1fef2
Author: Jan Hauke Rahm <jhr at debian.org>
Date: Sun Apr 24 09:58:22 2011 +0200
Provide debug packages
commit 29296680ad23a6de994dfb5f60401628073cedd7
Author: Jan Hauke Rahm <jhr at debian.org>
Date: Tue Apr 19 12:32:33 2011 +0200
Don't depend on build-essential packages
commit a651bc6d67f39e69cb1b7aa17517f9ce5d91f3bb
Author: Jan Hauke Rahm <jhr at debian.org>
Date: Tue Apr 19 11:36:57 2011 +0200
Don't pre-depend on debconf
debconf stuff isn't used in any preinst and can thus be added as regular
dependency by dh_installdebconf.
commit f82043e4431c834f8a8e9cbbf0fecc012faff20d
Author: Jan Hauke Rahm <jhr at debian.org>
Date: Tue Apr 19 11:29:48 2011 +0200
Remove unneeded versions in dependencies
commit 123a8b6782486f34717e83a33044dd4aaa089db3
Author: Jan Hauke Rahm <jhr at debian.org>
Date: Mon Apr 18 13:17:29 2011 +0200
Re-enable mysql upgrade patch
See #569285 and http://bugs.bacula.org/view.php?id=1498 for more info
why this is needed on upgrades 3.0 -> 5.0. Actually, since 5.0 is in
stable, this could be removed now but let's keep it until next bacula db
version to be safe.
commit d92858c57ec47449e5ce49b81e27af026a77a098
Author: Jan Hauke Rahm <jhr at debian.org>
Date: Fri Apr 15 00:12:00 2011 +0200
Dropping /usr/bin/bconsole as it's defective by design
The bconsole wrapper script makes assumptions about config files a
sysadmin can easily have moved or changed heavily. It's therefor droped.
Instead /usr/sbin/bacula-console is linked to /usr/sbin/bconsole (as
provided by upstream).
commit 2a8773ed7ea019d4ecec33c011eac3ac7bd04a9a
Author: Jan Hauke Rahm <jhr at debian.org>
Date: Thu Apr 14 12:44:19 2011 +0200
Rewrite debian/rules to use debhelper 7
Run build for all three db type, then install everything else from the
sqlite3 install dir.
commit df0a0e8ba55cbc01b36d9d5569775ede907c8b62
Author: Jan Hauke Rahm <jhr at debian.org>
Date: Wed Apr 13 16:16:41 2011 +0200
Fix FTBFS with binutils-gold
Closes: #553956
Thanks: Stephen Kitt <steve at sk2.org>
commit 0e04801e2e7c13d1c978baf675f125cc83ad88d8
Author: Jan Hauke Rahm <jhr at debian.org>
Date: Wed Apr 13 11:27:17 2011 +0200
Fix: init scripts fail if daemon already running
Closes: #608600
Thanks: Corey Hickey <bugfood-c at fatooh.org>
commit ad66c1875991c56498268ed944bf7966a947f6b0
Author: Jan Hauke Rahm <jhr at debian.org>
Date: Thu Apr 14 12:18:33 2011 +0200
Remove lenny->squeeze upgrade stuff
commit be651f7e47e7de0dad7ac49cbcaa76cdfeba2efe
Author: Jan Hauke Rahm <jhr at debian.org>
Date: Wed Apr 13 11:21:22 2011 +0200
Remove sqlite -> sqlite3 upgrade path (lenny->squeeze)
Closes: #612352
commit 19ae64aebb0cbdf1710d079b530a0e8a108ba600
Author: Jan Hauke Rahm <jhr at debian.org>
Date: Wed Apr 13 17:02:16 2011 +0200
Disable unclear patch about SQL stuff
A small patch previously applied that I disabled for now since I can't
see a reason for it.
commit e87c61bde39e1b0ea9325e55363184108ccc84be
Author: Jan Hauke Rahm <jhr at debian.org>
Date: Thu Apr 14 12:11:48 2011 +0200
Leave patches unapplied by dpkg-source
commit 8bea4b398094758a1cc7338bd3ccd8324e80ebce
Author: Jan Hauke Rahm <jhr at debian.org>
Date: Wed Apr 13 15:24:49 2011 +0200
Rework patching to use 3.0 (quilt)
commit 3f141b49834c96def9df8ed33ab2efb56eefea6e
Author: Jan Hauke Rahm <jhr at debian.org>
Date: Wed Apr 13 16:52:29 2011 +0200
Revert changes made without using patch system
-----------------------------------------------------------------------
--
Bacula, a network backup, recovery and verification program
More information about the pkg-bacula-commits
mailing list