Merge lp:~ubuntu-branches/ubuntu/precise/bacula/precise-201202101202 into lp:ubuntu/precise/bacula

Proposed by Ubuntu Package Importer
Status: Rejected
Rejected by: James Westby
Proposed branch: lp:~ubuntu-branches/ubuntu/precise/bacula/precise-201202101202
Merge into: lp:ubuntu/precise/bacula
Diff against target: 2321 lines (+2285/-0) (has conflicts)
4 files modified
debian/changelog (+1907/-0)
debian/control (+323/-0)
debian/patches/fix-make-mysql-tables.patch (+23/-0)
debian/patches/mysql-search-lib-x86_64-linux-gnu.patch (+32/-0)
Text conflict in debian/changelog
Text conflict in debian/control
Conflict adding file debian/patches/fix-make-mysql-tables.patch.  Moved existing file to debian/patches/fix-make-mysql-tables.patch.moved.
Conflict adding file debian/patches/mysql-search-lib-x86_64-linux-gnu.patch.  Moved existing file to debian/patches/mysql-search-lib-x86_64-linux-gnu.patch.moved.
To merge this branch: bzr merge lp:~ubuntu-branches/ubuntu/precise/bacula/precise-201202101202
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+92455@code.launchpad.net

Description of the change

The package importer has detected a possible inconsistency between the package history in the archive and the history in bzr. As the archive is authoritative the importer has made lp:ubuntu/precise/bacula reflect what is in the archive and the old bzr branch has been pushed to lp:~ubuntu-branches/ubuntu/precise/bacula/precise-201202101202. This merge proposal was created so that an Ubuntu developer can review the situations and perform a merge/upload if necessary. There are three typical cases where this can happen.
  1. Where someone pushes a change to bzr and someone else uploads the package without that change. This is the reason that this check is done by the importer. If this appears to be the case then a merge/upload should be done if the changes that were in bzr are still desirable.
  2. The importer incorrectly detected the above situation when someone made a change in bzr and then uploaded it.
  3. The importer incorrectly detected the above situation when someone just uploaded a package and didn't touch bzr.

If this case doesn't appear to be the first situation then set the status of the merge proposal to "Rejected" and help avoid the problem in future by filing a bug at https://bugs.launchpad.net/udd linking to this merge proposal.

(this is an automatically generated message)

To post a comment you must log in.

Unmerged revisions

82. By Scott Moser

releasing version 5.2.5-0ubuntu1

81. By Scott Moser

fix database creation data so it works with mysql 5.5

80. By Scott Moser

fixes SONAME of libbaccats-{mysql,pgsql,sqlite3}-<version>.so to be
libbaccats-<version> which made dh_shlibdeps fail in 5.2.3 after
correct libraries were copied.

79. By Scott Moser

include /usr/lib/x86_64-linux-gnu in build-time --with-mysql search path

78. By Scott Moser

copy correct backend-specific libbaccats files to the appropriate
package to not have only the dummy library (LP: #929523)

77. By Scott Moser

New upstream release.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2012-02-06 09:33:25 +0000
+++ debian/changelog 2012-02-10 12:11:23 +0000
@@ -1,3 +1,4 @@
1<<<<<<< TREE
1bacula (5.2.5-0ubuntu2) precise; urgency=low2bacula (5.2.5-0ubuntu2) precise; urgency=low
23
3 * Enable LZO support (LP: #925315)4 * Enable LZO support (LP: #925315)
@@ -1908,3 +1909,1909 @@
19081909
1909 -- José Luis Tallón <jltallon@adv-solutions.net> Wed, 18 Feb 2004 00:04:11 +01001910 -- José Luis Tallón <jltallon@adv-solutions.net> Wed, 18 Feb 2004 00:04:11 +0100
19101911
1912=======
1913bacula (5.2.5-0ubuntu1) precise; urgency=low
1914
1915 * New upstream release.
1916 * fixes SONAME of libbaccats-{mysql,pgsql,sqlite3}-<version>.so to be
1917 libbaccats-<version> which made dh_shlibdeps fail in 5.2.3 after
1918 correct libraries were copied.
1919 * copy correct backend-specific libbaccats files to the appropriate
1920 package to not have only the dummy library (LP: #929523)
1921 * include /usr/lib/x86_64-linux-gnu in build-time --with-mysql search path
1922 * fix database creation data so it works with mysql 5.5
1923
1924 -- Scott Moser <smoser@ubuntu.com> Thu, 09 Feb 2012 16:05:44 -0500
1925
1926bacula (5.2.3-0ubuntu3) precise; urgency=low
1927
1928 * remove libbaccats* from bacula-common, which fixes
1929 a depends-but-conflicts between bacula-common and
1930 bacula-{mysql,pgsql,sqlite3} (LP: #897303)
1931
1932 -- Scott Moser <smoser@ubuntu.com> Wed, 08 Feb 2012 14:33:34 -0500
1933
1934bacula (5.2.3-0ubuntu2) precise; urgency=low
1935
1936 * Fix debian/rules mistakenly looking for 5.2.1.so version files. Now pulls
1937 the version from dpkg-parsechangelog to avoid future mistakes.
1938
1939 -- Ben Collins <bcollins@ubuntu.com> Thu, 19 Jan 2012 00:13:55 +0000
1940
1941bacula (5.2.3-0ubuntu1) precise; urgency=low
1942
1943 * New upstream release. (LP: #917471)
1944 + debian/patches/fix-libbaccats-path.patch: dropped as
1945 now unnecessary
1946
1947 -- Scott Moser <smoser@ubuntu.com> Tue, 17 Jan 2012 15:06:46 -0500
1948
1949bacula (5.2.1-0ubuntu2) precise; urgency=low
1950
1951 * Rebuild for libmysqlclient transition
1952
1953 -- Clint Byrum <clint@ubuntu.com> Wed, 23 Nov 2011 23:25:00 -0800
1954
1955bacula (5.2.1-0ubuntu1) precise; urgency=low
1956
1957 * New upstream release:
1958 + Switch to dpkg-source 3.0 (quilt) format.
1959 + Use quilt for patches.
1960 + Bump standards to 3.9.2.
1961 + Clean up debian/rules.
1962 + Split out patches applied directly into source into quilt patches.
1963 + Add po-debconf as a build dependency.
1964 + debian/patches/fix-libbaccats-path.patch: Fix symlink when installing
1965 libbacccats.
1966
1967 -- Chuck Short <zulcss@ubuntu.com> Sun, 06 Nov 2011 20:34:58 -0500
1968
1969bacula (5.0.3-1ubuntu6) precise; urgency=low
1970
1971 * Add needed gawk dependency (LP: #645082)
1972 - debian/control: add gawk to Depends for bacula-director-common.
1973 - debian/patches/ubuntu_bacula-dir.conf.patch: call
1974 make_catalog_backup_awk with gawk, as awk might refer to something
1975 other than gawk, but make_catalog_backup_awk is gawk-specific.
1976 (as pointed out by Fred Baumgarten)
1977
1978 -- Serge Hallyn <serge.hallyn@ubuntu.com> Fri, 14 Oct 2011 12:00:42 -0500
1979
1980bacula (5.0.3-1ubuntu5) oneiric; urgency=low
1981
1982 * debian/control: Drop unused libqwt5-qt4-dev build-dep (bacula is currently
1983 built --without-qwt) to support qwt6 transition
1984
1985 -- Scott Kitterman <scott@kitterman.com> Fri, 26 Aug 2011 09:57:57 -0400
1986
1987bacula (5.0.3-1ubuntu4) oneiric; urgency=low
1988
1989 * debian/control: Build against PostgreSQL 9.1 (LP: #833684)
1990 * debian/control: Drop bacula-director-sqlite migration package, we have
1991 carried it long enough for upgrading. Drop libsqlite0-dev build
1992 dependency, so that the old sqlite can drop out of main at some point.
1993
1994 -- Martin Pitt <martin.pitt@ubuntu.com> Thu, 25 Aug 2011 15:00:36 +0200
1995
1996bacula (5.0.3-1ubuntu3) oneiric; urgency=low
1997
1998 * debian/control: Build against PostgreSQL 9.0.
1999
2000 -- Martin Pitt <martin.pitt@ubuntu.com> Thu, 09 Jun 2011 17:25:23 +0200
2001
2002bacula (5.0.3-1ubuntu2) oneiric; urgency=low
2003
2004 * Rebuild for OpenSSL 1.0.0.
2005
2006 -- Colin Watson <cjwatson@ubuntu.com> Fri, 20 May 2011 10:10:13 +0100
2007
2008bacula (5.0.3-1ubuntu1) oneiric; urgency=low
2009
2010 * Merge from debian unstable. Remaining changes:
2011 - Daemons listen on all interfaces. (LP: #286643)
2012 - Start Daemons on installation.
2013 - Drop mt-st to suggests. So that bacula goes back to main. (LP: #286528)
2014 - debian/rules: Disable fortify source since it was causing bacula-director to
2015 segfault.
2016 - debian/control:
2017 + Cleaned up bacula-director-pgsql dependences and recommends.
2018 + Made mysql the default director to install bacula-director-mysql.
2019
2020 -- Chuck Short <zulcss@ubuntu.com> Mon, 02 May 2011 11:35:26 +0100
2021
2022bacula (5.0.3-1) unstable; urgency=low
2023
2024 * [27362ff7] Adopted by bacula packaging group (Closes: #612296)
2025 * [14bbb35e] New upstream version (Closes: #592622)
2026 + Fixes OpenSSL 1.0.0 issue (Closes: #622003)
2027 + Doesn't install any Product column (Closes: #615570)
2028 * [7562cd38] Install alternative binary name for tray-monitor (Closes: 461943)
2029
2030 -- Jan Hauke Rahm <jhr@debian.org> Thu, 21 Apr 2011 15:16:55 +0200
2031
2032bacula (5.0.3-0ubuntu2) natty; urgency=low
2033
2034 * debian/bacula-directory-{mysql,pgsql}.postinst: Wrap $dbc_dbname
2035 in quotes in postinst. (LP: #689327)
2036
2037
2038 -- Chuck Short <zulcss@ubuntu.com> Mon, 07 Mar 2011 10:00:03 -0500
2039
2040bacula (5.0.3-0ubuntu1) natty; urgency=low
2041
2042 * New upstream version.
2043
2044 -- Chuck Short <zulcss@ubuntu.com> Mon, 14 Feb 2011 14:08:20 -0500
2045
2046bacula (5.0.2-3) unstable; urgency=low
2047
2048 * Wrap password commands in quotes. Closes: #607443.
2049 * Orphaning this package; changing maintainer to QA group.
2050 WNPP bug #612296 filed.
2051
2052 -- John Goerzen <jgoerzen@complete.org> Mon, 07 Feb 2011 08:20:22 -0600
2053
2054bacula (5.0.2-2.2) unstable; urgency=low
2055
2056 * Non-maintainer upload.
2057 * Fix "make_catalog_backup is broken": patch configure to use /usr/bin as
2058 the path of the PostgreSQL binaries instead of dynamically setting it at
2059 build time to /usr/lib/postgresql/$VERSION/bin (closes: #606802).
2060
2061 -- gregor herrmann <gregoa@debian.org> Wed, 15 Dec 2010 16:42:56 +0100
2062
2063bacula (5.0.2-2.1) unstable; urgency=low
2064
2065 * Non-maintainer upload.
2066 * Fix "bacula meta-package not installable with recommended packages":
2067 bacula-sd: Recommends: add a real package to the virtual bacula-sd-tools;
2068 thanks to Hideki Yamane for the proposal (closes: #602222).
2069
2070 -- gregor herrmann <gregoa@debian.org> Sat, 27 Nov 2010 17:18:41 +0100
2071
2072bacula (5.0.2-2ubuntu3) natty; urgency=low
2073
2074 * Added libssl explicit build dependency in src/lib/Makefile.in for libbac.
2075 Closes: (LP: #687968)
2076
2077 -- Ahmed Kamal <kim0@ubuntu.com> Fri, 10 Dec 2010 10:30:04 +0200
2078
2079bacula (5.0.2-2ubuntu2) natty; urgency=low
2080
2081 * Rebuild with python 2.7 as the python default.
2082
2083 -- Matthias Klose <doko@ubuntu.com> Thu, 09 Dec 2010 16:43:46 +0000
2084
2085bacula (5.0.2-2ubuntu1) natty; urgency=low
2086
2087 * Merge from debian unstable. Remaining changes:
2088 - Daemons listen on all interfaces. (LP: #286643)
2089 - Start daemons on installation
2090 - Drop mt-st to suggests. So that bacula goes back to main. (LP: #286528)
2091 - debian/rules: Disable fortify source since it was causing bacula-director
2092 to segfault.
2093 - debian/control:
2094 + Cleaned up bacula-director-pgsql dependencies and recommends.
2095 + Made mysql the default director to install bacula-director-{mysql|pgsql}.
2096
2097 -- Chuck Short <zulcss@ubuntu.com> Fri, 27 Aug 2010 20:54:42 +0100
2098
2099bacula (5.0.2-2) unstable; urgency=medium
2100
2101 * Remove spurious creation of file_jpfid_idx on upgrade. Closes: #591293.
2102
2103 -- John Goerzen <jgoerzen@complete.org> Fri, 20 Aug 2010 14:58:19 -0500
2104
2105bacula (5.0.2-1ubuntu1) maverick; urgency=low
2106
2107 * Resynchronize with debian, remaining changes:
2108 - Daemons listen on all interfaces. (LP: #286643)
2109 - Start daemons on installation
2110 - Drop mt-st to suggests. So that bacula goes back to main. (LP: #286528)
2111 - debian/rules: Disable fortify source since it was causing bacula-director
2112 to segfault.
2113 - debian/control:
2114 + Cleaned up bacula-director-pgsql dependencies and recommends.
2115 + Made mysql the default director to install bacula-director-{mysql|pgsql}.
2116
2117 -- Chuck Short <zulcss@ubuntu.com> Tue, 22 Jun 2010 09:11:35 -0400
2118
2119bacula (5.0.2-1) unstable; urgency=medium
2120
2121 * New upstream release. Closes: #585729, #582484.
2122 * Drop bacula-sd-tools from Conflicts and Replaces line of bacula-sq-sqlite.
2123 Fixes RC bug. Closes: #582422.
2124 * Update PostgreSQL recommendations to 8.4.
2125 * Add sqlite to deps for bacula-director-sqlite3. Closes: #542825.
2126
2127 -- John Goerzen <jgoerzen@complete.org> Mon, 21 Jun 2010 09:22:47 -0500
2128
2129bacula (5.0.2-0ubuntu1) maverick; urgency=low
2130
2131 * New upstream release, changes since 5.0.1:
2132 - Probable fix for SD crash bug #1553
2133 - Fix #1559 problem when restoring pruned jobs with a regexp
2134 - Fix for bug #1560 bcopy cannot find Volume
2135 - Fix cancel crash bug #1551
2136 - Check if sql backend is thread-safe
2137 - Correct Pool display in SD status. Fixes bug #1541
2138 - Fix cancel crash reported by Stephen Thompson
2139 - Rewind on close to fix #1549
2140 - Remove closelog() in bpipe fixes bug #1536
2141 - Fix #1517 about missing Base level in .level command
2142 - Replace ASSERT in block.c with fail Job
2143 - Fix database locking calling db_lock and returning from function without
2144 calling db_unlock.
2145 - Add missing db_unlock to bvfs_update_cache.
2146 - Fix #1532 about permission on binaries
2147 - Fix #1527 about deadlock during migration
2148 - Another fix for OpenSSLv1
2149 - Fix tls.c for OpenSSLv1
2150 - Fix #1511 when trying to insert more than 50.000 directories in bvfs
2151 - Fix plugin load not to stop if one plugin bad -- pointed out by James
2152 - Remove --without-qwt from configure statement.
2153 - Second correct fix to bug #1524 verify fails after adding or removing files
2154 - Fix bug #1524 verify fails after adding or removing files
2155 - Apply fix suggested by Andreas in bug #1502 for mediaview column sort problem
2156 - Fix OpenSSL 1.x problem in crypto.c on Fedora 12
2157 - Display AllowCompress warning message only if compression used in FileSet
2158 * Dropped debian/patches/ubuntu_address.patch.
2159
2160 -- Chuck Short <zulcss@ubuntu.com> Thu, 29 Apr 2010 09:45:01 -0400
2161
2162bacula (5.0.1-1ubuntu1) lucid; urgency=low
2163
2164 * Merge from debian testing. Remaining changes:
2165 - Daemons listen on all interfaces. (LP: #286643)
2166 - Start daemons on installation
2167 - Drop mt-st to suggests. So that bacula goes back to main. (LP: #286528)
2168 - debian/rules: Disable fortify source since it was causing bacula-director
2169 to segfault.
2170 - debian/control:
2171 + Cleaned up bacula-director-pgsql dependencies and recommends.
2172 + Made mysql the default director to install bacula-director-{mysql|pgsql}.
2173 * Dropped:
2174 - Generate default passwords at install time, integrated upstream.
2175 - Added LSB support to init scripts, integrated upstream.
2176
2177 -- Chuck Short <zulcss@ubuntu.com> Sun, 14 Mar 2010 02:19:12 +0000
2178
2179bacula (5.0.1-1) unstable; urgency=low
2180
2181 * New upstream release. Closes: #572166.
2182 * Revert dbcheck.8 to exact upstream version.
2183 * Drop Debian patches that add indices to databases. This is per the
2184 new upstream statement saying "we strongly recommend to avoid the
2185 temptation to add new indexes. In general, these will cause very
2186 significant performance problems in other areas."
2187 * Reverted other Debian-specific patches to database update scripts
2188 that are no longer included in our packages.
2189 * Fix for MySQL and PostgreSQL postinst to correctly put catalog backup
2190 name in bacula-dir.conf.
2191
2192 -- John Goerzen <jgoerzen@complete.org> Wed, 03 Mar 2010 08:38:35 -0600
2193
2194bacula (5.0.0-6) unstable; urgency=low
2195
2196 * Generate default passwords at install time instead of at build time.
2197 Closes: #365097. Patch originated in Ubuntu; modified for Debian.
2198 Merged to Debian master at 8381602cfbecaea0ca8559100020f878af81a237.
2199 * Call rm -rf /var/{log,lib}/bacula on purge. This patch was part of
2200 Ubuntu's set merged above.
2201 * Modified Ubuntu's password patch to use
2202 /etc/bacula/common_default_passwords instead of debconf per Debian
2203 practice.
2204 * Added full LSB support to init scripts. Patch originated in Ubuntu,
2205 and was merged with LSB status support already in Debian.
2206 Merged to Debian master at b3e2b4bc8dc1ad2a66b1e80c4cfa6176a15a062d.
2207 * Correct perms on new Sqlite3 database so it's owned by bacula:bacula.
2208 * Correct Sqlite3 postinst to handle paths of DBNAME correctly.
2209
2210 -- John Goerzen <jgoerzen@complete.org> Mon, 01 Mar 2010 15:43:02 -0600
2211
2212bacula (5.0.0-5) unstable; urgency=medium
2213
2214 * Fix bashism in scripts/disk-changer.in. Closes: #530049.
2215 * Correct MySQL index patch to avoid syntax error on install.
2216 Closes: #569535.
2217 * Corrected MySQL upgrade issue by adding a shell script to determine
2218 whether to remove Stripe column from JobMedia table. This would have
2219 caused upgrade to crash for people that had upgraded all the way from
2220 the 1.x days.
2221 Closes: #569285.
2222 * Patch from Petr Salinger to disable ACLs on kfreebsd-* archs.
2223 This corrects a FTBFS and Closes: #570890.
2224 * Correct saving password to bacula-dir.conf on new install
2225 with MySQL or PostgreSQL flavor. Closes: #538824.
2226 * Added make_catalog_backup.pl script to *-director debs.
2227
2228 -- John Goerzen <jgoerzen@complete.org> Mon, 22 Feb 2010 13:47:19 -0600
2229
2230bacula (5.0.0-4) unstable; urgency=low
2231
2232 * Corrected fail to install bug: after removing /var/run from the package
2233 in 5.0.0-3, needed to also remove reference to it in
2234 bacula-common.postinst. Closes: #569288, #569298, #569305, #569326.
2235
2236 -- John Goerzen <jgoerzen@complete.org> Thu, 11 Feb 2010 08:05:47 -0600
2237
2238bacula (5.0.0-3) unstable; urgency=low
2239
2240 * Added MySQL indices to match PostgreSQL ones. Closes: #563899.
2241 * Copy slight spelling tweak to debian/copyright.
2242 * Remove bad patch that caused double-restart of init scripts.
2243 Closes: #569126.
2244 * Fixed errant DROP INDEX command in sqlite upgrade process.
2245 * Added --disable-conio to ./configure args to force use of readline.
2246 --with-readline=yes was already supplied. This will enable
2247 new tab completion code. Closes: #569154, #513393.
2248 * [lintian] Add ${misc:Depends} to all package Depends lines.
2249 * [lintian] Bump debhelper compat level to 6.
2250 * [lintian] Update build-dep on debhelper due to use of dh_lintian.
2251 * [lintian] No longer create /var/run in .dirs files. init scripts are
2252 already making sure it's there.
2253 * [lintian] Remove now-useless bacula-director-common.preinst
2254
2255 -- John Goerzen <jgoerzen@complete.org> Wed, 10 Feb 2010 14:05:08 -0600
2256
2257bacula (5.0.0-2) unstable; urgency=low
2258
2259 * Now upload 5.0.x to unstable.
2260 * Now install mtx-changer.conf in bacula-sd. Closes: #531471.
2261
2262 -- John Goerzen <jgoerzen@complete.org> Tue, 09 Feb 2010 12:05:20 -0600
2263
2264bacula (5.0.0-1) experimental; urgency=low
2265
2266 * New upstream version.
2267 * Removed build-dep option libreadline5-dev, leaving only libreadline-dev
2268 option. Closes: #553735.
2269 * Update bacula-console-qt section to utils to match override file.
2270 * Update standards-version to 3.8.3.
2271
2272 -- John Goerzen <jgoerzen@complete.org> Mon, 08 Feb 2010 15:44:00 -0600
2273
2274bacula (3.0.3-3) unstable; urgency=medium
2275
2276 * Fixed situation where dbconfig-common bits weren't being called. This
2277 prevented proper upgrades from lenny. Closes: #516900, #542774.
2278 * Convert Sqlite3 to use dbconfig-common like PostgreSQL and MySQL directors
2279 have been for some time now.
2280 * This change means it now correctly upgrades from Sqlite2.
2281 Closes: #552413.
2282 * This change means that all Bacula debconf templates are finally removed.
2283 As a result, no need for translations remains. Closing open translation
2284 bugs since there is no longer anything to translate in this package.
2285 Closes: #568469.
2286 * Clean up handling of database upgrade scripts in debian/rules to make it
2287 easier to handle new Bacula versions when they arrive.
2288 * Make sure to stop the director before upgrading its database.
2289 * Add lsb init.d status support. Patch from Peter Eisentraut.
2290 Closes: #536573.
2291
2292 -- John Goerzen <jgoerzen@complete.org> Mon, 08 Feb 2010 14:37:04 -0600
2293
2294bacula (3.0.3-2) unstable; urgency=medium
2295
2296 * Update build-dep from libmysqlclient15-dev to libmysqlclient-dev.
2297 Rebuild on a newer i386 sid machine; 3.0.3-1 will not migrate to testing
2298 due to dep on old libmysqlclient15 on i386.
2299 * Remove bacula-doc ln in debian/rules, correcting dpkg's idea that bacula
2300 has been completely removed on upgrade.
2301 Closes: #545473, #554197, #545313.
2302 * Add bpipe to built package. Patch from Alex Bramley. Closes: #549081.
2303 * Added comments about make_catalog_backup to README.Debian. Closes: #452687.
2304
2305 -- John Goerzen <jgoerzen@complete.org> Wed, 03 Feb 2010 21:37:56 -0600
2306
2307bacula (3.0.3-1) unstable; urgency=medium
2308
2309 * New upstream release. Closes: #566646.
2310 * Update all PostgreSQL dependencies to 8.4 only.
2311 Closes: #559581.
2312 * Ack NMU. Closes: #549982, #565877, #543179, #544594, #544610.
2313 Closes: #545729, #555450, #545408, #567660.
2314 * Improve manpages for: bcopy, bextract, bls, btraceback, bacula-fd,
2315 bacula-sd, bacula-dir, bconsole, dbcheck, btape, bscan.
2316 Patches by Lucas B. Cohen
2317 Closes: #499619.
2318 * Import upstream patch to add bsmtp manpage and update
2319 manpages. Closes: #519573.
2320 * Add lintian overrides for rpath warning for /usr/lib/bacula.
2321 * Add explicit dep from bacula to bacula-common. This dep is enforced
2322 by other deps already, but was causing a lintian warning.
2323
2324 -- John Goerzen <jgoerzen@complete.org> Mon, 01 Feb 2010 11:33:48 -0600
2325
2326bacula (3.0.2-3.1) unstable; urgency=low
2327
2328 * Non-maintainer upload.
2329 * Fix pending l10n issues. Debconf translations:
2330 * German (Helge Kreutzmann). Closes: #549982, #565877
2331 * Russian (Yuri Kozlov). Closes: #543179
2332 * Italian (Luca Monducci). Closes: #544594
2333 * French (Christian Perrier). Closes: #544610
2334 * Swedish (Martin Bagge). Closes: #545729
2335 * Spanish (Francisco Javier Cuadrado). Closes: #555450
2336 * Japanese (Hideki Yamane (Debian-JP)). Closes: #545408
2337 * Czech (Miroslav Kure). Closes: #567660
2338
2339 -- Christian Perrier <bubulle@debian.org> Sun, 24 Jan 2010 08:01:18 +0100
2340
2341bacula (3.0.2-3ubuntu6) lucid; urgency=low
2342
2343 * Fix FTBFS.
2344
2345 -- Chuck Short <zulcss@ubuntu.com> Wed, 10 Mar 2010 16:36:15 -0500
2346
2347bacula (3.0.2-3ubuntu5) lucid; urgency=low
2348
2349 [ Chuck Short ]
2350 * debian/rules: Add place holder so auto-upgrader doesnt fail. (LP: #499389)
2351
2352 -- Chuck Short <zulcss@ubuntu.com> Wed, 10 Mar 2010 16:36:12 -0500
2353
2354bacula (3.0.2-3ubuntu4) lucid; urgency=low
2355
2356 * debian/bacula-sd.install: Install mtx-changer.conf script. (LP: #494380)
2357
2358 -- Chuck Short <zulcss@ubuntu.com> Mon, 08 Mar 2010 14:38:52 -0500
2359
2360bacula (3.0.2-3ubuntu3) lucid; urgency=low
2361
2362 * debian/rules: add empty LDFLAGS (LP: #508382)
2363
2364 -- Ante Karamatic <ivoks@ubuntu.com> Fri, 26 Feb 2010 15:28:56 +0000
2365
2366bacula (3.0.2-3ubuntu2) lucid; urgency=low
2367
2368 * No op rebuild for bacula-console-qt. (LP: #508394)
2369
2370 -- Chuck Short <zulcss@ubuntu.com> Mon, 25 Jan 2010 09:19:56 -0500
2371
2372bacula (3.0.2-3ubuntu1) lucid; urgency=low
2373
2374 * Merge from debian testing, remaining changes:
2375 + debian/rules:
2376 - added bat_icon.png and bat.desktop for bacula-console-qt (LP: #314746)
2377 - added bacula-tray-monitor.xpm icon, fix Exec path in .desktop
2378 + Store sd|fd|director passwords in debconf (LP: #222558)
2379 - added debian/bacula-common.templates
2380 - modified debian/bacula-common.postinst:
2381 + generate random passwords and store them in debconf
2382 - modified debian/bacula-[sd|fd|director-mysql|director-pgsql].postinst
2383 + read and set passwords from debconf
2384 + Daemons listen on all interfaces (LP: #286643)
2385 + Start daemons on installation
2386 + Build with generic XXX_*_XXX username, password and database name
2387 and replace it with dbconfig's settings in postinstall scripts
2388 + Drop mt-st to suggests. So that bacula goes back to main. (LP: #286528)
2389 + debian/rules: Disable fortify source since it was causing
2390 bacula-director to segfault.
2391 + debian/control:
2392 - Added libdbi-perl and libdb-mysql-perl to depends for
2393 bacula-director-mysql due to new postinst configuration.
2394 - Cleaned up bacula-director-pgsql dependenices and recommends.
2395 - Made mysql the default director to install bacula-director-{mysql|pgsql}
2396 added database handling to postinstall scripts and templates, modifiied
2397 postinstall script's sed expressions.
2398 - Removed libwgtk-2.6-dev as a build dependency; as a result
2399 bacula-console-wx isn't built anymore.
2400 - Install gawk if not installed. (LP: #207527)
2401 + debian/make_catalog_backup_awk.[mysql|pgsql|sqlite3|sqlite]:
2402 - New scripts for catalog backup. (CVE-2007-5626)
2403 + debian/bacula-console-wx:
2404 - Dropped since we are not building them anymore.
2405 + debian/bacula-director-common.bacula-director.init,
2406 debian/bacula-fd.init, debian/bacula-sd.init:
2407 - Made more LSB specific.
2408 + Add missing bacula-director-[pgsql|mysql].templates.
2409 + Suggest bacula-traymonitor rather than Recommends so we dont pull in the libgtk libraries
2410 on the server seed.
2411 + debian/control: Change build dependencies to MySQL 5.1.
2412 + bacula.desktop: Run /usr/bin/bat not /usr/sbin/bat (LP: #38778)
2413
2414 -- Chuck Short <zulcss@ubuntu.com> Fri, 06 Nov 2009 00:30:35 +0000
2415
2416bacula (3.0.2-3) unstable; urgency=low
2417
2418 * bacula-director-common doesn't require bacula-fd. Patch from Sven
2419 Hartge. Closes: #542829.
2420 * Use sed to tweak AUTOINCREMENT columns on sqlite2->sqlite3 upgrades.
2421 Closes: #542810.
2422 * Correct dep on "sqlite2" to "sqlite". Closes: #543330.
2423 * Chown converted sqlite2->sqlite3 db to bacula:bacula. Closes: #543345.
2424
2425 -- John Goerzen <jgoerzen@complete.org> Mon, 24 Aug 2009 16:22:41 -0500
2426
2427bacula (3.0.2-2) unstable; urgency=low
2428
2429 * Fix syntax error in baclua-director-sqlite3 postinst.
2430 Closes: #542758.
2431
2432 -- John Goerzen <jgoerzen@complete.org> Fri, 21 Aug 2009 08:10:17 -0500
2433
2434bacula (3.0.2-1) unstable; urgency=low
2435
2436 * New Upstream Version. Supports IPv6. Closes: #523852.
2437 * Install bat from the correct place. Closes: #532646.
2438 * Add conflicts between bacula-common-* packages. Closes: #529645.
2439
2440 -- John Goerzen <jgoerzen@complete.org> Thu, 20 Aug 2009 14:26:44 -0500
2441
2442bacula (3.0.1-2) experimental; urgency=low
2443
2444 * Apply patches from Sami Haahtinen: correct behavior on systems
2445 where bash isn't the default, and move btape into SQL-specific
2446 packages because it now links with database code.
2447 * Fixing up links in bacula metapackage
2448
2449 -- John Goerzen <jgoerzen@complete.org> Mon, 18 May 2009 08:46:24 -0500
2450
2451bacula (3.0.1-1) experimental; urgency=low
2452
2453 * New Upstream Version
2454
2455 -- John Goerzen <jgoerzen@complete.org> Wed, 06 May 2009 08:49:31 -0500
2456
2457bacula (3.0.0-1) experimental; urgency=low
2458
2459 * New upstream version. Now license-compatible with OpenSSL.
2460 Closes: #523479.
2461 * Upstream has deprecated Sqlite v2. No longer build Sqlite v2.
2462 * Upstream has deprecated wx console. No longer build wx console.
2463 * Document reload option in bacula-director init option. Closes: #519563.
2464 * This version has mt-st smarts. Closes: #495464.
2465 * Fixed init script stop order. Closes: #502341.
2466 * Make /usr/share/doc/bacula point to bacula-common.
2467 * Update NEWS and README.Debian. Closes: #492664.
2468 * Correct NEWS format to shut up lintian warnings.
2469 * Move bsmtp to bacula-common. Closes: #476227.
2470 * Update postgresql-client deps. Closes: #492670.
2471 * Remove ancient (pre-lenny) database upgrade scripts from .debs.
2472 * Added Spanish translation from Francisco Javier Cuadrado. Closes: #502950.
2473
2474 -- John Goerzen <jgoerzen@complete.org> Thu, 30 Apr 2009 16:52:53 -0500
2475
2476bacula (2.4.4-1ubuntu9) karmic; urgency=low
2477
2478 * debian/bacula-director-common.bacula-director.init: doesn't require
2479 bacula-fd.
2480
2481 -- Chuck Short <zulcss@ubuntu.com> Mon, 05 Oct 2009 10:26:36 -0400
2482
2483bacula (2.4.4-1ubuntu8) karmic; urgency=low
2484
2485 * bacula.desktop: Run /usr/bin/bat not /usr/sbin/bat (LP: #38778)
2486
2487 -- Chuck Short <zulcss@ubuntu.com> Wed, 09 Sep 2009 10:02:24 -0400
2488
2489bacula (2.4.4-1ubuntu7) karmic; urgency=low
2490
2491 * debian/control: Change build dependencies to MySQL 5.1.
2492
2493 -- Mathias Gug <mathiaz@ubuntu.com> Mon, 17 Aug 2009 17:20:06 -0400
2494
2495bacula (2.4.4-1ubuntu6) karmic; urgency=low
2496
2497 * debian/control: Change build and binary dependencies to PostgreSQL 8.4.
2498 (LP: #403381)
2499
2500 -- Martin Pitt <martin.pitt@ubuntu.com> Thu, 23 Jul 2009 11:53:12 +0200
2501
2502add-console-use-vt
2503bacula (2.4.4-1ubuntu5) jaunty; urgency=low
2504
2505 * debian/rules:
2506 - don't start director on bacula-director-common install (LP: #334781)
2507
2508 -- Ante Karamatic <ivoks@ubuntu.com> Thu, 12 Mar 2009 09:10:07 +0000
2509
2510bacula (2.4.4-1ubuntu4) jaunty; urgency=low
2511
2512 * Rebuild against python 2.6, adding a build-conflicts with python2.5.
2513
2514 -- Steve Langasek <steve.langasek@ubuntu.com> Thu, 05 Mar 2009 22:06:19 +0000
2515
2516bacula (2.4.4-1ubuntu3) jaunty; urgency=low
2517
2518 * Suggest bacula-traymonitor rather than Recommends so we
2519 dont pull in the libgtk libraries on the server seed.
2520
2521 -- Chuck Short <zulcss@ubuntu.com> Thu, 29 Jan 2009 14:53:54 -0500
2522
2523bacula (2.4.4-1ubuntu2) jaunty; urgency=low
2524
2525 * Add missing bacula-director-[pgsql|mysql].templates
2526
2527 -- Ante Karamatic <ivoks@ubuntu.com> Tue, 20 Jan 2009 07:45:53 +0000
2528
2529bacula (2.4.4-1ubuntu1) jaunty; urgency=low
2530
2531 * Upload fixes LP #269251, LP: #308903 and LP: #293515
2532 * debian/rules:
2533 - added bat_icon.png and bat.desktop for bacula-console-qt (LP: #314746)
2534 - added bacula-tray-monitor.xpm icon, fix Exec path in .desktop
2535 * debian/bacula-traymonitor.install
2536 - remove bacula-tray-monitor.xpm, add bacula-tray-monitor.desktop
2537 * Merge from debian unstable, remaining changes:
2538 * Store sd|fd|director passwords in debconf (LP: #222558)
2539 - added debian/bacula-common.templates
2540 - modified debian/bacula-common.postinst:
2541 + generate random passwords and store them in debconf
2542 - modified debian/bacula-[sd|fd|director-mysql|director-pgsql].postinst
2543 + read and set passwords from debconf
2544 * Daemons listen on all interfaces (LP: #286643)
2545 * Start daemons on installation
2546 * Build with generic XXX_*_XXX username, password and database name
2547 and replace it with dbconfig's settings in postinstall scripts
2548 * Drop mt-st to suggests. So that bacula goes back to main. (LP: #286528)
2549 * debian/rules: Disable fortify source since it was causing
2550 bacula-director to segfault.
2551 * debian/control:
2552 - Added libdbi-perl and libdb-mysql-perl to depends for
2553 bacula-director-mysql
2554 due to new postinst configuration.
2555 - Cleaned up bacula-director-pgsql dependenices and recommends.
2556 - Made mysql the default director to install bacula-director-{mysql|pgsql}
2557 added database handling to postinstall scripts and templates, modifiied
2558 postinstall script's sed expressions.
2559 - Removed libwgtk-2.6-dev as a build dependency; as a result
2560 bacula-console-wx isn't built anymore.
2561 - Install gawk if not installed. (LP: #207527)
2562 * debian/make_catalog_backup_awk.[mysql|pgsql|sqlite3|sqlite]:
2563 - New scripts for catalog backup. (CVE-2007-5626)
2564 * debian/bacula-console-wx:
2565 - Dropped since we are not building them anymore.
2566 * debian/bacula-director-common.bacula-director.init,
2567 debian/bacula-fd.init, debian/bacula-sd.init
2568 - Made more LSB specific.
2569
2570 -- Ante Karamatic <ivoks@ubuntu.com> Sat, 10 Jan 2009 04:57:41 +0000
2571
2572bacula (2.4.4-1) unstable; urgency=low
2573
2574 * New Upstream Version - a bugfix release. Closes: #508816.
2575 * Build-conflicts on Python 2.4. Closes: #496512.
2576
2577 -- John Goerzen <jgoerzen@complete.org> Fri, 09 Jan 2009 14:07:27 -0600
2578
2579bacula (2.4.3-1ubuntu2) jaunty; urgency=low
2580
2581 * debian/bacula-common.postrm:
2582 Fix the deletion of the bacula user and remove the
2583 /var/log/bacula and /var/lib/bacula
2584
2585 -- Chuck Short <zulcss@ubuntu.com> Mon, 08 Dec 2008 20:12:58 +0000
2586
2587bacula (2.4.3-1ubuntu1) jaunty; urgency=low
2588
2589 * Store sd|fd|director passwords in debconf (LP: #222558)
2590 - added debian/bacula-common.templates
2591 - modified debian/bacula-common.postinst:
2592 + generate random passwords and store them in debconf
2593 - modified debian/bacula-[sd|fd|director-mysql|director-pgsql].postinst
2594 + read and set passwords from debconf
2595 * Daemons listen on all interfaces (LP: #286643)
2596 * Start daemons on installation
2597 * Build with generic XXX_*_XXX username, password and database name
2598 and replace it with dbconfig's settings in postinstall scripts
2599 * Merge from debian unstable, remaining changes:
2600 - Drop mt-st to suggests. So that bacula goes back to main. (LP: #286528)
2601 - debian/rules: Disable fortify source since it was causing
2602 bacula-director to segfault.
2603 - debian/control:
2604 + Added libdbi-perl and libdb-mysql-perl to depends for
2605 bacula-director-mysql
2606 due to new postinst configuration.
2607 + Cleaned up bacula-director-pgsql dependenices and recommends.
2608 + Made mysql the default director to install bacula-director-{mysql|pgsql}
2609 added database handling to postinstall scripts and templates, modifiied
2610 postinstall script's sed expressions.
2611 + Removed libwgtk-2.6-dev as a build dependency; as a result
2612 bacula-console-wx isn't built anymore.
2613 + Install gawk if not installed. (LP: #207527)
2614 - debian/make_catalog_backup_awk.[mysql|pgsql|sqlite3|sqlite]:
2615 + New scripts for catalog backup. (CVE-2007-5626)
2616 - debian/bacula-console-wx:
2617 + Dropped since we are not building them anymore.
2618 - debian/bacula-director-common.bacula-director.init,
2619 debian/bacula-fd.init, debian/bacula-sd.init
2620 + Made more LSB specific.
2621
2622 -- Ante Karamatic <ivoks@ubuntu.com> Wed, 26 Nov 2008 13:53:30 +0100
2623
2624bacula (2.4.3-1) unstable; urgency=low
2625
2626 * New Upstream Version. Closes: #503457.
2627 * Apply upstream 2.4.3-orphaned-jobs.patch. Closes: #504688.
2628
2629 -- John Goerzen <jgoerzen@complete.org> Thu, 06 Nov 2008 10:42:21 -0600
2630
2631bacula (2.4.2-3.1) unstable; urgency=low
2632
2633 * Non-maintainer upload.
2634 * Built against Python 2.5. Closes: #496512.
2635 * Fix removal of original configuration file during upgrade of
2636 bacula-director-pgsql. Closes: #496174.
2637
2638 -- Ben Hutchings <ben@decadent.org.uk> Sun, 05 Oct 2008 22:00:10 +0100
2639
2640bacula (2.4.2-3) unstable; urgency=low
2641
2642 * Apply upstream 2.4.2-verifydisk.patch
2643 * Apply upstream 2.4.2-verify.patch
2644 * Apply upstream 2.4.2-storename.patch
2645 * Apply upstream 2.4.2-null-vol.patch
2646 * Apply upstream 2.4.2-mig-message.patch
2647 * Apply upstream 2.4.2-inchanger.patch
2648 * Apply upstream 2.4.2-estimate-cmd.patch
2649 * Apply upstream 2.4.2-bat.patch
2650
2651 -- John Goerzen <jgoerzen@complete.org> Fri, 03 Oct 2008 10:17:01 -0500
2652
2653bacula (2.4.2-2) unstable; urgency=low
2654
2655 * Updated Swedish strings for debconf. Closes: #491758.
2656 * Updated Japanese debconf translation from Hideki Yamane.
2657 Closes: #489942.
2658 * Added bacula-tray-monitor.1 manpage. Closes: #461942.
2659
2660 -- John Goerzen <jgoerzen@complete.org> Sat, 30 Aug 2008 08:57:07 -0500
2661
2662bacula (2.4.2-1) unstable; urgency=high
2663
2664 * Fix sed pattern in debian/rules to correctly remove
2665 'USE ${db_name};' from the MySQL command tables. This prevented
2666 bacula-director-mysql from being installed properly and was thus RC.
2667 Closes: #441995, #489578.
2668 * While investigating the above problem, also discovered 'USE bacula;'
2669 statements in some upgrade tables. This would cause the upgrade of
2670 bacula-director-mysql to fail for anyone that had their MySQL
2671 database named something other than "bacula". Added pattern to fix this.
2672 * New upstream release is a bugfix release, and fixes these issues:
2673 + 2.4.1 included an unintentional debug statement whose purpose
2674 was to crash the storage daemon. This was triggered during a restore
2675 at the end of a tape. Fixed in 2.4.2 (upstream bug 1125). When the
2676 SD is crashed, no backups or restores can be performed until it is
2677 restarted.
2678 + During a multi-tape restore, Bacula could incorrectly attempt
2679 to reread the same tape. (Upstream bug 1126)
2680 + bcopy no longer reads too many records (upstream bug 1107)
2681 + Now sets a large timeout on MySQL databases to prevent trouble
2682 with the connection timining out before data gets inserted.
2683 Upstream bug 1034.
2684 + There are also some other minor bugfixes and win32 changes upstream
2685 in this release, which of course don't impact Debian.
2686
2687 -- John Goerzen <jgoerzen@complete.org> Mon, 04 Aug 2008 09:22:36 -0500
2688
2689bacula (2.4.1-1) unstable; urgency=high
2690
2691 * New Upstream Version.
2692 + Fixes a bug where a tape may be incorrectly reused, destroying
2693 data. Closes: #490996.
2694
2695 -- John Goerzen <jgoerzen@complete.org> Wed, 16 Jul 2008 13:26:06 -0500
2696
2697bacula (2.4.0-1) unstable; urgency=low
2698
2699 [ John Goerzen ]
2700 * Removed debian/Makefile and debian/po/Makefile
2701 * Apply upstream 2.4.1-restore-wrong-mediatype.patch
2702 * bacula-fd: fix LSB init headers to not require bacula-sd. Closes:
2703 #486256.
2704
2705 [ Mark Hymers ]
2706 * Bump Standards-Version to 3.8.0. No changes needed.
2707 * Imported bacula-2.4.0. Closes: #487767.
2708
2709 [ John Goerzen ]
2710 * Corrected GIT URL
2711 * Clarify the presence of BAT
2712
2713 -- John Goerzen <jgoerzen@complete.org> Mon, 30 Jun 2008 09:15:11 -0500
2714
2715bacula (2.2.8-8) unstable; urgency=high
2716
2717 * Apply upstream 2.2.8-jobmedia-fix.patch, high urgency.
2718 * Hard code an archive directory in call to configure. This prevents
2719 the default bacula sd file from having a syntax error.
2720 Closes: #472126
2721
2722 -- John Goerzen <jgoerzen@complete.org> Fri, 28 Mar 2008 10:01:41 -0500
2723
2724bacula (2.2.8-7) unstable; urgency=low
2725
2726 * Updated for compatibility with PostgreSQL 8.3. Closes: #468880
2727 * Run debconf-updatepo
2728 * Update Brazilian Portuguese translation. Patch from Eder L. Marques.
2729 Closes: #466703.
2730
2731 -- John Goerzen <jgoerzen@complete.org> Tue, 25 Mar 2008 12:48:53 -0500
2732
2733bacula (2.2.8-6) unstable; urgency=low
2734
2735 * Change section to admin to match override file
2736 * Add Homepage: line to control per devref 6.2.4
2737 * More fixes to make Bacula binNMU safe. Patch from Lior Kaplan.
2738 Closes: #472249.
2739 * Debconf templates and debian/control reviewed by the debian-l10n-
2740 english team as part of the Smith review project. Closes: #462210
2741 * [Debconf translation updates]
2742 + German. Closes: #462981
2743 + Galician. Closes: #462991
2744 + Portuguese. Closes: #463314
2745 + Finnish. Closes: #463954
2746 + Czech. Closes: #464427
2747 + French. Closes: #464838
2748 + Italian. Closes: #465068
2749 + Russian. Closes: #465079
2750 + Vietnamese. Closes: #465536
2751
2752 -- John Goerzen <jgoerzen@complete.org> Mon, 24 Mar 2008 10:42:44 -0500
2753
2754bacula (2.2.8-5) unstable; urgency=low
2755
2756 * Added Debian VCS fields to debian/control.
2757 * Applied 2.2.8-bacula-conf.patch from upstream
2758 * Applied upstream 2.2.8-jobmedia.patch
2759 * Applied upstream 2.2.8-pool-source.patch. Closes: #464687.
2760 * Revert the patch to src/filed/backup.c introduced by Bastian in
2761 2.2.6-0.1 in preparation for applying upstream's new patch.
2762 * Apply upstream 2.2.8-strip-path.patch. Closes: #452195.
2763
2764 -- John Goerzen <jgoerzen@complete.org> Wed, 27 Feb 2008 05:44:58 -0600
2765
2766bacula (2.2.8-4) unstable; urgency=low
2767
2768 * Added Replaces: on bacula-common, so it overwrites btraceback
2769 in bacula-director-common for upgraders. Closes: #463317.
2770 * Applied updated Portugese debconf translation from
2771 Miguel Figueiredo. Closes: #463314.
2772
2773 -- John Goerzen <jgoerzen@complete.org> Thu, 31 Jan 2008 08:44:26 -0600
2774
2775bacula (2.2.8-3) unstable; urgency=low
2776
2777 * Simplified cleanup. Closes: #453112.
2778 * Corrected debian/rules pattern for removing USE statements in
2779 MySQL scripts. Closes: #441995.
2780 * Clarified the effect of not using SSL/TLS in README.Debian.
2781 Closes: #444732.
2782
2783 -- John Goerzen <jgoerzen@complete.org> Wed, 30 Jan 2008 06:40:44 -0600
2784
2785bacula (2.2.8-2) unstable; urgency=low
2786
2787 * Fix binary-arch target so that bacula-common contains all
2788 of the necessary files. Thanks to Mark Hymers for the patch.
2789
2790 -- John Goerzen <jgoerzen@complete.org> Tue, 29 Jan 2008 21:14:55 -0600
2791
2792bacula (2.2.8-1) unstable; urgency=low
2793
2794 * New upstream release. (2.2.8 prepared by John Goerzen)
2795 * Added build-dep on postgresql-server-dev-8.2. Closes: #462502.
2796 * Moved btraceback and btraceback.gdb from bacula-director-common
2797 to bacula-common. Closes: #452183. This change meant that
2798 bacula-common changes from arch all to arch any.
2799 * Fixed debian/watch file. Thanks to Raphael Geissert for the
2800 patch. Closes: #449666.
2801 * New German debconf translation from Helge Kreutzmann.
2802 Closes: #462981.
2803 * New Galician debconf translation from Jacobo Tarrio.
2804 Closes: #462991.
2805 * New Japenese debconf translation from Hideki Yamane.
2806 Closes: #463092.
2807 * Init script updates to help improve /var/run on tmpfs support.
2808 Applied patch ac7bb3384082 from James Westby. Closes: #452683.
2809 * Init script updates to have dependency information.
2810 Applied patch from Petter Reinholdtsen. CLoses: #460252.
2811 * Make bacula-common Pre-Depends instead of Depends on adduser.
2812 Closes: #452684.
2813 * Added postgresql-8.2 to Recommends: for
2814 bacula-director-pgsql. Closes: #459859.
2815 * Change recommends on kde|desktop-environment to suggests
2816 on kde|gnome-desktop-environment. Closes: #459891.
2817 * Merged the following changes from Mark Hymer's Mercurial tree:
2818 + Upstream 2.2.6 and 2.2.7. Closes: #458780.
2819 + Bump Build-Dep for libgtk2.0-dev to be >= 2.10 as the traymonitor
2820 code needs it. Closes: #451499.
2821 + Update libmysqlclient-dev Build-Dep. Closes: #439969.
2822 + Use correct path to mtx-changer. Closes: #435627.
2823 + Install tray-monitor.conf file. Closes: #413754.
2824 + Only alter permissions and ownership on files in /etc/bacula when we
2825 install them; don't clobber local changes.
2826 + Simplify scripts by removing support for upgrading from versions which
2827 are pre-sarge.
2828
2829 -- John Goerzen <jgoerzen@complete.org> Tue, 29 Jan 2008 04:12:36 -0600
2830
2831bacula (2.2.6-0.1) unstable; urgency=low
2832
2833 * Non-maintainer upload.
2834 * New upstream release.
2835 - Release stdout/stderr on daemonization. (closes: #441621)
2836 * Fix symlinks case for strippath in File Set. (closes: #452200)
2837 * Fix hostname replace in default config.
2838
2839 -- Bastian Blank <waldi@debian.org> Tue, 27 Nov 2007 13:59:29 +0000
2840
2841bacula (2.2.5-1) unstable; urgency=medium
2842
2843 * New upstream release.
2844 urgency=medium due to a number of major bugfixes
2845 * Updated menu section. Closes: #444913.
2846 * Fix for binNMU safety. Thanks to Lior Kaplan for the patch.
2847 Closes: #444694.
2848 * Added text to traymonitor description. Closes: #442117.
2849
2850 -- John Goerzen <jgoerzen@complete.org> Thu, 18 Oct 2007 11:59:50 -0500
2851
2852bacula (2.2.4-1) unstable; urgency=high
2853
2854 * New upstream version. Closes: #441849, #441855, #441878, #441990.
2855 * Documented lack of SSL/TLS in NEWS.Debian and README.Debian.
2856 Closes: #440034.
2857 * Enhance traymonitor description in control. Closes: #442117.
2858
2859 -- John Goerzen <jgoerzen@complete.org> Wed, 19 Sep 2007 09:17:02 -0500
2860
2861bacula (2.2.0-1) unstable; urgency=low
2862
2863 * Update debian/copyright from LICENSE.
2864 * Disable OpenSSL support due to licensing concerns
2865 See thread at
2866 http://lists.debian.org/debian-legal/2007/07/msg00144.html
2867 * Applied updated Vietnamese translation from Clytie Siddall.
2868 Closes: #427042.
2869 * Following changes prepared by Mark Hymers <mhy@debian.org>:
2870 * New upstream version. Closes: #438806.
2871 * make_catalog_backup script now takes a host parameter.
2872 Closes: #419885.
2873 * Deal with moving wx-console.conf to bwx-console.conf
2874 * Add new bacula-console-qt package.
2875 * Update Standards-Version to 3.7.2. No changes required.
2876 * Remove postgresql-dev Build-Dep. Closes: #429963.
2877 * Make binNMU safe. Based on patch from Lior Kaplan. Closes: #430106.
2878 * Re-order postgresql-client Depends. Closes: #419311.
2879 * Remove libwxgtk2.4-dev Build-Depends. Closes: #425159.
2880
2881 -- John Goerzen <jgoerzen@complete.org> Fri, 24 Aug 2007 02:13:34 -0500
2882
2883bacula (2.0.3-4) unstable; urgency=low
2884
2885 * Applied patches from upstream:
2886 2.0.3-ampm
2887 2.0.3-maxbyteslist
2888 2.0.3-maxwaittime
2889 2.0.3-schedule-next-hour
2890 * Rebuild fixes binNMU problems. Closes: #419843.
2891 * Added README.Debian to bacula-common. (It was already installed
2892 in bacula). This should make it easier to find. Closes: #418498.
2893 * Documented upgrade procedure in README.Debian.
2894 * Don't try to rebuild configs when there is no need to and
2895 when the source is unavailable. Closes: #420197, #413145.
2896 * Fix typo in bacula-sd manpage. Closes: #417571.
2897
2898 -- John Goerzen <jgoerzen@complete.org> Mon, 23 Apr 2007 07:09:31 -0500
2899
2900bacula (2.0.3-3) unstable; urgency=low
2901
2902 * Make postrm scripts more versatile. Closes: #416649.
2903
2904 -- John Goerzen <jgoerzen@complete.org> Fri, 13 Apr 2007 03:13:05 -0500
2905
2906bacula (2.0.3-2) unstable; urgency=low
2907
2908 * Finally upload to unstable.
2909 * Added note to README.Debian about /etc/bacula/scripts
2910 and multiple versions of PostgreSQL. Closes: #383357.
2911 * Added dep from bacula-director-common on mailx, and drop explicit
2912 deps on mail-transport-agent. Closes: #386920.
2913 * Version 2.0.x now properly initializes supplemental groups.
2914 Closes: #391492. (This should have been closed in 2.0.2-1 upload)
2915 * Properly remove password in sqlite/sqlite3 postinsts.
2916 Closes: #404866.
2917 * Consoles connect to localhost by default. Closes: #404868, #407081.
2918 * Don't munge make_catalog_backup in bacula-dir.conf. Closes: #407082.
2919 * Remove spurious dep from bacula-director-pgsql on sqlite3.
2920 Closes: #396921.
2921
2922 -- John Goerzen <jgoerzen@complete.org> Tue, 13 Mar 2007 10:40:14 -0500
2923
2924bacula (2.0.3-1) experimental; urgency=low
2925
2926 * New upstream release.
2927 * Local manpage bug should have been closed with 2.0.2-1.
2928 Closes: #367643.
2929
2930 -- John Goerzen <jgoerzen@complete.org> Wed, 7 Mar 2007 03:40:37 -0600
2931
2932bacula (2.0.2-1) experimental; urgency=low
2933
2934 * New upstream release. Closes: #408381.
2935 * Upstream has dropped Gnome console. Closes: #391820.
2936 * Remove debian/manpages since manpages are now shipped upstream.
2937 Modify debian/*.manpages to reference these files.
2938 * debian/ support for automatically upgrading database to v10.
2939 * Updated German translation. Closes: #406547.
2940 * Removed references to obsolete docs.
2941
2942 -- John Goerzen <jgoerzen@complete.org> Fri, 23 Feb 2007 08:21:36 -0600
2943
2944bacula (1.38.11-8) unstable; urgency=high
2945
2946 * Rebuild to fix earlier binNMU. Closes: #411652.
2947 * debian/control switched to suggested source:Version approach from
2948 debian-devel.
2949
2950 -- John Goerzen <jgoerzen@complete.org> Thu, 22 Feb 2007 12:58:55 -0600
2951
2952bacula (1.38.11-7) unstable; urgency=low
2953
2954 * ACK NMU. Closes: #394605.
2955 * New Japanese translation thanks to Hideky Yamane. Closes: #392638.
2956 * New Czech translation from Jakup Kasparec. Closes: #392680.
2957
2958 -- John Goerzen <jgoerzen@complete.org> Fri, 27 Oct 2006 08:39:46 -0500
2959
2960bacula (1.38.11-6.1) unstable; urgency=low
2961
2962 * Remove explicit build dependency on python2.3.
2963
2964 -- Matthias Klose <doko@debian.org> Fri, 27 Oct 2006 05:47:35 +0200
2965
2966bacula (1.38.11-6) unstable; urgency=high
2967
2968 * Only call dbconfig-common if it exists in maintainer scripts.
2969 Closes: #388220, #388222.
2970
2971 -- John Goerzen <jgoerzen@complete.org> Fri, 22 Sep 2006 10:06:22 -0500
2972
2973bacula (1.38.11-5) unstable; urgency=high
2974
2975 * Added missing shlibs:Depends for bacula-director-pgsql. Closes: #384837.
2976
2977 -- John Goerzen <jgoerzen@complete.org> Sun, 27 Aug 2006 18:48:24 -0500
2978
2979bacula (1.38.11-4) unstable; urgency=high
2980
2981 * Rebuild against newer libmysql15-dev. Closes: #384433.
2982 * Build build-dep on libmysql15-dev.
2983
2984 -- John Goerzen <jgoerzen@complete.org> Fri, 25 Aug 2006 13:52:24 -0500
2985
2986bacula (1.38.11-3) unstable; urgency=high
2987
2988 * Update postrm to new dbconfig-common method. Closes: #383142.
2989
2990 -- John Goerzen <jgoerzen@complete.org> Mon, 21 Aug 2006 09:19:49 -0500
2991
2992bacula (1.38.11-2) unstable; urgency=low
2993
2994 * Updated Brazilian Portugese translation from Felipe August van de Wiel.
2995 Closes: #373992.
2996 * Updated Dutch translation from Kurt De Bree. Closes: #375128.
2997 * New Portugese translation from Rui Branco. Closes: #380675.
2998
2999 -- John Goerzen <jgoerzen@complete.org> Sat, 12 Aug 2006 09:40:36 -0500
3000
3001bacula (1.38.11-1) unstable; urgency=low
3002
3003 * New upstream release
3004 * Update debian/copyright with new upstream LICENSE
3005 * Add Suggests on bacula-doc
3006
3007 -- John Goerzen <jgoerzen@complete.org> Fri, 30 Jun 2006 08:02:36 -0500
3008
3009bacula (1.38.10-2) unstable; urgency=low
3010
3011 * Applied 1.38.10-scheduler.patch and 1.38.10-dvd-eof.patch from upstream.
3012
3013 -- John Goerzen <jgoerzen@complete.org> Mon, 26 Jun 2006 17:12:43 -0500
3014
3015bacula (1.38.10-1) unstable; urgency=low
3016
3017 * New upstream version.
3018 * New French translation from Thomas Huriaux. Closes: #370476.
3019 * Update dep on dbconfig-common for new PostgreSQL date style config.
3020 * Daemons listen only on localhost by default. Closes: #367105.
3021
3022 -- John Goerzen <jgoerzen@complete.org> Mon, 12 Jun 2006 15:44:23 -0500
3023
3024bacula (1.38.9-10) unstable; urgency=low
3025
3026 * Update LICENSE with newer version from upstream. Closes: #367970.
3027 * Applied patch from Kern Sibbald, Bacula author, to fix odd
3028 segfault in bacula-sd. Closes: #367424.
3029
3030 -- John Goerzen <jgoerzen@complete.org> Wed, 24 May 2006 22:25:03 -0500
3031
3032bacula (1.38.9-9) unstable; urgency=low
3033
3034 * Remove LD_ASSUME_KERNEL from bacula-director-common init script.
3035 Closes: #367537.
3036
3037 -- John Goerzen <jgoerzen@complete.org> Tue, 16 May 2006 21:29:27 -0500
3038
3039bacula (1.38.9-8) unstable; urgency=low
3040
3041 * Now use GNU sed instead of ssed for inplace editing -- GNU sed
3042 now has this feature. Closes: #367201.
3043 * Include examples/ directory in bacula-common.
3044 * Remove old bacula-doc files.
3045 * Create additional PostgreSQL indices (like we alredy do for MySQL)
3046 * Added dbconfig-common as a dep for bacula-director-mysql.
3047 Closes: #367420.
3048 * Added build-dep on libxt-dev.
3049 * Listed postgresql-8.1 and postgresql-8.0 as recommends for
3050 bacula-director-pgsql.
3051
3052 -- John Goerzen <jgoerzen@complete.org> Mon, 15 May 2006 16:48:57 -0500
3053
3054bacula (1.38.9-7) unstable; urgency=low
3055
3056 * Made bacula-sd-* also Replace the old bacula-sd package. Closes: #367075.
3057 * Update debian/copyright from LICENSE.
3058 * Remove bsmtp and btraceback manpages from debian/manpages.
3059
3060 -- John Goerzen <jgoerzen@complete.org> Sat, 13 May 2006 11:09:03 -0500
3061
3062bacula (1.38.9-6) unstable; urgency=low
3063
3064 * Rewrote remaining templates to use better language.
3065 Closes: #236992, #313149.
3066 * Removed obsolete file debian/RATIONALE.
3067 * Added build-dependency on bc, which is used by autoconf/randpass.
3068 * Changed Recommends in bacula-sd to dep on python for the dvd-changer
3069 script.
3070 * Rewrite most of README.Debian. Include information about
3071 users/security. Closes: #304076.
3072 * Remove obsolete directory debian/_pending.
3073
3074 -- John Goerzen <jgoerzen@complete.org> Sat, 13 May 2006 10:02:24 -0500
3075
3076bacula (1.38.9-5) unstable; urgency=low
3077
3078 * bacula-sd-*: added conflict on bacula-sd < 1.38.9, since some
3079 manpages have moved around since that version and conflicts
3080 could exist on upgrade. Closes: #367075.
3081 * Removed accidentally-copied bacula-director-pgsql.preinst.
3082 Closes: #367066, #367069, #367070.
3083
3084 -- John Goerzen <jgoerzen@complete.org> Sat, 13 May 2006 09:25:35 -0500
3085
3086bacula (1.38.9-4) unstable; urgency=low
3087
3088 * Sanitize multi-variant deps with virtual packages
3089
3090 * Move bwild and bregex into bacula-director-common instead of all
3091 the bacula-director-* packages. Change bacula-director-common
3092 from arch all to arch any.
3093
3094 * Changed all URLs from html-manual to rel-manual, and forwarded
3095 this patch upstream. Closes: #363151.
3096
3097 * Fix bacula-director-sqlite postinst to properly handle the upgrade
3098 to 1.38.
3099
3100 * Added missing scripts disk-changer and dvd-handler to bacula-sd.
3101
3102 * Removed cruft in debian/additions and debian/patches.
3103
3104 * Revert changes to:
3105 + grant_postgresql_privileges.in (no longer necessary)
3106 + gnome2-console/console.c (should respect upstream syntax choices)
3107 + update_mysql_tables_6_to_7, 7_to_8 (irrelevant)
3108 + update_sqlite_tables_7_to_8 (gratuitous)
3109
3110 * Thanks to new support in dbconfig-common 1.8.13, the encoding for
3111 the PostgreSQL database can now be specified. PostgreSQL encoding
3112 should therefore be fixed.
3113
3114 * Removed obsolete per-arch build code from rules.
3115
3116 -- John Goerzen <jgoerzen@complete.org> Fri, 12 May 2006 08:50:19 -0500
3117
3118bacula (1.38.9-3) unstable; urgency=low
3119
3120 * Clean up Sqlite3 postinst
3121
3122 * Added some more upstream docs to bacula-common
3123
3124 * Switched MySQL to use dbconfig-common. Removed largs amounts of
3125 old code for MySQL support. Closes: #338884, #357386.
3126
3127 * No longer force removal of director conffiles on removal (only
3128 purge).
3129
3130 * Removed obsolete templates for MySQL & PostgreSQL.
3131
3132 * Removed obsolete install-flavors templates in debian/rules.
3133
3134 * Install Sqlite and Sqlite3 scripts properly.
3135
3136 * Removed obsolete translations (they were causing build errors now
3137 that the obsolete templates are gone)
3138
3139 -- John Goerzen <jgoerzen@complete.org> Thu, 11 May 2006 06:45:44 -0500
3140
3141bacula (1.38.9-2) unstable; urgency=low
3142
3143 * Sanitize dependencies in control -- make sure everything that
3144 needs to depends on bacula-common and use bacula-server and
3145 bacula-client.
3146
3147 * Reverse direction of /var/log/bacula/log symlink to have main
3148 logfile written in /var/log/bacula.
3149
3150 * Install upstream's default logrotate (with Debian's path).
3151 Previously, there was no logrotate installed by default.
3152 Closes: #309675.
3153
3154 * Removed duplicate user-adding code from bacula-director-common.
3155 bacula-common already does this.
3156
3157 * Removed spurious chown/chmod of /var/run/bacula from bacula-sd
3158 and bacula-fd. bacula-common already does this.
3159
3160 * Moved chmod/chown of /var/lib/bacula and /var/log/bacula
3161 from bacula-director-common to bacula-common. These areas may be
3162 used by non-director packages as well.
3163
3164 * Slight simplification of debian/rules
3165
3166 * Switched to dbconfig-common for PostgreSQL. Closes: #365096.
3167
3168 * Removed large amounts of old code for PostgreSQL support.
3169
3170 -- John Goerzen <jgoerzen@complete.org> Wed, 10 May 2006 22:17:29 -0500
3171
3172bacula (1.38.9-1) unstable; urgency=low
3173
3174 * New maintainer: John Goerzen <jgoerzen@complete.org>.
3175 Closes: #366625.
3176 Thanks to Jose Luis Tallon for initially packaging and maintaining
3177 Bacula in Debian.
3178
3179 * Close bugs that have been fixed in my earlier NMUs.
3180 Closes: #322753, #335809, #343762, #326175, #309601, #305220, #329271.
3181 Closes: #326178, #312329, #303456, #339341, #339322, #281957, #331757.
3182 Closes: #358762, #357619, #337250, #337376, #346430, #314492, #303862.
3183 Closes: #339084.
3184
3185 * Examine all diffs to upstream and revert ones that are not
3186 (any longer) necessary.
3187
3188 * Revert diff to db.m4 -- Bacula is now aware of pg_config natively.
3189
3190 * Removed commented-out patching/unpatching code in debian/rules
3191
3192 * Removed obsolete patch files debian/patches/*.patches,
3193 debian/patches/*old. These were only referenced by commented-out
3194 code in debian/rules.
3195
3196 * Revert patch to dbd_find.c -- no apparent reason existed for
3197 the change.
3198
3199 * Reverted hack to comment in update_mysql_tables_6_to_7
3200
3201 * Reverted hack to configure checking on syntax
3202
3203 * Renamed bacula-wxconsole to bacula-console-wx to maintain a
3204 sane naming scheme. Closes: #326177.
3205
3206 * Removed commented-out bacula-doc section from debian/control.
3207
3208 * Build-depends on mtx.
3209
3210 * Removed commented-out build-depends-indep for docs.
3211
3212 * Rewrote debian/rules build system -- now uses suggested vim-like
3213 build system. It calls configure several times and builds the
3214 package for each DB, rather than trying to hack the configure
3215 system to short-circuit that.
3216
3217 * Use stock make_catalog_backup/delete_catalog_backup scripts,
3218 and move these into the per-db bacula-director-* packages.
3219
3220 * Now build Sqlite3 packages (in addition to existing Sqlite v2
3221 packages) and make them the default.
3222
3223 * Fix sqlite build-deps. Previous versions build-dep'd on sqlite3
3224 but built using sqlite2.
3225
3226 * No longer rename consoles in rules.
3227
3228 * Update standards-version to 3.7.0.
3229
3230 * Clean target removes config.log
3231
3232 * Move bcopy and bscan manpages into proper bacula-sd-*sql* packages
3233
3234 * Added missing debconf dependencies to the bacula director packages
3235
3236 * Added missing adduser dependency to bacula-director-common
3237
3238 * Fixed menu files for correct location of console files
3239
3240 -- John Goerzen <jgoerzen@complete.org> Wed, 10 May 2006 11:16:05 -0500
3241
3242bacula (1.38.9-0.2) unstable; urgency=low
3243
3244 * No longer rm -rf /var/lib/bacula in bacula-director-common postinst.
3245 Other Bacula packages may still be installed, and this breaks them.
3246 * Include bwild and bregex in bacula-director-* packages.
3247
3248 -- John Goerzen <jgoerzen@complete.org> Tue, 9 May 2006 08:45:28 -0500
3249
3250bacula (1.38.9-0.1) unstable; urgency=low
3251
3252 * New upstream release: 1.38.9, which is mostly a bugfix release.
3253
3254 -- John Goerzen <jgoerzen@complete.org> Mon, 8 May 2006 10:50:45 -0500
3255
3256bacula (1.38.8-0.1) unstable; urgency=low
3257
3258 * Non-maintainer upload by John Goerzen.
3259 * Add missing build-deps: libgnomeui-dev, libx11-dev.
3260 * Commented out code that attempts to patch pg_hba.conf. This sort of
3261 thing should never be done without prompting the user. It was broken
3262 for sid as written, and also failed to take into account the
3263 possibility of Unix domain sockets or having multiple versions of
3264 PostgreSQL on a machine. Closes: #309601.
3265 * Build-Conflicts on python2.2-dev. The configure script will use it
3266 by default, instead of python2.3-dev, if it's available. This could
3267 lead to different Python versions being linked in on different archs.
3268 * Numerous fixes to clean target to make sure all sorts of otherwise-missed
3269 generated files get removed.
3270 * Removed spurious chown of /var/lib/bacula in
3271 bacula-director-common.preinst. Having it there could lead to
3272 failure to install that package since that directory may not already
3273 exist. postinst for that package was already doing the same chown
3274 anyway.
3275 * Removed erreneous chown attempt of /var/log/bacula/log in
3276 bacula-director-common.postinst. This file is not installed
3277 by this package. Closes: #303862.
3278 * Fixed distribution of bscan and bcopy such that they appear in their
3279 bacula-sd-* properly, and not in bacula-director or bacula-sd.
3280 * debian/rules contains bashisms and will not build if bash is not
3281 the default shell. Explicitly set SHELL in debian/rules.
3282
3283 * The below changes were made available by Jose Luis Tallon on SourceForge.
3284
3285 * New upstream version (Closes: #339322)
3286 - fixes insecure temporary file creation (Closes: #329271)
3287 - fixes error in online help (Closes: #303456)
3288 - fixes segfault w/ fd (Closes: #346430)
3289
3290 * debian/rules : fix typo w/in build process (Closes: #337250)
3291 - enable TLS functionality
3292 - added upstream's generic 'bacula' manpage
3293
3294 * debian/control, dependency information
3295 - simplify dependencies; allow transition to cdebconf (Closes: #331757)
3296 - wrapped Build-Depends line
3297 - upgrade to building with wxWidgets2.6 (Closes: #326178)
3298 - upgrade to libmysqlclient15 (Closes: #358762)
3299 - bacula-doc is now another set of packages
3300 - splitted bacula-sd in 'flavors'(avoid static linking)
3301
3302 * init process: auto-create /var/run/bacula on startup (Closes: #357619)
3303
3304 * bacula-director-mysql:
3305 - fix db-autoconfig -- typo in grant sentence(improper quoting) (Closes: #312329)
3306 - upgrade to libmysqlclient15-dev (Closes: #343762)
3307 - Automatically add indexes to tables (Closes: #335809)
3308
3309 * bacula-director-pgqsl:
3310 - purge debconf data on purge (Closes: #314492)
3311 - rebuild -- update postgresql-client dependency (Closes: #339341)
3312
3313 * bacula-sd
3314 - Solves problem w/ Linux2.6 and no tapes on startup (Closes: #337376)
3315 - Better handling of auto-labels (Closes: #322753)
3316
3317 * GUI
3318 - bacula-wxconsole: Link against GNOME2 libs only (Closes: #326178)
3319 - bacula-console-gnome: provide desktop entry (Closes: #326175)
3320 - bacula-console-gnome: fix help (Closes: #305220)
3321 - created bacula-traymonitor package (Closes: #281957)
3322
3323 * Localization
3324 - se_SV (tack så mycket, Daniel) (Closes: #339084)
3325
3326 * Christoph Haas added to "Uploaders"
3327
3328 -- John Goerzen <jgoerzen@complete.org> Thu, 27 Apr 2006 10:04:07 -0500
3329
3330bacula (1.36.3-2) unstable; urgency=low
3331
3332 * bacula-director-mysql: fix granting of privileges during postinst
3333 -- typo in grant sentence('eval' missing) (Closes: #312329)
3334
3335 * bacula-director-pgsql: fix problems with unicode filenames
3336 -- CREATE DATABASE $CATALOG WITH ENCODING = 'SQL_ASCII' (Closes: #313227)
3337
3338 * bacula-sd: Fix MTX support (Closes: #308803)
3339
3340 * Localization enhancements:
3341 - JA (Closes: #310104)
3342 - FR (Closes: #309664)
3343 - CS (Closes: #312148)
3344 - VI (Closes: #313148)
3345
3346 * Solved problem with bacula-sd's lib dependencies
3347 -- bcopy was being improperly compiled (Closes: #309919)
3348
3349 * PostgreSQL transition completed: build-depend on libpq-dev instead
3350
3351 -- Jose Luis Tallon <jltallon@adv-solutions.net> Wed, 9 Jun 2005 02:33:13 +0200
3352
3353bacula (1.36.3-1) unstable; urgency=low
3354
3355 * New upstream version; several bugfixes (Closes: #306176)
3356
3357 * bacula-director-mysql: link against libmysql12, in order
3358 to better support MySQL-4.1 installations which have not
3359 been properly configured (Closes: #305669)
3360
3361 * bacula-director-mysql: Additional fixes for the solution of
3362 #303111 -- Add much more robustness to the autoconfig process
3363
3364 * Included patch from bugs.bacula.org to have proper behaviour on backup
3365 attempts when FD is unreachable(Closes: #304531)
3366
3367 * Documentation: fix bscan and bls's manpage(rewritten).
3368
3369 -- Jose Luis Tallon <jltallon@adv-solutions.net> Wed, 11 May 2005 18:56:13 +0200
3370
3371bacula (1.36.2-2) unstable; urgency=low
3372
3373 * bacula-director-pgsql: postinst enhancements by Jamie Ffolliott
3374
3375 * bacula-fd: proper behaviour on restart (Closes: #293570)
3376
3377 * bacula-director-common: fix to template for make_catalog_backup
3378 to force users to configure it properly (Closes: #299052)
3379
3380 * bacula-common: remove dup'd btraceback (Closes: #301219)
3381
3382 * Updated french translation (Closes: #303120)
3383
3384 * bacula-director-mysql:
3385 - succeed also when password contains spaces (Closes: #303111)
3386
3387 -- Jose Luis Tallon <jltallon@adv-solutions.net> Sun, 10 Apr 2005 19:21:25 +0200
3388
3389bacula (1.36.2-1) unstable; urgency=low
3390
3391 * New upstream version. Some fixes and enhancements (Closes: #297477)
3392
3393 * bacula-director-pgsql: postinst fixed (Closes: #289838, #272191)
3394 - connect to db, create tables, create user & grant privs
3395 - use the configured root password
3396 - support remote pgsql hosts
3397 - patch the grant script to re-enable key indexes needed
3398 - set create_tables to false after successful creation, and
3399 reset variables configured by debconf if they result in an error
3400 so they are re-entered on the next install attempt.
3401 - fix the catalog upgrade process
3402 - save .pgpass with user/pass, for secure use by bacula scripts,
3403 package upgrades
3404 - write bacula-dir.conf with correct bacula user/pass/db, and
3405 correct the catalog backup command
3406 - enable auth to the local bacula db in pg_hba.conf. Fixes a
3407 director startup error.
3408 * bacula-director-pgsql: config fixed
3409 - configure remote pgsql hosts
3410 - add reconfigure
3411 - add drop db option in reconfigure, to re-create the bacula db
3412
3413 * bacula-director-pgsql: postrm completed
3414 - drop the db and user, & remove the .pgpass file
3415
3416 * Many thanks to Jamie ffolliott <jamieff@inline.net>, the author of
3417 all of the PostgreSQL-related fixes. Long overdue, now in :-)
3418
3419 * UpdateDB: fix typo in 'update_mysql_tables_7_to_8' (Closes: #288107)
3420
3421 * bacula-director-mysql: fix typo in sql_cmds (Closes: #295823)
3422
3423 * bacula-director-sqlite: fix db upgrade logic (Closes: #282416, #289209)
3424 (lines 62 & 71 of the postinst script)
3425
3426 * bacula-fd: new version apparently solves crashes (Closes: #277273)
3427
3428 * bacula-common: move symlink to proper package (Closes: #285659)
3429
3430 * Patch by Nicolas Boichat to fix "cancel" in wx-console (Closes: #292517)
3431
3432 * Updated Dutch translation (Closes: #281559)
3433
3434 -- Jose Luis Tallon <jltallon@adv-solutions.net> Tue, 22 Mar 2005 13:31:34 +0100
3435
3436bacula (1.36.1-1) unstable; urgency=low
3437
3438 * New upstream version. Includes several minor improvements.
3439
3440 * bacula-director-pgsql: really compile in support for PostgreSQL, after
3441 latest breakages (Closes: #274997, #282788)
3442
3443 * bacula-director-sqlite: revised upgrade logic. Should work now --
3444 feedback requested (Closes: #282416)
3445
3446 * Fix once and for all, broken variable assignment(hopefully)
3447 (Closes: 275284)
3448
3449 * UpdateDB: robustness added to upstream scripts; should be able to better
3450 detect broken setups. Integrated upstream. Thanks, Kern!
3451
3452 -- Jose Luis Tallon <jltallon@adv-solutions.net> Fri, 3 Dec 2004 18:22:05 +0100
3453
3454bacula (1.36.0-1) unstable; urgency=low
3455
3456 * New upstream version (Closes: #278605)
3457 - hopefully solves problems where bacula-fd segfaulted
3458 - database format changed to v8. Add upgrading v6 -> v7 -> v8
3459 capabilities to postinst scripts. (Closes: #271892)
3460 - updatedb scripts patched, to avoid problem with PostgreSQL update.
3461
3462 * bacula-director-common: added "reload" action (send SIGHUP)
3463
3464 * bacula-fd:
3465 - to avoid problems with broken setups, postinst scripts now use
3466 '/bin/bash' instead of '/bin/sh' (Closes: #277127)
3467
3468 * bacula-doc: added missing image (Closes: #279913)
3469
3470 * UpdateDB: robustness added to upstream scripts; should be able to better
3471 detect broken setups.
3472
3473 * Really close bug due to typo in 'config' (Closes: #275284)
3474
3475 * Fix a typo in package description, by <florz@gmx.de> (Closes: #277220)
3476
3477 -- Jose Luis Tallon <jltallon@adv-solutions.net> Wed, 17 Nov 2004 20:41:05 +0100
3478
3479bacula (1.34.6-2) unstable; urgency=low
3480
3481 * PgSQL "flavor":
3482 - another little build improvement (Closes: #274997)
3483 - typo in 'config', reported by PMHahn (Closes: #275284)
3484
3485 -- Jose Luis Tallon <jltallon@adv-solutions.net> Sat, 9 Oct 2004 16:04:05 +0200
3486
3487bacula (1.34.6-2) unstable; urgency=high
3488
3489 * Urgency high because the PostgreSQL "flavor" is not properly built.
3490 It is linked against the "internal" database, which is not functional.
3491 - The flag to enable PostgreSQL is called "HAVE_POSTGRESQL" instead of
3492 HAVE_PGSQL -- Reported by E Zanardi <ezanard@debian.org>
3493 - Newer libpq needs -lssl -lcrypto...
3494
3495 * bacula-director-mysql: fixed bogus update procedure
3496 - succeed when catalog is already up-to-date (Closes: #271998)
3497 - work when admin user has a non-blank password.
3498
3499 * bacula-director-pgsql: fixed problem, where --regardless of specified
3500 dbadmin-- root was used to connect to PgSQL (Closes: #272181)
3501
3502 * bacula-sd: daemon leaves FD 0,1,2 open; Close them.
3503 Backported change to lib/daemon.c from 1.35.3 (Closes: #272083)
3504
3505 * bacula-director-common:
3506 - link /usr/lib/bacula/smtp to bsmtp to preserve older configurations
3507 (Closes: #272880)
3508 - Integrated patch from Daniel Hermann, to ensure proper 'director'
3509 termination in init.d script (Closes: #271579)
3510
3511 * Integrated some more of PMHahn build enhancements. Thanks!
3512
3513 * Properly building the static bscan "flavors" brings in
3514 many build dependencies..ggrrrr
3515 ( libpq depends on libkrb5, libk5crypto, libcom_err, libcrypt,... )
3516
3517 * Corrected some more typos
3518 - Missing cleanup after building "flavored" binaries
3519 - Missing 'btraceback' component
3520
3521 * Package sponsored by Roberto Lumbreras <rover@debian.org>
3522
3523 -- Jose Luis Tallon <jltallon@adv-solutions.net> Wed, 29 Sep 2004 16:04:05 +0200
3524
3525bacula (1.34.6-1) unstable; urgency=high
3526
3527 * New upstream version
3528 * Applied patch to avoid deadlocks in bacula-dir (urgency -> high)
3529
3530 * Several cleanups from both Philipp M Hahn & Filip Van Raemdonck. I can't
3531 sufficiently express my gratitude here. Thanks!!
3532 - fixed upgrade support
3533 - build improvements
3534 - several minor fixups/reorganization. I hope i got it right this time..
3535
3536 * Now bscan is a set of 3 statically-linked binaries, so that bacula-sd
3537 does not pull all three client libs. This had been pending for a long time...
3538
3539 * Some more minor improvements
3540 - Logfiles are already in /var/log/bacula/ (Closes: #254245)
3541 - Fixed perms on /var/log/bacula/log (Closes: #252410)
3542
3543 * Bacula's GNOME console was already linked against v2 libs
3544 since 1.34.5-1 (Closes: #264975)
3545
3546 * MySQL flavor's postinst issues
3547 - Wrong ordering of db_get / assignment (Closes: #270329)
3548 - Split line changes meaning, other cleanups (Closes: #270197)
3549
3550 * Updated debconf translations
3551 - FR (Closes: #269958)
3552 - JA, by Hideki Yamane <henrich@samba.gr.jp> (Closes: #270765)
3553
3554 * Debconf-related fixes:
3555 - Updated versioned dependency w/Debconf: v1.4.30 seems to work.
3556 - Reset password's "seen" flag, so that it gets asked again
3557 - Moved root password question back to 'config' grr...
3558
3559 * Several adjustments to descriptions; minor additions to Suggests:
3560 Matthew Hawkins has provided invaluable feedback here. Thanks!!!
3561
3562 * The "fix all those typos" release.
3563 - Shin-young Yune: -director-pgsql.postinst
3564 - typos in -director-{my,pg}sql 's postinst scripts
3565 - typos in dh_link commands to get manpages installed
3566
3567 * Misc fixes
3568 - /var/lib/bacula absent from -director-common (Closes: #270196)
3569 - /usr/share/bacula-common/defconfig dir was empty!
3570 - grant_pgsql_privileges missing from -director-common
3571 - adjusted dependencies so that meta-packages can be upgraded
3572
3573 * Package sponsored by Roberto Lumbreras <rover@debian.org>
3574
3575 -- Jose Luis Tallon <jltallon@adv-solutions.net> Wed, 2 Sep 2004 12:36:51 +0200
3576
3577bacula (1.34.5-1) unstable; urgency=high
3578
3579 * Urgency high, because:
3580 - TLS libraries from libc6-i686 no longer break bacula. (Closes: #250351)
3581
3582 * New upstream version (Closes: #242725, #242735)
3583 - Supports PostgreSQL for the catalog (Closes: #252244)
3584 - Supports backup to disk.
3585 - Supports backing up ACLs (enabled in this package)
3586 - Several minor bugfixes since 1.34.2
3587
3588 * Completely redone, much more efficient, build system. Contributed by
3589 Turbo Fredriksson <turbo@debian.org> and adapted by me: now only the
3590 "flavor-dependent"(cats,dird,tools) are rebuilt, instead of the full
3591 package. The scripts are also generated from 'rules' instead.
3592
3593 * Several upstream enhancements/changes;
3594 + Database schema changes: `postinst' will try to upgrade MySQL & SQLite
3595 + Added PostgreSQL support for the catalog
3596 + Added support for disk-based backups, etc (see Documentation)
3597
3598 * Security related changes
3599 - More secure password handling in configure/postinst (prompt during postinst,
3600 delete password inmediately) -- breaks unattended installs unless one
3601 uses debconf seeding, sorry; Warnings with lintian/linda, grrr...
3602 - Added TCP wrappers(libwrap) support, after agreement with
3603 Steve Smith (Closes: #245626)
3604 - Ensured proper ownership and permissions for /var/lib/bacula, in order
3605 for the PostgreSQL port to run securely.
3606
3607 * Upgrade to compiling/linking the console against Gnome2;
3608 renamed to bconsole-gnome to avoid namespace pollution (Closes: #246953)
3609
3610 * Added wxWindows console version, bacula-wxconsole.
3611
3612 * Moved bcopy,bls,bextract,bscan,btape manpages to sect 8 - lintian's advice.
3613 - Fix minor error in bconsole's displayed usage (Closes: #254427)
3614
3615 * Include bscan.sqlite, bscan.mysql, bscan.pgsql in bacula-sd, under /usr/lib
3616 so that data recovery can be attempted with the supplied package in the event
3617 that the catalog gets damaged; As politely asked by Christof Lehmann, and
3618 later by Tilo Levante (Closes: #255059)
3619
3620 * PostgreSQL port of the maintainer scripts, merged from contributions by
3621 Alvaro Hernandez Tortosa <aht@ahtech.net> and
3622 Philipp Matthias Hahn <pmhahn@debian.org>. Many thanks!.
3623
3624 * Merged enhancements/patches by PMHahn: PgSQL support, docs,
3625 maint. scripts, debian/rules. I owe you one.
3626
3627 * Added pt_BR translation, by <andrelop@debian.org> (Closes: #254110)
3628
3629 * Misc minor bugfixes:
3630 - Restart breakage if not running (Closes: #252360)
3631 - Fixed wrong paths in scripts: added "flavor-independent" catalog backup
3632 script for bacula-sd (Closes: #250863)
3633 - Depend on exim4|mail-transport-agent (Closes: #255340)
3634
3635 * Package sponsored by Filip Van Raemdonck <mechanix@debian.org>
3636
3637 -- Jose Luis Tallon <jltallon@adv-solutions.net> Sun, 29 Aug 2004 19:08:51 +0200
3638
3639bacula (1.32f-5-3.1) unstable; urgency=high
3640
3641 * NMU - acknowledged.
3642
3643 * Changes from NMUer Filip Van Raedmdonck:
3644 - Build database specific catalog backup script and install it in the
3645 respective packages. This fixes tests and paths. (Closes: #250863)
3646 - Build GNOME 2 console. (Closes: #264975)
3647 Rename to gnome-bconsole to avoid namespace pollution. (Closes: #246953)
3648 - Retitle the menu entry to avoid conflict with the textual one, point it to
3649 the right config file location and run it with help of gksu.
3650 - Add Brazilian Portuguese debconf template translation. (Closes: #254110)
3651 - Depend on exim4 instead of exim. (Closes: #255340)
3652
3653 -- Filip Van Raemdonck <mechanix@debian.org> Mon, 11 Aug 2004 18:42:34 +0200
3654
3655bacula (1.32f-5-3) unstable; urgency=low
3656
3657 * Added *real* DE translation and some enhancements to the manual pages,
3658 submitted by Philipp Hahn <pmhahn@debian.org>. Thanks! (Closes: #246676)
3659
3660 * Fix permissions problem in -director-sqlite's postinst (Closes: #246955)
3661
3662 * Package sponsored by Roberto Lumbreras <rover@debian.org>
3663
3664 -- Jose Luis Tallon <jltallon@adv-solutions.net> Sun, 2 May 2004 23:58:06 +0100
3665
3666bacula (1.32f-5-2) unstable; urgency=low
3667
3668 * Create '/var/lib/bacula/bacula.db' in postinst (Closes: #243983)
3669
3670 * Fix dependency goofup which made the 'bacula' meta-package uninstallable (Closes: #245259)
3671
3672 * Changed architecture for 'bacula', 'bacula-client' and 'bacula-server'
3673 meta-packages from 'any' to 'all'. Thanks to Linda ;)
3674
3675 * Package sponsored by Roberto Lumbreras <rover@debian.org>
3676
3677 -- Jose Luis Tallon <jltallon@adv-solutions.net> Wed, 21 Apr 2004 12:48:01 +0100
3678
3679bacula (1.32f-5-1) unstable; urgency=low
3680
3681 * Do not provide same file as conserver-client: moved /usr/bin/console
3682 to /usr/bin/bconsole. (Closes: #240282)
3683
3684 * Added menu entries for 'bacula-console' & 'bacula-console-gnome'.
3685
3686 * Added French translation of Bacula's templates (Closes: #238190)
3687 * Added Dutch translation of Bacula's templates (Closes: #241310)
3688 Thanks, guys!!!
3689
3690 * Since Katie does not understand tham i am myself ;) when comparing my
3691 name in changelog[UTF-8] & control[7bit ascii], remove accentuated vowels.
3692
3693 * Fix wrong substitutions in FD scripts: provide customized
3694 {start,stop}mysql scripts for Debian (Closes: #238630)
3695
3696 * Tweak dependencies, so that one can install the "everything"
3697 meta-package(`bacula_x.yy-*.deb') with the MySQL version of the director
3698 [depend on the 'bacula-director' virtual package] (Closes: #240005)
3699
3700 * Package sponsored by Roberto Lumbreras <rover@debian.org>
3701
3702 -- Jose Luis Tallon <jltallon@adv-solutions.net> Mon, 12 Apr 2004 22:03:19 +0200
3703
3704bacula (1.32f-4-3) unstable; urgency=low
3705
3706 * Fix typo in bacula-director-sqlite.postinst introduced in the previous
3707 upload. Cosmetic enhancement when reinstalling/upgrading: avoid error
3708 messages from SQLite.
3709
3710 * Package sponsored by Roberto Lumbreras <rover@debian.org>
3711
3712 -- José Luis Tallón <jltallon@adv-solutions.net> Sun, 14 Mar 2004 01:18:31 +0100
3713
3714bacula (1.32f-4-2) unstable; urgency=low
3715
3716 * Add missing logic to bacula-director-sqlite's postinst so that
3717 configuration succeeds (Closes: #236126)
3718
3719 * Fix compilation problem in Alpha platform (var.c file)
3720
3721 * Package sponsored by Roberto Lumbreras <rover@debian.org>
3722
3723 -- José Luis Tallón <jltallon@adv-solutions.net> Sat, 13 Mar 2004 21:39:33 +0100
3724
3725bacula (1.32f-4-1) unstable; urgency=low
3726
3727 * Do *not* depend on OpenSSL, since it is not really needed, as confirmed
3728 by upstream.
3729
3730 * Increase robustnes in bacula-director-mysql's postinst: succeed
3731 also when MySQL runs at localhost and network connectivity is disabled.
3732
3733 * Increase robustness & polish some rough edges in the 'config' script:
3734 detect whether tables are created and act accordingly.
3735
3736 * Make bacula-director-mysql *restart* bacula if there was a previous
3737 version installed, do *stop* it on remove.
3738
3739 * Increase robustness of bacula-director-common's initscript : killall -15
3740 if start-stop-daemon --stop did not succeed.
3741
3742 * Fix packaging bug in bacula-console introduced with prev. release changes.
3743
3744 * Fix several typos/leftovers from package polishing lately: mostly
3745 forgetting to update vars to reflect changes in file location/name
3746
3747 * New upstream version
3748
3749 * RFP/ITP fullfilled (Closes: bug#188946)
3750
3751 * Package sponsored by Roberto Lumbreras <rover@debian.org>
3752
3753 * Moved /usr/sbin/console to /usr/sbin/bacula-console, and provided a
3754 wrapper script so that it gets called with appropiate arguments, as a
3755 convenience to users. Added corresponding manpage (linked to console.1)
3756
3757 * Previous changes, before first upload to the Debian archive:
3758
3759 - bacula (1.32f-3-1) 28 Jan 2004
3760
3761 * Fixed a typo in bacula-director-mysql, which made postinst stomp on
3762 existing configuration file. Noticed by Dick Middleton.
3763 Robustness features in bacula-director-mysql.postinst.
3764
3765 * Slightly better manpages.
3766
3767 * Readied for first upload to Debian's archive.
3768
3769 - bacula (1.32b-5) 24 Dec 2003
3770
3771 * Completely revamped the bacula-director-mysql postinst, based
3772 upon suggestions/debugging by Frank Lenaerts.
3773 Most work was done during the DebConf-ES, with assistance from
3774 Alvaro Hernandez Tortosa <aht@ahtech.net>
3775
3776 * Added "chmod 755" for scripts in the patches subdir to rules,
3777 fixing a sure FTBFS bug. Pointed by Frank Lenaerts
3778 <lenaerts.frank@pandora.be>
3779
3780 - bacula (1.32b-4) 23 Nov 2003
3781
3782 * Polished 'purge' behaviour[postrm scripts] -- do remove files.
3783
3784 * Updated Build-Depends & debian/rules to better comply with policy,
3785 following advice from Roberto Lumbreras <rover@debian.org>
3786
3787 * Strengthened permissions on /etc/bacula and FD/SD/Director config
3788 files, to avoid giving away passwords to local users and thus
3789 avoid attacks. Problem reported/solution suggested by Frank
3790 Lenaerts.
3791
3792 * Verified dependencies, loosened a bit so that backporting is easier.
3793 Suggested by Frank Lenaerts <lenaerts.frank@pandora.be>
3794
3795 - bacula (1.32b-3) 10 Nov 2003
3796
3797 * Fixed several little packaging bugs:
3798 - Dir & SD ports were mistakenly exchanged.
3799 - SD privileges were a little too low.
3800 - Gnome-Console's config file was missing.
3801
3802 - bacula (1.32b-2) 6 Nov 2003
3803
3804 * Polished Packaging a little bit
3805
3806 * Fixed daemon stop bug, based on suggestions
3807 by Matthieu Racine <m.racine@free.fr>
3808
3809 * bacula-common's postinst now adds needed entries to /etc/services
3810
3811 - bacula (1.32b-1) 19 Oct 2003
3812
3813 * Initial Packaging: 12 binary packages built
3814
3815 -- José Luis Tallón <jltallon@adv-solutions.net> Wed, 18 Feb 2004 00:04:11 +0100
3816
3817>>>>>>> MERGE-SOURCE
19113818
=== modified file 'debian/control'
--- debian/control 2012-02-06 09:33:25 +0000
+++ debian/control 2012-02-10 12:11:23 +0000
@@ -1,3 +1,4 @@
1<<<<<<< TREE
1Source: bacula2Source: bacula
2Section: admin3Section: admin
3Priority: optional4Priority: optional
@@ -318,3 +319,325 @@
318 GNOME.319 GNOME.
319 .320 .
320 The monitor constantly displays Bacula's status.321 The monitor constantly displays Bacula's status.
322=======
323Source: bacula
324Section: admin
325Priority: optional
326Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
327XSBC-Original-Maintainer: Debian Bacula packaging Group <pkg-bacula-devel@lists.alioth.debian.org>
328Uploaders: Jan Hauke Rahm <jhr@debian.org>
329Build-Depends: autotools-dev, debhelper (>= 6.0.7~), po-debconf (>= 0.8.2),
330 zlib1g-dev, libreadline-dev,
331 libsqlite3-dev, libmysqlclient-dev, libpq-dev (>= 8.4),
332 postgresql-server-dev-9.1,
333 libwrap0-dev, python-dev, libgtk2.0-dev (>= 2.10),
334 libgnome2-dev, libacl1-dev, libkrb5-dev, libgnomeui-dev,
335 libx11-dev, mtx, bc, libxt-dev, dpkg-dev (>= 1.13.19), libqt4-dev,
336 libssl-dev, quilt, po-debconf
337Build-Conflicts: python2.2-dev, python2.3, python2.4, qt3-dev-tools
338Standards-Version: 3.9.2
339Vcs-Browser: http://git.debian.org/?p=users/jgoerzen/bacula
340Vcs-Git: git://git.debian.org/git/users/jgoerzen/bacula
341Homepage: http://www.bacula.org/
342
343Package: bacula
344Architecture: all
345Depends: bacula-server, bacula-client, bacula-common, ${misc:Depends}
346Suggests: bacula-doc
347Description: network backup, recovery and verification - meta-package
348 Bacula is a set of programs to manage backup, recovery and verification
349 of computer data across a network of computers of different kinds.
350 .
351 It is efficient and relatively easy to use, while offering many advanced
352 storage management features that make it easy to find and recover lost or
353 damaged files. Due to its modular design, Bacula is scalable from small
354 single computer systems to networks of hundreds of machines.
355 .
356 This meta-package installs the entire suite of Bacula applications: job
357 scheduling, storage control, node connector, and administrative console.
358
359Package: bacula-common
360Replaces: bacula-director-common
361Architecture: any
362Pre-Depends: debconf (>= 1.4.30) | debconf-2.0, adduser (>= 3.0)
363Depends: ${shlibs:Depends}, ${misc:Depends}
364Suggests: bacula-doc
365Description: network backup, recovery and verification - common support files
366 Bacula is a set of programs to manage backup, recovery and verification of
367 data across a network of computers of different kinds.
368 .
369 This package provides files that are useful for other Bacula packages.
370
371Package: bacula-common-sqlite3
372Architecture: any
373Pre-Depends: debconf (>= 1.4.30) | debconf-2.0, adduser (>= 3.0)
374Depends: bacula-common, ${shlibs:Depends}, ${misc:Depends}
375Suggests: bacula-doc
376Conflicts: bacula-common-pgsql, bacula-common-mysql
377Description: network backup, recovery and verification - SQLite v3 common files
378 Bacula is a set of programs to manage backup, recovery and verification of
379 data across a network of computers of different kinds.
380 .
381 This package provides files that are useful for other Bacula packages
382 for the SQLite v3 database.
383
384Package: bacula-common-pgsql
385Architecture: any
386Pre-Depends: debconf (>= 1.4.30) | debconf-2.0, adduser (>= 3.0)
387Depends: bacula-common, ${shlibs:Depends}, ${misc:Depends}
388Suggests: bacula-doc
389Conflicts: bacula-common-sqlite3, bacula-common-mysql
390Description: network backup, recovery and verification - PostgreSQL common files
391 Bacula is a set of programs to manage backup, recovery and verification of
392 data across a network of computers of different kinds.
393 .
394 This package provides files that are useful for other Bacula packages
395 for the PostgreSQL database.
396
397Package: bacula-common-mysql
398Architecture: any
399Pre-Depends: debconf (>= 1.4.30) | debconf-2.0, adduser (>= 3.0)
400Depends: bacula-common, ${shlibs:Depends}, ${misc:Depends}
401Suggests: bacula-doc
402Conflicts: bacula-common-sqlite3, bacula-common-pgsql
403Description: network backup, recovery and verification - MySQL common files
404 Bacula is a set of programs to manage backup, recovery and verification of
405 data across a network of computers of different kinds.
406 .
407 This package provides files that are useful for other Bacula packages
408 for the MySQL database.
409
410Package: bacula-director-common
411Architecture: any
412Pre-Depends: debconf (>= 1.4.30) | debconf-2.0, bacula-common (= ${binary:Version})
413Depends: ${shlibs:Depends}, adduser, gawk, mailx, lsb-base (>= 3.2-13), ${misc:Depends}
414Description: network backup, recovery and verification - Director common files
415 Bacula is a set of programs to manage backup, recovery and verification of
416 data across a network of computers of different kinds.
417 .
418 The Bacula Director service supervises all the backup, restore, verify and
419 archive operations. It can run as a daemon or as a foreground service which
420 administrators can use to schedule backups and recover files.
421 .
422 This package provides common files for the Bacula Director daemon.
423
424Package: bacula-director-sqlite3
425Pre-Depends: debconf (>= 1.4.30) | debconf-2.0
426Architecture: any
427Depends: bacula-director-common (= ${binary:Version}), sqlite3, ${shlibs:Depends}, bacula-common-sqlite3 (>= ${binary:Version}), file, dbconfig-common (>= 1.8.19), ${misc:Depends}
428# Can remove dep on file once sqlite2 migration code is dropped from postinst
429# after squeeze (that migration code is for lenny -> squeeze)
430Conflicts: bacula-director
431Provides: bacula-director
432Replaces: bacula-director
433Description: network backup, recovery and verification - SQLite 3 storage for Director
434 Bacula is a set of programs to manage backup, recovery and verification of
435 data across a network of computers of different kinds.
436 .
437 The Bacula Director service supervises all the backup, restore, verify and
438 archive operations. It can run as a daemon or as a foreground service which
439 administrators can use to schedule backups and recover files.
440 .
441 This version stores Bacula's catalog in an SQLite 3 database, and thus is
442 suited for smaller installations.
443
444Package: bacula-director-mysql
445Architecture: any
446Pre-Depends: debconf (>= 1.4.30) | debconf-2.0
447Depends: bacula-director-common (= ${binary:Version}), dbconfig-common (>= 1.8.19), mysql-client, ${shlibs:Depends}, bacula-common-mysql (>= ${binary:Version}), ${misc:Depends}
448Conflicts: bacula-director
449Provides: bacula-director
450Replaces: bacula-director
451Recommends: mysql-server (>= 4.0)
452Description: network backup, recovery and verification - MySQL storage for Director
453 Bacula is a set of programs to manage backup, recovery and verification of
454 data across a network of computers of different kinds.
455 .
456 The Bacula Director service supervises all the backup, restore, verify and
457 archive operations. It can run as a daemon or as a foreground service which
458 administrators can use to schedule backups and recover files.
459 .
460 This version stores Bacula's catalog in a MySQL server, and thus is suited
461 for large installations.
462
463Package: bacula-director-pgsql
464Pre-Depends: debconf (>= 1.4.30) | debconf-2.0
465Architecture: any
466Depends: bacula-director-common (= ${binary:Version}), dbconfig-common (>= 1.8.19), postgresql-client (>= 7.4), ${shlibs:Depends}, bacula-common-pgsql (>= ${binary:Version}), ${misc:Depends}
467Conflicts: bacula-director
468Provides: bacula-director
469Replaces: bacula-director
470Recommends: postgresql (>= 7.4)
471Suggests: postgresql-contrib, postgresql-doc
472Description: network backup, recovery and verification - PostgreSQL storage for Director
473 Bacula is a set of programs to manage backup, recovery and verification of
474 data across a network of computers of different kinds.
475 .
476 The Bacula Director service supervises all the backup, restore, verify and
477 archive operations. It can run as a daemon or as a foreground service which
478 administrators can use to schedule backups and recover files.
479 .
480 This version stores Bacula's catalog in a PostgreSQL server, and thus is
481 suited for large installations.
482
483Package: bacula-client
484Architecture: all
485Depends: bacula-console (>= ${source:Version}), bacula-fd (>= ${source:Version}), ${misc:Depends}
486Suggests: bacula-traymonitor
487Description: network backup, recovery and verification - client meta-package
488 Bacula is a set of programs to manage backup, recovery and verification of
489 data across a network of computers of different kinds.
490 .
491 The Bacula Director service supervises all the backup, restore, verify and
492 archive operations. It can run as a daemon or as a foreground service which
493 administrators can use to schedule backups and recover files.
494 .
495 The package is a meta-package for client installations (file daemon and
496 console only).
497
498Package: bacula-fd
499Architecture: any
500Depends: bacula-common (= ${binary:Version}), ${shlibs:Depends}, lsb-base (>= 3.2-13), ${misc:Depends}
501Suggests: bacula-traymonitor
502Description: network backup, recovery and verification - file daemon
503 Bacula is a set of programs to manage backup, recovery and verification of
504 data across a network of computers of different kinds.
505 .
506 The file daemon has to be installed on the machine to be backed up. It is
507 responsible for providing the file attributes and data when requested by
508 the Director, and also for the file system-dependent part of restoration.
509
510Package: bacula-server
511Architecture: all
512Depends: bacula-director-mysql (>= ${source:Version})|bacula-director, bacula-sd (>= ${source:Version}), bacula-sd-mysql (>= ${source:Version})|bacula-sd-tools, ${misc:Depends}
513Recommends: bacula-fd
514Description: network backup, recovery and verification - server meta-package
515 Bacula is a set of programs to manage backup, recovery and verification of
516 data across a network of computers of different kinds.
517 .
518 This meta-package provides a standard server install, consisting of the
519 director and storage daemons.
520
521Package: bacula-sd
522Architecture: any
523Pre-Depends: bacula-common (= ${binary:Version})
524Depends: ${shlibs:Depends}, mtx, python, lsb-base (>= 3.2-13), ${misc:Depends}
525Recommends: bacula-sd-tools
526Suggests: dds2tar, scsitools, sg3-utils, mt-st
527Description: network backup, recovery and verification - storage daemon
528 Bacula is a set of programs to manage backup, recovery and verification of
529 data across a network of computers of different kinds.
530 .
531 The storage daemon performs the storage and recovery of the file
532 attributes and data to the physical media; in other words, it is
533 responsible for reading and writing the backups.
534 .
535 It runs on the machine which has access to the backup device(s) - usually
536 a tape drive, but alternatively other storage media, such as files.
537
538Package: bacula-sd-sqlite3
539Architecture: any
540Depends: bacula-sd (= ${binary:Version}), ${shlibs:Depends}, bacula-common-sqlite3 (>= ${binary:Version}), ${misc:Depends}
541Conflicts: bacula-sd-tools, bacula-sd (<= 3.0.1-1)
542Replaces: bacula-sd-tools, bacula-sd (<= 3.0.1-1)
543Provides: bacula-sd-tools
544Description: network backup, recovery and verification - SQLite 3 SD tools
545 Bacula is a set of programs to manage backup, recovery and verification of
546 data across a network of computers of different kinds.
547 .
548 The storage daemon performs the storage and recovery of the file
549 attributes and data to the physical media; in other words, it is
550 responsible for reading and writing the backups.
551 .
552 This package contains SQLite 3 versions of the bscan and bcopy utilities,
553 which are used for recovery when Bacula's catalog is unavailable.
554
555Package: bacula-sd-sqlite
556Architecture: any
557Depends: bacula-sd (= ${binary:Version}), bacula-sd-sqlite3 (>= 3.0.0), ${misc:Depends}
558Conflicts: bacula-sd (<< 1.38.9)
559Replaces: bacula-sd (<< 1.38.9)
560Description: network backup, recovery and verification - SQLite SD tools
561 This is a transition package. SQLite v2 support has been deprecated
562 as of Bacula 3.0.0. This package depends on the SQLite v3 version of the
563 storage daemon.
564
565Package: bacula-sd-mysql
566Architecture: any
567Depends: bacula-sd (= ${binary:Version}), ${shlibs:Depends}, bacula-common-mysql (>= ${binary:Version}), ${misc:Depends}
568Conflicts: bacula-sd-tools, bacula-sd (<= 3.0.1-1)
569Replaces: bacula-sd-tools, bacula-sd (<= 3.0.1-1)
570Provides: bacula-sd-tools
571Description: network backup, recovery and verification - MySQL SD tools
572 Bacula is a set of programs to manage backup, recovery and verification of
573 data across a network of computers of different kinds.
574 .
575 The storage daemon performs the storage and recovery of the file
576 attributes and data to the physical media; in other words, it is
577 responsible for reading and writing the backups.
578 .
579 This package contains MySQL versions of the bscan and bcopy utilities,
580 which are used for recovery when Bacula's catalog is unavailable.
581
582Package: bacula-sd-pgsql
583Architecture: any
584Depends: bacula-sd (= ${binary:Version}), ${shlibs:Depends}, bacula-common-pgsql (>= ${binary:Version}), ${misc:Depends}
585Conflicts: bacula-sd-tools, bacula-sd (<= 3.0.1-1)
586Replaces: bacula-sd-tools, bacula-sd (<= 3.0.1-1)
587Provides: bacula-sd-tools
588Description: network backup, recovery and verification - PostgreSQL SD tools
589 Bacula is a set of programs to manage backup, recovery and verification of
590 data across a network of computers of different kinds.
591 .
592 The storage daemon performs the storage and recovery of the file
593 attributes and data to the physical media; in other words, it is
594 responsible for reading and writing the backups.
595 .
596 This package contains PostgreSQL versions of the bscan and bcopy utilities,
597 which are used for recovery when Bacula's catalog is unavailable.
598
599Package: bacula-console
600Architecture: any
601Pre-Depends: debconf (>= 1.4.30)
602Depends: bacula-common (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
603Description: network backup, recovery and verification - text console
604 Bacula is a set of programs to manage backup, recovery and verification of
605 data across a network of computers of different kinds.
606 .
607 The management console allows the administrator or user to
608 communicate with the Bacula Director.
609 .
610 This package provides the text-interface version of the console.
611
612Package: bacula-console-qt
613Section: utils
614Architecture: any
615Pre-Depends: debconf (>= 1.4.30)
616Depends: bacula-common (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
617Description: Bacula Administration Tool Console
618 Bacula is a set of programs to manage backup, recovery and verification of
619 data across a network of computers of different kinds.
620 .
621 The management console allows the administrator or user to
622 communicate with the Bacula Director.
623 .
624 This package provides the most advanced GUI to bacula: the Bacula
625 Administration Tool (BAT) console.
626 .
627 This GUI interface has been designed to ease restore operations as much as
628 possible as compared to the basic text console.
629
630Package: bacula-traymonitor
631Architecture: any
632Depends: ${shlibs:Depends}, bacula-common (= ${binary:Version}), ${misc:Depends}
633Suggests: kde|gnome-desktop-environment
634Description: network backup, recovery and verification - tray monitor
635 Bacula is a set of programs to manage backup, recovery and verification of
636 data across a network of computers of different kinds.
637 .
638 This package provides a tray monitor for the Bacula backup system. It is
639 FreeDesktop-compatible, which means it will work under both KDE and
640 GNOME.
641 .
642 The monitor constantly displays Bacula's status.
643>>>>>>> MERGE-SOURCE
321644
=== added file 'debian/patches/fix-make-mysql-tables.patch'
--- debian/patches/fix-make-mysql-tables.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/fix-make-mysql-tables.patch 2012-02-10 12:11:23 +0000
@@ -0,0 +1,23 @@
1Description: fix msyql database creation schema for mysql 5.5
2Author: Scott Moser <smoser@ubuntu.com>
3Last-Modified: 2012-02-09
4 On precise with mysql server at 5.5.17-4ubuntu6, the installation of
5 bacula-director-mysql fails with invalid SQL. This change fixes
6 the problem there, but seems like it may likely break other versions
7 of mysql. See [1,2] for upstream commits.
8 .
9 [1] http://www.bacula.org/git/cgit.cgi/bacula/commit/?id=9be8c0c13faf5d41df5a0ee2f3c5bebf165e2d30
10 [2] http://www.bacula.org/git/cgit.cgi/bacula/commit/?id=06d192f740d5cfc9a13ca56756f74658661a7141
11--- a/src/cats/make_mysql_tables.in
12+++ b/src/cats/make_mysql_tables.in
13@@ -356,8 +356,8 @@ CREATE TABLE UnsavedFiles (
14
15 CREATE TABLE Counters (
16 Counter TINYBLOB NOT NULL,
17- \`MinValue\` INTEGER DEFAULT 0,
18- \`MaxValue\` INTEGER DEFAULT 0,
19+ `MinValue` INTEGER DEFAULT 0,
20+ `MaxValue` INTEGER DEFAULT 0,
21 CurrentValue INTEGER DEFAULT 0,
22 WrapCounter TINYBLOB NOT NULL,
23 PRIMARY KEY (Counter(128))
024
=== renamed file 'debian/patches/fix-make-mysql-tables.patch' => 'debian/patches/fix-make-mysql-tables.patch.moved'
=== added file 'debian/patches/mysql-search-lib-x86_64-linux-gnu.patch'
--- debian/patches/mysql-search-lib-x86_64-linux-gnu.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/mysql-search-lib-x86_64-linux-gnu.patch 2012-02-10 12:11:23 +0000
@@ -0,0 +1,32 @@
1Description: include /usr/lib/x86_64-linux-gnu in --with-mysql search path
2Origin: Scott Moser <smoser@ubuntu.com>
3Bug: http://bugs.bacula.org/view.php?id=1829
4Last-Update: 2012-02-09
5Forwarded: Yes
6 Without this modification, the libbaccats-mysql was not linked to
7 mysql.
8
9--- a/autoconf/bacula-macros/db.m4
10+++ b/autoconf/bacula-macros/db.m4
11@@ -342,6 +342,9 @@ AC_HELP_STRING([--with-mysql@<:@=DIR@:>@
12 elif test -f /usr/lib64/libmysqlclient_r.a \
13 -o -f /usr/lib64/libmysqlclient_r.so; then
14 MYSQL_LIBDIR=/usr/lib64
15+ elif test -f /usr/lib/x86_64-linux-gnu/libmysqlclient_r.a \
16+ -o -f /usr/lib/x86_64-linux-gnu/libmysqlclient_r.so; then
17+ MYSQL_LIBDIR=/usr/lib/x86_64-linux-gnu
18 elif test -f /usr/lib/mysql/libmysqlclient_r.a \
19 -o -f /usr/lib/mysql/libmysqlclient_r.so; then
20 MYSQL_LIBDIR=/usr/lib/mysql
21--- a/configure
22+++ b/configure
23@@ -23980,6 +23980,9 @@ if test "${with_mysql+set}" = set; then
24 elif test -f /usr/lib64/libmysqlclient_r.a \
25 -o -f /usr/lib64/libmysqlclient_r.so; then
26 MYSQL_LIBDIR=/usr/lib64
27+ elif test -f /usr/lib/x86_64-linux-gnu/libmysqlclient_r.a \
28+ -o -f /usr/lib/x86_64-linux-gnu/libmysqlclient_r.so; then
29+ MYSQL_LIBDIR=/usr/lib/x86_64-linux-gnu
30 elif test -f /usr/lib/mysql/libmysqlclient_r.a \
31 -o -f /usr/lib/mysql/libmysqlclient_r.so; then
32 MYSQL_LIBDIR=/usr/lib/mysql
033
=== renamed file 'debian/patches/mysql-search-lib-x86_64-linux-gnu.patch' => 'debian/patches/mysql-search-lib-x86_64-linux-gnu.patch.moved'

Subscribers

People subscribed via source and target branches

to all changes: